﻿    /* â”€â”€â”€ TABLET & WÄ„SKI EKRAN â”€â”€â”€ */
    @media (max-width: 1180px) {
      .hero {
        column-gap: clamp(12px, 2vw, 22px);
        grid-template-columns: minmax(0, 1fr) minmax(240px, min(44vw, 460px));
      }

      .drag-indicator {
        display: none;
      }

      .hero-left {
        grid-column: 1;
        grid-row: 1;
        padding-top: clamp(48px, 8vh, 100px);
        overflow-x: hidden;
        position: relative;
        z-index: 2;
      }

      .hero-showcase {
        grid-column: 2;
        grid-row: 1;
        position: relative;
        z-index: 1;
      }

      .photo-strip {
        min-height: 560px;
      }

      /* WÄ…ska kolumna tekstu + poziomy rzÄ…d entry|tabs rozpychaĹ‚ adapt-tabs na showcase â€” ukĹ‚ad pionowy w obrÄ™bie hero-left */
      .hero-adapt {
        flex-direction: column;
        align-items: stretch;
        gap: clamp(14px, 2.5vw, 22px);
      }

      .adapt-entry {
        align-self: center;
        padding-bottom: 0;
      }

      .adapt-label {
        display: none;
      }

      /* Na tabletach bez strzaĹ‚ki â€” odstÄ™p od labelu do zakĹ‚adek daje gap na .hero-adapt */
      .adapt-arrow-anchor--desktop {
        display: none;
      }

      .adapt-tabs {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        column-gap: 8px;
        height: auto;
        min-height: 46px;
        padding: 10px clamp(10px, 2vw, 18px);
        border-radius: var(--radius-22);
      }

      .adapt-tab {
        white-space: normal;
        text-align: center;
        line-height: 1.25;
        font-size: 11px;
        padding: 6px clamp(8px, 1.5vw, 14px);
      }

      .adapt-separator {
        display: none;
      }
    }

    @media (max-width: 1024px) {
      .navbar {
        flex-wrap: wrap;
        row-gap: 14px;
        height: auto;
        min-height: 72px;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: clamp(16px, 3vw, 36px);
        padding-right: clamp(16px, 3vw, 36px);
      }

      .logo {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
      }

      .logo-text {
        font-size: clamp(15px, 3.2vw, 22px);
      }

      .nav-actions {
        order: 2;
        flex-shrink: 0;
        margin-left: auto;
      }

      .nav-cta-primary {
        height: 44px;
        padding: 0 20px;
        font-size: 13px;
      }

      .nav-menu {
        order: 3;
        flex: 1 1 100%;
        flex-basis: 100%;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: clamp(12px, 2.4vw, 22px);
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        mask-image: linear-gradient(to right, black calc(100% - 32px), transparent);
        -webkit-mask-image: linear-gradient(to right, black calc(100% - 32px), transparent);
      }

      .nav-menu::-webkit-scrollbar {
        display: none;
      }

      .nav-link {
        font-size: 12px;
        flex-shrink: 0;
      }
    }

    /* Small laptop / tablet landscape (np. 1024Ă-768): nagĹ‚Ăłwek bez drugiego rzÄ™du, tylko logo + Donate; lĹĽejsza galeria; entry-point w stack */
    @media (min-width: 821px) and (max-width: 1100px) {
      .navbar {
        flex-wrap: nowrap;
        align-items: center;
        height: 88px;
        min-height: 88px;
        row-gap: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: clamp(20px, 3vw, 40px);
        padding-right: clamp(20px, 3vw, 40px);
      }

      .logo {
        order: 0;
        flex: 1 1 auto;
        min-width: 0;
      }

      .nav-actions {
        order: 0;
        flex-shrink: 0;
        margin-left: auto;
      }

      .nav-cta-primary {
        height: 48px;
        padding: 0 26px;
        font-size: 14px;
      }

      .hero {
        column-gap: clamp(10px, 1.6vw, 18px);
        grid-template-columns: minmax(0, 1fr) minmax(240px, min(36vw, 380px));
      }

      .hero-left {
        padding-top: clamp(40px, 7vh, 84px);
      }

      .adapt-tabs {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        justify-content: stretch;
        row-gap: 8px;
        column-gap: 0;
        border-radius: var(--radius-16);
        padding: 12px;
      }

      .adapt-tab {
        justify-content: center;
        width: 100%;
        font-size: 11px;
      }
    }

    /* WÄ…ski laptop: ukryj Ĺ›rodkowy â€žDrag to exploreâ€ť, ĹĽeby nie Ĺ›ciskaÄ‡ hero (1280Ă-800); 2 kolumny zamiast pustego Ĺ›rodka */
    @media (max-width: 1280px) and (min-width: 1181px) {
      .drag-indicator {
        display: none;
      }

      .hero {
        grid-template-columns: minmax(0, 1fr) clamp(340px, 35vw, 560px);
      }

      .hero-left {
        grid-column: 1;
        grid-row: 1;
      }

      .hero-showcase {
        grid-column: 2;
        grid-row: 1;
      }
    }

    @media (max-width: 1180px) {
      :root {
        --nav-mobile-header-height: 76px;
        --nav-drawer-offset: var(--nav-mobile-header-height);
      }

      /* Przewijanie dokumentu (nie „wewnątrz main”) — wtedy sticky navbar działa. Przy overflow-y:auto na main + overflow-x:hidden sticky często się psuje. */
      .page-shell {
        min-height: 100dvh;
        min-height: 100svh;
        overflow-x: clip;
        overflow-y: visible;
      }

      body.nav-open {
        overflow: hidden;
      }

      body.nav-open .page-shell {
        overflow-x: clip;
        overflow-y: visible;
      }

      /* Mobilny navbar: jeden wiersz, bez poziomego scrollu linkĂłw */
      .navbar {
        position: sticky;
        top: 0;
        flex-wrap: nowrap;
        align-items: center;
        height: var(--nav-mobile-header-height);
        min-height: var(--nav-mobile-header-height);
        padding-top: 0;
        padding-bottom: 0;
        padding-left: clamp(14px, 4vw, 24px);
        padding-right: clamp(14px, 4vw, 24px);
        overflow: visible;
        z-index: 61;
      }

      .logo {
        order: 1;
        flex: 1 1 auto;
        min-width: 0;
      }

      .logo-text {
        font-size: clamp(13px, 3.4vw, 18px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none;
      }

      .nav-actions {
        order: 2;
        margin-left: auto;
        gap: 8px;
      }

      .nav-actions > .nav-cta-primary {
        display: none !important;
      }

      /* W pasku obok hamburgera: Schedule (Donate zostaje w drawerze). */
      .nav-actions > .nav-cta-secondary {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 12px;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.06em;
        white-space: nowrap;
        max-width: min(46vw, 200px);
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .nav-cta-primary {
        height: 40px;
        padding: 0 14px;
        font-size: 11px;
        letter-spacing: 0.04em;
        white-space: nowrap;
      }

      .nav-mobile-toggle {
        display: inline-flex;
      }

      .nav-mobile-backdrop {
        display: block;
        position: fixed;
        top: var(--nav-drawer-offset);
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 58;
        background: rgba(0, 0, 0, 0.52);
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--motion-260) var(--motion-ease), visibility var(--motion-260) var(--motion-ease);
        pointer-events: none;
      }

      body.nav-open .nav-mobile-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      /* Panel z linkami â€” peĹ‚na szerokoĹ›Ä‡, bez cropu; przewijanie pionowe */
      .nav-menu {
        position: fixed;
        top: var(--nav-drawer-offset);
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-height: none;
        margin: 0;
        flex: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 6px 16px max(20px, env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        background:
          linear-gradient(180deg, rgba(184, 151, 58, 0.06), transparent 120px),
          rgba(3, 4, 6, 0.98);
        border-top: 1px solid rgba(184, 151, 58, 0.22);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.55);
        z-index: 60;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform var(--motion-280) var(--motion-ease), visibility var(--motion-280) var(--motion-ease);
        mask-image: none;
        -webkit-mask-image: none;
      }

      body.nav-open .nav-menu {
        transform: translateX(0);
        visibility: visible;
        display: flex !important;
      }

      .nav-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 16px 6px;
        font-size: 15px;
        white-space: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      }

      .nav-link:last-of-type {
        border-bottom: none;
      }

      .nav-dropdown {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      }

      .nav-dropdown__trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 16px 6px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.92);
        border: none;
        background: transparent;
        cursor: pointer;
        text-align: left;
      }

      .nav-dropdown__trigger:focus-visible {
        outline: 2px solid var(--gold-main);
        outline-offset: 2px;
      }

      .nav-dropdown__caret {
        border-top-color: rgba(255, 255, 255, 0.75);
      }

      .nav-dropdown__panel {
        display: none;
        flex-direction: column;
        padding: 0 0 8px 12px;
        gap: 0;
      }

      .nav-dropdown.is-open .nav-dropdown__panel {
        display: flex;
      }

      .nav-dropdown__link {
        padding: 12px 6px 12px 10px;
        font-size: 14px;
        font-weight: 450;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.88);
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      }

      .nav-dropdown__link:last-child {
        border-bottom: none;
      }

      .nav-dropdown__link[aria-current='page'] {
        color: #f0e6c8;
      }

      .nav-mobile-menu-cta {
        display: none;
      }

    }

    @media (max-width: 820px) {
      :root {
        --nav-mobile-header-height: 64px;
        --nav-drawer-offset: var(--nav-mobile-header-height);
      }

      .hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        height: auto;
        min-height: 0;
        row-gap: clamp(16px, 3vh, 28px);
      }

      .hero-left {
        grid-column: 1;
        grid-row: 1;
        padding-top: clamp(28px, 5vh, 56px);
        max-width: 42rem;
      }

      .hero-title {
        text-align: center;
      }

      .hero-title-row {
        justify-content: center;
      }

      .hero-showcase {
        grid-column: 1;
        grid-row: 2;
        align-self: stretch;
        width: 100%;
        max-height: none;
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .photo-strip {
        min-height: 0;
        height: auto;
        min-width: 100%;
        touch-action: pan-y;
        cursor: grab;
      }

      .hero-showcase .photo-strip:nth-child(2) {
        display: none;
      }

      .photo-strip.is-dragging {
        cursor: grabbing;
      }

      .photo-strip-track {
        flex-direction: row;
        width: max-content;
        animation-duration: 20s;
        will-change: transform;
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .photo-strip--up .photo-strip-track {
        animation-name: stripMoveLeft;
      }

      .photo-strip--down .photo-strip-track {
        animation-name: stripMoveRight;
      }

      .photo-item {
        flex: 0 0 clamp(288px, 67vw, 384px);
      }

      .photo-item img {
        aspect-ratio: 4 / 3;
      }

      .hero-adapt {
        flex-direction: column;
        align-items: stretch;
        gap: clamp(16px, 3vw, 24px);
      }

      .adapt-entry {
        align-self: center;
        padding-bottom: 0;
      }

      .adapt-tabs {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
        column-gap: 8px;
        height: auto;
        min-height: 48px;
        padding: 10px clamp(12px, 3vw, 20px);
        border-radius: var(--radius-20);
        display: none;
      }

      .adapt-tab {
        white-space: normal;
        text-align: center;
        line-height: 1.25;
      }

      .adapt-separator {
        display: none;
      }

      .hero-description {
        font-size: clamp(15px, 3.6vw, 20px);
        max-width: none;
      }

      .hero-cta.hero-cta--donate {
        display: flex;
        margin-left: auto;
        margin-right: auto;
      }

    }

    /* Bardzo wÄ…ski telefon: Donate w drawerze zamiast w pasku */
    @media (max-width: 419px) {
      .nav-actions > .nav-cta-primary {
        display: none !important;
      }

      .nav-mobile-menu-cta {
        display: inline-flex !important;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .nav-menu,
      .nav-mobile-backdrop,
      .nav-mobile-toggle-icon span {
        transition: none !important;
      }
    }

    @media (max-width: 480px) {
      .adapt-tabs {
        flex-direction: column;
        align-items: stretch;
        border-radius: var(--radius-16);
        padding: 12px;
      }

      .adapt-tab {
        justify-content: center;
        width: 100%;
        font-size: 11px;
      }

      .cursor-dot,
      .cursor-ring {
        display: none;
      }
    }

    /* â”€â”€â”€ Navbar/Header Editorial Refinement Overrides â”€â”€â”€ */
    .navbar {
      position: sticky;
      top: 0;
      z-index: 100;
      background: linear-gradient(180deg, #f3ecde 0%, #ede3d2 100%);
      border-bottom: 1px solid rgba(62, 49, 23, 0.2);
      box-shadow: var(--shadow-nav-ledger);
      padding-left: clamp(24px, 2.6vw, 40px);
      padding-right: clamp(24px, 2.6vw, 40px);
      gap: clamp(14px, 1.8vw, 28px);
    }

    .logo {
      visibility: visible;
      pointer-events: auto;
      flex: 0 0 auto;
      gap: 0;
    }

    .logo-text {
      display: inline-block;
      font-family: var(--type-body-font-family);
      font-size: clamp(var(--type-body-sm-font-size), 1.02vw, var(--type-body-font-size));
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #2f2717;
      line-height: 1;
      white-space: nowrap;
    }

    /* Tylko desktop: „editorial” nie może nadpisywać drawera (flex-start od góry). */
    @media (min-width: 1181px) {
      .nav-menu {
        flex: 1 1 auto;
        justify-content: center;
        gap: clamp(16px, 1.9vw, 30px);
        min-width: 0;
      }

      .nav-link {
        position: relative;
        font-size: clamp(14px, 0.98vw, 16px);
        font-weight: 450;
        letter-spacing: 0.02em;
        color: #2f2717;
        padding: 3px 0;
        transition: color var(--motion-160) var(--motion-ease);
      }

      .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        height: var(--ui-gold-hairline-h);
        background: var(--ui-gold-hairline-bg);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform var(--motion-180) var(--motion-ease);
      }

      .nav-link:hover,
      .nav-link:focus-visible {
        color: #1f1a10;
      }

      .nav-link:hover::after,
      .nav-link:focus-visible::after {
        transform: scaleX(1);
      }

      .nav-dropdown__trigger {
        position: relative;
        font-size: clamp(14px, 0.98vw, 16px);
        font-weight: 450;
        letter-spacing: 0.02em;
        color: #2f2717;
        padding: 3px 0;
        transition: color var(--motion-160) var(--motion-ease);
      }

      .nav-dropdown__trigger::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -6px;
        height: var(--ui-gold-hairline-h);
        background: var(--ui-gold-hairline-bg);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform var(--motion-180) var(--motion-ease);
      }

      .nav-dropdown:hover .nav-dropdown__trigger::after,
      .nav-dropdown:focus-within .nav-dropdown__trigger::after,
      .nav-dropdown.is-active-branch .nav-dropdown__trigger::after {
        transform: scaleX(1);
      }

      .nav-dropdown__trigger:hover,
      .nav-dropdown__trigger:focus-visible {
        color: #1f1a10;
      }

      .nav-dropdown__panel {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: min(260px, 70vw);
        padding: 12px 0 10px;
        background: linear-gradient(180deg, #f8f2e6 0%, #efe5d4 100%);
        border: 1px solid rgba(69, 54, 27, 0.2);
        border-radius: var(--radius-12);
        box-shadow: 0 14px 36px rgba(24, 18, 10, 0.18);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
          opacity var(--motion-200) var(--motion-ease),
          visibility var(--motion-200) var(--motion-ease),
          transform var(--motion-200) var(--motion-ease);
        z-index: 120;
      }

      /* Invisible hit area between trigger and panel so :hover is not lost while moving the cursor to a link */
      .nav-dropdown__panel::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -14px;
        height: 14px;
      }

      .nav-dropdown:hover .nav-dropdown__panel,
      .nav-dropdown:focus-within .nav-dropdown__panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .nav-dropdown__link {
        padding: 10px 18px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #2f2717;
        white-space: nowrap;
      }

      .nav-dropdown__link:hover,
      .nav-dropdown__link:focus-visible {
        color: #1f1a10;
        background: rgba(184, 151, 58, 0.12);
      }

      .nav-dropdown__link[aria-current='page'] {
        background: rgba(184, 151, 58, 0.18);
        color: #1f1a10;
      }
    }

    .nav-actions {
      flex: 0 0 auto;
      gap: 10px;
    }

    .nav-cta-secondary {
      height: 42px;
      border-radius: var(--radius-10);
      border: 1px solid rgba(69, 54, 27, 0.28);
      background: transparent;
      color: #3b301b;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.04em;
      padding: 0 16px;
    }

    .nav-cta-secondary:hover {
      border-color: rgba(69, 54, 27, 0.5);
      color: #2a2112;
    }

    .nav-cta-primary {
      height: 42px;
      border-radius: var(--radius-10);
      border: 1px solid rgba(184, 151, 58, 0.72);
      background: rgba(184, 151, 58, 0.16);
      color: #2f2717;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 0 18px;
      transition: border-color var(--motion-180) var(--motion-ease), background-color var(--motion-180) var(--motion-ease), color var(--motion-180) var(--motion-ease);
    }

    .nav-cta-primary:hover {
      border-color: rgba(184, 151, 58, 0.92);
      background: rgba(184, 151, 58, 0.26);
      color: #1f1a10;
    }

    .hero {
      position: relative;
      overflow: hidden;
      background: #0e0c08;
    }

    .hero::after {
      content: '';
      position: absolute;
      inset: -8px;
      background:
        linear-gradient(120deg, rgba(3, 4, 6, 0.86) 0%, rgba(17, 13, 8, 0.78) 38%, rgba(72, 45, 18, 0.66) 100%),
        linear-gradient(180deg, rgba(32, 22, 12, 0.44) 0%, rgba(14, 11, 8, 0.58) 100%),
        url("../images/shared/3.jpg") center / cover no-repeat;
      filter: blur(5px) sepia(0.24) saturate(0.82);
      transform: scale(1.03);
      pointer-events: none;
      z-index: 0;
    }

    .hero > * {
      position: relative;
      z-index: 2;
    }

    .hero::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 28px;
      background: linear-gradient(180deg, rgba(237, 227, 210, 0.18), rgba(14, 12, 8, 0));
      pointer-events: none;
      z-index: 1;
    }

    @media (max-width: 1180px) {
      .navbar {
        position: sticky;
        top: 0;
        height: var(--nav-mobile-header-height);
        min-height: var(--nav-mobile-header-height);
        padding-top: 0;
        padding-bottom: 0;
      }

      .nav-mobile-toggle {
        display: inline-flex;
        border-radius: var(--radius-10);
        height: 42px;
        width: 42px;
        background: rgba(255, 255, 255, 0.5);
      }
    }

    @media (max-width: 820px) {
      .navbar {
        height: var(--nav-mobile-header-height);
        min-height: var(--nav-mobile-header-height);
        padding-left: 14px;
        padding-right: 14px;
      }

      .logo {
        flex: 1 1 auto;
        min-width: 0;
      }

      .logo-text {
        font-size: clamp(11px, 3.2vw, 13px);
        letter-spacing: 0.09em;
      }

      .nav-actions {
        gap: 6px;
      }

      .nav-actions > .nav-cta-secondary {
        height: 38px;
        padding: 0 10px;
        font-size: 10px;
        max-width: min(50vw, 210px);
      }

      .nav-menu {
        background: #efe5d4;
        border-top: 1px solid rgba(69, 54, 27, 0.18);
      }

      .nav-menu .nav-link {
        color: #2f2717;
      }

      .nav-menu .nav-dropdown {
        border-bottom-color: rgba(69, 54, 27, 0.14);
      }

      .nav-menu .nav-dropdown__trigger {
        color: #2f2717;
      }

      .nav-menu .nav-dropdown__caret {
        border-top-color: rgba(47, 39, 23, 0.65);
      }

      .nav-menu .nav-dropdown__link {
        color: #2f2717;
        border-bottom-color: rgba(69, 54, 27, 0.1);
      }

      .nav-menu .nav-dropdown__link[aria-current='page'] {
        color: #1f1a10;
        background: rgba(184, 151, 58, 0.22);
      }

      .nav-mobile-menu-cta {
        display: inline-flex !important;
        border-radius: var(--radius-10);
        border: 1px solid rgba(184, 151, 58, 0.64);
        color: #2f2717;
        background: rgba(184, 151, 58, 0.18);
        margin-top: 0;
        margin-bottom: 4px;
      }
    }

    /*
      Typography overrides — scoped + !important so Tailwind CDN / preflight
      cannot reset these font sizes (fixes “changes not visible” in browser).
    */
    .founding-section .founding-copy {
      font-size: 14px !important;
    }

    .founding-section .founding-card-copy {
      font-size: 13px !important;
    }

    .founding-section .founding-step-head {
      font-size: 17px !important;
    }

    .founding-section .founding-step-copy {
      font-size: 13px !important;
    }

    .sense-day-section .sense-day-intro {
      font-size: 18px !important;
    }

    .sense-day-section .sense-day-desc {
      font-size: 15px !important;
    }

    .sense-day-section .sense-day-footer {
      font-size: 21px !important;
    }
  

