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

  :root {
    --g1: #0A4A2F;
    --g2: #166641;
    --g3: #1e8a55;
    --amber: #D97706;
    --amber-l: #FEF3C7;
    --amber-d: #92400E;
    --red: #DC2626;
    --red-l: #FEF2F2;
    --bg: #F4F7F4;
    --bg2: #FFFFFF;
    --bg3: #EBF2EB;
    --t1: #0D1F14;
    --t2: #2D5A3D;
    --t3: #6B9A7A;
    --t4: #A8C5B0;
    --bdr: #D1E8D8;
    --r: 14px;
    --r2: 10px;
    --r3: 7px;
    --sh: 0 2px 12px rgba(10, 74, 47, 0.09);
    --sh2: 0 8px 28px rgba(10, 74, 47, 0.16);
  }

  body {
    font-family: 'Sora', sans-serif;
    background: var(--bg);
    color: var(--t1);
    min-height: 100vh;
    overflow-x: hidden;
    font-size: 14px;
  }

  /* SCROLLBAR */
  ::-webkit-scrollbar {
    width: 3px;
    height: 3px
  }

  ::-webkit-scrollbar-thumb {
    background: var(--bdr);
    border-radius: 99px
  }

  /* ===== NAV ===== */
  #nav {
    position: sticky;
    top: 0;
    z-index: 200;
    background: var(--bg2);
    border-bottom: 1px solid var(--bdr);
    height: 58px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 12px;
    box-shadow: var(--sh)
  }

  .logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex-shrink: 0
  }

  .logo-sq {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    overflow: hidden;
    padding: 0;
    flex-shrink: 0
  }

  .logo-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
  }

  .logo-name {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--g1);
    line-height: 1.1
  }

  .logo-tag {
    font-size: 0.6rem;
    font-weight: 500;
    color: var(--t3);
    letter-spacing: 0.07em;
    text-transform: uppercase
  }

  .nav-sep {
    width: 1px;
    height: 28px;
    background: var(--bdr);
    flex-shrink: 0
  }

  .nav-tabs {
    display: flex;
    gap: 2px;
    flex: 1
  }

  .ntab {
    padding: 6px 13px;
    border-radius: 8px;
    border: none;
    background: none;
    font-family: 'Sora', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--t3);
    cursor: pointer;
    transition: all .16s;
    white-space: nowrap
  }

  .ntab:hover {
    background: var(--bg3);
    color: var(--t2)
  }

  .ntab.on {
    background: var(--bg3);
    color: var(--g1);
    font-weight: 600
  }

  .nav-r {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-shrink: 0
  }

  .search-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--bg);
    border: 1px solid var(--bdr);
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 0.78rem;
    color: var(--t3);
    cursor: pointer;
    transition: border .15s;
    min-width: 160px
  }

  .search-pill:hover {
    border-color: var(--g2)
  }

  .search-pill input {
    border: none;
    background: none;
    font-family: 'Sora', sans-serif;
    font-size: 0.78rem;
    color: var(--t1);
    width: 100%;
    outline: none
  }

  .search-pill input::placeholder {
    color: var(--t4)
  }

  .cartbtn {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--g1);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    font-family: 'Sora', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .16s;
    position: relative
  }

  .cartbtn:hover {
    background: var(--g2);
    transform: translateY(-1px)
  }

  .cbadge {
    background: var(--amber);
    color: #1a1a1a;
    border-radius: 999px;
    padding: 1px 7px;
    font-size: 0.68rem;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
    line-height: 16px
  }

  /* ===== PAGES ===== */
  .pg {
    display: none
  }

  .pg.on {
    display: block;
    animation: pgIn .28s ease
  }

  @keyframes pgIn {
    from {
      opacity: 0;
      transform: translateY(5px)
    }

    to {
      opacity: 1;
      transform: translateY(0)
    }
  }

  /* ===== HERO ===== */
  .hero {
    background: linear-gradient(145deg, var(--g1) 0%, var(--g2) 45%, #25a865 100%);
    padding: 2.8rem 1.5rem 2.2rem;
    position: relative;
    overflow: hidden
  }

  .hero::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none
  }

  .hero::before {
    content: '';
    position: absolute;
    right: 80px;
    bottom: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none
  }

  .hero-inner {
    position: relative;
    max-width: 680px
  }

  .hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 3px 12px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .9rem;
    letter-spacing: .05em
  }

  .hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    color: #fff;
    line-height: 1.2;
    margin-bottom: .5rem
  }

  .hero h1 i {
    font-style: italic;
    color: #90e8b8
  }

  .hero p {
    color: rgba(255, 255, 255, .75);
    font-size: .85rem;
    line-height: 1.65;
    margin-bottom: 1.4rem;
    max-width: 480px
  }

  .hero-btns {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
  }

  .hbtn {
    padding: 9px 20px;
    border-radius: 9px;
    font-family: 'Sora', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all .16s
  }

  .hbtn-p {
    background: #fff;
    color: var(--g1)
  }

  .hbtn-p:hover {
    background: var(--amber-l);
    transform: translateY(-1px)
  }

  .hbtn-s {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .4)
  }

  .hbtn-s:hover {
    background: rgba(255, 255, 255, .12)
  }

  .hero-stats {
    display: flex;
    gap: 1.8rem;
    margin-top: 1.8rem;
    flex-wrap: wrap
  }

  .hstat-n {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff
  }

  .hstat-l {
    font-size: .68rem;
    color: rgba(255, 255, 255, .6);
    margin-top: 1px;
    font-weight: 500
  }

  /* PROMO TICKER */
  .ticker {
    background: var(--amber);
    padding: .55rem 1.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    overflow: hidden
  }

  .ticker-track {
    display: flex;
    gap: 2rem;
    animation: tick 22s linear infinite;
    white-space: nowrap
  }

  @keyframes tick {
    0% {
      transform: translateX(0)
    }

    100% {
      transform: translateX(-50%)
    }
  }

  .ticker-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .76rem;
    font-weight: 600;
    color: #1a1a1a
  }

  .ticker-sep {
    color: rgba(0, 0, 0, .3);
    font-size: .65rem
  }

  /* SECTION */
  .sec {
    padding: 1.6rem 1.5rem
  }

  .sec-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.1rem
  }

  .sec-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--t1)
  }

  .sec-title span {
    color: var(--g2)
  }

  .sec-link {
    font-size: .76rem;
    font-weight: 600;
    color: var(--g2);
    cursor: pointer;
    padding: 4px 9px;
    border-radius: 6px;
    transition: background .14s
  }

  .sec-link:hover {
    background: var(--bg3)
  }

  /* CATEGORY CHIPS */
  .cat-row {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 1.2rem
  }

  .cat-row::-webkit-scrollbar {
    display: none
  }

  .cchip {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    border: 1.5px solid var(--bdr);
    background: var(--bg2);
    font-size: .76rem;
    font-weight: 600;
    color: var(--t2);
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
    flex-shrink: 0
  }

  .cchip:hover {
    border-color: var(--g2);
    color: var(--g1);
    background: var(--bg3)
  }

  .cchip.on {
    border-color: var(--g1);
    background: var(--g1);
    color: #fff
  }

  .cchip-icon {
    font-size: .95rem
  }

  /* PRODUCT GRID */
  .pgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    gap: 11px
  }

  .pcard {
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r);
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    position: relative
  }

  .pcard:hover {
    transform: translateY(-3px);
    box-shadow: var(--sh2);
    border-color: var(--g3)
  }

  .pcard-img {
    width: 100%;
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, var(--bg3), var(--bg));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    position: relative
  }

  .pbadge {
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: .63rem;
    font-weight: 700;
    line-height: 1.4
  }

  .pbadge-sale {
    background: var(--red);
    color: #fff
  }

  .pbadge-new {
    background: var(--g1);
    color: #fff
  }

  .pbadge-hot {
    background: var(--amber);
    color: #1a1a1a
  }

  .pbadge-fresh {
    background: #0891b2;
    color: #fff
  }

  .pcard-body {
    padding: .65rem .75rem
  }

  .pcard-name {
    font-size: .8rem;
    font-weight: 600;
    color: var(--t1);
    margin-bottom: 2px;
    line-height: 1.3
  }

  .pcard-brand {
    font-size: .68rem;
    color: var(--g2);
    font-weight: 600;
    margin-bottom: 3px
  }

  .pcard-unit {
    font-size: .68rem;
    color: var(--t3);
    margin-bottom: .3rem
  }

  .pcard-wholesale {
    font-size: .66rem;
    color: var(--amber-d);
    font-weight: 600;
    margin-bottom: .45rem
  }

  .pcard-bot {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .pcard-price {
    font-size: .9rem;
    font-weight: 700;
    color: var(--g1)
  }

  .pcard-old {
    font-size: .68rem;
    color: var(--t4);
    text-decoration: line-through;
    margin-left: 3px
  }

  .addbtn {
    width: 27px;
    height: 27px;
    border-radius: 7px;
    background: var(--g1);
    border: none;
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    line-height: 1;
    flex-shrink: 0
  }

  .addbtn:hover {
    background: var(--g2);
    transform: scale(1.1)
  }

  .addbtn:active {
    transform: scale(.92)
  }

  .qctrl {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0
  }

  .qbtn {
    width: 25px;
    height: 25px;
    border-radius: 6px;
    border: 1px solid var(--bdr);
    background: var(--bg);
    cursor: pointer;
    font-size: .85rem;
    font-weight: 700;
    color: var(--t1);
    font-family: 'Sora', sans-serif;
    transition: all .14s;
    line-height: 1
  }

  .qbtn:hover {
    background: var(--bg3);
    border-color: var(--g3)
  }

  .qnum {
    font-size: .8rem;
    font-weight: 700;
    min-width: 17px;
    text-align: center;
    color: var(--g1)
  }

  /* EMPTY STATE */
  .empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--t3)
  }

  .empty-icon {
    font-size: 2.8rem;
    margin-bottom: .5rem
  }

  .pricing-note {
    background: var(--amber-l);
    border: 1px solid #f5d58f;
    color: var(--amber-d);
    border-radius: 10px;
    padding: .75rem .9rem;
    font-size: .73rem;
    line-height: 1.55;
    margin-bottom: 1rem
  }

  .site-notice {
    background: linear-gradient(135deg, var(--bg2), var(--bg3));
    border: 1px solid var(--bdr);
    color: var(--t2);
    border-radius: 12px;
    padding: .9rem 1rem;
    margin: 1rem 1.5rem 0;
    line-height: 1.6;
    font-size: .78rem;
    box-shadow: var(--sh);
  }

  .site-notice strong {
    font-size: .8rem;
    color: var(--g1);
  }

  /* ===== CART DRAWER ===== */
  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .42);
    z-index: 400;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s
  }

  .overlay.on {
    opacity: 1;
    pointer-events: all
  }

  .drawer {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(420px, 100vw);
    background: var(--bg2);
    z-index: 401;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -6px 0 30px rgba(0, 0, 0, .14)
  }

  .drawer.on {
    transform: translateX(0)
  }

  .dr-head {
    padding: 1.1rem 1.4rem;
    border-bottom: 1px solid var(--bdr);
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .dr-head h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 7px
  }

  .dr-close {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    border: 1px solid var(--bdr);
    background: none;
    cursor: pointer;
    font-size: 1rem;
    color: var(--t2);
    transition: all .14s;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .dr-close:hover {
    background: var(--bg3)
  }

  .dr-body {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.4rem
  }

  .ci {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--bdr)
  }

  .ci:last-child {
    border: none
  }

  .ci-img {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: var(--bg3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0
  }

  .ci-info {
    flex: 1;
    min-width: 0
  }

  .ci-name {
    font-size: .8rem;
    font-weight: 600;
    color: var(--t1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .ci-price {
    font-size: .75rem;
    color: var(--g2);
    font-weight: 600;
    margin-top: 2px
  }

  .ci-del {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--t4);
    font-size: .9rem;
    padding: 4px;
    border-radius: 5px;
    transition: color .14s;
    flex-shrink: 0
  }

  .ci-del:hover {
    color: var(--red)
  }

  .dr-foot {
    padding: 1.1rem 1.4rem;
    border-top: 1px solid var(--bdr);
    background: var(--bg2)
  }

  .dr-subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4rem
  }

  .dr-subtotal-label {
    font-size: .78rem;
    color: var(--t3)
  }

  .dr-subtotal-val {
    font-size: 1rem;
    font-weight: 700;
    color: var(--g1)
  }

  .dr-delivery {
    font-size: .72rem;
    color: var(--t3);
    margin-bottom: 1rem;
    text-align: right
  }

  .dr-delivery.free {
    color: var(--g2);
    font-weight: 600
  }

  .order-section-label {
    font-size: .7rem;
    font-weight: 600;
    color: var(--t3);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: .55rem
  }

  .obtn {
    width: 100%;
    padding: 11px;
    border-radius: 10px;
    font-family: 'Sora', sans-serif;
    font-size: .83rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .17s;
    margin-bottom: 7px
  }

  .obtn-wa {
    background: #25D366;
    color: #fff
  }

  .obtn-wa:hover {
    background: #1ab956;
    transform: translateY(-1px)
  }

  .obtn-gm {
    background: var(--bg);
    border: 1.5px solid var(--bdr);
    color: var(--t1)
  }

  .obtn-gm:hover {
    border-color: var(--g2);
    color: var(--g1);
    background: var(--bg3);
    transform: translateY(-1px)
  }

  .obtn-ph {
    background: var(--g1);
    color: #fff
  }

  .obtn-ph:hover {
    background: var(--g2);
    transform: translateY(-1px)
  }

  .dr-note {
    font-size: .68rem;
    color: var(--t4);
    text-align: center;
    margin-top: .4rem;
    line-height: 1.5
  }

  /* ===== CONTACT PAGE ===== */
  .contact-wrap {
    max-width: 660px;
    margin: 0 auto;
    padding: 1.6rem 1.5rem
  }

  .ccard {
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: var(--r);
    padding: 1.2rem 1.4rem;
    margin-bottom: 1rem;
    box-shadow: var(--sh)
  }

  .ccard-title {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .9rem;
    color: var(--t1)
  }

  .cinfo-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid var(--bdr)
  }

  .cinfo-row:last-child {
    border: none
  }

  .cinfo-ic {
    width: 33px;
    height: 33px;
    border-radius: 8px;
    background: var(--bg3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex-shrink: 0;
    margin-top: 1px
  }

  .cinfo-lbl {
    font-size: .67rem;
    color: var(--t3);
    font-weight: 500;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .06em
  }

  .cinfo-val {
    font-size: .83rem;
    font-weight: 600;
    color: var(--t1)
  }

  .map-box {
    border-radius: 10px;
    height: 220px;
    overflow: hidden;
    border: 1px solid var(--bdr);
    margin-bottom: 1rem;
    transition: all .16s;
    background: var(--bg3)
  }

  .map-box:hover {
    border-color: var(--g2);
    box-shadow: var(--sh)
  }

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

  .cbtn-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
  }

  .cbtn {
    flex: 1;
    padding: 10px 12px;
    border-radius: 9px;
    font-family: 'Sora', sans-serif;
    font-size: .8rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all .16s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 130px
  }

  .cbtn-wa {
    background: #25D366;
    color: #fff
  }

  .cbtn-wa:hover {
    background: #1ab956
  }

  .cbtn-call {
    background: var(--g1);
    color: #fff
  }

  .cbtn-call:hover {
    background: var(--g2)
  }

  .cbtn-mail {
    background: var(--bg);
    border: 1.5px solid var(--bdr);
    color: var(--t1)
  }

  .cbtn-mail:hover {
    border-color: var(--g2);
    color: var(--g1)
  }

  .cbtn-map {
    background: var(--amber);
    color: #1a1a1a
  }

  .cbtn-map:hover {
    background: #ea9a20
  }

  /* ===== ABOUT PAGE ===== */
  .about-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.6rem 1.5rem
  }

  .about-hero-card {
    background: linear-gradient(145deg, var(--g1) 0%, var(--g2) 45%, #25a865 100%);
    color: #fff;
    border-radius: 18px;
    padding: 1.8rem 1.5rem;
    box-shadow: var(--sh2);
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem
  }

  .about-hero-card::before,
  .about-hero-card::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05)
  }

  .about-hero-card::before {
    width: 260px;
    height: 260px;
    top: -120px;
    right: -90px
  }

  .about-hero-card::after {
    width: 170px;
    height: 170px;
    bottom: -80px;
    left: -40px
  }

  .about-hero-card>* {
    position: relative
  }

  .about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    padding: 4px 12px;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .85rem
  }

  .about-main-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.18;
    margin-bottom: .7rem
  }

  .about-main-title em {
    color: #90e8b8;
    font-style: italic
  }

  .about-hero-copy {
    max-width: 620px;
    font-size: .84rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .78);
    margin-bottom: 1rem
  }

  .about-pill-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
  }

  .about-pill {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    padding: .55rem .85rem;
    font-size: .74rem;
    font-weight: 600
  }

  .about-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 1rem
  }

  .about-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .about-card-copy {
    font-size: .8rem;
    color: var(--t2);
    line-height: 1.7
  }

  .about-card-copy p {
    margin-bottom: .8rem
  }

  .about-card-copy p:last-child {
    margin-bottom: 0
  }

  .about-highlight {
    background: var(--bg3);
    border-left: 3px solid var(--g2);
    border-radius: 0 8px 8px 0;
    padding: .7rem .9rem;
    font-size: .78rem;
    font-weight: 600;
    color: var(--g1);
    margin: .9rem 0
  }

  .about-timeline {
    display: grid;
    gap: .95rem
  }

  .about-line {
    padding-left: .95rem;
    border-left: 3px solid var(--bdr)
  }

  .about-line-year {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--g2);
    margin-bottom: 3px
  }

  .about-line-title {
    font-size: .87rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 3px
  }

  .about-line-copy {
    font-size: .76rem;
    color: var(--t3);
    line-height: 1.55
  }

  .about-person {
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: 14px;
    padding: 1rem;
    box-shadow: var(--sh)
  }

  .about-person-tag {
    display: inline-block;
    background: var(--bg3);
    color: var(--g1);
    border-radius: 999px;
    padding: 3px 8px;
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: .7rem
  }

  .about-person-name {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: 2px
  }

  .about-person-role {
    font-size: .73rem;
    color: var(--t3);
    margin-bottom: .55rem
  }

  .about-person-desc {
    font-size: .74rem;
    color: var(--t2);
    line-height: 1.55
  }

  .about-value {
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: 14px;
    padding: 1rem;
    box-shadow: var(--sh)
  }

  .about-value-title {
    font-size: .84rem;
    font-weight: 700;
    color: var(--t1);
    margin-bottom: .25rem
  }

  .about-value-desc {
    font-size: .74rem;
    color: var(--t3);
    line-height: 1.5
  }

  .about-quote {
    background: linear-gradient(135deg, var(--g1), var(--g3));
    color: #fff;
    text-align: center
  }

  .about-quote-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    font-style: italic;
    margin-bottom: .4rem
  }

  .about-quote-text em {
    color: #90e8b8
  }

  .about-quote-by {
    font-size: .74rem;
    color: rgba(255, 255, 255, .74)
  }

  /* TOAST */
  .toast {
    position: fixed;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%) translateY(70px);
    background: var(--t1);
    color: #fff;
    padding: 9px 18px;
    border-radius: 9px;
    font-size: .78rem;
    font-weight: 600;
    z-index: 999;
    transition: transform .28s cubic-bezier(.4, 0, .2, 1);
    pointer-events: none;
    white-space: nowrap;
    max-width: 90vw;
    text-align: center
  }

  .toast.on {
    transform: translateX(-50%) translateY(0)
  }

  /* ORDER CONFIRM MODAL */
  .modal-wrap {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem
  }

  .modal-wrap.on {
    display: flex
  }

  .modal {
    background: var(--bg2);
    border-radius: var(--r);
    padding: 1.6rem;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .2);
    animation: modalIn .25s ease
  }

  @keyframes modalIn {
    from {
      opacity: 0;
      transform: scale(.95)
    }

    to {
      opacity: 1;
      transform: scale(1)
    }
  }

  .modal-icon {
    font-size: 2.4rem;
    margin-bottom: .6rem;
    text-align: center
  }

  .modal-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: .4rem;
    color: var(--g1)
  }

  .modal-sub {
    font-size: .78rem;
    color: var(--t3);
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.55
  }

  .modal-order-id {
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: 8px;
    padding: .6rem 1rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--g1);
    text-align: center;
    margin-bottom: 1rem;
    font-family: monospace;
    letter-spacing: .05em
  }

  .modal-btns {
    display: flex;
    flex-direction: column;
    gap: 7px
  }

  .modal-btn {
    width: 100%;
    padding: 11px;
    border-radius: 9px;
    font-family: 'Sora', sans-serif;
    font-size: .83rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all .16s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
  }

  .modal-btn-wa {
    background: #25D366;
    color: #fff
  }

  .modal-btn-wa:hover {
    background: #1ab956
  }

  .modal-btn-gm {
    background: #EA4335;
    color: #fff
  }

  .modal-btn-gm:hover {
    background: #c0392b
  }

  .modal-btn-ph {
    background: var(--g1);
    color: #fff
  }

  .modal-btn-ph:hover {
    background: var(--g2)
  }

  .modal-btn-sec {
    background: var(--bg);
    border: 1.5px solid var(--bdr);
    color: var(--t2)
  }

  .modal-btn-sec:hover {
    background: var(--bg3)
  }

  .modal-msg-preview {
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: 8px;
    padding: .75rem 1rem;
    font-size: .72rem;
    color: var(--t2);
    line-height: 1.6;
    margin-bottom: 1rem;
    max-height: 140px;
    overflow-y: auto;
    white-space: pre-wrap;
    font-family: monospace
  }

  .detail-brand {
    color: var(--g2);
    font-size: .82rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: .25rem
  }

  .detail-meta {
    color: var(--t3);
    font-size: .72rem;
    text-align: center;
    margin-bottom: .9rem
  }

  .detail-desc {
    background: var(--bg3);
    border: 1px solid var(--bdr);
    border-radius: 10px;
    padding: .85rem .95rem;
    font-size: .76rem;
    color: var(--t2);
    line-height: 1.65;
    margin-bottom: 1rem
  }

  .detail-price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 1rem
  }

  .detail-price-card {
    background: var(--bg);
    border: 1px solid var(--bdr);
    border-radius: 10px;
    padding: .8rem .9rem
  }

  .detail-price-label {
    font-size: .67rem;
    color: var(--t3);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .3rem
  }

  .detail-price-value {
    font-size: .95rem;
    color: var(--g1);
    font-weight: 700
  }

  .info-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at top right, rgba(37, 168, 101, .11), transparent 42%),
      radial-gradient(circle at bottom left, rgba(217, 119, 6, .1), transparent 38%),
      var(--bg);
  }

  .info-shell {
    max-width: 940px;
    margin: 0 auto;
    padding: 1.6rem 1.5rem 2.3rem;
  }

  .info-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-bottom: .85rem;
  }

  .logo-sq-sm {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    padding: 3px;
  }

  .info-brand-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--g1);
    line-height: 1.1;
  }

  .info-topnav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: .9rem;
  }

  .info-navlink {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: var(--g2);
    font-size: .73rem;
    font-weight: 700;
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: 999px;
    padding: 6px 12px;
    transition: all .15s;
  }

  .info-navlink:hover {
    border-color: var(--g2);
    background: var(--bg3);
    color: var(--g1);
  }

  .info-card {
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: 16px;
    padding: 1.35rem 1.4rem;
    box-shadow: var(--sh);
    margin-bottom: .95rem;
  }

  .info-h1 {
    font-family: 'Playfair Display', serif;
    margin: 0 0 .55rem;
    font-size: clamp(1.35rem, 2.7vw, 2rem);
    line-height: 1.2;
    color: var(--t1);
  }

  .info-h2 {
    font-family: 'Playfair Display', serif;
    margin: 1rem 0 .45rem;
    font-size: 1.08rem;
    color: var(--t1);
  }

  .info-copy {
    font-size: .82rem;
    color: var(--t2);
    line-height: 1.72;
    margin-bottom: .35rem;
  }

  .info-list {
    margin: .1rem 0 .35rem 1.1rem;
    color: var(--t2);
    font-size: .8rem;
    line-height: 1.78;
  }

  .info-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 8px;
    margin-top: .6rem;
  }

  .info-link-card {
    display: block;
    text-decoration: none;
    color: var(--g2);
    background: var(--bg2);
    border: 1px solid var(--bdr);
    border-radius: 10px;
    padding: .62rem .72rem;
    font-size: .76rem;
    font-weight: 700;
    transition: all .15s;
  }

  .info-link-card:hover {
    border-color: var(--g2);
    background: var(--bg3);
    color: var(--g1);
  }

  .site-footer {
    background: linear-gradient(135deg, #0d3d28, #14583a);
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, .85);
  }

  .site-footer-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.25rem 1.5rem 1.35rem;
  }

  .site-footer-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.02rem;
    margin-bottom: .22rem;
    color: #fff;
  }

  .site-footer-sub {
    font-size: .75rem;
    color: rgba(255, 255, 255, .72);
    margin-bottom: .7rem;
    line-height: 1.55;
  }

  .site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: .55rem;
  }

  .site-footer-link {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: .73rem;
    font-weight: 700;
    transition: all .15s;
  }

  .site-footer-link:hover {
    background: rgba(255, 255, 255, .16);
    border-color: rgba(255, 255, 255, .38);
  }

  .site-footer-copy {
    font-size: .7rem;
    color: rgba(255, 255, 255, .64);
  }

  @media(max-width:860px) {
    #nav {
      height: auto;
      padding: 12px 14px;
      flex-wrap: wrap;
      align-items: stretch;
      gap: 10px
    }

    .nav-sep {
      display: none
    }

    .nav-tabs {
      order: 3;
      flex: 1 1 100%;
      width: 100%;
      justify-content: stretch;
      gap: 8px
    }

    .ntab {
      flex: 1;
      text-align: center;
      padding: 10px 12px
    }

    .nav-r {
      flex: 1 1 100%;
      width: 100%;
      margin-left: 0
    }

    .search-pill {
      flex: 1;
      min-width: 0
    }

    .cartbtn {
      white-space: nowrap
    }

    .hero {
      padding: 2.2rem 1.2rem 2rem
    }

    .hero-inner,
    .contact-wrap,
    .about-page,
    .info-shell {
      max-width: none
    }

    .hero-stats {
      gap: 1rem 1.4rem
    }

    .sec,
    .contact-wrap,
    .about-page,
    .info-shell,
    .site-footer-inner {
      padding-left: 1.2rem;
      padding-right: 1.2rem
    }

    .drawer {
      width: min(100vw, 420px)
    }

    .about-grid.three {
      grid-template-columns: repeat(2, minmax(0, 1fr))
    }
  }

  @media(max-width:600px) {
    body {
      font-size: 13px
    }

    #nav {
      padding: 10px 12px
    }

    .logo-wrap {
      min-width: 0
    }

    .logo-name {
      font-size: .92rem
    }

    .logo-tag {
      font-size: .56rem
    }

    .nav-r {
      gap: 6px
    }

    .search-pill {
      padding: 6px 12px
    }

    .cartbtn {
      padding: 8px 12px
    }

    .hero {
      padding: 1.9rem 1rem 1.7rem
    }

    .hero h1 {
      font-size: 1.75rem
    }

    .hero p {
      font-size: .8rem;
      margin-bottom: 1rem
    }

    .hero-btns {
      flex-direction: column
    }

    .hbtn,
    .cbtn {
      width: 100%
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: .9rem
    }

    .ticker {
      padding: .55rem 1rem
    }

    .sec,
    .contact-wrap,
    .about-page,
    .info-shell,
    .site-footer-inner {
      padding: 1.2rem 1rem
    }

    .sec-hd {
      align-items: flex-start;
      flex-direction: column;
      gap: .45rem
    }

    .pgrid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px
    }

    .pcard-body {
      padding: .6rem
    }

    .pcard-name {
      font-size: .76rem
    }

    .pcard-price {
      font-size: .84rem
    }

    .qctrl {
      gap: 3px
    }

    .drawer {
      width: 100vw
    }

    .dr-head,
    .dr-body,
    .dr-foot {
      padding-left: 1rem;
      padding-right: 1rem
    }

    .ci {
      align-items: flex-start
    }

    .ci-name {
      white-space: normal
    }

    .ccard {
      padding: 1rem
    }

    .cinfo-row {
      gap: 8px
    }

    .cbtn {
      min-width: 100%
    }

    .modal {
      padding: 1.2rem
    }

    .modal-btns {
      flex-direction: column
    }

    .about-hero-card {
      padding: 1.4rem 1rem
    }

    .about-grid,
    .about-grid.three {
      grid-template-columns: 1fr
    }

    .info-card {
      padding: 1rem;
    }

    .site-footer-links {
      gap: 7px;
    }
  }

