/*
Theme Name: QW Home Scents
Theme URI: https://example.com/
Author: QW
Description: Premium WooCommerce theme voor stofzuigerparfum, geurstokjes, huisparfum en huis- en tuingeuren.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: qw-home-scents
*/

:root {
  --paper: #f4f0e8;
  --bone: #fbfaf6;
  --ink: #191814;
  --soft: #ded7ca;
  --line: #bdb5a6;
  --muted: #69645b;
  --clay: #8b6b54;
  --green: #777f68;
  --blue: #a7b6b8;
  --mono: "Courier New", ui-monospace, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.45;
}
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, figure { margin: 0; }
button, input { font: inherit; }

.topbar {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 12px;
  padding: 9px 18px;
  text-align: center;
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  background: rgba(244, 240, 232, .94);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 78px;
  padding: 0 34px;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
}

.brand {
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 14px;
  justify-self: center;
  padding: 10px 16px 9px;
  text-transform: uppercase;
}

.brand img {
  max-height: 44px;
  width: auto;
}

.nav,
.header-actions,
.actions {
  display: flex;
  gap: 24px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.nav ul,
.footer-column ul {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-actions,
.actions {
  justify-content: flex-end;
}

.hero {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  min-height: calc(100svh - 112px);
}

.hero-copy {
  align-content: end;
  border-right: 1px solid var(--line);
  display: grid;
  padding: clamp(34px, 7vw, 96px);
}

.kicker,
.eyebrow {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 12px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

h1 {
  font-family: var(--serif);
  font-size: clamp(4.3rem, 9vw, 10rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: .84;
  max-width: 780px;
}

.lead {
  color: var(--muted);
  font-size: clamp(1.06rem, 1.55vw, 1.34rem);
  margin-top: 30px;
  max-width: 560px;
}

.hero-actions,
.hero-links {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.button,
.added_to_cart,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: transparent;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--mono);
  font-size: 12px;
  justify-content: center;
  min-width: 176px;
  padding: 15px 18px;
  text-transform: uppercase;
}

.button.primary,
.button.dark,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--ink);
  color: var(--paper);
}

.hero-image {
  background: #d8d1c4;
  display: grid;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-caption {
  background: rgba(251, 250, 246, .88);
  border: 1px solid var(--ink);
  bottom: 34px;
  font-family: var(--mono);
  font-size: 12px;
  left: 34px;
  max-width: 370px;
  padding: 16px;
  position: absolute;
  text-transform: uppercase;
}

.statement {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: .75fr 1.25fr;
}

.statement > div {
  min-height: 280px;
  padding: clamp(28px, 5vw, 64px);
}

.statement > div + div {
  border-left: 1px solid var(--line);
}

.statement h2,
.section-heading h2,
.section-head h2,
.atelier-copy h2,
.newsletter h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: .94;
}

.statement h2 {
  font-size: clamp(2.4rem, 5vw, 5.6rem);
}

.statement p,
.section-heading p,
.section-head p,
.product-body p,
.product-info p,
.atelier-copy p,
.ritual-step p {
  color: var(--muted);
}

.statement p {
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  max-width: 760px;
}

.collection,
.section {
  padding: clamp(42px, 7vw, 82px) clamp(18px, 5vw, 72px);
}

.section-heading,
.section-head {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 26px;
}

.section-heading h2,
.section-head h2 {
  font-size: clamp(2.8rem, 6vw, 6.8rem);
  line-height: .88;
}

.section-heading p,
.section-head p {
  max-width: 420px;
}

.product-grid,
.collection-grid {
  background: var(--line);
  border: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  background: var(--bone);
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
}

.product-media,
.product-art {
  background: var(--tone, #d9ded4);
  border-bottom: 1px solid var(--line);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.product-media img,
.product-art img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.product-body,
.product-info {
  padding: 20px;
}

.product-code {
  color: var(--muted);
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.product-body h3,
.product-info h3 {
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  min-height: 42px;
  text-transform: uppercase;
}

.product-body p,
.product-info p {
  margin: 16px 0 22px;
}

.meta {
  border-top: 1px solid var(--line);
  display: flex;
  font-family: var(--mono);
  font-size: 12px;
  justify-content: space-between;
  padding-top: 14px;
  text-transform: uppercase;
}

.atelier {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}

.atelier figure {
  min-height: 580px;
}

.atelier img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.atelier-copy {
  align-content: center;
  display: grid;
  padding: clamp(38px, 7vw, 86px);
}

.atelier-copy h2 {
  font-size: clamp(2.7rem, 6vw, 6.4rem);
  line-height: .9;
}

.atelier-copy p {
  color: #d7d0c4;
  font-size: 1.05rem;
  margin-top: 28px;
  max-width: 540px;
}

.materials,
.strip {
  background: var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.material,
.strip-item {
  background: var(--paper);
  min-height: 240px;
  padding: 26px;
}

.material span,
.strip-item span {
  color: var(--muted);
  display: block;
  font-family: var(--mono);
  font-size: 12px;
  margin-bottom: 54px;
  text-transform: uppercase;
}

.material strong,
.strip-item strong {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.newsletter {
  align-items: center;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr minmax(280px, 450px);
  padding: clamp(42px, 7vw, 84px);
}

.newsletter h2 {
  font-size: clamp(2.4rem, 5vw, 5.4rem);
}

.signup {
  border-bottom: 1px solid var(--ink);
  display: grid;
  grid-template-columns: 1fr auto;
}

.signup input,
.signup button {
  background: transparent;
  border: 0;
  min-height: 54px;
}

.signup input {
  min-width: 0;
  outline: 0;
}

.signup button {
  cursor: pointer;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.site-footer,
.footer {
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr repeat(3, 180px);
  padding: 46px clamp(20px, 5vw, 72px);
}

.site-footer h2,
.footer h2 {
  font-family: var(--mono);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-column {
  align-content: start;
  display: grid;
  gap: 10px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
}

.footer-column strong { color: var(--paper); }
.footer-column a { color: #d7d0c4; }

.woocommerce ul.products {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.woocommerce ul.products li.product {
  background: var(--bone);
  border: 1px solid var(--line);
  margin: 0;
  padding: 20px;
  width: auto;
}

.woocommerce ul.products li.product .price {
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
}

.woocommerce div.product {
  padding: clamp(36px, 6vw, 72px);
}

.screen-reader-text,
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 1040px) {
  .site-header,
  .hero,
  .statement,
  .atelier,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .statement > div + div {
    border-left: 0;
    border-right: 0;
  }

  .product-grid,
  .collection-grid,
  .materials,
  .strip,
  .site-footer,
  .footer,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav,
  .header-actions,
  .actions {
    justify-content: center;
    padding: 14px 0;
  }
}

@media (max-width: 680px) {
  .site-header { padding: 14px 18px; }
  .nav { display: none; }
  .header-actions,
  .actions { gap: 16px; }

  .hero-copy,
  .collection,
  .section,
  .atelier-copy,
  .newsletter,
  .site-footer,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 { font-size: clamp(3.4rem, 18vw, 5rem); }
  .hero-actions,
  .hero-links { display: grid; }
  .button { width: 100%; }
  .section-heading,
  .section-head { display: grid; }

  .product-grid,
  .collection-grid,
  .materials,
  .strip,
  .site-footer,
  .footer,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .hero-image,
  .atelier figure {
    min-height: 430px;
  }
}
