@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  /* Palette drawn from the Monessa leaf mark: forest green through lime, with gold. */
  --green-deep: #1f5f2e;
  --green: #3f8a3a;
  --green-mid: #74b544;
  --green-light: #a8d24a;
  --gold: #cf9a2e;
  --gold-dark: #a97a1c;
  --gold-light: #f0d386;

  --bg: #fbfbf5;
  --surface: #ffffff;
  --surface-alt: #f4f8ec;
  --border: #e2e9d6;
  --text: #23301f;
  --text-muted: #5f6e57;
  --radius: 12px;
  --max: 1180px;
  --font-script: "Alex Brush", cursive;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "Manrope", "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
button, input, textarea, select { font: inherit; }

a:focus-visible, button:focus-visible, input:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 2px;
}

.skip-link {
  position: absolute; left: -9999px;
  background: var(--green-deep); color: #fff;
  padding: 10px 18px; border-radius: 0 0 8px 0; z-index: 100;
}
.skip-link:focus { left: 0; top: 0; }

/* ---- Motion primitives ------------------------------------------------ */

/* Scroll-triggered reveal. Elements start hidden only once JS confirms it
   can observe them, so the page stays readable with JS disabled. */
.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
}
.js .reveal.in { opacity: 1; transform: none; }

/* Registration / crop mark — a printer's own alignment mark. */
.reg-mark {
  position: absolute;
  width: 22px; height: 22px;
  pointer-events: none;
  opacity: .55;
  transition: transform .5s cubic-bezier(.22,.61,.36,1), opacity .3s;
}
.reg-mark::before, .reg-mark::after { content: ""; position: absolute; background: currentColor; }
.reg-mark::before { top: 50%; left: 0; width: 100%; height: 1px; transform: translateY(-50%); }
.reg-mark::after { left: 50%; top: 0; height: 100%; width: 1px; transform: translateX(-50%); }
.reg-mark .circle { position: absolute; inset: 4px; border: 1px solid currentColor; border-radius: 50%; }

/* ---- Top bar / header ------------------------------------------------- */

.topbar { background: var(--green-deep); color: #eaf4e3; font-size: 13px; }
.topbar .wrap {
  display: flex; justify-content: space-between;
  padding-top: 8px; padding-bottom: 8px;
  flex-wrap: wrap; gap: 8px;
}
.topbar a { color: #eaf4e3; transition: color .15s; }
.topbar a:hover { color: var(--gold-light); }
.topbar .contacts { display: flex; gap: 20px; flex-wrap: wrap; }

header.main {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s;
}
header.main.scrolled { box-shadow: 0 4px 18px rgba(31,95,46,.08); }
header.main .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; padding-bottom: 12px; gap: 16px; flex-wrap: wrap;
}
.logo { display: flex; align-items: flex-end; gap: 10px; }
.logo .brand-logo { height: 44px; width: auto; flex-shrink: 0; }
.logo .tag {
  font-size: 10px; color: var(--green); letter-spacing: 2px;
  text-transform: uppercase; font-weight: 700; margin-bottom: 6px;
}
nav.primary ul { display: flex; align-items: center; gap: 26px; list-style: none; flex-wrap: wrap; }
nav.primary a {
  color: var(--text); font-weight: 600; font-size: 15px;
  padding: 6px 2px; border-bottom: 2px solid transparent;
  transition: border-color .15s, color .15s;
}
nav.primary a:hover { color: var(--green-deep); border-color: var(--green-mid); }
nav.primary a.stock-link { color: var(--green-deep); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #3a2b05 !important; padding: 10px 20px !important;
  border-radius: 999px; font-weight: 800 !important; border: none !important;
  transition: transform .15s, box-shadow .15s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(207,154,46,.35); }

/* ---- Hero -------------------------------------------------------------- */

.hero {
  position: relative;
  background: linear-gradient(180deg, var(--surface-alt) 0%, var(--bg) 100%);
  overflow: hidden;
  padding: 64px 0 0;
}
.hero .fan-decor {
  position: absolute; top: -80px; right: -120px;
  width: 560px; height: 560px; opacity: .16; z-index: 0;
}
.hero .wrap { position: relative; z-index: 2; }

/* Sheets travelling through the press — the one ambient motion on the page.
   Evokes paper feeding rather than generic floating shapes. */
.press-anim {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none; overflow: hidden;
}
.press-anim .sheet {
  position: absolute;
  width: 150px; height: 96px;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(244,248,236,.75));
  border: 1px solid rgba(116,181,68,.28);
  border-radius: 3px;
  box-shadow: 0 8px 20px rgba(31,95,46,.07);
  animation: feed 15s linear infinite;
  opacity: 0;
}
.press-anim .sheet:nth-child(1) { top: 22%; animation-delay: 0s; }
.press-anim .sheet:nth-child(2) { top: 52%; animation-delay: 5s; }
.press-anim .sheet:nth-child(3) { top: 74%; animation-delay: 10s; }

