
  /* Full-screen page reset */
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* =========================
   TABLET AND MOBILE
========================= */
@media screen and (max-width: 1024px) {

  .hero {
    position: relative;

    display: grid !important;
    grid-template-rows: 82px minmax(0, 1fr);

    width: 100vw !important;
    max-width: none !important;

    height: 100svh !important;
    min-height: 100svh !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
  }

  /* Full-width navbar */
  .topbar {
    position: relative !important;
    grid-row: 1;

    width: 100% !important;
    max-width: none !important;
    height: 82px;

    margin: 0 !important;
    padding: 8px 24px;

    background: rgba(245, 245, 245, 0.95);
    z-index: 20;
  }

  .logo-img {
    width: auto;
    height: 64px;
    object-fit: contain;
  }

  /* Image area fills all remaining screen space */
  .hero-media {
    position: relative !important;
    grid-row: 2;

    width: 100vw !important;
    max-width: none !important;

    height: 100% !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
  }

  .hero-person-img {
    position: absolute;
    inset: 0;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;

    object-fit: cover;
    object-position: center top;

    z-index: 1;
  }

  .hero-grid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  .hero-media::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.02) 20%,
      rgba(0, 0, 0, 0.18) 55%,
      rgba(0, 0, 0, 0.78) 100%
    );

    pointer-events: none;
    z-index: 3;
  }

  .hero-text-left,
  .hero-text-right {
    transform: none !important;
    z-index: 5;
  }
}


/* =========================
   PHONE
========================= */
@media screen and (max-width: 767px) {

  .hero {
    grid-template-rows: 72px minmax(0, 1fr);
  }

  .topbar {
    height: 72px;
    padding: 6px 15px;
  }

  .logo-img {
    height: 55px;
  }

  .menu-btn {
    font-size: 27px;
  }

  .hero-person-img {
    object-position: 52% top;
  }

  .hero-text-left {
    position: absolute !important;

    top: 38%;
    right: 15px;
    left: 15px;
    bottom: auto;

    width: auto !important;
    text-align: center;
  }

  .hero-text-left h1 {
    margin: 0;

    color: #ffffff;
    font-size: clamp(39px, 12vw, 52px);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -2px;
    white-space: nowrap;
  }

  .hero-text-right {
    position: absolute !important;

    right: 15px;
    bottom: 18px;
    left: 15px;
    top: auto;

    width: auto !important;
    max-width: none !important;
  }

  .hero-text-right p {
    margin: 0 0 13px;

    color: #ffffff;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.35;
  }

  .hero-small-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    max-width: 290px;
    min-height: 48px;

    padding: 7px 8px 7px 18px;

    font-size: 11px;
    text-decoration: none;
  }

  .hero-small-btn span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    border-radius: 50%;
    flex-shrink: 0;
  }
}

/* =========================
   GENERAL
========================= */

.intro,
.create-section,
.intro *,
.create-section * {
  box-sizing: border-box;
}

.creative-video,
.small-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =========================
   TABLET
========================= */

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .intro {
    width: 100%;
    padding: 75px 40px;
    text-align: center;
  }

  .intro p {
    max-width: 760px;
    margin: 0 auto;

    font-size: 25px;
    line-height: 1.5;
  }

  .create-section {
    width: 100%;
    padding: 70px 40px 100px;
    overflow: hidden;
  }

  .create-section h2 {
    max-width: 800px;
    margin: 0 0 55px;

    font-size: clamp(52px, 7vw, 75px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -2px;
  }

  .image-wrap {
    position: relative;

    width: 100%;
    max-width: 900px;
    height: 520px;
    margin: 0 auto;
  }

  .creative-video {
    width: 86%;
    height: 470px;

    object-fit: cover;
  }

  .small-card {
    position: absolute;
    right: 0;
    bottom: -35px;

    width: 38%;
    height: 220px;

    overflow: hidden;
    border: 8px solid #ffffff;

    z-index: 3;
  }
}


/* =========================
   MOBILE
========================= */

