*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#f7f3ed;color:#242321;font-family:Arial,Helvetica,sans-serif}
a{text-decoration:none;color:inherit}
button{font:inherit}
.site-header{height:126px;padding:0 5.45%;display:flex;align-items:center;justify-content:space-between;background:#f7f3ed}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-name{font-family:Georgia,"Times New Roman",serif;font-size:42px;letter-spacing:-1.5px}
.brand-tagline{margin-top:5px;font-size:10px;color:#b58745;letter-spacing:.15px}
.main-nav{display:flex;align-items:center;gap:48px;font-size:14px;font-weight:700}
.main-nav>a,.dropdown-toggle{transition:opacity .2s}
.main-nav>a:hover,.dropdown-toggle:hover{opacity:.65}
.nav-dropdown{position:relative}
.dropdown-toggle{border:0;background:transparent;cursor:pointer;padding:10px 0;font-weight:700;color:#242321;display:flex;gap:10px;align-items:center}
.chevron{width:12px;height:12px;border-right:3px solid #222;border-bottom:3px solid #222;transform:rotate(45deg) translateY(-3px);display:inline-block}
.nav-dropdown.open .chevron{transform:rotate(225deg) translate(-2px,-2px)}
.dropdown-menu{position:absolute;top:100%;right:-20px;min-width:205px;background:#f7f3ed;border:1px solid #ded7cc;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:8px;display:none;z-index:20}
.nav-dropdown.open .dropdown-menu{display:block}
.dropdown-menu a{display:block;padding:11px 12px;font-size:12px;letter-spacing:.3px}
.dropdown-menu a:hover{background:#eee8df}
.mobile-menu{display:none;border:0;background:none;font-size:24px;cursor:pointer}

.hero{display:grid;grid-template-columns:38.55% 61.45%;min-height:545px}
.hero-copy{background:#211f1c;color:#fff;padding:108px 0 70px 5.45%}
.eyebrow{margin:0;color:#b88a48;font-size:14px;font-weight:700}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:53px;line-height:1.4;font-weight:400;margin:38px 0 25px;letter-spacing:-1.8px}
.hero-text{font-size:21px;line-height:1.35;color:#eee9e2;margin:0 0 63px}
.gold-button{display:inline-flex;align-items:center;gap:8px;background:#b98b4b;color:#fff;padding:18px 40px;font-size:13px;font-weight:700;min-width:178px;justify-content:center}
.gold-button:hover{background:#a77b40}
.hero-image{overflow:hidden}
.hero-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}

.categories-section,.products-section{padding:65px 4.9% 70px}
.section-heading{text-align:center}
.section-heading h2{font-family:Georgia,"Times New Roman",serif;font-size:44px;font-weight:400;margin:17px 0 8px;letter-spacing:-1.2px}
.section-heading>p:last-child{font-size:20px;font-weight:700;color:#706b64;margin:0 0 27px}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px 3%}
.category-card{display:block;text-align:center}
.category-card img{display:block;width:100%;height:248px;object-fit:cover}
.category-card h3{font-size:18px;margin:9px 0 0;font-weight:700}
.category-card:hover h3{text-decoration:underline;text-underline-offset:4px}

.products-section{padding-top:28px}
.products-heading{margin-bottom:43px}
.products-heading h2{margin-top:29px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:68px 3.2%}
.product-card{min-width:0}
.product-card img{display:block;width:100%;height:196px;object-fit:cover}
.product-info{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 8px 0}
.product-name{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.25}
.product-price{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#b5823e;white-space:nowrap}
.product-price .price-line{display:inline-block;min-width:43px;border-bottom:1px solid #b5823e;height:19px;vertical-align:middle}
.product-card.hidden{display:none}
.hidden-anchor{height:1px}

@media(max-width:900px){
  .site-header{height:auto;min-height:90px;padding:20px 5%}
  .brand-name{font-size:34px}
  .main-nav{display:none;position:absolute;top:90px;left:0;right:0;background:#f7f3ed;padding:15px 5%;flex-direction:column;align-items:flex-start;gap:0;border-top:1px solid #ded7cc;z-index:30}
  .main-nav.mobile-open{display:flex}
  .main-nav>a,.dropdown-toggle{padding:13px 0}
  .nav-dropdown{width:100%}
  .dropdown-menu{position:static;box-shadow:none;border:0;border-top:1px solid #e2dbd1;min-width:0}
  .mobile-menu{display:block}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:75px 8%}
  .hero-image{height:480px}
  .category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
  .category-card img{height:230px}
}
@media(max-width:600px){
  .hero h1{font-size:42px}
  .hero-text{font-size:18px}
  .desktop-break{display:none}
  .hero-image{height:360px}
  .categories-section,.products-section{padding-left:5%;padding-right:5%}
  .section-heading h2{font-size:36px}
  .section-heading>p:last-child{font-size:17px;line-height:1.4}
  .category-grid,.product-grid{grid-template-columns:1fr;gap:35px}
  .category-card img{height:auto;aspect-ratio:1.55/1}
  .product-card img{height:auto;aspect-ratio:1.55/1}
  .product-grid{gap:42px}
}