@keyframes feed {
  0%   { transform: translateX(-180px) rotate(-7deg); opacity: 0; }
  12%  { opacity: .55; }
  85%  { opacity: .5; }
  100% { transform: translateX(105vw) rotate(5deg); opacity: 0; }
}

.hero-top {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 48px; align-items: center; padding-bottom: 46px;
}
.hero .eyebrow {
  color: var(--gold-dark); text-transform: uppercase; letter-spacing: 3px;
  font-size: 13px; font-weight: 800; margin-bottom: 14px;
}
.hero h1 {
  font-size: clamp(32px, 4vw, 44px); line-height: 1.14;
  margin-bottom: 18px; text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--green-deep); }
.hero p.lead { color: var(--text-muted); font-size: 17px; max-width: 52ch; margin-bottom: 30px; }

/* Stagger the hero reveal so the page assembles rather than popping in. */
.js .hero-copy .reveal:nth-child(1) { transition-delay: .05s; }
.js .hero-copy .reveal:nth-child(2) { transition-delay: .15s; }
.js .hero-copy .reveal:nth-child(3) { transition-delay: .25s; }
.js .hero-copy .reveal:nth-child(4) { transition-delay: .35s; }
.js .hero-copy .reveal:nth-child(5) { transition-delay: .45s; }
.js .hero-feature { transition-delay: .3s; }

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-block; padding: 13px 26px; border-radius: 999px;
  font-weight: 700; font-size: 15px; cursor: pointer; border: none;
  transition: transform .15s, background .2s, box-shadow .2s;
}
.btn-primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #3a2b05; box-shadow: 0 8px 20px rgba(207,154,46,.28);
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  transform: translateY(-2px); box-shadow: 0 12px 26px rgba(207,154,46,.36);
}
.btn-outline { border: 1.5px solid var(--green); color: var(--green-deep); background: transparent; }
.btn-outline:hover { border-color: var(--green-deep); background: var(--surface-alt); transform: translateY(-2px); }

.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.hero-stats div {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 10px; padding: 16px 10px; text-align: center;
  transition: transform .2s, box-shadow .2s;
}
.hero-stats div:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(31,95,46,.08); }
.hero-stats strong { display: block; font-size: 20px; color: var(--green-deep); }
.hero-stats span { font-size: 12px; color: var(--text-muted); }

.hero-feature {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 18px; position: relative; display: block;
  box-shadow: 0 20px 40px rgba(31,95,46,.10);
  transition: transform .25s, box-shadow .25s;
}
.hero-feature:hover { transform: translateY(-4px); box-shadow: 0 26px 50px rgba(31,95,46,.16); }
.hero-feature .feature-label {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--green-deep); margin-bottom: 12px;
}
.hero-feature .feature-label .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 0 rgba(207,154,46,.5);
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(207,154,46,.5); }
  70%  { box-shadow: 0 0 0 10px rgba(207,154,46,0); }
  100% { box-shadow: 0 0 0 0 rgba(207,154,46,0); }
}
.hero-feature img { border-radius: 8px; width: 100%; height: 170px; object-fit: cover; margin-bottom: 12px; }
.hero-feature h4 { font-size: 16px; margin-bottom: 4px; }
.hero-feature .meta { font-size: 13px; color: var(--text-muted); margin-bottom: 10px; }
.hero-feature .row { display: flex; justify-content: space-between; align-items: center; }
.hero-feature .price { font-weight: 800; color: var(--green-deep); }
.hero-feature .view-all { font-size: 13px; font-weight: 700; color: var(--gold-dark); }

