/* Honey House site chrome. Colors come from assets/tokens/colors.css, do not hardcode a near-miss hex here.
   Light theme only, on purpose: the palette is sampled from watercolor paintings that are light and airy,
   and a dusk/dark surface would fight that. Do not add a dark-mode variant back in. */

:root {
  --bg: var(--hh-paper);
  --fg: var(--hh-ink);
  --muted: var(--hh-vase);
  --stroke: color-mix(in srgb, var(--hh-vase) 25%, var(--hh-paper));
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Nunito Sans", ui-sans-serif, sans-serif;
  background: var(--bg);
  color: var(--fg);
  line-height: 1.6;
}

h1, h2, h3 { font-family: Fraunces, Georgia, serif; font-weight: 600; color: var(--fg); }

a { color: var(--hh-vase); }

:focus-visible {
  outline: 3px solid var(--hh-vase);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link: hidden until keyboard-focused, first thing in tab order */
.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  background: var(--hh-honey);
  color: var(--hh-ink);
  font-weight: 700;
  padding: 10px 16px;
  border-radius: 4px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.15s ease;
}
.skip-link:focus { top: 12px; }

/* Header */
header.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}
header.top a.brand { display: flex; align-items: center; }
header.top img.lockup { height: 64px; width: auto; }
nav.main { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
nav.main a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--fg);
}
nav.main a:hover { color: var(--muted); }

/* Products dropdown, native <details>/<summary>, keyboard- and screen-reader-accessible with no JS */
.nav-dropdown { position: relative; }
.nav-dropdown summary {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--fg);
  cursor: pointer;
  list-style: none;
}
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary:hover { color: var(--muted); }
.nav-dropdown summary::after { content: " \25BE"; font-size: 11px; }
.nav-dropdown[open] summary { color: var(--muted); }
.nav-dropdown .menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  min-width: 220px;
  background: var(--bg);
  border: 2px solid var(--stroke);
  border-radius: 4px 14px 4px 14px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 20;
}
.nav-dropdown .menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 4px 10px 4px 10px;
  font-weight: 700;
  font-size: 14px;
  color: var(--fg);
  text-decoration: none;
}
.nav-dropdown .menu a:hover { background: var(--hh-wash-gold); color: var(--hh-ink); }

/* Hero */
.hero {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0 16px 56px;
  border-radius: 8px;
}
.hero svg.wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero .copy { position: relative; z-index: 1; text-align: center; padding: 48px 24px; max-width: 760px; }
.hero p.eyebrow {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hh-vase);
  margin: 0 0 12px;
  font-size: 13px;
}
.hero h1 {
  font-size: clamp(36px, 6.5vw, 64px);
  margin: 0 0 14px;
  letter-spacing: 0.01em;
  color: var(--hh-ink);
}
.hero p.lede {
  font-size: clamp(17px, 2.4vw, 21px);
  max-width: 56ch;
  margin: 0 auto 28px;
  color: var(--hh-ink);
}
.hero .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Buttons */
.btn {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 13px 24px;
  cursor: pointer;
}
.btn { transition: background-color 0.15s ease, transform 0.15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-honey { background: var(--hh-honey); color: var(--hh-ink); }
.btn-honey:hover { background: var(--hh-honey-hover); }
.btn-tulip { background: var(--hh-tulip); color: var(--hh-white); }
.btn-tulip:hover { background: color-mix(in srgb, var(--hh-tulip) 85%, black); }
.btn-vase { background: var(--hh-vase); color: var(--hh-white); }
.btn-vase:hover { background: color-mix(in srgb, var(--hh-vase) 85%, black); }
.btn-ghost { background: transparent; color: var(--fg); border: 2px solid var(--hh-vase); }
.btn-ghost:hover { background: var(--hh-wash-gold); }

/* Layout */
main { max-width: 1040px; margin: 0 auto; padding: 0 24px 96px; }
section.block { margin: 72px 0; position: relative; }

/* A hand-drawn squiggle instead of a ruled line, used sparingly under a heading or the eyebrow */
.squiggle { display: block; opacity: 0.5; }
.eyebrow-mark { display: block; margin: 6px auto 0; opacity: 0.6; }

/* Small decorative petal/leaf accents, one shape per section so the site doesn't
   read as one clip-art motif copy-pasted everywhere. Purely decorative. */
.section-accent {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.9;
}
p.meta {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--muted);
  margin: 0 0 8px;
}
p.lede { font-size: 18px; max-width: 62ch; }
h2 { font-size: 32px; margin: 0 0 12px; }
h3 { font-size: 22px; margin: 0 0 8px; }

/* WOSP flagship */
.flagship {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  background: var(--hh-wash-blue);
  border-radius: 6px 26px 10px 26px;
  padding: 40px;
  transform: rotate(-0.35deg);
  transition: transform 0.2s ease;
}
.flagship:hover { transform: rotate(0deg); }
.flagship .art { display: grid; place-items: center; }
.flagship .art svg { width: 100%; height: auto; max-width: 320px; }
.flagship-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hh-ink);
  background: var(--hh-honey);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}
.flagship .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
@media (max-width: 720px) {
  .flagship { grid-template-columns: 1fr; }
  .flagship .art { order: -1; }
}

/* Product cards */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.card {
  padding: 26px;
  border-radius: 4px 20px 8px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.cards .card:nth-child(3n+1) { transform: rotate(-0.6deg); }
.cards .card:nth-child(3n+2) { transform: rotate(0.5deg); }
.cards .card:nth-child(3n+3) { transform: rotate(-0.3deg); }
.cards .card:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 14px 28px -18px color-mix(in srgb, var(--hh-ink) 55%, transparent);
  filter: saturate(1.15);
}
.gold { background: var(--hh-wash-gold); color: var(--hh-ink); }
.coral { background: var(--hh-wash-coral); color: var(--hh-ink); }
.blue { background: var(--hh-wash-blue); color: var(--hh-ink); }
.green { background: var(--hh-wash-green); color: var(--hh-ink); }
.card .oss-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hh-garden);
}
.card .links { margin-top: auto; display: flex; gap: 14px; flex-wrap: wrap; }
.card p { margin: 0; }

/* About / origin */
.origin { display: flex; gap: 28px; align-items: flex-start; flex-wrap: wrap; }
.origin .mark { width: 96px; height: auto; flex-shrink: 0; transform: rotate(-3deg); }

/* Footer */
footer.page {
  max-width: 1040px;
  margin: 0 auto;
  padding: 24px 24px 48px;
  border-top: 2px solid var(--stroke);
  font-size: 14px;
}
footer.page .row { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