@media screen and (max-width: 767px) {

  .intro {
    width: 100%;
    padding: 50px 18px;
    text-align: left;
  }

  .intro p {
    width: 100%;
    margin: 0;

    font-size: 18px;
    line-height: 1.55;
  }

  /* Allow the text to wrap naturally */
  .intro br {
    display: none;
  }

  .create-section {
    width: 100%;
    padding: 8px 18px 75px;
    overflow: hidden;
    margin-top: -55% !important;
  }

  .create-section h2 {
    width: 100%;
    margin: 0 0 38px;

    font-size: clamp(38px, 11vw, 50px);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -1.5px;
  }

  .image-wrap {
    position: relative;

    width: 100%;
    height: 390px;
    margin: 0;
  }

  .creative-video {
    width: calc(100% - 30px);
    height: 330px;

    object-fit: cover;
  }

  .small-card {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 48%;
    height: 150px;

    overflow: hidden;
    border: 5px solid #ffffff;

    z-index: 3;
  }

  .small-card img {
    object-position: center;
  }
}


/* =========================
   SMALL MOBILE
========================= */

@media screen and (max-width: 430px) {

  .intro {
    padding: 42px 14px;
  }

  .intro p {
    font-size: 16px;
  }

  .create-section {
    padding: 42px 14px 65px;
  }

  .create-section h2 {
    margin-bottom: 32px;
    font-size: 38px;
    letter-spacing: -1px;
  }

  .create-section h2 br {
    display: none;
  }

  .image-wrap {
    height: 340px;
  }

  .creative-video {
    width: calc(100% - 22px);
    height: 285px;
  }

  .small-card {
    width: 47%;
    height: 125px;
    border-width: 4px;
  }
}


/* =========================
   TABLET
========================= */

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .map-section {
    position: relative;

    display: grid;
    grid-template-columns: 1fr;
    gap: 45px;

    width: 100%;
    min-height: auto;

    padding: 80px 40px;

    overflow: hidden;
  }

  .map-text {
    position: relative;

    width: 100%;
    max-width: 820px;

    margin: 0;
    padding: 0;

    z-index: 2;
  }

  .map-text h2 {
    width: 100%;
    max-width: 780px;

    margin: 0 0 35px;

    font-size: clamp(48px, 6.5vw, 68px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -2px;
  }

  .map-text p {
    width: 100%;
    max-width: 680px;

    margin: 0;

    font-size: 18px;
    line-height: 1.65;
  }

  .map-box {
    position: relative;

    width: 65%;
    max-width: 520px;

    margin: 0 0 0 auto;
    padding: 0;

    transform: none;
  }

  .map-box img {
    width: 100%;
    height: auto;
  }
}


/* =========================
   MOBILE
========================= */

@media screen and (max-width: 767px) {

  .map-section {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 38px;

    width: 100%;
    height: auto;
    min-height: auto;

    padding: 55px 18px 65px;

    overflow: hidden;
  }

  .map-text {
    position: relative;

    width: 100%;
    max-width: none;

    margin: 0;
    padding: 0;

    transform: none;
    z-index: 2;
  }

  .map-text h2 {
    width: 100%;
    max-width: none;

    margin: 0 0 28px;

    font-size: clamp(38px, 10.5vw, 48px);
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -1.5px;

    overflow-wrap: normal;
    word-break: normal;
  }

  .map-text p {
    width: 100%;
    max-width: none;

    margin: 0;

    font-size: 16px;
    line-height: 1.65;

    overflow-wrap: normal;
    word-break: normal;
  }

  .map-box {
    position: relative;

    width: 100%;
    max-width: 340px;

    margin: 0 auto;
    padding: 0;

    inset: auto;
    transform: none;
  }

  .map-box img {
    width: 100%;
    height: auto;

    object-fit: contain;
    object-position: center;
  }
}


/* =========================
   SMALL MOBILE
========================= */

@media screen and (max-width: 430px) {

  .map-section {
    gap: 32px;
    padding: 48px 14px 58px;
  }

  .map-text h2 {
    margin-bottom: 24px;

    font-size: 37px;
    line-height: 1.07;
    letter-spacing: -1px;
  }

  .map-text p {
    font-size: 15px;
    line-height: 1.65;
  }

  .map-box {
    width: 92%;
    max-width: 310px;
  }
}

