:root {
    --vilo-ink: #26282a;
    --vilo-muted: #6f7377;
    --vilo-gold: #c5a54a;
    --vilo-soft: #f4f3ef;
    --vilo-line: #deddd7;
    --vilo-white: #fff;
    --vilo-radius: 4px;
    --vilo-width: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--vilo-ink); background: #fff; font-family: Inter, "Helvetica Neue", Arial, sans-serif; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.vilo-container { width: min(calc(100% - 48px), var(--vilo-width)); margin-inline: auto; }
.vilo-topbar { padding: 8px 0; background: var(--vilo-ink); color: #fff; font-size: 13px; }
.vilo-topbar .vilo-container, .vilo-header-inner, .vilo-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.vilo-topbar a { margin-left: 22px; color: #fff; opacity: .85; }
.vilo-header { position: sticky; top: 0; z-index: 99; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--vilo-line); backdrop-filter: blur(10px); }
.vilo-header-inner { min-height: 86px; }
.vilo-brand img, .custom-logo { width: 235px; max-height: 68px; object-fit: contain; object-position: left center; }
.vilo-navigation ul { display: flex; gap: 30px; align-items: center; margin: 0; padding: 0; list-style: none; }
.vilo-navigation a { font-size: 15px; font-weight: 600; }
.vilo-navigation a:hover { color: var(--vilo-gold); }
.vilo-header-actions { display: flex; gap: 18px; align-items: center; white-space: nowrap; }
.vilo-outline-button { padding: 10px 18px; border: 1px solid var(--vilo-ink); }
.vilo-menu-toggle { display: none; padding: 10px 14px; border: 1px solid var(--vilo-line); background: #fff; }
.vilo-hero { padding: 42px 0 72px; overflow: hidden; background: linear-gradient(120deg, #f7f6f2 0%, #fff 68%); }
.vilo-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }
.vilo-hero-copy h1 { max-width: 700px; margin: 14px 0 18px; font-size: clamp(42px, 5vw, 76px); line-height: 1.04; font-weight: 500; letter-spacing: -.045em; }
.vilo-hero-copy > p { max-width: 640px; color: var(--vilo-muted); font-size: 18px; }
.vilo-eyebrow { color: #9b7c28; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.vilo-button-row { display: flex; gap: 26px; align-items: center; margin-top: 32px; }
.vilo-button { display: inline-flex; min-height: 50px; padding: 12px 24px; align-items: center; justify-content: center; color: #fff; background: var(--vilo-ink); border: 1px solid var(--vilo-ink); font-weight: 700; }
.vilo-text-link { font-weight: 700; border-bottom: 1px solid var(--vilo-gold); }
.vilo-benefits { display: flex; flex-wrap: wrap; gap: 22px; margin: 38px 0 0; padding: 0; list-style: none; color: var(--vilo-muted); font-size: 14px; }
.vilo-benefits li::before { content: "✓"; margin-right: 8px; color: var(--vilo-gold); font-weight: 800; }
.vilo-hero-media { position: relative; min-height: 610px; }
.vilo-hero-media::before { content: ""; position: absolute; inset: 7% -100px -40px 16%; background: #dedbd3; }
.vilo-hero-media img { position: relative; width: 100%; height: 610px; object-fit: cover; object-position: center; }
.vilo-section { padding: 90px 0; }
.vilo-soft-section { background: var(--vilo-soft); }
.vilo-section-heading { max-width: 720px; margin-bottom: 36px; }
.vilo-section-heading h2, .vilo-cta h2, .vilo-shop-hero h1 { margin: 10px 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.1; font-weight: 500; letter-spacing: -.025em; }
.vilo-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 32px; }
.vilo-category-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 300px); gap: 18px; }
.vilo-category-card { position: relative; overflow: hidden; background: var(--vilo-soft); }
.vilo-category-large { grid-row: 1 / 3; }
.vilo-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.vilo-category-card:hover img { transform: scale(1.025); }
.vilo-category-card > span { position: absolute; inset: auto 20px 20px; padding: 16px 18px; background: rgba(255,255,255,.93); }
.vilo-category-card strong, .vilo-category-card small { display: block; }
.vilo-category-card strong { font-size: 18px; }
.vilo-category-card small { color: var(--vilo-muted); }
.vilo-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.vilo-feature-grid article { padding-top: 22px; border-top: 1px solid var(--vilo-line); }
.vilo-feature-grid span { color: var(--vilo-gold); font-weight: 800; }
.vilo-feature-grid h3 { margin: 14px 0 8px; font-size: 23px; }
.vilo-feature-grid p { color: var(--vilo-muted); }
.vilo-cta { padding: 70px 0; color: #fff; background: var(--vilo-ink); }
.vilo-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.vilo-cta .vilo-eyebrow { color: #dfc873; }
.vilo-cta h2 { max-width: 780px; margin-bottom: 0; }
.vilo-button-light { color: var(--vilo-ink); background: #fff; border-color: #fff; white-space: nowrap; }
.vilo-shop-hero { padding: 62px 0; background: var(--vilo-soft); }
.vilo-shop-hero p { max-width: 720px; color: var(--vilo-muted); }
.vilo-content { max-width: 920px; }
.vilo-content h1 { font-size: clamp(36px, 5vw, 62px); line-height: 1.1; }
.vilo-footer { padding: 68px 0 24px; color: #dedede; background: #1d1f20; }
.vilo-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 48px; }
.vilo-footer h3 { margin-top: 0; color: #fff; font-size: 16px; }
.vilo-footer a, .vilo-footer p { display: block; margin: 0 0 10px; color: #b8babb; font-size: 14px; }
.vilo-footer-logo { width: 230px; margin-bottom: 22px; }
.vilo-footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid #343637; font-size: 13px; }
.vilo-footer-bottom ul { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }

.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding-bottom: 18px; background: #fff; }
.woocommerce ul.products li.product img { aspect-ratio: 1 / 1; object-fit: cover; margin-bottom: 16px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 14px !important; font-size: 16px !important; }
.woocommerce ul.products li.product .price { padding: 0 14px; color: var(--vilo-muted) !important; }
.woocommerce ul.products li.product .button { margin-left: 14px; border-radius: 0; color: #fff; background: var(--vilo-ink); }
.woocommerce div.product .product_title { font-size: clamp(32px, 4vw, 52px); line-height: 1.08; font-weight: 500; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--vilo-muted); }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--vilo-line) !important; }
.woocommerce span.onsale { min-height: auto; min-width: auto; padding: 5px 10px; border-radius: 0; background: var(--vilo-gold); line-height: 1.4; }

@media (max-width: 1050px) {
    .vilo-header-actions > a:first-child { display: none; }
    .vilo-navigation { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 24px; background: #fff; border-bottom: 1px solid var(--vilo-line); }
    .vilo-navigation.is-open { display: block; }
    .vilo-navigation ul { flex-direction: column; align-items: flex-start; }
    .vilo-menu-toggle { display: block; margin-left: auto; }
    .vilo-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .vilo-hero-media, .vilo-hero-media img { min-height: 420px; height: 420px; }
    .vilo-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
    .vilo-container { width: min(calc(100% - 30px), var(--vilo-width)); }
    .vilo-topbar { display: none; }
    .vilo-header-inner { min-height: 72px; }
    .vilo-brand img, .custom-logo { width: 180px; max-height: 54px; }
    .vilo-header-actions { display: none; }
    .vilo-hero { padding-top: 34px; }
    .vilo-hero-copy h1 { font-size: 43px; }
    .vilo-button-row, .vilo-cta-inner { align-items: flex-start; flex-direction: column; }
    .vilo-benefits { display: grid; gap: 8px; }
    .vilo-category-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
    .vilo-category-card, .vilo-category-large { grid-row: auto; height: 300px; }
    .vilo-section { padding: 64px 0; }
    .vilo-heading-row { align-items: flex-start; flex-direction: column; }
    .vilo-feature-grid, .vilo-footer-grid { grid-template-columns: 1fr; }
    .vilo-footer-bottom { align-items: flex-start; flex-direction: column; }
    .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