/* Ink roller: the gradient travels, like ink working across a roller train. */
.ink-divider {
  height: 6px;
  background: linear-gradient(90deg,
    var(--green-deep), var(--green-mid), var(--green-light),
    var(--gold-light), var(--gold), var(--green-deep));
  background-size: 300% 100%;
  animation: roll 14s linear infinite;
}
@keyframes roll {
  0%   { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* ---- Sections ---------------------------------------------------------- */

section { padding: 72px 0; position: relative; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 44px; }
.section-head .eyebrow {
  color: var(--gold-dark); text-transform: uppercase; font-weight: 800;
  font-size: 12px; letter-spacing: 2px; margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(24px, 3vw, 31px); margin-bottom: 12px; text-wrap: balance; }
.section-head p { color: var(--text-muted); }
.section-alt { background: var(--surface-alt); }

/* ---- Stock ------------------------------------------------------------- */

.filters { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.filters button {
  border: 1px solid var(--border); background: var(--surface);
  padding: 9px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 700; color: var(--text-muted);
  cursor: pointer; transition: all .18s;
}
.filters button:hover { border-color: var(--green-mid); color: var(--green-deep); transform: translateY(-1px); }
.filters button.active { background: var(--green-deep); color: #fff; border-color: var(--green-deep); }

.stock-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 26px; }
.stock-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; position: relative;
  transition: box-shadow .25s, transform .25s;
}
.stock-card:hover { box-shadow: 0 18px 36px rgba(31,95,46,.15); transform: translateY(-4px); }
.stock-card .reg-mark { top: 10px; right: 10px; color: #fff; z-index: 2; }
/* Registration marks rotate into alignment on hover — a printer's in-joke. */
.stock-card:hover .reg-mark { transform: rotate(90deg); opacity: .9; }
.stock-card .thumb { position: relative; background: var(--surface-alt); overflow: hidden; }
.stock-card .thumb img {
  width: 100%; height: 210px; object-fit: cover;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.stock-card:hover .thumb img { transform: scale(1.05); }
.badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--gold); color: #3a2b05;
  font-size: 11px; font-weight: 800; letter-spacing: .5px;
  padding: 4px 10px; border-radius: 4px; text-transform: uppercase;
}
.badge.sold { background: var(--text-muted); color: #fff; }
.stock-body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.stock-body .cat {
  font-size: 11px; text-transform: uppercase; letter-spacing: 1px;
  color: var(--green-deep); font-weight: 800;
}
.stock-body h3 { font-size: 19px; }
.stock-meta { font-size: 13px; color: var(--text-muted); display: flex; gap: 8px; flex-wrap: wrap; }
.stock-specs { list-style: none; font-size: 13.5px; color: var(--text-muted); margin: 4px 0; display: grid; gap: 5px; }
.stock-specs li { padding-left: 14px; position: relative; }
.stock-specs li::before { content: "•"; color: var(--gold-dark); font-weight: 700; position: absolute; left: 0; }
.stock-footer {
  margin-top: auto; display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid var(--border);
}
.stock-footer .price { font-weight: 800; color: var(--green-deep); }
.stock-footer a { font-size: 13px; font-weight: 700; color: var(--gold-dark); }
.stock-footer a:hover { text-decoration: underline; }
.stock-note { text-align: center; margin-top: 34px; color: var(--text-muted); font-size: 14.5px; }
.stock-note a { color: var(--gold-dark); font-weight: 700; }

/* ---- How it works ------------------------------------------------------ */

/* Numbered because these are genuinely sequential — an order moves through
   them in this order, so the numerals carry real information. */
.steps { list-style: none; display: grid; gap: 18px; counter-reset: step; }
.steps li {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 22px 24px 22px 74px; position: relative;
  transition: transform .2s, box-shadow .2s;
}
.steps li:hover { transform: translateX(4px); box-shadow: 0 10px 24px rgba(31,95,46,.09); }
.step-num {
  position: absolute; left: 22px; top: 22px;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--green-deep); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 15px;
}
.steps h3 { font-size: 17px; margin-bottom: 5px; }
.steps p { color: var(--text-muted); font-size: 14.5px; }
.js .steps li:nth-child(1) { transition-delay: .05s; }
.js .steps li:nth-child(2) { transition-delay: .12s; }
.js .steps li:nth-child(3) { transition-delay: .19s; }
.js .steps li:nth-child(4) { transition-delay: .26s; }
.js .steps li:nth-child(5) { transition-delay: .33s; }

/* ---- About ------------------------------------------------------------- */

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.about-grid .eyebrow {
  color: var(--gold-dark); text-transform: uppercase; font-weight: 800;
  font-size: 12px; letter-spacing: 2px; margin-bottom: 10px;
}
.about-grid h2 { font-size: clamp(23px, 2.6vw, 29px); margin-bottom: 16px; text-wrap: balance; }
.about-grid p { color: var(--text-muted); margin-bottom: 14px; }
.about-points { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.about-points li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.about-points li::before {
  content: "✓"; background: var(--green); color: #fff;
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0; margin-top: 3px;
}
.about-image { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.about-image img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3.1; }

/* ---- CTA strip --------------------------------------------------------- */

.cta-strip { background: linear-gradient(120deg, var(--green-deep), var(--green)); color: #fff; padding: 48px 0; }
.cta-strip .wrap { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.cta-strip h2 { font-size: 23px; margin-bottom: 4px; }
.cta-strip p { color: #dcf0d2; font-size: 14.5px; }

/* ---- Contact ----------------------------------------------------------- */

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info { display: grid; gap: 18px; align-content: start; }
.contact-info .item {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 18px;
  transition: transform .2s, box-shadow .2s;
}
.contact-info .item:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(31,95,46,.08); }
.contact-info .item .ic {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--green-deep); color: var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-weight: 800; font-size: 17px;
}
.contact-info .item h4 { font-size: 14px; margin-bottom: 3px; }
.contact-info .item p, .contact-info .item a { font-size: 14px; color: var(--text-muted); }
.contact-info .item a:hover { color: var(--green-deep); }

form.contact-form {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 28px; display: grid; gap: 16px;
}
form.contact-form label { font-size: 13px; font-weight: 700; margin-bottom: 6px; display: block; }
form.contact-form input, form.contact-form textarea, form.contact-form select {
  width: 100%; border: 1px solid var(--border); border-radius: 8px;
  padding: 11px 12px; font-size: 14px; background: var(--bg); color: var(--text);
  transition: border-color .15s, box-shadow .15s;
}
form.contact-form input:focus, form.contact-form textarea:focus, form.contact-form select:focus {
  border-color: var(--green-mid); box-shadow: 0 0 0 3px rgba(116,181,68,.15);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* ---- Footer ------------------------------------------------------------ */

footer { background: var(--green-deep); color: #cfe6c3; padding: 54px 0 24px; font-size: 14px; }
footer .footer-logo { font-family: var(--font-script); font-size: 32px; color: #fff; margin-bottom: 6px; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 32px;
  padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-grid h4 { color: #fff; font-size: 14px; margin-bottom: 14px; }
.footer-grid ul { list-style: none; display: grid; gap: 9px; }
.footer-grid a { transition: color .15s; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom {
  padding-top: 20px; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 10px; font-size: 13px;
}

/* ---- Responsive -------------------------------------------------------- */

@media (max-width: 900px) {
  nav.primary { display: none; }
  .hero-top, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .press-anim { display: none; }
  section { padding: 56px 0; }
}

@media (max-width: 520px) {
  .hero-stats { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Respect reduced-motion: keep the layout, drop the movement. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .press-anim { display: none; }
}
