[x-cloak] { display: none !important; }

:root {
    --hv-green: #075B3A;
    --hv-green-2: #0D7A4F;
    --hv-bg: #F4F1EA;
    --hv-text: #17231D;
    --hv-muted: #66736B;
    --hv-gold: #C9A227;
    --hv-border: #E1E8E3;
}

html { scroll-behavior: smooth; }

body {
    font-family: Inter, system-ui, sans-serif;
    color: var(--hv-text);
    background: var(--hv-bg);
}

.font-display { font-family: "Playfair Display", Georgia, serif; }

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #075B3A;
    padding: 0.85rem 1.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 10px 24px rgb(7 91 58 / 0.28);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.btn-primary:hover { background: #0D7A4F; transform: translateY(-1px); }
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1.5px solid #075B3A;
    background: transparent;
    padding: 0.85rem 1.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #075B3A;
    transition: background 0.2s ease, color 0.2s ease;
}
.btn-outline:hover { background: #075B3A; color: #fff; }

.hv-stage {
    position: relative;
    isolation: isolate;
    border-radius: 1.5rem;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 50% 80%, rgb(255 255 255 / 0.9), rgb(248 250 246 / 0.4) 45%, transparent 70%),
        linear-gradient(160deg, #e8efe8 0%, #f7f4ee 45%, #e4efe6 100%);
    box-shadow:
        0 30px 60px -24px rgb(23 35 29 / 0.35),
        inset 0 1px 0 rgb(255 255 255 / 0.8);
}
.hv-stage::before {
    content: "";
    position: absolute;
    inset: auto 12% 8% 12%;
    height: 18%;
    background: radial-gradient(ellipse, rgb(7 91 58 / 0.22), transparent 70%);
    filter: blur(8px);
    z-index: 0;
}
.hv-stage img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 28px 28px rgb(23 35 29 / 0.28));
    transform: perspective(900px) rotateY(-8deg) rotateX(4deg);
    transition: transform 0.5s ease;
}
.hv-stage:hover img {
    transform: perspective(900px) rotateY(0deg) rotateX(0deg) scale(1.04);
}

.hv-card-media {
    overflow: hidden;
    background: #f3eee4;
    line-height: 0;
}
.hv-card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transform: none;
    filter: none;
}
.hv-hero-media img {
    aspect-ratio: auto;
    height: auto;
    object-fit: cover;
}

.hv-card {
    background: #fff;
    border: 1px solid rgb(225 232 227 / 0.9);
    border-radius: 1.25rem;
    box-shadow: 0 8px 30px rgb(23 35 29 / 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.hv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgb(23 35 29 / 0.12);
}

.hv-accent-bar { height: 3px; border-radius: 999px; }

.hv-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 20%, rgb(201 162 39 / 0.18), transparent 32%),
        radial-gradient(circle at 10% 90%, rgb(13 122 79 / 0.35), transparent 40%),
        linear-gradient(145deg, #043524 0%, #075B3A 48%, #0a4a32 100%);
    color: #fff;
}
.hv-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    border: 1px solid rgb(201 162 39 / 0.25);
    pointer-events: none;
}

