*{
  box-sizing:border-box;
  margin:0;
  padding:0;
}

html{
  scroll-behavior:smooth;
}

body{
  min-width:0;
  overflow-x:hidden;
  background:#f8f4ee;
  color:#101010;
  font-family:var(--font-main);
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  display:block;
  max-width:100%;
}

.promo-bar{
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#b37a2b;
  color:#fff;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.5px;
  text-transform:uppercase;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  height:78px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  padding:0 clamp(20px,5vw,72px);
  background:rgba(255,255,255,0.92);
  border-bottom:1px solid rgba(17,17,17,0.08);
  backdrop-filter:blur(16px);
}

.brand-link{
  display:flex;
  align-items:center;
  width:max-content;
}

.brand-link picture{
  display:block;
}

.brand-logo{
  width:240px;
  height:60px;
  object-fit:contain;
  object-position:left center;
}

.header-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}

.header-action{
  justify-self:end;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  border:1px solid #111;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

main{
  max-width:1440px;
  margin:0 auto;
  padding:0 clamp(16px,4vw,72px) 56px;
}

.hero{
  position:relative;
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(0,0.82fr) minmax(360px,1.18fr);
  align-items:center;
  overflow:hidden;
  background:#f2e8dc;
  border-radius:0 0 34px 34px;
}

.hero-copy{
  position:relative;
  z-index:2;
  min-width:0;
  padding:72px clamp(24px,5vw,86px);
}

.eyebrow{
  display:block;
  margin-bottom:18px;
  color:#ad7625;
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.hero h1{
  max-width:540px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:82px;
  line-height:0.96;
  font-weight:700;
  letter-spacing:0;
}

.hero h1 span{
  color:#ad7625;
}

.hero p{
  max-width:390px;
  margin:28px 0;
  color:#2d2a27;
  font-size:16px;
  line-height:1.7;
}

.hero-actions{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:6px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.button-dark{
  background:#090909;
  color:#fff;
}

.button-gold{
  background:#d4a34c;
  color:#111;
}

.button-link{
  min-height:auto;
  padding:0 0 6px;
  border-bottom:1px solid #111;
  border-radius:0;
}

.hero-media{
  height:560px;
  align-self:stretch;
  overflow:hidden;
}

.hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.benefits{
  position:relative;
  z-index:3;
  width:min(1120px,92%);
  margin:-44px auto 46px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  background:rgba(255,255,255,0.88);
  border:1px solid rgba(17,17,17,0.08);
  border-radius:18px;
  box-shadow:0 20px 60px rgba(30,20,10,0.12);
  backdrop-filter:blur(14px);
}

.benefit{
  padding:24px 28px;
  border-right:1px solid rgba(17,17,17,0.08);
}

.benefit:last-child{
  border-right:0;
}

.benefit span{
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.benefit small{
  color:#5d5850;
  font-size:13px;
}

.section{
  margin-top:54px;
}

.section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:22px;
}

.section-heading h2{
  font-family:Georgia, "Times New Roman", serif;
  font-size:32px;
  line-height:1;
}

.section-heading a,
.section-heading span{
  color:#2d2a27;
  font-size:12px;
  font-weight:800;
  letter-spacing:1px;
  text-transform:uppercase;
}

.collection-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.collection-card{
  position:relative;
  min-height:230px;
  display:grid;
  grid-template-rows:1fr auto;
  overflow:hidden;
  background:#eadccc;
  border-radius:18px;
  box-shadow:0 16px 40px rgba(30,20,10,0.08);
}

.collection-card img{
  width:100%;
  height:155px;
  object-fit:cover;
}

.collection-card div{
  padding:18px 58px 20px 20px;
}

.collection-card h3{
  margin-bottom:6px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:21px;
}

.collection-card p{
  color:#4d463e;
  font-size:13px;
}

.collection-card > span{
  position:absolute;
  right:18px;
  bottom:20px;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  background:#b37a2b;
  border-radius:50%;
  color:#fff;
  font-size:22px;
}

.story-band{
  margin-top:32px;
  display:grid;
  grid-template-columns:1.15fr 1.15fr 1fr;
  grid-template-rows:1fr 1fr;
  gap:12px;
}

.story-card,
.mini-card{
  min-height:170px;
  border-radius:18px;
  overflow:hidden;
}

.story-card{
  grid-row:span 2;
  padding:46px;
  background:#101010;
  color:#fff;
}

.story-card h2,
.mini-card h3{
  font-family:Georgia, "Times New Roman", serif;
  font-size:34px;
  line-height:1.08;
}

.story-card p{
  max-width:330px;
  margin:22px 0 30px;
  color:#e6ded4;
  line-height:1.7;
}

.story-band > img{
  grid-row:span 2;
  width:100%;
  height:100%;
  min-height:352px;
  object-fit:cover;
  border-radius:18px;
}

.mini-card{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  color:#fff;
  background:#111;
}

.mini-card a{
  margin-top:14px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
}

.watch-mini{
  background:
    linear-gradient(90deg,rgba(0,0,0,0.76),rgba(0,0,0,0.18)),
    url("../assets/breil-hero.jpg") center/cover;
}

.travel-mini{
  background:
    linear-gradient(90deg,rgba(0,0,0,0.72),rgba(0,0,0,0.08)),
    url("../assets/cable2.jpg") center/cover;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.product-grid-single{
  grid-template-columns:minmax(0,0.5fr);
}

.product-card{
  display:grid;
  grid-template-columns:210px 1fr;
  min-height:230px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(17,17,17,0.08);
  border-radius:18px;
  box-shadow:0 16px 44px rgba(30,20,10,0.07);
}

.product-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  background:#eee4d8;
}

.product-info{
  padding:26px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.product-info h3{
  margin-bottom:8px;
  font-family:Georgia, "Times New Roman", serif;
  font-size:24px;
  line-height:1.12;
}

.product-info p{
  margin-bottom:16px;
  color:#5d5850;
  line-height:1.55;
}

.product-info strong{
  margin-top:auto;
  font-size:22px;
  color:#ad7625;
}

.card-stock{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  margin-top:12px;
  padding:8px 11px;
  background:#f8f4ee;
  border:1px solid rgba(17,17,17,0.08);
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

footer{
  padding:64px 20px;
}

@media(max-width:980px){
  .site-header{
    grid-template-columns:1fr auto;
  }

  .header-nav{
    display:none;
  }

  .hero{
    grid-template-columns:1fr;
  }

  .hero-media{
    order:-1;
    height:360px;
  }

  .hero-copy{
    padding:34px 24px 48px;
  }

  .benefits,
  .collection-grid,
  .product-grid{
    grid-template-columns:1fr;
  }

  .benefits{
    width:auto;
    margin:18px 0 36px;
  }

  .benefit{
    border-right:0;
    border-bottom:1px solid rgba(17,17,17,0.08);
  }

  .benefit:last-child{
    border-bottom:0;
  }

  .story-band{
    grid-template-columns:1fr;
    grid-template-rows:auto;
  }

  .story-card,
  .story-band > img{
    grid-row:auto;
  }

  .product-grid-single{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .promo-bar{
    height:34px;
    padding:0 10px;
    text-align:center;
    font-size:9px;
    line-height:1.25;
    letter-spacing:0.7px;
  }

  .site-header{
    height:70px;
    padding:0 16px;
  }

  .brand-link{
    width:44px;
  }

  .brand-logo{
    width:44px;
    height:44px;
  }

  .header-action{
    min-height:34px;
    padding:0 14px;
  }

  main{
    padding:0 14px 42px;
  }

  .hero{
    min-height:0;
    border-radius:0 0 24px 24px;
  }

  .hero h1{
    font-size:43px;
  }

  .hero p{
    max-width:100%;
    font-size:14px;
    overflow-wrap:break-word;
  }

  .hero-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:18px;
  }

  .button{
    max-width:100%;
  }

  .button-link{
    white-space:normal;
  }

  .hero-media{
    height:280px;
  }

  .hero-media img{
    object-fit:contain;
    background:#fff;
  }

  .section-heading{
    align-items:center;
  }

  .section-heading h2{
    font-size:26px;
  }

  .collection-card{
    grid-template-columns:96px 1fr 42px;
    grid-template-rows:auto;
    align-items:center;
    min-height:96px;
  }

  .collection-card img{
    width:96px;
    height:96px;
  }

  .collection-card div{
    padding:14px;
  }

  .collection-card > span{
    position:static;
    justify-self:center;
  }

  .story-card{
    padding:30px;
  }

  .story-card h2,
  .mini-card h3{
    font-size:28px;
  }

  .product-card{
    grid-template-columns:116px 1fr;
    min-height:160px;
  }

  .product-info{
    padding:16px;
  }

  .product-info h3{
    font-size:18px;
  }

  .product-info p{
    font-size:13px;
  }
}
