*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#17130f}a{text-decoration:none;color:inherit}.announcement{background:#17130f;color:#fff;text-align:center;padding:10px;font-size:13px}.header{height:105px;display:flex;align-items:center;gap:28px;padding:10px 5%;position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #eee}.header img{width:80px;height:80px;object-fit:contain}.header nav{display:flex;gap:25px;flex:1;justify-content:center}.header nav a{font-weight:700;font-size:14px}.bag{border:1px solid #17130f;border-radius:30px;padding:10px 15px}.menu{display:none;background:none;border:0;font-size:24px}.hero{height:650px;position:relative;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover}.heroShade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.65) 45%,transparent 75%)}.heroText{position:absolute;top:50%;left:7%;transform:translateY(-50%);max-width:570px}.hero h1{font:58px/1.04 Georgia,serif;margin:12px 0}.heroText>p:not(.eyebrow){font-size:18px;line-height:1.6}.eyebrow{font-size:12px;letter-spacing:.2em;color:#8d6128;font-weight:800}.btn{display:inline-block;border:0;border-radius:30px;background:#17130f;color:#fff;padding:14px 22px;font-weight:800}.benefits{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:auto;padding:26px 20px}.benefits div{text-align:center;border-right:1px solid #e7ddd2}.benefits div:last-child{border:0}.benefits span{display:block;color:#6c645c;font-size:13px;margin-top:5px}.section{max-width:1200px;margin:auto;padding:75px 20px}.soft{max-width:none;background:#f8f3ec}.soft>*{max-width:1160px;margin-left:auto;margin-right:auto}.center{text-align:center}.section h2{font:38px Georgia,serif}.categories,.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.categories>a,.product{border:1px solid #e8ddd0;border-radius:20px;padding:24px;background:#fff}.categories span{font-size:36px}.product img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px}.story{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.story>img{width:100%;max-width:500px;border-radius:50%}.story h2{font:38px Georgia,serif}.note{padding:30px}.productPage{display:grid;grid-template-columns:1fr 1fr;gap:45px}.productPage img{width:100%}.productPage select{display:block;margin:20px 0;padding:12px}footer{background:#f2ece5;padding:50px 6% 20px}footer>div{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap}footer a{display:block;margin:8px 0}@media(max-width:800px){.menu{display:block}.header nav{display:none;position:absolute;top:105px;left:0;right:0;flex-direction:column;background:#fff;padding:25px}.header nav.open{display:flex}.hero h1{font-size:42px}.benefits,.categories,.products{grid-template-columns:repeat(2,1fr)}.story,.productPage{grid-template-columns:1fr}}@media(max-width:520px){.header{height:80px}.header img{width:58px;height:58px}.header nav{top:80px}.hero{height:540px}.hero h1{font-size:36px}.benefits,.categories,.products{grid-template-columns:1fr}}
/* Opening homepage artwork */
.hero--opening{
  width:100%;
  height:auto;
  min-height:0;
  background:#f7f4ef;
  line-height:0;
}
.hero--opening>img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