.hv-marquee {
    overflow: hidden;
    background: #C9A227;
    color: #17231D;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}
.hv-marquee span { display: inline-block; padding: 0.7rem 0; animation: hv-scroll 28s linear infinite; }

@keyframes hv-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.site-footer { background: #043524; color: #dce8e2; }
.site-footer a { color: #e8f2ec; }
.site-footer a:hover { color: #C9A227; }
.site-footer__heading { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #C9A227; margin-bottom: 0.85rem; }
.site-footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; font-size: 0.875rem; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); color: #b7c9c0; }
.site-footer__logo {
    display: block;
    height: 5.5rem;
    width: 20rem;
    max-width: calc(100% + 1.25rem);
    object-fit: cover;
    object-position: 50% 50%;
    margin-left: -1.25rem;
    filter: brightness(0) invert(1);
}

.stars { color: #C9A227; letter-spacing: 0.05em; }

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.hv-mobile-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid var(--hv-border);
    box-shadow: 0 -10px 30px rgb(23 35 29 / 0.08);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hv-mobile-nav a,
.hv-mobile-nav button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.7rem 0.25rem 0.55rem;
    font-size: 10px;
    font-weight: 600;
    color: var(--hv-muted);
    background: none;
    border: 0;
    appearance: none;
}
.hv-mobile-nav a.is-active,
.hv-mobile-nav button.is-active {
    color: var(--hv-green);
}
.hv-mobile-nav__badge {
    position: absolute;
    top: 0.35rem;
    right: calc(50% - 18px);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--hv-green);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.hv-search-sheet {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgb(23 35 29 / 0.35);
}
.hv-search-sheet__bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff;
    padding: 0.75rem 1rem;
    padding-top: calc(0.75rem + env(safe-area-inset-top, 0px));
    box-shadow: 0 8px 24px rgb(23 35 29 / 0.12);
}

@media (max-width: 1023px) {
    body {
        padding-bottom: 0 !important;
        background: #043524;
    }
    main {
        background: var(--hv-bg);
    }
    .site-footer {
        margin-bottom: 0;
        padding-bottom: calc(4.75rem + env(safe-area-inset-bottom, 0px));
    }
    h1 {
        overflow-wrap: anywhere;
    }
}

@media (min-width: 1024px) {
    .hv-mobile-nav,
    .hv-search-sheet {
        display: none !important;
    }
}

@media (hover: none) {
    .hv-card:hover { transform: none; }
}

.hv-helps { margin-top: 1.15rem; }
.hv-helps h2 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: #17231D;
}
.hv-helps ul { list-style: disc; padding-left: 1.2rem; margin: 0; }
.hv-helps li {
    margin: 0.42rem 0;
    line-height: 1.55;
    color: #17231D;
    font-size: 0.95rem;
}
.hv-helps strong {
    font-weight: 700;
    color: #075B3A;
    font-size: 1.06em;
}

.hv-select-trigger {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    text-align: left;
    box-shadow: 0 1px 2px rgb(23 35 29 / 0.04);
}
.hv-select-trigger:focus {
    outline: none;
    border-color: #075B3A;
    box-shadow: 0 0 0 3px rgb(7 91 58 / 0.15);
}
.hv-select-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 30;
    margin-top: 0.4rem;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 16px 40px rgb(23 35 29 / 0.12);
    max-height: 16rem;
    overflow-y: auto;
}
.hv-select-option {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    text-align: left;
    font-size: 0.875rem;
    color: #17231D;
    background: #fff;
    border: 0;
}
.hv-select-option:hover,
.hv-select-option.is-active {
    background: #075B3A;
    color: #fff;
}

@media (max-width: 640px) {
    .hv-stage img { transform: none; }
    .hv-stage:hover img { transform: scale(1.03); }
}

/* Account */
.account-profile-card {
    border-radius: 1rem;
    border: 1px solid #e8eeea;
    background: #fff;
    padding: 1rem;
}
.account-avatar {
    display: inline-flex;
    height: 2.75rem;
    width: 2.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #075B3A;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
}
.account-nav {
    overflow: hidden;
}
.account-nav-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #17231D;
    border: 0;
    background: transparent;
    text-align: left;
}
.account-nav-link:hover,
.account-nav-link.is-active {
    background: rgb(7 91 58 / 0.08);
    color: #075B3A;
}
.account-nav-logout { color: #b42318; }
.account-nav-logout:hover { background: #fef2f2; color: #b42318; }
.account-mobile-menu { }
.account-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #17231D;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #f3f4f6;
    text-align: left;
}
.account-menu-item.is-active { color: #075B3A; background: rgb(7 91 58 / 0.06); }
.account-menu-logout { color: #b42318; }

.account-stat-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    border-radius: 1rem;
    border: 1px solid #e8eeea;
    background: #fff;
    padding: 0.85rem 0.4rem;
    text-align: center;
}
.account-stat-tile:hover { border-color: #075B3A; }
.account-stat-num { font-size: 1.15rem; font-weight: 700; color: #075B3A; }
.account-stat-label { font-size: 0.7rem; color: #66736B; }

.order-card {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #e8eeea;
    background: #fff;
}
.order-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0.5rem;
}
.order-card-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem 1rem;
}
.order-card-thumb {
    display: block;
    width: 4.5rem !important;
    height: 4.5rem !important;
    max-width: 4.5rem !important;
    flex-shrink: 0;
    border-radius: 0.75rem;
    object-fit: cover;
    object-position: center;
    background: #f4f1ea;
    aspect-ratio: 1 / 1;
}
.order-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f3f4f6;
}
.order-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 1rem 1rem;
}
.order-status-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.status-pending { background: #fff7ed; color: #c2410c; }
.status-processing { background: #eff6ff; color: #1d4ed8; }
.status-shipped { background: #ecfdf5; color: #047857; }
.status-delivered { background: #f0fdf4; color: #166534; }
.order-delivery-banner {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 1rem;
    background: rgb(7 91 58 / 0.08);
    color: #075B3A;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
}
.account-order-tab {
    padding: 0.6rem 0.9rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #66736B;
    border-bottom: 2px solid transparent;
}
.account-order-tab.is-active {
    color: #075B3A;
    border-bottom-color: #075B3A;
}
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