/* =========================
   FIX MAP ON MOBILE
========================= */
@media screen and (max-width: 767px) {

  .map-section {
    display: flex !important;
    flex-direction: column;

    width: 100%;
    height: auto !important;
    min-height: 0 !important;

    gap: 22px;
    padding: 45px 18px 35px !important;

    overflow: hidden;
  }

  .map-text {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    inset: auto !important;
    transform: none !important;
  }

  .map-text h2 {
    width: 100%;
    margin: 0 0 24px;

    font-size: clamp(26px, 1vw, 30px);
    line-height: 1.06;
  }

  .map-text p {
    width: 100%;
    margin: 0;

    font-size: 15px;
    line-height: 1.6;
  }

  .map-box {
    position: relative !important;

    width: 100% !important;
    max-width: 420px !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 auto !important;
    padding: 0 10px !important;

    inset: auto !important;
    transform: none !important;

    overflow: visible !important;
  }

  .map-box img {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: block;

    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 auto !important;

    transform: none !important;

    object-fit: contain !important;
    object-position: center !important;
  }
}


/* Smaller phones */
@media screen and (max-width: 430px) {

  .map-section {
    gap: 18px;
    padding: 40px 14px 25px !important;
  }

  .map-box {
    height: 240px !important;
  }

  .map-box img {
    width: 135% !important;
  }
}


/* =====================================
   TABLET: TWO COLUMNS
===================================== */

