:root {
  --oak: #b9824a;
  --walnut: #6f4023;
  --beige: #f4ecdf;
  --sage: #385642;
  --charcoal: #20201d;
  --brass: #c59b4a;
  --cream: #fffaf0;
  --muted: #756d61;
  --line: rgba(32, 32, 29, 0.14);
  --shadow: 0 24px 70px rgba(38, 26, 14, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 18% 4%, rgba(197, 155, 74, 0.16), transparent 28rem),
    linear-gradient(180deg, #fffdfa 0%, #f8f1e7 54%, #fefbf5 100%);
  font-family: Inter, Arial, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

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

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.98;
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 250, 240, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--cream);
  border-radius: 50%;
  background: conic-gradient(from 180deg, var(--sage), var(--walnut), var(--brass), var(--sage));
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 30px);
  font-size: 0.9rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  color: #3c3a35;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  background: var(--brass);
  transition: transform 0.25s ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid var(--charcoal);
  border-radius: 999px;
  color: var(--cream);
  background: var(--charcoal);
  font: 800 0.9rem Inter, sans-serif;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(32, 32, 29, 0.18);
}

.button.ghost {
  color: var(--charcoal);
  background: transparent;
}

.button.ghost.light {
  color: var(--cream);
  border-color: rgba(255, 250, 240, 0.76);
}

.button.soft {
  color: var(--sage);
  border-color: rgba(56, 86, 66, 0.28);
  background: rgba(56, 86, 66, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 430px);
  align-items: end;
  gap: clamp(26px, 5vw, 74px);
  padding: clamp(34px, 6vw, 84px);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(18, 15, 11, 0.9), rgba(20, 19, 16, 0.58) 45%, rgba(20, 19, 16, 0.24)),
    radial-gradient(circle at 74% 18%, rgba(197, 155, 74, 0.38), transparent 20rem),
    radial-gradient(circle at 18% 78%, rgba(56, 86, 66, 0.4), transparent 26rem);
}

.hero-media img {
  width: 100%;
  height: 100%;
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero-grain {
  position: absolute;
  inset: 18px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 34px;
}

.hero-grain::before,
.hero-grain::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  opacity: 0.55;
}

.hero-grain::before {
  width: 42vw;
  height: 42vw;
  right: -16vw;
  top: -20vw;
  border: 1px solid rgba(197, 155, 74, 0.34);
  box-shadow: inset 0 0 0 18px rgba(197, 155, 74, 0.04);
}

.hero-grain::after {
  width: 26vw;
  height: 26vw;
  left: -12vw;
  bottom: -14vw;
  border: 1px solid rgba(255, 250, 240, 0.22);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 880px;
  color: var(--cream);
  padding-bottom: 22px;
}

.hero-copy h1 {
  max-width: 850px;
  font-size: clamp(3.4rem, 7.4vw, 7.4rem);
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 720px;
  color: rgba(255, 250, 240, 0.85);
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.hero-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 250, 240, 0.1);
}

.hero-copy .eyebrow::before {
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--brass);
  box-shadow: 0 0 0 7px rgba(197, 155, 74, 0.16);
}

.hero-actions .button:first-child {
  border-color: rgba(197, 155, 74, 0.72);
  color: #191713;
  background: linear-gradient(135deg, #f6d28b, var(--brass));
}

.hero-actions,
.trust-row,
.filter-bar,
.pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-row span,
.pill-cloud span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 999px;
  color: rgba(255, 250, 240, 0.9);
  background: rgba(255, 250, 240, 0.08);
}

.hero-editorial-card {
  position: relative;
  z-index: 2;
  overflow: hidden;
  align-self: center;
  border: 1px solid rgba(255, 250, 240, 0.24);
  border-radius: 32px;
  background: rgba(255, 250, 240, 0.12);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.hero-card-image {
  padding: 12px 12px 0;
}

.hero-card-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 24px;
}

.hero-card-body {
  padding: 24px;
  color: var(--cream);
}

.hero-card-body .eyebrow {
  color: var(--brass);
}

.hero-card-body h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.hero-card-body p,
.hero-card-body dd {
  color: rgba(255, 250, 240, 0.76);
}

.hero-card-body dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 22px 0 0;
}

.hero-card-body dt {
  color: var(--brass);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-card-body dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.hero-ribbon {
  position: absolute;
  right: clamp(18px, 4vw, 70px);
  bottom: clamp(12px, 2.4vw, 36px);
  z-index: 3;
  display: flex;
  gap: 10px;
  max-width: min(720px, calc(100% - 36px));
  padding: 10px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 999px;
  background: rgba(20, 19, 16, 0.34);
  backdrop-filter: blur(14px);
}

.hero-ribbon span {
  padding: 9px 12px;
  border-radius: 999px;
  color: rgba(255, 250, 240, 0.84);
  background: rgba(255, 250, 240, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.36fr) minmax(0, 0.64fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.page-hero h1,
.large-cta h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.split-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 250, 240, 0.74);
}

.benefit-grid,
.seller-grid,
.trust,
.payment-grid,
.contact-grid,
.two-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.benefit-card,
.seller-card,
.trust-card,
.summary-card,
.payment-card,
.contact-card,
.blog-card,
.product-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 18px 54px rgba(38, 26, 14, 0.08);
}

.benefit-card,
.seller-card,
.trust-card,
.payment-card,
.contact-card {
  padding: 24px;
}

.benefit-card i,
.payment-card i,
.trust-card i {
  color: var(--brass);
  font-size: 1.55rem;
}

