*{box-sizing:border-box}
html,body{margin:0;background:#fff;color:#fff;font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.header-preview{width:100%;margin:0;background:#fff}
.hero-shell{position:relative;min-height:985px;background:linear-gradient(90deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.36) 34%,rgba(0,0,0,.08) 72%),url("../assets/header-hero.png") center/cover no-repeat;overflow:hidden}
.utility-bar{height:62px;background:#050505;display:flex;align-items:center;justify-content:center;gap:82px;font-size:14px;font-weight:700;letter-spacing:.1px}
.divider{width:1px;height:13px;background:rgba(255,255,255,.45)}
.benefit{display:flex;align-items:center;gap:10px;white-space:nowrap}
.benefit:before{content:"";display:inline-block;flex:0 0 auto}
.benefit-shipping:before{width:17px;height:12px;border:2px solid #fff;border-radius:2px;box-shadow:7px 4px 0 -5px #fff}
.benefit-return:before{width:16px;height:16px;border:2px solid #fff;border-radius:50%;box-shadow:inset 0 0 0 4px rgba(255,255,255,.08)}
.transparent-header{position:absolute;left:0;right:0;top:62px;z-index:2}
.header-main{height:112px;display:grid;grid-template-columns:318px minmax(360px,560px) 1fr;align-items:center;gap:48px;padding:0 72px}
.brand{display:inline-block;width:max-content;font-size:45px;line-height:.86;letter-spacing:11px;font-weight:400;text-shadow:0 1px 9px rgba(0,0,0,.25)}
.brand span{display:block;font-size:24px;letter-spacing:10px;margin-top:10px}
.search-form{height:37px;border-bottom:1px solid rgba(255,255,255,.74);display:grid;grid-template-columns:1fr 28px;align-items:center;margin-top:2px}
.search-form input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#fff;font-size:14px;font-weight:700;padding:0}
.search-form input::placeholder{color:#fff;opacity:.95}
.search-form button{width:28px;height:28px;border:0;background:transparent;color:#fff;display:grid;place-items:center;padding:0}
.icon-search{width:17px;height:17px;border:2px solid #fff;border-radius:50%;position:relative;display:block}
.icon-search:after{content:"";position:absolute;width:8px;height:2px;background:#fff;right:-6px;bottom:-3px;transform:rotate(45deg);border-radius:2px}
.quick-links{display:flex;justify-content:flex-end;gap:48px;font-size:14px;font-weight:700;white-space:nowrap}
.quick-links a{display:flex;align-items:center;gap:10px}
.icon-heart{width:18px;height:18px;display:inline-block;position:relative}
.icon-heart:before{content:"♡";font-size:25px;line-height:18px;position:absolute;left:-1px;top:-7px}
.icon-user{width:17px;height:17px;border:2px solid #fff;border-radius:50%;display:inline-block;position:relative}
.icon-user:after{content:"";position:absolute;left:-5px;right:-5px;top:12px;height:9px;border:2px solid #fff;border-top:0;border-radius:0 0 13px 13px}
.icon-cart{width:18px;height:15px;border:2px solid #fff;border-top:0;display:inline-block;position:relative;transform:translateY(1px)}
.icon-cart:before{content:"";position:absolute;left:-5px;top:-5px;width:7px;height:2px;background:#fff;transform:rotate(25deg)}
.icon-cart:after{content:"";position:absolute;left:1px;right:1px;bottom:-6px;height:4px;background:radial-gradient(circle,#fff 0 2px,transparent 2.5px) left center/8px 4px repeat-x}
.category-nav{display:flex;align-items:center;gap:48px;padding:0 72px;height:30px;font-size:14px;font-weight:700}
.hero-copy{position:absolute;left:72px;top:416px;z-index:1}
.hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:76px;line-height:1.03;font-weight:400;margin:0 0 28px;letter-spacing:0;text-shadow:0 2px 12px rgba(0,0,0,.28)}
.hero-copy p{font-size:22px;line-height:1.45;font-weight:700;margin:0 0 36px;text-shadow:0 1px 8px rgba(0,0,0,.38)}
.hero-button{display:inline-flex;align-items:center;justify-content:center;min-width:144px;height:48px;border:1px solid #fff;border-radius:1px;font-size:13px;font-weight:700;background:rgba(0,0,0,.08)}
.hero-button:hover,.quick-links a:hover,.category-nav a:hover{opacity:.78}
@media(max-width:1100px){
  .hero-shell{min-height:760px}
  .utility-bar{height:auto;min-height:48px;gap:18px;padding:9px 16px;font-size:11px;flex-wrap:wrap}
  .transparent-header{top:48px}
  .header-main{height:auto;grid-template-columns:1fr;gap:18px;padding:22px 24px}
  .brand{font-size:36px;letter-spacing:8px}
  .brand span{font-size:18px;letter-spacing:7px}
  .quick-links,.category-nav{justify-content:flex-start;flex-wrap:wrap;gap:18px}
  .category-nav{height:auto;padding:0 24px;font-size:12px}
  .hero-copy{left:24px;top:330px}
  .hero-copy h1{font-size:46px}
  .hero-copy p{font-size:16px}
}