/* =====================================
   TABLET LEADERSHIP — 2 UNIFORM CARDS
===================================== */

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .leadership-section {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    padding: 60px 38px 80px !important;

    overflow: hidden;
  }

  .leadership-title {
    position: relative !important;
    order: 1 !important;

    width: 100% !important;
    margin: 0 0 45px !important;

    inset: auto !important;
    transform: none !important;
    text-align: left !important;
  }

  .leadership-title span {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .leadership-grid {
    order: 2 !important;

    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: auto !important;

    align-items: stretch !important;

    width: 100% !important;
    max-width: 1000px !important;

    gap: 42px 32px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* Reset every custom desktop card position */
  .leader-card,
  .leader-1,
  .leader-2,
  .leader-5,
  .leader-8,
  .leader-9,
  .leader-10 {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    grid-column: auto !important;
    grid-row: auto !important;

    place-self: stretch !important;

    display: grid !important;
    grid-template-rows: 500px 1fr !important;

    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;
    overflow: hidden;

    border-radius: 22px;
  }

  /* Keep the correct card sequence */
  .leader-1 {
    order: 1 !important;
  }

  .leader-2 {
    order: 2 !important;
  }

  .leader-8 {
    order: 3 !important;
  }

  .leader-9 {
    order: 4 !important;
  }

  .leader-10 {
    order: 5 !important;
  }

  .leader-5 {
    order: 6 !important;
  }

  /* All team images use the same dimensions */
  .leader-card > img {
    position: relative !important;

    width: 100% !important;
    height: 500px !important;

    margin: 0 !important;
    inset: auto !important;
    transform: none !important;

    object-fit: cover !important;
    object-position: center top !important;

    border-radius: 22px 22px 0 0;
  }

  /* Equal information-panel height */
  .leader-info {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    width: 100% !important;
    min-width: 0 !important;
    min-height: 185px !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 22px !important;

    inset: auto !important;
    transform: none !important;

    border-radius: 0 0 22px 22px;
  }

  .leader-text {
    width: 100% !important;
    min-width: 0 !important;
  }

  .leader-text h3 {
    width: 100% !important;
    margin: 0 0 8px !important;

    font-size: 24px !important;
    line-height: 1.15 !important;

    overflow-wrap: break-word;
  }

  .leader-text p {
    width: 100% !important;
    margin: 0 !important;

    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  /* Keep icons aligned at the bottom */
  .leader-contact {
    position: relative !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    width: 100% !important;
    gap: 10px !important;

    margin: auto 0 0 !important;
    padding-top: 18px;

    inset: auto !important;
    transform: none !important;
  }

  .leader-contact a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 38px !important;
    height: 38px !important;

    margin: 0 !important;
    flex-shrink: 0;

    border-radius: 10px;
  }
}

/* =====================================
   MOBILE: ONE COLUMN
===================================== */

@media screen and (max-width: 767px) {

  .leadership-section {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    padding: 45px 16px 60px !important;
  }

  .leadership-title {
    position: relative !important;
    order: 1 !important;

    width: 100% !important;
    margin: 0 0 28px !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    text-align: left !important;
    transform: none !important;
    font-size: 30px !important;
  }

  .leadership-title span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
  }

  .leadership-grid {
    order: 2 !important;

    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;

    width: 100% !important;
    max-width: 480px !important;

    margin: 0 auto !important;
  }

  .leader-card,
  .leader-1,
  .leader-2,
  .leader-5,
  .leader-8,
  .leader-9,
  .leader-10 {
    position: relative !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    max-width: none !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    grid-column: auto !important;
    grid-row: auto !important;

    transform: none !important;
    overflow: hidden;

    border-radius: 18px;
  }

  .leader-card > img {
    position: relative !important;

    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 4.4;

    margin: 0 !important;

    object-fit: cover !important;
    object-position: center top !important;

    transform: none !important;
    border-radius: 18px 18px 0 0;
  }

  .leader-info {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 18px !important;

    inset: auto !important;
    transform: none !important;

    border-radius: 0 0 18px 18px;
  }

  .leader-text {
    width: 100% !important;
  }

  .leader-text h3 {
    width: 100%;
    margin: 0 0 6px !important;

    font-size: 30px !important;
    line-height: 1.15 !important;
  }

  .leader-text p {
    width: 100%;
    margin: 0 !important;

    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .leader-contact {
    position: relative !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    width: 100% !important;
    gap: 9px !important;

    margin: 16px 0 0 !important;

    inset: auto !important;
    transform: none !important;
  }

  .leader-contact a {
    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 36px !important;
    height: 36px !important;

    margin: 0 !important;
    flex-shrink: 0;
  }
}


/* Small phones */
@media screen and (max-width: 430px) {

  .leadership-section {
    padding: 40px 14px 52px !important;
  }

  .leadership-grid {
    gap: 28px !important;
  }

  .leader-text h3 {
    font-size: 21px !important;
  }

  .leader-text p {
    font-size: 13px !important;
  }
}

/* Reduce team image heights on tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .leader-card,
  .leader-1,
  .leader-2,
  .leader-5,
  .leader-8,
  .leader-9,
  .leader-10 {
    grid-template-rows: 300px 1fr !important;
  }

  .leader-card > img {
    width: 100% !important;
    height: 300px !important;
    aspect-ratio: auto !important;

    object-fit: cover !important;
    object-position: center top !important;
  }
}


/* Reduce team image heights on mobile */
@media screen and (max-width: 767px) {

  .leader-card > img {
    width: 100% !important;
    height: clamp(280px, 82vw, 340px) !important;
    aspect-ratio: auto !important;

    object-fit: cover !important;
    object-position: center top !important;
  }
}


/* Smaller phones */
@media screen and (max-width: 430px) {

  .leader-card > img {
    height: 285px !important;
  }
}

/* Reduce map section bottom space on tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .map-section {
    height: auto !important;
    min-height: 0 !important;

    padding: 55px 40px 30px !important;
    gap: 25px !important;

    align-content: start !important;
  }

  .map-box {
    position: relative !important;

    width: 100% !important;
    max-width: 560px !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 auto !important;
    padding: 0 !important;

    inset: auto !important;
    transform: none !important;
  }

  .map-box img {
    position: relative !important;

    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 auto !important;

    inset: auto !important;
    transform: none !important;

    object-fit: contain !important;
  }
}


/* Reduce map section bottom space on mobile */
@media screen and (max-width: 767px) {

  .map-section {
    height: auto !important;
    min-height: 0 !important;

    padding-bottom: 25px !important;
    gap: 18px !important;
  }

  .map-box {
    height: auto !important;
    min-height: 0 !important;

    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .map-box img {
    display: block;
    width: 100% !important;
    height: auto !important;

    margin-bottom: 0 !important;
  }
}

/* =====================================
   REMOVE LARGE INTRO/CREATE SPACING
===================================== */

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .intro {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    padding: 70px 40px !important;
    margin: 0 !important;
  }

  .intro p {
    width: 100% !important;
    max-width: 780px !important;

    margin: 0 auto !important;

    font-size: 25px;
    line-height: 1.45;
    text-align: center;
  }

  .create-section {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 65px 40px 80px !important;
  }

  .create-section h2 {
    width: 100%;
    max-width: 850px;

    margin: 0 0 45px !important;

    font-size: clamp(52px, 7vw, 72px);
    line-height: 1.03;
  }

  .image-wrap {
    width: 100% !important;
    max-width: 900px;

    height: 470px !important;
    min-height: 0 !important;

    margin: 0 auto !important;
  }

  .creative-video {
    width: 84% !important;
    height: 420px !important;
  }

  .small-card {
    width: 36% !important;
    height: 190px !important;
    bottom: 0 !important;
  }
}


/* =====================================
   MOBILE
===================================== */

@media screen and (max-width: 767px) {

  .intro {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 45px 18px !important;
  }

  .intro p {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    font-size: 17px;
    line-height: 1.5;
    text-align: left;
  }

  .intro br {
    display: none;
  }

  .create-section {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 48px 18px 65px !important;
  }

  .create-section h2 {
    width: 100%;

    margin: 0 0 35px !important;

    font-size: clamp(37px, 10vw, 48px);
    line-height: 1.04;
  }

  .image-wrap {
    width: 100% !important;
    height: 350px !important;
    min-height: 0 !important;

    margin: 0 !important;
  }

  .creative-video {
    width: calc(100% - 26px) !important;
    height: 295px !important;
  }

  .small-card {
    width: 46% !important;
    height: 125px !important;

    right: 0 !important;
    bottom: 0 !important;
  }
}


/* Smaller phones */
@media screen and (max-width: 430px) {

  .intro {
    padding: 38px 14px !important;
  }

  .intro p {
    font-size: 15.5px;
  }

  .create-section {
    padding: 40px 14px 55px !important;
  }

  .create-section h2 {
    margin-bottom: 30px !important;
    font-size: 36px;
  }

  .image-wrap {
    height: 310px !important;
  }

  .creative-video {
    height: 260px !important;
  }

  .small-card {
    width: 45% !important;
    height: 110px !important;
  }
}

/* Tablet title size */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .leadership-title span {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3px;
  }
}