.benefit-card h3,
.seller-card h3,
.payment-card h2 {
  margin-top: 18px;
  font-size: 1.8rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card {
  overflow: hidden;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.product-card > div,
.blog-card > div {
  padding: 22px;
}

.product-card h2,
.product-card h3,
.blog-card h2 {
  font-size: 2rem;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--sage);
  font-weight: 800;
}

.product-card .button,
.blog-card .button {
  width: 100%;
  margin-top: 10px;
}

.inspiration,
.craft-panel,
.cart-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.inspiration img,
.craft-panel img {
  width: 100%;
  min-height: 460px;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.inspiration .pill-cloud span {
  color: var(--sage);
  border-color: rgba(56, 86, 66, 0.22);
  background: rgba(56, 86, 66, 0.08);
}

.craft-panel {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 36px;
  color: var(--cream);
  background: linear-gradient(135deg, var(--sage), #19251d);
}

.craft-panel p {
  color: rgba(255, 250, 240, 0.78);
}

.craft-panel .eyebrow {
  color: var(--brass);
}

.trust {
  padding-top: 24px;
}

.trust-card {
  display: flex;
  gap: 14px;
  align-items: center;
  font-weight: 800;
}

.large-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto clamp(54px, 8vw, 92px);
  padding: clamp(42px, 7vw, 84px);
  border-radius: 38px;
  background:
    linear-gradient(120deg, rgba(32, 32, 29, 0.86), rgba(56, 86, 66, 0.86)),
    url("../img/wood-texture.webp") center/cover;
  color: var(--cream);
}

.large-cta p {
  max-width: 650px;
  color: rgba(255, 250, 240, 0.82);
}

.page-hero {
  width: min(1180px, calc(100% - 36px));
  margin: clamp(36px, 6vw, 72px) auto 0;
  padding: clamp(46px, 7vw, 86px);
  border-radius: 36px;
  background:
    linear-gradient(110deg, rgba(255, 250, 240, 0.94), rgba(244, 236, 223, 0.78)),
    url("../img/hero-worktop.webp") center/cover;
}

.page-hero.compact {
  min-height: 360px;
}

.page-hero p {
  max-width: 720px;
}

.filter {
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--cream);
  cursor: pointer;
  font-weight: 800;
}

.filter.active {
  color: var(--cream);
  background: var(--sage);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.blog-card {
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.cart-layout {
  align-items: start;
}

.cart-list {
  display: grid;
  gap: 14px;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--cream);
}

.cart-item button {
  border: 0;
  color: #9b2f20;
  background: transparent;
  cursor: pointer;
  font-weight: 800;
}

.summary-card {
  position: sticky;
  top: 104px;
  padding: 28px;
}

.payment-grid,
.contact-grid,
.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.contact-card label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--sage);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffdf8;
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.legal {
  max-width: 900px;
}

.legal h2 {
  margin-top: 30px;
  font-size: 2.2rem;
}

.site-footer {
  padding: clamp(34px, 6vw, 72px) clamp(18px, 4vw, 64px) 26px;
  color: var(--cream);
  background: #1d1c18;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.site-footer h2 {
  font-size: 2.6rem;
}

.site-footer h3 {
  margin: 0 0 14px;
  font: 800 0.88rem Inter, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p,
.site-footer dd {
  color: rgba(255, 250, 240, 0.74);
}

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

.fact-list div {
  min-width: 0;
}

.fact-list dt {
  color: var(--brass);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.fact-list dd {
  margin: 6px 0 0;
}

.fact-list a {
  color: var(--brass);
  font-weight: 800;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}

.footer-links a,
.text-link {
  color: var(--brass);
  font-weight: 800;
}

.copyright {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 250, 240, 0.14);
  font-size: 0.86rem;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}

.modal-shell[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 16, 12, 0.68);
  backdrop-filter: blur(10px);
}

.modal-panel {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 28px;
  background: var(--cream);
  box-shadow: var(--shadow);
}

.modal-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.modal-content-body {
  padding: 28px;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(-0.8%, -0.6%, 0);
  }
  to {
    transform: scale(1.08) translate3d(1.2%, 0.8%, 0);
  }
}

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

  .menu-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .main-nav.open {
    display: grid;
    grid-column: 1 / -1;
    justify-content: start;
    width: 100%;
    padding: 12px 0;
  }

  .hero {
    grid-template-columns: 1fr;
    align-items: end;
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 112px;
  }

  .hero-editorial-card {
    width: min(520px, 100%);
    justify-self: start;
  }

  .hero-ribbon {
    right: 18px;
    left: 18px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .section-heading,
  .split-text,
  .benefit-grid,
  .product-grid,
  .blog-grid,
  .footer-grid,
  .fact-list {
    grid-template-columns: 1fr 1fr;
  }

  .inspiration,
  .craft-panel,
  .cart-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero {
    min-height: auto;
    padding: 28px 18px;
    padding-bottom: 104px;
    gap: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .hero-copy {
    padding-top: 42px;
  }

  .hero-grain {
    inset: 10px;
    border-radius: 24px;
  }

  .hero-editorial-card {
    border-radius: 24px;
  }

  .hero-card-body {
    padding: 20px;
  }

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

  .section,
  .craft-panel,
  .large-cta,
  .page-hero {
    width: calc(100% - 24px);
  }

  .section-heading,
  .split-text,
  .benefit-grid,
  .product-grid,
  .blog-grid,
  .seller-grid,
  .trust,
  .payment-grid,
  .contact-grid,
  .two-col,
  .footer-grid,
  .fact-list {
    grid-template-columns: 1fr;
  }

  .page-hero,
  .large-cta,
  .craft-panel {
    border-radius: 24px;
    padding: 28px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .cart-item,
  .card-meta {
    flex-direction: column;
  }
}
