:root{
  --black:#11110f;
  --charcoal:#1b1b18;
  --cream:#f2eee4;
  --paper:#faf8f3;
  --brown:#9a6038;
  --brown-dark:#674126;
  --green:#1e2a22;
  --line:rgba(17,17,15,.17);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--black);
  font-family:"DM Sans",Arial,sans-serif;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px clamp(22px,5vw,72px);
  background:rgba(250,248,243,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line);
}
.brand img{
  width:270px;
  max-height:60px;
  object-fit:contain;
  object-position:left center;
}
.nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}
.nav a{transition:.2s ease}
.nav a:hover{opacity:.6}
.nav-cta{border:1px solid var(--black);padding:10px 15px}
.menu-toggle{display:none;border:0;background:none;font-size:1.8rem}

.hero{
  min-height:710px;
  position:relative;
  display:grid;
  place-items:center;
  text-align:center;
  padding:80px 24px;
  background:
    radial-gradient(circle at 50% 20%,rgba(154,96,56,.22),transparent 32%),
    linear-gradient(135deg,#11110f,#20211d 55%,#11110f);
  color:white;
  overflow:hidden;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.18;
  background-image:linear-gradient(90deg,transparent 49.7%,rgba(255,255,255,.18) 50%,transparent 50.3%);
  background-size:52px 52px;
}
.hero-content{position:relative;z-index:2;max-width:920px}
.eyebrow{
  margin:0 0 16px;
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:.78rem;
  font-weight:700;
  color:#d8b28d;
}
.eyebrow.dark{color:var(--brown-dark)}
.hero h1,.section h2{
  margin:0;
  font-family:"Oswald",Arial,sans-serif;
  text-transform:uppercase;
  line-height:1;
}
.hero h1{font-size:clamp(4.2rem,10vw,8.8rem);letter-spacing:-.025em}
.hero-copy{max-width:700px;margin:26px auto 34px;font-size:clamp(1.05rem,2vw,1.35rem);color:#ddd9d1}
.hero-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.82rem;
  font-weight:800;
  border:1px solid transparent;
  cursor:pointer;
  transition:.2s ease;
}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--brown);color:white}
.button-primary:hover{background:#ad6d40}
.button-outline{border-color:#ddd9d1;color:white}
.button-outline:hover{background:white;color:var(--black)}
.button-dark{background:var(--black);color:white}

.section{padding:110px clamp(24px,7vw,110px)}
.intro{text-align:center;max-width:1050px;margin:auto}
.intro h2{font-size:clamp(2.5rem,5vw,5rem);max-width:900px;margin:auto}
.intro>p:last-child{max-width:760px;margin:26px auto 0;color:#5d5a53;font-size:1.1rem}

.section-dark{background:var(--charcoal);color:white}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:48px}
.section-heading h2{font-size:clamp(2.5rem,5vw,4.6rem)}
.text-link{font-weight:700;color:#d8b28d}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:#24241f;border:1px solid rgba(255,255,255,.1)}
.product-art{
  aspect-ratio:4/3;
  display:grid;
  place-items:center;
  font-family:"Oswald",sans-serif;
  font-weight:700;
  letter-spacing:.04em;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.product-art.leather{
  background:linear-gradient(135deg,#8c542f,#b97b4e);
  color:#2b160d;
}
.product-art.leather span{font-size:5rem;border:3px solid currentColor;padding:4px 20px;border-radius:50%}
.product-art.wood{background:repeating-linear-gradient(8deg,#b47b45,#b47b45 9px,#a66e3c 10px,#a66e3c 12px);color:#20140d}
.product-art.wood span{font-size:2rem}
.product-art.metal{background:linear-gradient(145deg,#c9c9c7,#787b7b);color:#242424}
.product-art.metal span{font-size:5rem}
.product-info{padding:26px}
.product-info h3{font-family:"Oswald";font-size:1.8rem;text-transform:uppercase;margin:2px 0 8px}
.product-info p{color:#bcb8af}
.product-info .product-type{color:#d8b28d;text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:800;margin:0}
.product-info a{display:inline-block;margin-top:8px;color:white;font-weight:700}

.custom-section{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.custom-copy h2,.about-copy h2{font-size:clamp(2.8rem,5vw,5rem)}
.custom-copy>p:not(.eyebrow){font-size:1.08rem;color:#5d5a53;max-width:680px}
.feature-list{list-style:none;padding:0;margin:30px 0}
.feature-list li{padding:12px 0;border-bottom:1px solid var(--line);font-weight:700}
.feature-list li:before{content:"◆";margin-right:13px;color:var(--brown)}
.custom-mark{background:var(--cream);min-height:500px;display:grid;place-items:center;padding:55px}
.custom-mark img{filter:grayscale(1);mix-blend-mode:multiply}

.gallery-section{background:var(--cream)}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.gallery-placeholder{
  min-height:330px;
  display:grid;
  place-items:end start;
  padding:24px;
  background:
    linear-gradient(to top,rgba(0,0,0,.72),transparent 65%),
    linear-gradient(135deg,#2d302a,#70654f);
  color:white;
  font-family:"Oswald";
  font-size:1.55rem;
  letter-spacing:.08em;
}
.gallery-placeholder:nth-child(2){background:linear-gradient(to top,rgba(0,0,0,.72),transparent 65%),linear-gradient(135deg,#805733,#b98b5b)}
.gallery-placeholder:nth-child(3){background:linear-gradient(to top,rgba(0,0,0,.72),transparent 65%),linear-gradient(135deg,#232323,#5b5b5b)}
.gallery-placeholder:nth-child(4){background:linear-gradient(to top,rgba(0,0,0,.72),transparent 65%),linear-gradient(135deg,#18231d,#415345)}
.gallery-note{margin-top:16px;color:#6b675f;font-size:.9rem}

.about-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:75px;align-items:center}
.about-badge{
  width:min(420px,100%);
  aspect-ratio:1;
  border:3px solid var(--black);
  border-radius:50%;
  display:grid;
  place-items:center;
  align-content:center;
  text-align:center;
  font-family:"Oswald";
  font-size:clamp(2.3rem,5vw,4.5rem);
  line-height:1;
}
.about-badge span{font-family:"DM Sans";font-size:.8rem;letter-spacing:.28em;margin-top:14px}
.about-copy p:not(.eyebrow){color:#5d5a53;font-size:1.08rem}

.contact-section{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:70px;
  background:var(--green);
  color:white;
}
.contact-copy h2{font-size:clamp(3rem,6vw,5.5rem)}
.contact-copy>p:not(.eyebrow){color:#c9cec9}
.contact-email{font-weight:800;color:#d8b28d!important;margin-top:30px}
.quote-form{background:#f8f5ed;color:var(--black);padding:36px}
.quote-form label{display:block;margin-bottom:18px;font-weight:700;font-size:.86rem;text-transform:uppercase;letter-spacing:.05em}
.quote-form input,.quote-form textarea{
  width:100%;
  margin-top:8px;
  padding:13px 12px;
  border:1px solid #c8c3b8;
  background:white;
  outline:none;
}
.quote-form input:focus,.quote-form textarea:focus{border-color:var(--brown)}
.form-note{font-size:.8rem;color:#716d65;margin-bottom:0}

footer{
  padding:50px clamp(24px,7vw,110px);
  background:var(--black);
  color:#aaa69e;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
}
.footer-brand{display:flex;flex-direction:column;color:white}
.footer-brand strong{font-family:"Oswald";font-size:1.6rem}
.footer-brand span{font-size:.65rem;letter-spacing:.24em}
.footer-links{display:flex;gap:22px;font-size:.82rem;font-weight:700;text-transform:uppercase}
footer>p{grid-column:1/-1;margin:0;font-size:.75rem;border-top:1px solid #2a2926;padding-top:18px}

@media (max-width:900px){
  .site-header{height:72px}
  .brand img{width:210px}
  .menu-toggle{display:block}
  .nav{
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    padding:24px;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    flex-direction:column;
    align-items:stretch;
  }
  .nav.open{display:flex}
  .product-grid{grid-template-columns:1fr}
  .custom-section,.about-section,.contact-section{grid-template-columns:1fr}
  .custom-mark{min-height:360px}
  .about-badge{margin:auto}
}

@media (max-width:620px){
  .section{padding:80px 22px}
  .hero{min-height:650px}
  .hero h1{font-size:4rem}
  .section-heading{align-items:flex-start;flex-direction:column}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-placeholder{min-height:260px}
  .quote-form{padding:24px}
  footer{grid-template-columns:1fr}
  .footer-links{flex-wrap:wrap}
}


/* SHOP */
.shop-heading{align-items:flex-end}
.section-subcopy{
  max-width:720px;
  margin:18px 0 0;
  color:#bcb8af;
  font-size:1.04rem;
}
.shop-filters{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:-12px 0 34px;
}
.shop-filter{
  border:1px solid rgba(255,255,255,.22);
  background:transparent;
  color:#d6d1c8;
  padding:9px 16px;
  text-transform:uppercase;
  font-size:.72rem;
  letter-spacing:.09em;
  font-weight:800;
  cursor:pointer;
}
.shop-filter:hover,
.shop-filter.active{
  background:#f2eee4;
  color:#11110f;
  border-color:#f2eee4;
}
.shop-card{
  display:flex;
  flex-direction:column;
}
.shop-card[hidden]{display:none}
.shop-card .product-info{
  display:flex;
  flex-direction:column;
  flex:1;
}
.product-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.product-meta>span{
  color:#817c73;
  text-transform:uppercase;
  font-size:.63rem;
  letter-spacing:.12em;
  font-weight:800;
}
.mini-specs{
  list-style:none;
  padding:0;
  margin:15px 0 22px;
  color:#c3beb5;
  font-size:.88rem;
}
.mini-specs li{
  padding:6px 0;
  border-bottom:1px solid rgba(255,255,255,.075);
}
.mini-specs li:before{
  content:"—";
  color:#d8b28d;
  margin-right:8px;
}
.product-action{
  margin-top:auto!important;
  display:inline-flex!important;
  align-items:center;
  font-weight:800!important;
  color:#f5f2ea!important;
}
.product-badge{
  position:absolute;
  top:18px;
  right:18px;
  background:#11110f;
  color:#f2eee4;
  padding:7px 10px;
  font-family:"DM Sans",sans-serif;
  font-size:.6rem;
  letter-spacing:.12em;
  font-weight:800;
}
.product-art{position:relative;overflow:hidden}
.patch-mark{
  display:grid;
  place-items:center;
  width:116px;
  height:82px;
  border:3px solid currentColor!important;
  border-radius:10px!important;
  padding:0!important;
  font-size:3.8rem!important;
}
.metal-card-mark{
  font-size:1.4rem!important;
  text-align:center;
  line-height:1.15;
  border:2px solid #2b2b2b;
  padding:22px 34px;
}
.metal-card-mark small{font-size:.45em;letter-spacing:.18em}
.sign-art{
  background:
    repeating-linear-gradient(0deg,#8a5a35 0,#8a5a35 12px,#81522f 13px,#81522f 15px);
  color:#21150d;
}
.sign-art span{
  border:2px solid currentColor;
  padding:16px 30px;
  font-size:2.1rem;
  line-height:1;
  text-align:center;
}
.gift-art{
  background:linear-gradient(145deg,#c8b08b,#6d5438);
  color:#23180e;
}
.gift-art span{
  width:105px;
  height:105px;
  border:3px solid currentColor;
  display:grid;
  place-items:center;
  transform:rotate(45deg);
  font-size:2.5rem;
}
.custom-art{
  background:linear-gradient(135deg,#1c2a22,#536556);
  color:#e7e4db;
}
.custom-art span{
  width:106px;
  height:106px;
  border:2px solid currentColor;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:4rem;
}
.shop-note{
  margin-top:38px;
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:24px;
  max-width:900px;
  color:#a9a59c;
}
.shop-note strong{
  color:white;
  font-family:"Oswald",sans-serif;
  text-transform:uppercase;
  font-size:1.1rem;
  letter-spacing:.04em;
}
.shop-note p{margin:7px 0 0}