/* Mobile title size */
@media screen and (max-width: 767px) {
  .leadership-title span {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: 2.5px;
  }
}

/* Small phones */
@media screen and (max-width: 430px) {
  .leadership-title span {
    font-size: 22px !important;
  }
}



/* =====================================================
   TABLET RESPONSIVENESS
   769px — 1024px
===================================================== */

@media screen and (min-width: 769px) and (max-width: 1024px) {

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 48px);
    max-width: 940px;
  }

  /* HEADER */

  .topbar {
    width: 100%;
    padding: 14px 30px;
  }

  .logo-img {
    width: auto;
    height: 58px;
    margin-top: 0;
  }

  .nav {
    gap: 24px;
  }

  .nav a {
    font-size: 14px;
  }

  /* HERO */

  .hero {
    width: 100%;
    margin-top: 0;
    padding: 145px 20px 60px;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 17px;
  }

  .hero h1 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 22px;
    font-size: 52px;
    line-height: 1.1;
    white-space: normal;
  }

  .hero p {
    width: 100%;
    max-width: 650px;
    font-size: 16px;
    line-height: 1.8;
  }

  .map-wrap {
    width: 100%;
    max-width: 760px;
    margin-top: 40px;
  }

  .map-frame {
    width: 100%;
    height: 320px;
  }

  /* CONTACT SECTION */

  .contact-block {
    padding: 60px 0 70px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .left-copy,
  .form-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .left-copy h2 {
    font-size: 42px;
  }

  .info-list {
    max-width: 100%;
  }

  .form-card {
    padding: 34px 30px;
  }

  /* DECORATIONS */

  .shape.s1 {
    left: 40px;
  }

  .shape.s2 {
    right: 60px;
  }

  .shape.s3,
  .shape.s4,
  .bulb {
    display: none;
  }

  /* FOOTER */

  .footer-main {
    padding: 0 30px;
  }

  .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
    padding: 40px 0;
  }

  .footer-map-box {
    width: 100%;
    min-height: 200px;
    grid-column: 1 / -1;
  }

  .footer-map-box iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
  }

  .contact-box {
    min-width: 0;
  }

  .contact-box .footer-menu li a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .footer-note-wrap {
    padding: 0 0 24px;
  }

  .footer-bottom {
    padding: 16px 25px;
  }
}


/* =====================================================
   MOBILE RESPONSIVENESS
   Up to 768px
===================================================== */

