


  
    /* ═══════════════════════════════════════════
       CUSTOM FONT — PP Neue Machina
    ═══════════════════════════════════════════ */
    @font-face {
      font-family: 'PPNeueMachina';
      src: url('https://nudefoodcafe.com/css/PPNeueMachina-Light.otf') format('opentype');
      font-weight: 300;
    }
    @font-face {    
      font-family: 'PPNeueMachina';
      src: url('https://nudefoodcafe.com/css/PPNeueMachina-Regular.otf') format('opentype');
      font-weight: 400;
    }
    @font-face {
      font-family: 'PPNeueMachina';
      src: url('https://nudefoodcafe.com/css/PPNeueMachina-Ultrabold.otf') format('opentype');
      font-weight: 800;
    }
  
    /* ═══════════════════════════════════════════
       TOKENS
    ═══════════════════════════════════════════ */
    :root {
      --white:      #FFFFFF;
      --cream:      #FAF7F2;
      --pink:       #FFBCBC;
      --pink-light: #FFE5E5;
      --green:      #0E612E;
      --green-deep: #09441F;
      --terra:      #952B19;
      --gold:       #D89A01;
      --charcoal:   #1A1A1A;
      --mid:        #5a5a5a;
      --border:     rgba(14,97,46,.15);

      --font-display: 'PPNeueMachina', 'Cormorant Garamond', serif;
      --font-serif:   'Cormorant Garamond', Georgia, serif;
      --font-sans:    'DM Sans', sans-serif;

      --ease-smooth: cubic-bezier(.25,.46,.45,.94);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font-sans);
      background: var(--cream);
      color: var(--charcoal);
      overflow-x: hidden;
    }
    

    /* ═══════════════════════════════════════════
       NAVIGATION
    ═══════════════════════════════════════════ */
    #main-nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      transition: background .35s var(--ease-smooth), box-shadow .35s;
    }
    #main-nav.scrolled {
      background: rgba(255,255,255,.96);
      backdrop-filter: blur(12px);
      box-shadow: 0 1px 0 var(--border);
    }
    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 48px;
      transition: padding .35s;
    }
    #main-nav.scrolled .nav-inner { padding: 14px 48px; }

    .nav-logo {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
    .nav-logo-main {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 1.1rem;
      color: var(--white);
      letter-spacing: .04em;
      transition: color .35s;
    }
    #main-nav.scrolled .nav-logo-main { color: var(--green); }
    .nav-logo-sub {
      font-size: .58rem;
      font-weight: 400;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255,255,255,.65);
      transition: color .35s;
    }
    #main-nav.scrolled .nav-logo-sub { color: var(--mid); }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 36px;
      list-style: none;
    }
    .nav-links a {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255,255,255,.8);
      text-decoration: none;
      transition: color .25s;
    }
    #main-nav.scrolled .nav-links a { color: var(--mid); }
    .nav-links a:hover { color: var(--green) !important; }

    .nav-cta {
      font-size: .75rem;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 9px 22px;
      border-radius: 999px;
      border: 1.5px solid rgba(255,255,255,.6);
      color: var(--white);
      text-decoration: none;
      transition: all .3s;
    }
    #main-nav.scrolled .nav-cta {
      border-color: var(--green);
      color: var(--green);
    }
    .nav-cta:hover {
      background: var(--green);
      border-color: var(--green);
      color: var(--white) !important;
    }

    .nav-hamburger {
      display: none;
      flex-direction: column;   
      gap: 5px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 4px;
    }
    .nav-hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--white);
      transition: background .35s;
    }
    #main-nav.scrolled .nav-hamburger span { background: var(--charcoal); }

    @media (max-width: 991px) {
      .nav-links, .nav-cta { display: none; }
      .nav-hamburger { display: flex; }
      .nav-inner { padding: 18px 24px; }
      #main-nav.scrolled .nav-inner { padding: 14px 24px; }
    }
 


    /* ═══════════════════════════════════════════
       TYPOGRAPHY HELPERS
    ═══════════════════════════════════════════ */
    .display-serif {
      font-family: var(--font-serif);
      font-weight: 600;
      line-height: 1.05;
    }
    .display-machina {
      font-family: var(--font-display);
      font-weight: 800;
      line-height: 1;
      letter-spacing: -.02em;
    }
    .label-tag {
      font-family: var(--font-sans);
      font-size: .68rem;
      font-weight: 500;
      letter-spacing: .25em;
      text-transform: uppercase;
    }
    .body-serif {
      font-family: var(--font-serif);
      font-size: 1.18rem;
      line-height: 1.75;
      font-weight: 300;
    }

  

    /* ═══════════════════════════════════════════
       HERO CAROUSEL  (existing code, reintegrated)
    ═══════════════════════════════════════════ */
    .hero-carousel-wrapper {
      position: relative;
      width: 100%;
    }

    .owl-carousel .owl-stage-outer,
    .owl-carousel .owl-stage,
    .owl-carousel .owl-item { height: 100%; }

    .hero-slide {
      position: relative;
      height: 100vh;
      min-height: 560px;
      background-size: cover;
      background-position: center;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .hero-slide::before {
      content: '';
      position: absolute;
      inset: -6%;
      background: inherit;
      background-size: cover;
      background-position: center;
      animation: kenBurns 9s ease-in-out infinite alternate;
      z-index: 0;
    }
    @keyframes kenBurns {
      from { transform: scale(1); }
      to   { transform: scale(1.08); }
    }

    .hero-slide::after {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
    }
    /*.slide-1::after { background: linear-gradient(160deg, rgba(14,97,46,.6) 0%, rgba(9,44,15,.45) 100%); }*/
    /*.slide-2::after { background: linear-gradient(160deg, rgba(149,43,25,.58) 0%, rgba(10,5,3,.45) 100%); }*/
    /*.slide-3::after { background: linear-gradient(160deg, rgba(14,97,46,.62) 0%, rgba(0,0,0,.4) 100%); }*/
    /*.slide-4::after { background: linear-gradient(160deg, rgba(30,15,5,.55) 0%, rgba(149,43,25,.48) 100%); }*/
    .slide-1::after { 
background: linear-gradient(160deg, rgba(149,43,25,.65) 0%, rgba(30,15,5,.45) 100%);
}

.slide-2::after { 
background: linear-gradient(160deg, rgba(149,43,25,.58) 0%, rgba(10,5,3,.45) 100%); 
}

.slide-3::after { 
background: linear-gradient(160deg, rgba(14,97,46,.62) 0%, rgba(0,0,0,.4) 100%); 
}

.slide-4::after { 
background: linear-gradient(160deg, rgba(30,15,5,.55) 0%, rgba(149,43,25,.48) 100%); 
}  

    .slide-content {   
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 820px;
      padding: 0 24px;
    }

    .slide-tag {
      display: inline-block;
      font-family: var(--font-sans);
      font-size: .66rem;
      font-weight: 500;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: var(--pink);
      border: 1px solid rgba(255,188,188,.4);
      padding: 5px 18px;
      border-radius: 999px;
      margin-bottom: 24px;
      opacity: 0;
      transform: translateY(16px);
      transition: opacity .6s ease .1s, transform .6s ease .1s;
    }

    .slide-title {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(2.6rem, 6.5vw, 5.5rem);
      color: var(--white);
      line-height: 1.0;
      margin-bottom: 22px;
      letter-spacing: -.02em;
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s ease .28s, transform .7s ease .28s;
    }

    .slide-title em {
      font-family: var(--font-serif);
      font-style: italic;
      font-weight: 400;
      color: var(--pink);
    }

    .slide-divider {
      width: 48px;
      height: 1.5px;
      background: rgba(255,188,188,.55);
      margin: 0 auto 20px;
      opacity: 0;
      transform: scaleX(0);
      transition: opacity .5s ease .5s, transform .5s ease .5s;
    }

    .slide-subtitle {
      font-family: var(--font-serif);
      font-size: clamp(1rem, 1.9vw, 1.2rem);
      font-weight: 300;
      color: rgba(255,255,255,.8);
      line-height: 1.7;
      max-width: 530px;
      margin: 0 auto 38px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity .65s ease .46s, transform .65s ease .46s;
    }

    .slide-cta {
      display: inline-block;
      font-family: var(--font-sans);
      font-size: .78rem;
      font-weight: 500;
      letter-spacing: .15em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 14px 40px;
      border-radius: 999px;
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .6s ease .62s, transform .6s ease .62s,
                  background .3s, color .3s, border-color .3s;
    }
    .cta-green  { background: var(--green); color: var(--white); border: 2px solid var(--green); }
    .cta-green:hover  { background: transparent; color: var(--white); }
    .cta-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.6); }
    .cta-outline:hover { background: var(--white); color: var(--terra); border-color: var(--white); }
    .cta-gold   { background: var(--gold); color: #1a1108; border: 2px solid var(--gold); }
    .cta-gold:hover   { background: transparent; color: var(--gold); }

    .owl-item.active .slide-tag,
    .owl-item.active .slide-title,
    .owl-item.active .slide-subtitle,
    .owl-item.active .slide-cta { opacity: 1; transform: translateY(0); }
    .owl-item.active .slide-divider { opacity: 1; transform: scaleX(1); }

    /* owl nav */
    .owl-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      pointer-events: none;
      z-index: 10;
    }
    .owl-prev, .owl-next {
      position: absolute;
      pointer-events: all;
      width: 50px; height: 50px;
      border-radius: 50%;
      display: flex !important;
      align-items: center;
      justify-content: center;
      border: 1.5px solid rgba(255,255,255,.35) !important;
      background: rgba(255,255,255,.06) !important;
      backdrop-filter: blur(8px);
      color: var(--white) !important;
      font-size: .9rem;
      cursor: pointer;
      transition: all .3s;
    }
    .owl-prev { left: 32px; }
    .owl-next { right: 32px; }
    .owl-prev:hover, .owl-next:hover {
      background: rgba(14,97,46,.85) !important;
      border-color: var(--green) !important;
      transform: scale(1.08);
    }
    .owl-prev span, .owl-next span { display: none; }

    /* progress bar */
    .hero-progress {
      position: absolute;
      bottom: 0; left: 0;
      height: 3px;
      background: var(--green);
      z-index: 20;
      animation: hprogress 6s linear infinite;
    }
    @keyframes hprogress { from { width: 0%; } to { width: 100%; } }

    /* slide counter */
    .slide-counter {
      position: absolute;
      bottom: 32px; right: 48px;
      z-index: 20;
      color: rgba(255,255,255,.55);
      font-size: .75rem;
      letter-spacing: .1em;
    }
    .slide-counter .sc-num {
      font-family: var(--font-display);
      font-size: 1.5rem;
      font-weight: 800;
      color: rgba(255,255,255,.88);
    }

    /* scroll pulse */
    .scroll-cue {
      position: absolute;
      bottom: 36px; left: 50%;
      transform: translateX(-50%);
      z-index: 20;
      display: flex; flex-direction: column;
      align-items: center; gap: 8px;
    }
    .scroll-cue-label {
      font-size: .6rem;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: rgba(255,255,255,.45);
    }
    .scroll-cue-line {
      width: 1px; height: 40px;
      background: linear-gradient(to bottom, rgba(255,255,255,.45), transparent);
      animation: scPulse 1.8s ease-in-out infinite;
    }
    @keyframes scPulse {
      0%,100% { opacity:.45; transform: scaleY(1); }
      50% { opacity:1; transform: scaleY(1.3); }
    }

    @media (max-width: 768px) {
      .owl-prev { left: 12px; }
      .owl-next { right: 12px; }
      .slide-counter, .scroll-cue { display: none; }
      .hero-slide { height: 92vh; }
    }


    .section-pad { padding: 100px 0; }
    .section-pad-sm { padding: 70px 0; }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 18px;
    }
    .section-label::before {
      content: '';
      display: block;
      width: 32px;
      height: 2px;
      background: var(--green);
    }
    .section-label span {
      font-family: var(--font-sans);
      font-size: .68rem;
      font-weight: 500;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: var(--green);
    }

    .section-title {
      font-family: var(--font-serif);
      font-size: clamp(2.2rem, 4vw, 3.6rem);
      font-weight: 600;
      line-height: 1.08;
      color: var(--charcoal);
    }
    .section-title em { font-style: italic; color: var(--terra); }

    /* Fancy divider */
    .fancy-rule {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 28px 0;
    }
    .fancy-rule::before, .fancy-rule::after {
      content: '';
      flex: 1;
      height: 1px;
      background: var(--border);
    }
    .fancy-rule-icon {
      color: var(--green);
      font-size: 1.1rem;
    }


    #about {
      background: var(--cream);
      overflow: hidden;
    }

    .about-image-stack {
      position: relative;
      height: 520px;
    }
    .about-img-main {
      position: absolute;
      right: 0; top: 0;
      width: 78%;
      height: 440px;
      object-fit: cover;
      border-radius: 4px;
    }
    .about-img-accent {
      position: absolute;
      left: 0; bottom: 0;
      width: 52%;
      height: 280px;
      object-fit: cover;
      border-radius: 4px;
      border: 5px solid var(--cream);
      box-shadow: 0 20px 60px rgba(0,0,0,.12);
    }
    .about-badge {
      position: absolute;
      top: 28px; left: 28px;
      width: 110px; height: 110px;
      border-radius: 50%;
      background: var(--green);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: var(--white);
      z-index: 5;
      box-shadow: 0 8px 32px rgba(14,97,46,.4);
    }
    .about-badge .ab-num {
      font-family: var(--font-display);
      font-size: 2rem;
      font-weight: 800;
      line-height: 1;
    }
    .about-badge .ab-text {
      font-size: .55rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      margin-top: 3px;
      line-height: 1.3;
    }

    .about-content { padding-left: 24px; }

    .about-intro-text {
      font-family: var(--font-serif);
      font-size: 1.22rem;
      line-height: 1.75;
      font-weight: 300;
      color: var(--charcoal);
      margin-bottom: 32px;
    }

    .about-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 36px;
    }
    .about-pill {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 8px 16px;
      border-radius: 999px;
      border: 1.5px solid var(--border);
      font-size: .8rem;
      font-weight: 400;
      color: var(--mid);
      background: var(--white);
      transition: all .25s;
    }
    .about-pill i { color: var(--green); font-size: .85rem; }
    .about-pill:hover {
      border-color: var(--green);
      color: var(--green);
      background: rgba(14,97,46,.04);
    }

    .about-cta {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--green);
      text-decoration: none;
      border-bottom: 1.5px solid var(--green);
      padding-bottom: 3px;
      transition: gap .3s;
    }
    .about-cta:hover { gap: 18px; color: var(--green); }

    @media (max-width: 991px) {
      .about-content { padding-left: 0; margin-top: 40px; }
      .about-image-stack { height: 380px; }
      .about-img-main { height: 320px; }
    }

  
    #philosophy {
      background: var(--green);
      padding: 80px 0;
      overflow: hidden;
    }
    .philo-header { margin-bottom: 56px; }
    .philo-header .section-label::before { background: rgba(255,255,255,.4); }
    .philo-header .section-label span { color: rgba(255,255,255,.7); }
    .philo-header .section-title { color: var(--white); }

    .value-card {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 8px;
      padding: 32px 28px;
      height: 100%;
      transition: background .3s, transform .3s;
    }
    .value-card:hover {
      background: rgba(255,255,255,.1);
      transform: translateY(-4px);
    }
    .value-card-num {
      font-family: var(--font-display);
      font-size: 3rem;
      font-weight: 800;
      color: rgba(255,255,255,.12);
      line-height: 1;
      margin-bottom: 16px;
    }
    .value-card-title {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 1rem;
      letter-spacing: .06em;
      color: var(--white);
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .value-card-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .value-tag {
      font-size: .66rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 4px 10px;
      border-radius: 999px;
      border: 1px solid rgba(255,188,188,.35);
      color: var(--pink);
    }


    #food-gallery {
      background: var(--white);
    }
    .gallery-owl .item {
      position: relative;
      overflow: hidden;
      border-radius: 6px;
      cursor: pointer;
    }
    .gallery-owl .item img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      display: block;
      transition: transform .5s var(--ease-smooth);
    }
    .gallery-owl .item:hover img { transform: scale(1.06); }

    .gallery-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(14,97,46,.82) 0%, transparent 55%);
      opacity: 0;
      transition: opacity .35s;
      display: flex;
      align-items: flex-end;
      padding: 18px 16px;
    }
    .gallery-owl .item:hover .gallery-overlay { opacity: 1; }
    .gallery-overlay p {
      font-family: var(--font-serif);
      font-size: 1rem;
      color: var(--white);
      margin: 0;
    }


    .marquee-strip {
      background: var(--terra);
      padding: 16px 0;
      overflow: hidden;
      white-space: nowrap;
    }
    .marquee-track {
      display: inline-flex;
      gap: 0;
      animation: marquee 22s linear infinite;
    }
    .marquee-item {
      display: inline-flex;
      align-items: center;
      gap: 20px;
      padding: 0 32px;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: .8rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255,255,255,.9);
    }
    .marquee-item i { color: var(--pink); font-size: .85rem; }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  
    #sustainability {
      background: var(--cream);
    }

    .sustain-card {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .sustain-icon-wrap {
      width: 56px; height: 56px;
      border-radius: 12px;
      background: rgba(14,97,46,.08);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .sustain-icon-wrap i {
      font-size: 1.4rem;
      color: var(--green);
    }
    .sustain-card-title {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: .95rem;
      letter-spacing: .04em;
      text-transform: uppercase;
      color: var(--charcoal);
      margin-bottom: 8px;
    }
    .sustain-card-text {
      font-family: var(--font-serif);
      font-size: 1.05rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--mid);
    }

    .sustain-feature-img {
      width: 100%;
      height: 100%;
      min-height: 440px;
      object-fit: cover;
      border-radius: 8px;
    }


    #ambience {
      background: var(--charcoal);
    }
    #ambience .section-label::before { background: rgba(255,255,255,.3); }
    #ambience .section-label span { color: rgba(255,255,255,.5); }
    #ambience .section-title { color: var(--white); }

    .amb-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: 280px 280px;
      gap: 10px;
    }
    .amb-item {
      overflow: hidden;
      border-radius: 4px;
      position: relative;
      cursor: pointer;
    }
    .amb-item:first-child {
      grid-row: span 2;
    }
    .amb-item img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform .55s var(--ease-smooth), filter .35s;
      filter: brightness(.88);
    }
    .amb-item:hover img {
      transform: scale(1.06);
      filter: brightness(1);
    }
    .amb-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(9,44,15,.7) 0%, transparent 60%);
      opacity: 0;
      transition: opacity .35s;
      display: flex;
      align-items: flex-end;
      padding: 16px;
    }
    .amb-item:hover .amb-overlay { opacity: 1; }
    .amb-overlay i {
      color: var(--white);
      font-size: 1.6rem;
    }

    @media (max-width: 768px) {
      .amb-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
      }
      .amb-item:first-child { grid-row: auto; }
    }

 
    #menu-cta {
      background: var(--pink-light);
      padding: 80px 0;
    }
    .menu-cta-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }
    .menu-cta-text { flex: 1; min-width: 260px; }
    .menu-cta-title {
      font-family: var(--font-serif);
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      font-weight: 600;
      color: var(--charcoal);
      line-height: 1.1;
      margin-bottom: 10px;
    }
    .menu-cta-sub {
      font-size: 1rem;
      color: var(--mid);
    }
    .menu-cta-btns {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }
    .btn-primary-nfc {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 32px;
      border-radius: 999px;
      background: var(--green);
      color: var(--white);
      text-decoration: none;
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      transition: all .3s;
      border: 2px solid var(--green);
    }
    .btn-primary-nfc:hover { background: var(--green-deep); color: var(--white); }
    .btn-secondary-nfc {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 32px;
      border-radius: 999px;
      background: transparent;
      color: var(--terra);
      text-decoration: none;
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: .12em;
      text-transform: uppercase;
      border: 2px solid var(--terra);
      transition: all .3s;
    }
    .btn-secondary-nfc:hover { background: var(--terra); color: var(--white); }


    #contact {
      background: var(--white);
    }

    .contact-info-card {
      background: var(--cream);
      border-radius: 8px;
      padding: 40px 36px;
      height: 100%;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 20px 0;
      border-bottom: 1px solid var(--border);
    }
    .contact-item:last-child { border-bottom: none; }

    .contact-icon {
      width: 42px; height: 42px;
      border-radius: 10px;
      background: rgba(14,97,46,.08);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .contact-icon i { color: var(--green); font-size: 1rem; }

    .contact-label {
      font-size: .65rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--mid);
      margin-bottom: 4px;
    }
    .contact-value {
      font-family: var(--font-serif);
      font-size: 1.05rem;
      font-weight: 400;
      color: var(--charcoal);
      line-height: 1.5;
    }

    .hours-grid {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 6px 20px;
    }
    .hours-day {
      font-size: .82rem;
      color: var(--mid);
    }
    .hours-time {
      font-size: .82rem;
      color: var(--charcoal);
      font-weight: 500;
      text-align: right;
    }

    .social-strip {
      display: flex;
      gap: 12px;
      margin-top: 28px;
    }
    .social-btn {
      width: 40px; height: 40px;
      border-radius: 10px;
      background: rgba(14,97,46,.08);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--green);
      font-size: 1rem;
      text-decoration: none;
      transition: all .25s;
    }
    .social-btn:hover {
      background: var(--green);
      color: var(--white);
    }

    /* Map placeholder */
    .map-wrap {
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
      min-height: 400px;
      background: var(--cream);
      position: relative;
    }
    .map-wrap iframe {
      width: 100%; height: 100%;
      border: none;
      display: block;
    }

    footer {
      background: var(--charcoal);
      padding: 56px 0 28px;
    }
    .footer-logo-main {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 1.4rem;
      color: var(--white);
      letter-spacing: .04em;
      display: block;
      margin-bottom: 4px;
    }
    .footer-logo-sub {
      font-size: .62rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255,255,255,.4);
    }
    .footer-tagline {
      font-family: var(--font-serif);
      font-style: italic;
      font-size: 1rem;
      color: rgba(255,255,255,.45);
      margin-top: 16px;
      line-height: 1.6;
    }

    .footer-nav-title {
      font-size: .65rem;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: rgba(255,255,255,.35);
      margin-bottom: 16px;
    }
    .footer-nav-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .footer-nav-links a {
      font-size: .88rem;
      color: rgba(255,255,255,.55);
      text-decoration: none;
      transition: color .25s;
    }
    .footer-nav-links a:hover { color: var(--white); }

    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      margin-top: 48px;
      padding-top: 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
    }
    .footer-copy {
      font-size: .75rem;
      color: rgba(255,255,255,.3);
    }
    .footer-credits {
      font-size: .75rem;
      color: rgba(255,255,255,.3);
    }
    .footer-credits a {
      color: rgba(255,188,188,.6);
      text-decoration: none;
    }

    
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity .7s var(--ease-smooth), transform .7s var(--ease-smooth);
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }
    .reveal-delay-4 { transition-delay: .4s; }
    .reveal-delay-5 { transition-delay: .5s; }


    .nfc-modal-overlay {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,.88);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity .3s;
    }
    .nfc-modal-overlay.open {
      opacity: 1;
      pointer-events: all;
    }
    .nfc-modal-img {
      max-width: 90vw;
      max-height: 85vh;
      object-fit: contain;
      border-radius: 4px;
    }
    .nfc-modal-close {
      position: absolute;
      top: 20px; right: 24px;
      background: none;
      border: none;
      color: var(--white);
      font-size: 1.8rem;
      cursor: pointer;
      opacity: .7;
      transition: opacity .2s;
    }
    .nfc-modal-close:hover { opacity: 1; }
    .nfc-modal-prev, .nfc-modal-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.2);
      color: var(--white);
      width: 48px; height: 48px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background .25s;
    }
    .nfc-modal-prev:hover, .nfc-modal-next:hover { background: rgba(255,255,255,.2); }
    .nfc-modal-prev { left: 20px; }
    .nfc-modal-next { right: 20px; }


    @media (max-width: 768px) {
      .section-pad { padding: 70px 0; }
      .contact-info-card { padding: 28px 20px; }
    }
     .floating-whatsaap {position: fixed;    bottom: 20px;    right: 20px;    z-index: 9;}
    .floating-whatsaap i {padding: 10px;background: #4dc247;color: #fff; border-radius: 100%; font-size: 32px;width: 50px; height: 50px;    text-align: center;  
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);box-shadow: 0 0 0 rgb(244,157,22);	animation: pulse 1s infinite;}

  