
:root {
  --ink: #171716;
  --paper: #f7f2e8;
  --white: #fffdf8;
  --cobalt: #2946d3;
  --coral: #ff6f61;
  --lime: #d7ef68;
  --sand: #e7c99b;
  --line: rgba(23, 23, 22, 0.14);
  --muted: #66645f;
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 24px 60px rgba(30, 26, 18, 0.12);
}

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

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 0;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 14px 12px 18px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  position: sticky;
  top: 14px;
  z-index: 50;
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--lime);
  border-radius: 11px;
  font-size: 20px;
}
.site-header nav { display: flex; align-items: center; gap: 8px; }
.site-header nav a {
  padding: 10px 14px;
  border-radius: 10px;
  color: #4d4b46;
  font-weight: 600;
}
.site-header nav a:hover,
.site-header nav a.active { background: var(--paper); color: var(--ink); }
.header-cta {
  padding: 12px 18px;
  background: var(--cobalt);
  color: #fff;
  border-radius: 12px;
  font-weight: 700;
}
.header-cta:hover { transform: translateY(-2px); }

.eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; line-height: 1.05; }
h1 { letter-spacing: -0.06em; }
h2 { letter-spacing: -0.045em; }
p { margin-top: 0; }

.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 30px auto;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--white);
}
.footer-brand { margin-bottom: 8px; }
.site-footer p { margin: 0; color: var(--muted); }
.footer-links { display: flex; gap: 20px; font-weight: 700; }
.site-footer a:hover { color: var(--cobalt); }

a, button { transition: 0.2s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(41, 70, 211, 0.35);
  outline-offset: 3px;
}