@media screen and (max-width: 768px) {

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: calc(100% - 28px);
    max-width: 100%;
    margin: 0 auto;
  }

  /* HEADER */

  .topbar {
    width: 100%;
    min-height: 78px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.96);
  }

  .logo-img {
    width: auto;
    height: 54px;
    margin-top: 0;
  }

  .menu-btn {
    display: block;
    margin-left: auto;
    font-size: 31px;
    line-height: 1;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 14px;
    left: 14px;

    display: none;
    width: auto;
    margin: 0;
    padding: 12px;

    flex-direction: column;
    align-items: stretch;
    gap: 0;

    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  }

  .nav.active {
    display: flex;
  }

  .nav a {
    display: block;
    width: 100%;
    padding: 13px 15px;
    border-radius: 8px;
    font-size: 15px;
  }

  .nav a::after {
    display: none;
  }

  .nav a:hover {
    padding-left: 15px;
    background: #f5f8f7;
    color: #00aeef;
  }

  /* HERO */

  .hero {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    height: auto;

    margin-top: 0;
    padding: 135px 0 55px;

    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: visible;
  }

  .hero .eyebrow,
  .hero h1,
  .hero > p,
  .hero .map-wrap {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .eyebrow {
    width: 100%;
    margin: 0 0 25px;
    font-size: 17px;
    line-height: 1.3;
  }

  .hero h1 {
    width: 100%;
    max-width: 370px;

    margin: 0 auto 24px;
    padding: 0;

    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.15;
    letter-spacing: -1px;

    white-space: normal;
    overflow-wrap: normal;
  }

  .hero p {
    width: 100%;
    max-width: 350px;

    margin: 0 auto;
    padding: 0 4px;

    font-size: 15px;
    line-height: 1.8;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .map-wrap {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 0;
    border-radius: 14px;
    overflow: hidden;
  }

  .map-frame {
    display: block;
    width: 100%;
    height: 290px;
    border: 0;
  }

  /* CONTACT SECTION */

  .contact-block {
    width: 100%;
    padding: 55px 0 65px;
  }

  .contact-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .left-copy,
  .form-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .left-copy .small-title {
    font-size: 15px;
  }

  .left-copy h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .left-copy .desc {
    width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }

  .info-list {
    width: 100%;
    max-width: 100%;
    gap: 15px;
  }

  .info-card {
    width: 100%;
    min-width: 0;
    padding: 18px;
    align-items: flex-start;
    gap: 14px;
  }

  .info-card > div:last-child {
    min-width: 0;
  }

  .info-card h4 {
    font-size: 18px;
  }

  .info-card p {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .info-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  /* CONTACT FORM */

  .form-card {
    padding: 27px 20px;
    border-radius: 18px;
  }

  .form-card h3 {
    font-size: 26px;
  }

  .form-card .sub {
    font-size: 14px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .field,
  .field.full {
    width: 100%;
    grid-column: auto;
  }

  .field input,
  .field textarea {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .contact-send-btn {
    width: 100%;
    min-height: 48px;
  }

  /* DECORATIONS */

  .shape,
  .bulb {
    display: none;
  }

  .top-blob {
    top: -90px;
    right: -130px;
    width: 320px;
    height: 250px;
  }

  /* FOOTER */

  .footer-main {
    width: 100%;
    padding: 0 20px;
  }

  .footer-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px 0;
  }

  .footer-logo {
    width: 125px;
  }

  .socials a {
    margin-top: 0;
  }

  .footer-col,
  .brand-box,
  .contact-box {
    width: 100%;
    min-width: 0;
  }

  .contact-box .footer-menu li a {
    display: block;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .contact-box .footer-menu strong {
    display: inline;
    min-width: 0;
  }

  .footer-map-box {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
  }

  .footer-map-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .footer-note-wrap {
    padding: 0 0 22px;
  }

  .footer-note {
    width: 100%;
    font-size: 15px;
  }

  .footer-bottom {
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .footer-bottom-left {
    gap: 12px 18px;
  }

  .footer-bottom a,
  .footer-bottom-right {
    font-size: 13px;
  }
}


/* =====================================================
   SMALL PHONES
   Up to 420px
===================================================== */

@media screen and (max-width: 420px) {

  .container {
    width: calc(100% - 20px);
  }

  .topbar {
    padding: 9px 13px;
  }

  .logo-img {
    height: 48px;
  }

  .menu-btn {
    font-size: 29px;
  }

  .hero {
    padding-top: 125px;
  }

  .hero h1 {
    max-width: 300px;
    font-size: 32px;
  }

  .hero p {
    max-width: 300px;
    padding: 0;
    font-size: 14px;
  }

  .map-frame {
    height: 260px;
  }

  .left-copy h2 {
    font-size: 31px;
  }

  .form-card {
    padding: 24px 16px;
  }

  .form-card h3 {
    font-size: 24px;
  }

  .footer-main {
    padding: 0 15px;
  }
}

/* =====================================================
   FIXED TOPBAR — TABLET
===================================================== */

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .topbar {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    right: auto !important;

    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 88px;

    padding: 14px 30px !important;

    transform: translateX(-50%) !important;

    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    z-index: 99999 !important;
  }

  .logo-img {
    width: auto;
    height: 58px;
    margin-top: 0 !important;
  }

  /* Prevent the fixed header from covering the page */

  .page > .container {
    padding-top: 88px;
  }

  .hero {
    margin-top: 0 !important;
    padding-top: 55px !important;
  }
}

/* Hide menu button on desktop */
.menu-btn {
  display: none;
}


/* =====================================================
   FIXED TOPBAR AND MOBILE MENU
===================================================== */

@media screen and (max-width: 768px) {

  /* Fixed mobile header */
  .topbar {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    right: auto !important;

    display: flex !important;
    align-items: center;
    justify-content: space-between;

    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 78px;

    padding: 10px 16px !important;

    transform: translateX(-50%) !important;

    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    z-index: 99999 !important;
  }

  /* Logo */
  .logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
  }

  .logo-img {
    display: block;
    width: auto;
    height: 72px;
    margin: 0 !important;
  }

  /* Hamburger button */
  .menu-btn {
    position: relative;
    z-index: 100001;

    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 0;

    border: none;
    background: transparent;
    color: #111;

    font-size: 32px;
    line-height: 1;

    cursor: pointer;
    transition:
      color 0.3s ease,
      transform 0.3s ease;
  }

  .menu-btn:hover {
    color: #c55a00;
    transform: scale(1.06);
  }

  /* Mobile dropdown */
  .nav {
    position: fixed !important;
    top: 78px !important;
    right: 14px !important;
    left: 14px !important;

    display: none;
    flex-direction: column;
    align-items: stretch;

    width: auto !important;
    max-height: calc(100vh - 95px);
    margin: 0 !important;
    padding: 18px 20px 24px;

    gap: 0;
    overflow-y: auto;

    background: #ffffff;
    border-radius: 0 0 14px 14px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);

    transform: none !important;
    z-index: 100000 !important;
  }

  .nav.active {
    display: flex !important;
  }

  /* Menu links */
  .nav a {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 58px;
    padding: 15px 18px;

    color: #111;
    background: transparent;

    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;

    /* Separator line */
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;

    transition:
      background-color 0.3s ease,
      color 0.3s ease,
      letter-spacing 0.3s ease,
      padding-left 0.3s ease;
  }

  /* Line above the first link */
  .nav a:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  /* Hover effect */
  .nav a:hover,
  .nav a:focus-visible {
    color: #c55a00;
    background: #f5f5f5;
    letter-spacing: 0.5px;
    padding-left: 25px;
    outline: none;
  }

  /* Mobile tap effect */
  .nav a:active {
    background: #ebebeb;
  }

  /* Active/current page */
  .nav a.active {
    color: #c55a00;
    background: #f5f5f5;
    font-weight: 700;
  }

  /* Prevent header from covering page content */
  .page > .container {
    padding-top: 78px;
  }

  .hero {
    margin-top: 0 !important;
  }
}


/* =====================================================
   SMALLER PHONES
===================================================== */

@media screen and (max-width: 420px) {

  .topbar {
    min-height: 74px;
    padding: 9px 13px !important;
  }

  .logo-img {
    height: 48px;
  }

  .nav {
    top: 74px !important;
    right: 10px !important;
    left: 10px !important;
    padding: 15px 16px 20px;
  }

  .nav a {
    min-height: 55px;
    padding: 14px 12px;
    font-size: 17px;
  }

  .page > .container {
    padding-top: 74px;
  }
}