:root {
  --ink: #111111;
  --clay: #b45309;
  --sand: #f7f3ee;
  --line: #e7e0d7;
  --muted: #6b645c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.gwc-bar {
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
  padding: 8px 16px; background: var(--ink); color: #ddd; font-size: 12px;
}
.gwc-bar a {
  background: var(--clay); color: #fff; padding: 7px 12px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
}

.shop-header {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 12px;
  padding: 18px clamp(16px, 4vw, 40px);
  border-bottom: 1px solid var(--line);
}
.ghost {
  justify-self: start; border: 0; background: transparent;
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.mark {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 34px; text-align: center;
}
.cart {
  justify-self: end; font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
}

.banner {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 70vh;
  background: var(--sand);
}
.banner-copy {
  padding: clamp(40px, 6vw, 80px);
  display: grid; align-content: center; gap: 16px;
}
.eyebrow {
  margin: 0; color: var(--clay);
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
}
.banner h1 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(44px, 7vw, 68px); font-weight: 400; line-height: 1.05;
}
.banner p { margin: 0; color: var(--muted); font-size: 18px; max-width: 28rem; }
.shop-cta {
  display: inline-flex; width: fit-content; margin-top: 8px;
  padding: 14px 20px; background: var(--ink); color: #fff;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.shop-cta.light { background: var(--clay); }
.banner-photo img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }

.cats {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding: 20px clamp(16px, 4vw, 40px);
  border-bottom: 1px solid var(--line);
}
.cats a {
  padding: 8px 14px; border: 1px solid var(--line);
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.cats a:hover { border-color: var(--ink); }

.featured {
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--ink); color: #fff;
}
.featured-copy {
  padding: clamp(40px, 6vw, 72px);
  display: grid; align-content: center; gap: 16px;
}
.featured-copy .eyebrow { color: #d4a574; }
.featured h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(36px, 5vw, 52px); font-weight: 400; line-height: 1.1;
}
.featured-copy p { margin: 0; color: #c4bdb4; max-width: 28rem; }
.featured-photo img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }

.grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  padding: 36px clamp(16px, 4vw, 40px) 64px;
}
.product {
  display: grid; gap: 10px;
}
.product img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--sand);
}
.meta {
  display: flex; justify-content: space-between; gap: 12px; align-items: baseline;
}
.meta h2 { margin: 0; font-size: 16px; font-weight: 600; }
.meta p { margin: 0; color: var(--muted); }
.product button {
  border: 1px solid var(--ink); background: #fff; min-height: 42px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.product button:hover { background: var(--ink); color: #fff; }

.makers {
  display: grid; grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line);
}
.makers-photo img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.makers-copy {
  padding: clamp(40px, 6vw, 72px);
  display: grid; align-content: center; gap: 16px; background: var(--sand);
}
.makers-copy h2 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 4vw, 44px); font-weight: 400; line-height: 1.15;
}
.makers-copy p { margin: 0; color: var(--muted); max-width: 32rem; }
.makers-stats {
  list-style: none; margin: 8px 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 24px;
}
.makers-stats li {
  display: grid; gap: 2px; font-size: 14px; color: var(--muted);
}
.makers-stats strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 32px; font-weight: 400; color: var(--clay); line-height: 1;
}

.fulfillment {
  display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 32px;
  padding: 48px clamp(16px, 4vw, 40px);
  background: #fff;
}
.fulfillment h2 {
  margin: 0 0 12px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 4vw, 44px); font-weight: 400;
}
.fulfillment p { margin: 0; color: var(--muted); }
.fulfillment ul { margin: 0; padding-left: 18px; color: var(--ink); }

.policies {
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
  padding: 0 clamp(16px, 4vw, 40px) 56px;
  max-width: 1100px;
}
.policies h3 {
  margin: 0 0 12px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 24px; font-weight: 400;
}
.policies p { margin: 0 0 10px; color: var(--muted); font-size: 15px; }
.policies a { color: var(--clay); font-weight: 600; }

.reviews {
  padding: 56px clamp(16px, 4vw, 40px);
  background: var(--sand); border-block: 1px solid var(--line);
}
.reviews h2 {
  margin: 0 0 28px; text-align: center;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(32px, 4vw, 40px); font-weight: 400;
}
.review-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.review-grid blockquote {
  margin: 0; padding: 24px; background: #fff; border: 1px solid var(--line);
  display: grid; gap: 14px;
}
.review-grid p { margin: 0; font-size: 15px; }
.review-grid footer { font-size: 13px; font-weight: 600; color: var(--muted); }

.social {
  padding: 56px 0 48px;
}
.social-head {
  text-align: center; padding: 0 clamp(16px, 4vw, 40px) 28px;
}
.social-head h2 {
  margin: 0 0 8px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 32px; font-weight: 400;
}
.social-head p { margin: 0; color: var(--muted); }
.social-strip {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px;
}
.social-strip figure { margin: 0; position: relative; overflow: hidden; }
.social-strip img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  transition: transform 0.3s ease;
}
.social-strip figcaption {
  position: absolute; inset: auto 0 0 0;
  padding: 10px; background: linear-gradient(transparent, rgba(0,0,0,0.65));
  color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase; opacity: 0; transition: opacity 0.3s ease;
}
.social-strip figure:hover figcaption { opacity: 1; }
.social-strip figure:hover img { transform: scale(1.04); }

.newsletter {
  max-width: 520px; margin: 0 auto;
  padding: 72px clamp(16px, 4vw, 40px);
  text-align: center;
}
.newsletter h2 {
  margin: 0 0 12px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 36px; font-weight: 400;
}
.newsletter-sub { margin: 0 0 20px; color: var(--muted); font-size: 15px; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter input {
  border: 1px solid var(--line); padding: 12px 14px; font: inherit;
}
.newsletter button {
  border: 0; background: var(--clay); color: #fff; padding: 0 18px;
  font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.demo-note { color: var(--muted); font-size: 13px; margin-top: 16px; }

.site-footer {
  background: var(--ink); color: #b8b0a8; font-size: 14px;
}
.footer-grid {
  max-width: 1100px; margin: 0 auto;
  padding: 48px clamp(16px, 4vw, 40px) 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.mark-footer {
  display: block; margin-bottom: 10px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 28px; color: #fff;
}
.footer-grid strong {
  display: block; margin-bottom: 10px; color: #fff; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
}
.footer-grid p { margin: 0 0 6px; line-height: 1.6; }
.footer-grid a { color: #d4a574; font-weight: 500; }
.footer-bottom {
  max-width: 1100px; margin: 0 auto;
  padding: 20px clamp(16px, 4vw, 40px);
  border-top: 1px solid #2a2a2a;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-size: 13px;
}
.footer-bottom a { color: #d4a574; font-weight: 600; }

@media (max-width: 960px) {
  .banner, .fulfillment, .makers, .featured, .policies { grid-template-columns: 1fr; }
  .grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .social-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px) {
  .newsletter form { grid-template-columns: 1fr; }
  .social-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
}