@media (max-width: 860px) {
  .site-header { flex-wrap: wrap; justify-content: center; }
  .site-header nav { order: 3; width: 100%; justify-content: center; border-top: 1px solid var(--line); padding-top: 10px; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .site-header { width: min(100% - 20px, 1180px); top: 8px; }
  .site-header nav { overflow-x: auto; justify-content: flex-start; }
  .header-cta { display: none; }
  .site-footer { width: min(100% - 20px, 1180px); padding: 22px; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

.page-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 70px;
  padding: 70px 62px;
  border-radius: 32px;
  background: var(--cobalt);
  color: white;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border: 58px solid var(--lime);
  border-radius: 50%;
  right: -110px;
  top: -145px;
}
.page-hero h1 { font-size: clamp(52px, 7vw, 88px); max-width: 920px; margin-bottom: 22px; position: relative; z-index: 1; }
.page-hero > p:not(.eyebrow) { font-size: 19px; max-width: 720px; color: rgba(255,255,255,.75); }
.jump-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.jump-links a { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); padding: 11px 15px; border-radius: 999px; font-weight: 700; }
.jump-links a:hover { background: white; color: var(--ink); }

.category-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 44px;
  scroll-margin-top: 120px;
}
.category-section.reverse { grid-template-columns: .66fr .34fr; }
.category-section.reverse .category-intro { order: 2; }
.category-intro { padding-top: 10px; }
.category-tag { display: inline-block; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.category-tag.cobalt { background: #dce2ff; color: var(--cobalt); }
.category-tag.coral { background: #ffd9d3; }
.category-tag.lime { background: var(--lime); }
.category-tag.sand { background: var(--sand); }
.category-intro h2 { font-size: clamp(38px, 4vw, 56px); margin: 22px 0 16px; }
.category-intro p { color: var(--muted); font-size: 17px; }
.category-intro a { color: var(--cobalt); font-weight: 800; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.product-card { background: var(--white); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-visual { height: 220px; position: relative; display: grid; place-items: center; overflow: hidden; }
.product-visual > span { position: absolute; top: 12px; left: 12px; z-index: 3; background: var(--white); padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.product-info { padding: 18px; }
.product-info p { color: var(--cobalt); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; margin-bottom: 7px; }
.product-info h3 { font-size: 20px; margin-bottom: 14px; }
.product-info span { color: var(--muted); font-size: 14px; }

.office-chair { background: #dce2ff; }
.office-chair::before { content:""; width:85px; height:105px; border-radius:38px 38px 20px 20px; background:var(--cobalt); box-shadow:0 70px 0 -28px var(--ink); }
.office-chair::after { content:""; position:absolute; width:120px; height:13px; background:var(--ink); bottom:38px; border-radius:10px; }
.standing-desk { background: #ffd7d1; }
.standing-desk::before { content:""; width:140px; height:16px; background:var(--ink); box-shadow:-48px 55px 0 -3px var(--ink),48px 55px 0 -3px var(--ink); }
.standing-desk::after { content:""; position:absolute; width:74px; height:48px; background:var(--coral); border:4px solid var(--ink); top:52px; }
.organiser { background: #eef8ba; }
.organiser::before { content:""; width:118px; height:85px; border:4px solid var(--ink); border-radius:12px; background:var(--lime); box-shadow:25px -22px 0 -8px var(--cobalt); }
.mailer-box { background:#ffd9d3; }
.mailer-box::before { content:""; width:130px; height:95px; background:var(--paper); border:4px solid var(--ink); transform:rotate(-6deg); box-shadow:15px 15px 0 var(--coral); }
.mailer-box::after { content:"S"; position:absolute; font:800 36px "Manrope"; color:var(--cobalt); }
.paper-bag { background:#f0dfc6; }
.paper-bag::before { content:""; width:105px; height:120px; background:var(--sand); border:4px solid var(--ink); border-radius:4px 4px 18px 18px; }
.paper-bag::after { content:""; position:absolute; width:54px; height:42px; border:7px solid var(--cobalt); border-bottom:0; border-radius:30px 30px 0 0; top:39px; }
.label-roll { background:#dfe5ff; }
.label-roll::before { content:""; width:120px; height:120px; border-radius:50%; background:var(--white); border:26px solid var(--cobalt); box-shadow:30px 20px 0 -10px var(--coral); }
.tableware { background:#e9efbb; }
.tableware::before { content:""; width:130px; height:130px; border-radius:50%; background:var(--white); border:5px solid var(--ink); box-shadow:0 0 0 18px var(--lime), 0 0 0 22px var(--ink); }
.linen-set { background:#dce2ff; }
.linen-set::before { content:""; width:140px; height:100px; background:var(--white); border:4px solid var(--ink); border-radius:18px; box-shadow:15px 15px 0 var(--cobalt); transform:rotate(-4deg); }
.takeaway-cup { background:#ffd9d3; }
.takeaway-cup::before { content:""; width:85px; height:120px; background:var(--white); border:4px solid var(--ink); clip-path:polygon(10% 0,90% 0,78% 100%,22% 100%); }
.takeaway-cup::after { content:"S"; position:absolute; font:800 30px "Manrope"; color:var(--coral); }
.tote-bag { background:#eef8ba; }
.tote-bag::before { content:""; width:112px; height:125px; background:var(--white); border:4px solid var(--ink); border-radius:3px 3px 20px 20px; }
.tote-bag::after { content:""; position:absolute; width:58px; height:38px; border:7px solid var(--cobalt); border-bottom:0; border-radius:32px 32px 0 0; top:38px; }
.display-stand { background:#dfe5ff; }
.display-stand::before { content:""; width:92px; height:145px; background:var(--cobalt); border:4px solid var(--ink); box-shadow:0 12px 0 -3px var(--ink); }
.display-stand::after { content:"SALE"; position:absolute; color:white; font:800 18px "Manrope"; }
.welcome-kit { background:#f3ddbe; }
.welcome-kit::before { content:""; width:145px; height:100px; background:var(--sand); border:4px solid var(--ink); box-shadow:12px 12px 0 var(--coral); transform:rotate(-3deg); }
.welcome-kit::after { content:"WELCOME"; position:absolute; font:800 14px "Manrope"; letter-spacing:.08em; }

.how-it-works {
  width: min(1180px, calc(100% - 40px));
  margin: 120px auto;
  padding: 56px;
  background: var(--ink);
  color: white;
  border-radius: 30px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
}
.how-it-works h2 { font-size: clamp(38px, 5vw, 60px); }
.how-it-works ol { list-style:none; margin:0; padding:0; display:grid; }
.how-it-works li { display:grid; grid-template-columns:60px 1fr; gap:14px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.how-it-works li:last-child { border-bottom:0; }
.how-it-works li > span { color:var(--lime); font:800 22px "Manrope"; }
.how-it-works h3 { margin-bottom:5px; }
.how-it-works p { color:#aaa79f; margin:0; }

.cta-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 30px;
  padding: 48px;
  background: var(--coral);
  border-radius: 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.cta-section h2 { font-size:clamp(36px,5vw,58px); margin:0; }
.cta-section .button { background:var(--ink); color:white; padding:15px 20px; border-radius:12px; font-weight:800; white-space:nowrap; }

@media (max-width: 980px) {
  .category-section, .category-section.reverse { grid-template-columns: 1fr; }
  .category-section.reverse .category-intro { order: initial; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .how-it-works { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .page-hero, .category-section, .how-it-works, .cta-section { width:min(100% - 20px,1180px); }
  .page-hero { padding:44px 24px; }
  .page-hero h1 { font-size:48px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-visual { height:250px; }
  .how-it-works { padding:34px 24px; }
  .cta-section { padding:34px 24px; flex-direction:column; align-items:flex-start; }
}
