@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --ink: #202326;
  --muted: #62676b;
  --yellow: #ffbf00;
  --yellow-bright: #ffc928;
  --yellow-soft: #fff3c7;
  --paper: #fffdf7;
  --line: #e8e4d8;
  --panel: #f6f4ed;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(32, 35, 38, .11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.announcement {
  background: var(--ink);
  color: #fff;
  font-size: .83rem;
  letter-spacing: .02em;
  padding: 9px 0;
}
.announcement .container { display: flex; justify-content: space-between; gap: 18px; }
.announcement a { color: var(--yellow-bright); font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,253,247,.93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(232,228,216,.85);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: 'Space Grotesk', sans-serif; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 700; font-size: 1.1rem; box-shadow: inset 0 -3px 0 rgba(32,35,38,.08); }
.brand-copy { display: grid; line-height: 1.02; }
.brand-copy strong { font-size: 1.05rem; letter-spacing: -.03em; }
.brand-copy span { color: var(--muted); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .92rem; font-weight: 700; }
.nav-links a { color: #45494c; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; background: var(--yellow); border-radius: 999px; padding: 11px 18px; font-weight: 700; color: var(--ink); }
.nav-cta:hover { background: var(--yellow-bright); }

.hero { overflow: hidden; padding: 48px 0 38px; background: radial-gradient(circle at 83% 20%, rgba(255,201,40,.48), transparent 31%), var(--yellow); }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 48px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .15em; font-size: .73rem; font-weight: 700; color: #6c5000; }
.eyebrow::before { content: ''; width: 26px; height: 3px; border-radius: 999px; background: currentColor; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.05em; line-height: 1.02; margin: 0; }
h1 { font-size: clamp(2.8rem, 5.25vw, 5.35rem); max-width: 680px; margin-top: 17px; }
.hero p { max-width: 560px; font-size: 1.12rem; margin: 24px 0 0; color: #3d3f3e; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 18px; border-radius: 999px; border: 1px solid var(--ink); font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 18px rgba(32,35,38,.12); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: rgba(255,255,255,.35); }
.hero-note { display: inline-flex; gap: 9px; align-items: center; margin-top: 20px; font-size: .88rem; color: #51420f; }
.hero-note::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #2f813e; box-shadow: 0 0 0 4px rgba(47,129,62,.12); }
.hero-art { position: relative; min-height: 360px; border-radius: 40% 18% 34% 16%; background: #282b2c; box-shadow: var(--shadow); overflow: hidden; }
.hero-art::before, .hero-art::after { content: ''; position: absolute; }
.hero-art::before { inset: 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 36% 13% 30% 12%; background: repeating-linear-gradient(90deg, transparent 0 48px, rgba(255,255,255,.06) 49px 50px), repeating-linear-gradient(0deg, transparent 0 48px, rgba(255,255,255,.06) 49px 50px); }
.hero-art::after { width: 250px; height: 250px; right: -18px; bottom: -28px; border-radius: 50%; background: var(--yellow); box-shadow: -150px -150px 0 -45px #484d4e, -65px -175px 0 -66px #8f9797; }
.hero-gear { position: absolute; left: 45px; bottom: 53px; z-index: 1; width: 200px; height: 130px; border-radius: 18px; background: #e9e5d8; box-shadow: 24px -70px 0 -16px #9b9e9b, 88px -18px 0 -22px #ffc928, 120px -102px 0 -28px #dbd6c6; transform: rotate(-7deg); }
.hero-gear::before, .hero-gear::after { content: ''; position: absolute; border-radius: 50%; background: #343839; }
.hero-gear::before { width: 22px; height: 22px; right: 21px; top: 22px; box-shadow: -100px 70px 0 -4px #343839; }
.hero-gear::after { width: 90px; height: 10px; left: 24px; bottom: 28px; border-radius: 4px; background: var(--yellow); }

.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 20px 0; }
.trust-item { display: flex; gap: 12px; align-items: center; font-size: .92rem; }
.trust-item strong { color: var(--yellow-bright); display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1.1rem; }
.trust-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,191,0,.14); color: var(--yellow-bright); font-weight: 700; }

section { padding: 92px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-kicker { color: #8a6500; text-transform: uppercase; letter-spacing: .14em; font-weight: 700; font-size: .72rem; margin-bottom: 13px; }
h2 { font-size: clamp(2.25rem, 4.1vw, 3.75rem); max-width: 660px; }
.section-head p { max-width: 390px; color: var(--muted); margin: 0; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 178px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.category-card:hover { transform: translateY(-4px); border-color: var(--yellow); box-shadow: var(--shadow); }
.category-card:nth-child(2n) { background: var(--yellow-soft); }
.category-card:nth-child(3n) { background: #f1f2ec; }
.category-no { color: #90866b; font-size: .78rem; font-weight: 700; }
.category-card h3 { font-size: 1.4rem; letter-spacing: -.04em; }
.category-card p { color: var(--muted); font-size: .9rem; margin: 10px 0 0; }
.category-arrow { align-self: end; font-size: 1.3rem; font-weight: 700; }

.split-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; }
.split-card { border-radius: var(--radius-lg); padding: 38px; min-height: 350px; }
.split-card.dark { background: var(--ink); color: #fff; }
.split-card.yellow { background: var(--yellow); }
.split-card h3 { font-size: 2.5rem; max-width: 420px; }
.split-card p { max-width: 440px; color: rgba(255,255,255,.72); margin-top: 18px; }
.split-card.yellow p { color: #51420f; }
.split-card .button { margin-top: 24px; }
.service-list { display: grid; gap: 12px; margin-top: 30px; }
.service-list div { display: flex; gap: 12px; align-items: center; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); }
.service-list div::before { content: '✓'; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-weight: 700; }
.split-card.yellow .service-list div { border-color: rgba(32,35,38,.18); }

.shop-preview { background: #f3f1e8; }
.finder { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: start; }
.finder-side { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.finder-side strong { display: block; margin-bottom: 14px; font-family: 'Space Grotesk', sans-serif; }
.filter-list { display: grid; gap: 4px; }
.filter-button { appearance: none; border: 0; background: transparent; text-align: left; padding: 9px 10px; border-radius: 9px; color: var(--muted); cursor: pointer; font: inherit; }
.filter-button:hover, .filter-button.active { background: var(--yellow-soft); color: var(--ink); font-weight: 700; }
.finder-main { min-width: 0; }
.finder-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; }
.finder-toolbar p { margin: 0; color: var(--muted); font-size: .9rem; }
.search { width: min(100%, 330px); padding: 12px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font: inherit; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.product-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); padding: 18px; min-height: 220px; display: flex; flex-direction: column; }
.product-art { height: 86px; border-radius: 12px; margin-bottom: 18px; background: linear-gradient(135deg, #e5e6df, #f6f0d6); position: relative; overflow: hidden; }
.product-art::before { content: ''; position: absolute; width: 58px; height: 58px; border: 12px solid var(--yellow); border-right-color: var(--ink); border-radius: 50%; left: 22px; top: 14px; }
.product-art::after { content: ''; position: absolute; width: 90px; height: 14px; right: 18px; bottom: 20px; background: #303536; border-radius: 4px; box-shadow: 0 -22px 0 -3px #969d9d; }
.product-card h3 { font-size: 1.1rem; letter-spacing: -.03em; }
.product-card p { margin: 8px 0 0; color: var(--muted); font-size: .86rem; }
.product-card a { margin-top: auto; padding-top: 16px; color: #8a6500; font-weight: 700; font-size: .88rem; }

.visit { background: var(--yellow); }
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: end; }
.visit h2 { max-width: 650px; }
.visit p { color: #51420f; max-width: 500px; font-size: 1.08rem; }
.contact-card { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 28px; }
.contact-card h3 { color: var(--yellow-bright); font-size: 1.4rem; letter-spacing: -.03em; }
.contact-row { display: flex; align-items: start; gap: 12px; padding-top: 18px; margin-top: 18px; border-top: 1px solid rgba(255,255,255,.17); }
.contact-row span { color: rgba(255,255,255,.64); font-size: .86rem; display: block; }
.contact-row a { color: #fff; font-weight: 700; }

footer { background: var(--ink); color: #fff; padding: 38px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.footer-copy { color: rgba(255,255,255,.62); max-width: 390px; font-size: .88rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: .88rem; color: rgba(255,255,255,.82); }
.footer-links a:hover { color: var(--yellow-bright); }

.page-hero { background: var(--yellow); padding: 56px 0 48px; }
.page-hero h1 { font-size: clamp(2.8rem, 5.3vw, 5.2rem); max-width: 760px; }
.page-hero p { max-width: 620px; margin: 19px 0 0; color: #51420f; font-size: 1.1rem; }
.shop-page { padding-top: 54px; }
.catalog-note { display: flex; justify-content: space-between; gap: 20px; align-items: center; border: 1px solid var(--line); background: var(--yellow-soft); border-radius: var(--radius-md); padding: 17px 20px; margin-bottom: 28px; }
.catalog-note p { margin: 0; color: #51420f; font-size: .9rem; }
.catalog-note a { white-space: nowrap; font-weight: 700; }

@media (max-width: 900px) {
  .hero-grid, .split-panel, .visit-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 330px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .finder { grid-template-columns: 1fr; }
  .filter-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .announcement .container { display: block; text-align: center; }
  .announcement a { display: inline-block; margin-top: 3px; }
  .nav { min-height: 68px; }
  .nav-links { gap: 12px; font-size: .78rem; }
  .nav-links a:nth-child(2), .nav-links a:nth-child(3) { display: none; }
  .nav-cta { padding: 9px 12px; font-size: .78rem; }
  .hero { padding: 48px 0 30px; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  section { padding: 66px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 15px; }
  .category-grid, .product-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; gap: 10px; }
  .split-card { padding: 27px; min-height: auto; }
  .split-card h3 { font-size: 2.25rem; }
  .finder-toolbar, .catalog-note { display: block; }
  .search { width: 100%; margin-top: 12px; }
  .catalog-note a { display: block; margin-top: 10px; }
  .footer-grid { display: block; }
  .footer-links { margin-top: 22px; }
}
