/* =========================================================================
   Morrow Botanics — front end, matched to the Figma spec (file vBx5yEJ…).
   Tokens: Foundations 7:2. Grid: 1440/72px margins/1296 content · mobile 390/24px.
   Type: Cormorant Garamond (display) + DM Sans (body/UI). Rhythm 4·8·12·16·24·32·48·64·96.
   ========================================================================= */

:root {
  --m-page: #fbf9f3;      /* Page / Ivory   */
  --m-subtle: #f5f1e7;    /* Subtle / Warm band (Figma trust/way/newsletter) */
  --m-brand: #173527;     /* Brand / Green  */
  --m-deep: #10291e;      /* Brand / Deep   */
  --m-olive: #686a3d;     /* Accent / Olive */
  --m-ink: #1e241f;       /* Text primary   */
  --m-muted: #5d665f;     /* Text secondary */
  --m-line: #e9e2d3;
  --m-line-strong: #d9d1bf;
  --m-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --m-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --m-margin: clamp(24px, 5vw, 72px);
  --m-max: 1440px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body.morrow {
  margin: 0; background: var(--m-page); color: var(--m-ink);
  font-family: var(--m-sans); font-size: 17px; line-height: 1.6;
  font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { font-family: var(--m-serif); font-weight: 600; line-height: 1.04; letter-spacing: 0; margin: 0 0 0.4em; color: var(--m-ink); }

a { color: var(--m-brand); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--m-olive); outline-offset: 2px; }

/* Layout container: 72px margins on desktop → 24px on mobile, 1296 content @1440. */
.morrow-wrap { width: 100%; max-width: var(--m-max); margin-inline: auto; padding-inline: var(--m-margin); }
.morrow-skip { position: absolute; left: 16px; top: -48px; z-index: 200; background: var(--m-brand); color: #fff; padding: 10px 16px; border-radius: 4px; transition: top 150ms ease; }
.morrow-skip:focus { top: 16px; }

/* Eyebrow / labels ------------------------------------------------------- */
.morrow-eyebrow { font-family: var(--m-sans); text-transform: uppercase; letter-spacing: 0.14em; font-size: 14px; font-weight: 500; color: var(--m-olive); margin: 0 0 20px; }
.morrow-lede { color: var(--m-muted); font-size: 18px; line-height: 1.66; }

/* Buttons ---------------------------------------------------------------- */
.morrow-btn { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 26px; border-radius: 2px; background: var(--m-brand); color: #fff; font-family: var(--m-sans); font-weight: 500; font-size: 15px; border: 1px solid var(--m-brand); cursor: pointer; transition: background 150ms ease, border-color 150ms ease; }
.morrow-btn:hover { background: var(--m-deep); border-color: var(--m-deep); color: #fff; text-decoration: none; }
.morrow-btn--ghost { background: transparent; color: var(--m-ink); border-color: var(--m-line-strong); }
.morrow-btn--ghost:hover { background: var(--m-subtle); color: var(--m-ink); border-color: var(--m-ink); }
.morrow-btn--sm { height: 40px; padding: 0 16px; font-size: 13px; }
.morrow-link { color: var(--m-brand); font-weight: 500; font-size: 15px; }

/* ---- Header ------------------------------------------------------------ */
.morrow-header { background: var(--m-page); border-bottom: 1px solid var(--m-line); position: sticky; top: 0; z-index: 100; }
/* Figma header (node 9:3): 32px inset (tighter than the 72px body gutter), logo 112x32.
   Logo bumped to 38px height for stronger brand presence (client note). */
.morrow-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 76px; padding-inline: clamp(20px, 3vw, 32px); }
.morrow-logo { justify-self: start; display: inline-flex; color: var(--m-ink); }
.morrow-logo svg { height: 38px; width: auto; }
.morrow-nav { justify-self: center; }
.morrow-nav__list { display: flex; gap: 34px; list-style: none; margin: 0; padding: 0; }
.morrow-nav__list a { color: var(--m-ink); font-size: 15px; }
.morrow-nav__list a:hover { color: var(--m-brand); text-decoration: none; }
.morrow-nav__list .current-menu-item > a { color: var(--m-brand); }
.morrow-header__utils { justify-self: end; display: flex; align-items: center; gap: 6px; }
.morrow-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; color: var(--m-ink); border-radius: 50%; background: none; border: none; cursor: pointer; }
.morrow-iconbtn:hover { color: var(--m-brand); background: var(--m-subtle); }
.morrow-nav-toggle { display: none; }

/* ---- Hero -------------------------------------------------------------- */
/* Figma hero is ivory (#FBF9F3); the warm band is reserved for trust/way/newsletter. */
.morrow-hero { background: var(--m-page); }
/* No inline gutter here — .morrow-hero__text supplies the 72px gutter via its
   own padding-left; the wrap's padding would double-indent the hero copy. */
.morrow-hero__inner { max-width: var(--m-max); margin-inline: auto; padding-inline: 0; display: grid; grid-template-columns: minmax(auto, 612px) 1fr; min-height: 640px; }
.morrow-hero__text { align-self: center; padding: 48px 40px 48px var(--m-margin); max-width: 612px; }
.morrow-hero__title { font-size: 76px; line-height: 0.92; margin: 0 0 24px; }
.morrow-hero__body { color: var(--m-muted); font-size: 18px; max-width: 30ch; margin: 0 0 32px; }
.morrow-hero__media { min-height: 380px; }
.morrow-hero__media .morrow-media__img { width: 100%; height: 100%; object-fit: cover; }
.morrow-hero.is-image-left .morrow-hero__media { order: -1; }
.morrow-hero.is-image-left .morrow-hero__text { padding: 48px var(--m-margin) 48px 40px; }
.morrow-hero.is-green { background: var(--m-deep); }
.morrow-hero.is-green .morrow-hero__title, .morrow-hero.is-green .morrow-hero__body { color: var(--m-page); }
.morrow-hero.is-green .morrow-btn { background: var(--m-page); color: var(--m-deep); border-color: var(--m-page); }

/* ---- Trust bar --------------------------------------------------------- */
.morrow-trust { background: var(--m-subtle); border-top: 1px solid var(--m-line); }
.morrow-trust__inner { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 96px; }
/* Figma trust bar (node 9:14): content centered per column, thin divider between. */
.morrow-trust__item { position: relative; display: flex; gap: 14px; align-items: center; justify-content: center; padding: 22px 0; }
.morrow-trust__item:not(:first-child)::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 44px; background: var(--m-line-strong); }
.morrow-trust__icon { flex: none; color: #355340; }
.morrow-trust__icon svg { display: block; width: 34px; height: 34px; }
.morrow-trust__label { font-weight: 600; font-size: 15px; display: block; color: var(--m-ink); }
.morrow-trust__sub { color: var(--m-muted); font-size: 13px; }

/* ---- Media helper ------------------------------------------------------ */
.morrow-media { display: block; overflow: hidden; background: var(--m-subtle); }
.morrow-media__img { width: 100%; height: 100%; object-fit: cover; }

/* ---- Sections ---------------------------------------------------------- */
/* padding-block only — .morrow-section is used together with .morrow-wrap, so a
   `padding: X 0` shorthand would zero the wrap gutter (content flush to edge). */
.morrow-section { padding-block: 64px; }
.morrow-section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.morrow-section__title { font-size: 42px; margin: 0; }
.morrow-section__link { color: var(--m-ink); font-size: 15px; }
.morrow-section__link:hover { color: var(--m-brand); }
.morrow-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 24px; }
.morrow-grid--2 { grid-template-columns: repeat(2, 1fr); }
.morrow-grid--3 { grid-template-columns: repeat(3, 1fr); }
.morrow-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---- Collection cards (image 306×310) ---------------------------------- */
.morrow-collection-card a { display: block; color: var(--m-ink); }
.morrow-collection-card a:hover { text-decoration: none; }
.morrow-collection-card a:hover .morrow-collection-card__name { color: var(--m-brand); }
.morrow-collection-card__media { display: block; aspect-ratio: 306 / 310; background: var(--m-subtle); margin-bottom: 16px; }
.morrow-collection-card__name { font-family: var(--m-serif); font-size: 26px; line-height: 1.1; display: block; }
.morrow-collection-card__desc { color: var(--m-muted); font-size: 15px; display: block; margin-top: 4px; }

/* ---- Plant cards (vertical, desktop) ----------------------------------- */
.morrow-plant-card__link { display: block; color: var(--m-ink); }
.morrow-plant-card__link:hover { text-decoration: none; }
.morrow-plant-card__link:hover .morrow-plant-card__name { color: var(--m-brand); }
.morrow-plant-card__media { display: block; aspect-ratio: 306 / 310; background: var(--m-subtle); margin-bottom: 16px; }
.morrow-plant-card__body { display: block; }
.morrow-plant-card__name { font-family: var(--m-serif); font-size: 24px; line-height: 1.05; display: block; }
.morrow-plant-card__price { font-size: 15px; display: block; margin-top: 6px; color: var(--m-ink); }
.morrow-plant-card__meta { color: var(--m-muted); font-size: 13px; display: none; margin-top: 2px; } /* name+price only in grids (Figma); shown in mobile collection rows */
.morrow-plant-card__action { margin-top: 6px; font-size: 14px; }
.morrow-plant-card__action a { color: var(--m-muted); }

/* ---- Journal cards (image 418×225) ------------------------------------- */
.morrow-journal-card__link { display: block; color: var(--m-ink); }
.morrow-journal-card__link:hover { text-decoration: none; }
.morrow-journal-card__media { display: block; aspect-ratio: 418 / 225; background: var(--m-subtle); margin-bottom: 16px; }
.morrow-journal-card__meta { color: var(--m-muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.09em; display: block; margin-bottom: 8px; }
.morrow-journal-card__title { font-family: var(--m-serif); font-size: 26px; line-height: 1.08; display: block; }
.morrow-journal-card__excerpt { color: var(--m-muted); font-size: 15px; display: block; margin-top: 8px; }

/* Warm full-bleed band behind the split story (Figma "The Morrow Way" is #F2EDE0). */
.morrow-band--warm { background: var(--m-subtle); padding-block: clamp(48px, 5vw, 64px); }

/* ---- Split (The Morrow Way — copy 600 / image 696, equal height) ------- */
.morrow-split { display: grid; grid-template-columns: 600px 1fr; gap: 0; align-items: stretch; min-height: 392px; }
.morrow-split.is-media-right .morrow-split__media { order: 2; }
.morrow-split__text { align-self: center; padding-right: 72px; }
.morrow-split.is-media-right .morrow-split__text { padding-right: 72px; padding-left: 0; }
.morrow-split__title { font-size: 42px; margin: 0 0 16px; }
.morrow-split__body { color: var(--m-muted); max-width: 42ch; margin: 0 0 24px; }
.morrow-split__media { align-self: stretch; min-height: 392px; }

/* ---- Archive heads ----------------------------------------------------- */
.morrow-archive-head { padding-block: 64px 8px; text-align: center; }
.morrow-archive-head--left { text-align: left; }
.morrow-page-title { font-size: 56px; line-height: 1.0; margin: 8px 0; }
.morrow-breadcrumbs { color: var(--m-muted); font-size: 13px; }
.morrow-breadcrumbs a { color: var(--m-muted); }
.morrow-breadcrumbs a:hover { color: var(--m-brand); }

/* ---- Collection tabs (shop, icon over label — Figma 9:38) -------------- */
.morrow-tabs-cat { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; padding: 28px 0; }
.morrow-cat-tab { display: flex; flex-direction: column; align-items: center; gap: 12px; width: 150px; padding: 18px 8px; border-radius: 6px; color: var(--m-ink); text-align: center; }
.morrow-cat-tab:hover { text-decoration: none; background: var(--m-subtle); }
.morrow-cat-tab.is-active { background: var(--m-subtle); }
.morrow-cat-tab__icon { color: var(--m-brand); display: inline-flex; }
.morrow-cat-tab__label { font-size: 14px; }

/* ---- Collection pills (legacy) ----------------------------------------- */
.morrow-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 32px 0; }
.morrow-pill { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 20px; border: 1px solid var(--m-line-strong); border-radius: 999px; background: var(--m-page); color: var(--m-ink); font-size: 14px; }
.morrow-pill:hover, .morrow-pill.is-active { border-color: var(--m-brand); background: var(--m-brand); color: #fff; text-decoration: none; }
.morrow-pill svg { color: currentColor; }

/* ---- Toolbar (filters + sort) — desktop text dropdowns ----------------- */
.morrow-toolbar { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; padding: 22px 0; border-block: 1px solid var(--m-line); margin-bottom: 32px; }
.morrow-toolbar__legend { font-size: 15px; color: var(--m-ink); font-weight: 500; }
.morrow-toolbar__spacer { flex: 1; }
.morrow-toolbar__filter { display: inline-flex; align-items: center; gap: 6px; }
.morrow-toolbar__filter > label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--m-muted); }
.morrow-sort-label { font-size: 15px !important; text-transform: none !important; letter-spacing: 0 !important; color: var(--m-ink) !important; }
.morrow-toolbar select {
  appearance: none; -webkit-appearance: none; border: none; background: transparent; color: var(--m-ink);
  font: inherit; font-size: 15px; padding: 0 20px 0 0; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%231e241f' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right center;
}
.morrow-toolbar__search input, .morrow-toolbar input[type="search"] { height: 44px; padding: 0 12px; border: 1px solid var(--m-line-strong); border-radius: 3px; background: #fff; font: inherit; font-size: 14px; }
.morrow-range { display: flex; gap: 8px; align-items: center; }
.morrow-range input { width: 84px; height: 44px; padding: 0 12px; border: 1px solid var(--m-line-strong); border-radius: 3px; font: inherit; }
.morrow-mobileonly { display: none; }
.morrow-result-count { color: var(--m-muted); font-size: 14px; margin: 0 0 16px; }
.morrow-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.morrow-chip { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 14px; border: 1px solid var(--m-line-strong); border-radius: 999px; background: var(--m-subtle); color: var(--m-ink); font-size: 14px; }
.morrow-chip:hover { border-color: var(--m-ink); text-decoration: none; }
.morrow-chip--clear { border-style: dashed; color: var(--m-olive); }

/* ---- Mobile filters overlay -------------------------------------------- */
.morrow-filterbar { display: none; }
.morrow-filter-toggle { display: inline-flex; gap: 8px; align-items: center; }
.morrow-filter-close { display: none; align-self: flex-end; width: 44px; height: 44px; background: none; border: none; font-size: 20px; cursor: pointer; color: var(--m-ink); }

/* ---- Value props band (shop) ------------------------------------------- */
.morrow-valueprops { border-top: 1px solid var(--m-line); margin-top: 48px; padding: 40px 0 24px; }
.morrow-valueprops__title { font-size: 28px; margin: 0 0 28px; }
.morrow-valueprops__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 63px; }
.morrow-valueprops__item { display: flex; gap: 18px; }
.morrow-valueprops__icon { color: var(--m-brand); flex: none; }
.morrow-valueprops__title-sm { font-weight: 600; display: block; color: var(--m-ink); font-size: 15px; margin-bottom: 4px; }
.morrow-valueprops__sub { color: var(--m-muted); font-size: 14px; }

/* ---- Empty / 404 ------------------------------------------------------- */
.morrow-empty-state { text-align: center; padding-block: 96px; }
.morrow-empty-state h2 { font-size: 34px; }
.morrow-404__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }

/* ---- Collection detail hero (paired, equal height, centered copy) ------ */
.morrow-cdetail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 32px 0 48px; }
.morrow-cdetail__title { font-size: 64px; line-height: 1.0; margin: 8px 0; }
.morrow-cdetail__desc { color: var(--m-muted); max-width: 34ch; }
.morrow-cdetail__list { list-style: none; margin: 20px 0; padding: 0; display: grid; gap: 12px; }
.morrow-cdetail__list li { display: flex; gap: 12px; align-items: center; color: var(--m-ink); }
.morrow-cdetail__list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--m-olive); flex: none; }
.morrow-cdetail__count { color: var(--m-brand); font-weight: 600; }
.morrow-cdetail__media { aspect-ratio: 342 / 300; }

/* ---- Product detail ---------------------------------------------------- */
.morrow-product { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; padding: 32px 0 64px; align-items: start; }
.morrow-product__gallery { position: sticky; top: 96px; display: grid; grid-template-columns: 72px 1fr; gap: 16px; }
.morrow-product__thumbs { display: flex; flex-direction: column; gap: 12px; }
.morrow-product__thumb { width: 72px; height: 90px; border: 1px solid var(--m-line); background: var(--m-subtle); padding: 0; cursor: pointer; overflow: hidden; }
.morrow-product__thumb.is-active { border-color: var(--m-brand); }
.morrow-product__main { aspect-ratio: 4 / 5; background: var(--m-subtle); }
.morrow-product__name { font-size: 48px; line-height: 1.02; margin: 8px 0 4px; }
.morrow-product__price { font-size: 22px; margin: 0 0 16px; }
.morrow-product__tagline { font-weight: 500; color: var(--m-ink); margin: 0 0 10px; }
.morrow-product__desc { color: var(--m-muted); }
.morrow-product__care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border-block: 1px solid var(--m-line); padding: 18px 0; margin: 24px 0; }
.morrow-care-icon { display: flex; flex-direction: column; gap: 6px; font-size: 13px; color: var(--m-muted); }
.morrow-care-icon svg { color: var(--m-brand); }
.morrow-care-icon strong { color: var(--m-ink); font-weight: 600; }
.morrow-sizes { margin: 16px 0; }
.morrow-sizes__label { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--m-muted); margin: 0 0 8px; }
.morrow-sizes__options { display: flex; gap: 8px; }
.morrow-size-pill { height: 40px; min-width: 44px; padding: 0 14px; border: 1px solid var(--m-line-strong); border-radius: 999px; background: var(--m-page); font-size: 14px; display: inline-flex; align-items: center; gap: 6px; }
.morrow-size-pill.is-active { border-color: var(--m-brand); background: var(--m-brand); color: #fff; }
.morrow-size-pill small { font-size: 11px; opacity: 0.75; }
.morrow-product__stock { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; margin: 8px 0 16px; }
.morrow-product__stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--m-brand); }
.morrow-product__stock.is-out { color: var(--m-muted); }
.morrow-product__stock.is-out::before { background: var(--m-muted); }
.morrow-product__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 16px 0; }
.morrow-tag { display: inline-block; margin: 6px 6px 0 0; padding: 4px 12px; border: 1px solid var(--m-line-strong); border-radius: 999px; font-size: 13px; color: var(--m-brand); }
.morrow-copy-care.is-copied { color: var(--m-brand); border-color: var(--m-brand); }

/* ---- Accordion (Care Notes / Care Essentials / FAQ) -------------------- */
.morrow-accordion { border-top: 1px solid var(--m-line); }
.morrow-accordion__item { border-bottom: 1px solid var(--m-line); }
.morrow-accordion__q { cursor: pointer; padding: 18px 0; font-family: var(--m-serif); font-size: 22px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.morrow-accordion__q::-webkit-details-marker { display: none; }
.morrow-accordion__q::after { content: "+"; color: var(--m-brand); font-size: 22px; line-height: 1; }
.morrow-accordion__item[open] .morrow-accordion__q::after { content: "\2013"; }
.morrow-accordion__a { padding: 0 0 20px; color: var(--m-muted); max-width: 62ch; }
.morrow-panel { background: var(--m-subtle); padding: 32px; }
.morrow-panel h2 { font-size: 28px; }

/* Legacy FAQ block alias */
.morrow-faq__list { border-top: 1px solid var(--m-line); }
.morrow-faq__item { border-bottom: 1px solid var(--m-line); }
.morrow-faq__q { cursor: pointer; padding: 18px 0; font-family: var(--m-serif); font-size: 22px; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.morrow-faq__q::-webkit-details-marker { display: none; }
.morrow-faq__q::after { content: "+"; color: var(--m-brand); font-size: 22px; }
.morrow-faq__item[open] .morrow-faq__q::after { content: "\2013"; }
.morrow-faq__a { padding: 0 0 20px; color: var(--m-muted); max-width: 62ch; }

/* ---- Process (Sourcing Promise) ---------------------------------------- */
.morrow-process { text-align: center; }
.morrow-process__title { font-size: 42px; }
.morrow-process__intro { color: var(--m-muted); max-width: 60ch; margin: 12px auto 0; }
.morrow-process__steps { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.morrow-process__step { text-align: left; }
.morrow-process__num { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--m-olive); display: block; margin-bottom: 12px; }
.morrow-process__step h3 { font-size: 24px; margin: 0 0 8px; }
.morrow-process__step p { color: var(--m-muted); font-size: 15px; margin: 0; }

/* ---- Journal featured -------------------------------------------------- */
.morrow-featured { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: center; background: var(--m-subtle); margin-bottom: 40px; }
.morrow-featured__media { aspect-ratio: 3 / 2; align-self: stretch; }
.morrow-featured__text { padding: 40px 40px 40px 0; }
.morrow-featured__eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 13px; color: var(--m-olive); font-weight: 500; }
.morrow-featured__title { font-size: 36px; line-height: 1.06; margin: 12px 0; }
.morrow-featured__excerpt { color: var(--m-muted); margin-bottom: 16px; }
.morrow-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 24px 0 40px; }
.morrow-tab { height: 36px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--m-line-strong); background: var(--m-page); color: var(--m-ink); font-size: 14px; display: inline-flex; align-items: center; }
.morrow-tab.is-active, .morrow-tab:hover { background: var(--m-brand); color: #fff; border-color: var(--m-brand); text-decoration: none; }

/* ---- Article ----------------------------------------------------------- */
.morrow-article { max-width: 720px; margin-inline: auto; }
.morrow-article__head { padding: 56px 0 24px; }
.morrow-article__title { font-size: 56px; line-height: 1.02; margin: 0 0 12px; }
.morrow-article__sub { color: var(--m-muted); font-size: 20px; margin: 0 0 12px; }
.morrow-article__meta { color: var(--m-muted); font-size: 14px; }
.morrow-article__lead-img { aspect-ratio: 16 / 9; margin: 24px 0; }
.morrow-article__body h2 { font-size: 30px; margin: 32px 0 12px; }
.morrow-article__body p { margin: 0 0 20px; color: var(--m-ink); }
.morrow-article__body img { margin: 24px 0; }
.morrow-pullquote { border-top: 1px solid var(--m-line); border-bottom: 1px solid var(--m-line); padding: 28px 0; margin: 32px 0; }
.morrow-pullquote p { font-family: var(--m-serif); font-size: 30px; line-height: 1.15; margin: 0 0 8px; color: var(--m-ink); }
.morrow-pullquote cite { color: var(--m-muted); font-style: normal; font-size: 14px; }

/* ---- Contact ----------------------------------------------------------- */
.morrow-contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; padding-top: 8px; align-items: start; }
.morrow-studio { background: var(--m-subtle); padding: 40px; }
.morrow-studio h2 { font-size: 30px; }
.morrow-studio__lines { color: var(--m-muted); margin: 16px 0; }
.morrow-studio__lines strong { color: var(--m-ink); font-weight: 600; display: block; margin-top: 12px; }
.morrow-studio__media { aspect-ratio: 4 / 3; margin: 20px 0; }
.morrow-studio__note { color: var(--m-muted); font-size: 13px; }
.morrow-contact__prefill { color: var(--m-brand); font-weight: 600; }

/* ---- Forms ------------------------------------------------------------- */
.morrow-form { max-width: 720px; }
.morrow-form--inline .morrow-field { display: flex; gap: 8px; }
.morrow-form--inline input { flex: 1; background: #fff; }
.morrow-field { margin-bottom: 20px; }
.morrow-field label { display: block; font-weight: 500; font-size: 14px; margin-bottom: 8px; }
.morrow-field input, .morrow-field textarea, .morrow-field select { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--m-line-strong); border-radius: 3px; background: #fff; color: var(--m-ink); font: inherit; font-size: 15px; }
.morrow-field textarea { height: auto; min-height: 116px; padding: 14px; }
.morrow-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.morrow-field input[aria-invalid="true"], .morrow-field textarea[aria-invalid="true"] { border-color: #b23b2e; background: #fdf3f1; }
.morrow-field__error { color: #b23b2e; font-size: 13px; margin: 6px 0 0; }
.morrow-req { color: #b23b2e; }
.morrow-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.morrow-form__summary { border: 1px solid #e6b6ad; background: #fbeae6; color: #7a3123; border-radius: 4px; padding: 12px 16px; margin-bottom: 20px; font-size: 14px; }
.morrow-form__summary ul { margin: 6px 0 0; padding-left: 18px; }
.morrow-form__summary a { color: #7a3123; }
.morrow-form__success { border: 1px solid #b9d3bf; background: #eaf1ea; border-radius: 4px; padding: 20px; }
.morrow-form__success h2 { color: var(--m-brand); font-size: 22px; margin: 0 0 6px; display: flex; align-items: center; gap: 10px; }
.morrow-form__success p { color: var(--m-muted); margin: 0; }
.morrow-form__note { color: var(--m-muted); font-size: 13px; margin-top: 10px; }

/* ---- Newsletter "Stay inspired" band (light warm bg, per Figma 9:22) ---- */
.morrow-inspire { background: var(--m-subtle); color: var(--m-ink); border-top: 1px solid var(--m-line); }
/* padding-block only — a `padding: X 0` shorthand would zero the .morrow-wrap gutter. */
.morrow-inspire__inner { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; min-height: 104px; padding-block: 28px; }
.morrow-inspire__title { color: var(--m-ink); font-size: 30px; margin: 0; }
.morrow-inspire .morrow-form { max-width: 505px; }
.morrow-inspire .morrow-form--inline .morrow-field { margin: 0; gap: 20px; align-items: center; }
.morrow-inspire .morrow-form--inline input { background: transparent; border: none; border-bottom: 1px solid var(--m-line-strong); border-radius: 0; height: 48px; padding: 0 0 6px; color: var(--m-ink); min-width: 260px; }
.morrow-inspire .morrow-form--inline input::placeholder { color: var(--m-muted); }
.morrow-inspire .morrow-btn { flex: none; }
.morrow-inspire .morrow-form__success { background: transparent; border: none; padding: 0; color: var(--m-brand); }
.morrow-inspire .morrow-form__success h2 { color: var(--m-brand); }

/* ---- Footer ------------------------------------------------------------ */
.morrow-footer { background: var(--m-deep); color: var(--m-page); }
.morrow-footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr 1fr; gap: 24px; padding-block: 52px 24px; }
.morrow-footer__logo svg { height: 30px; width: auto; }
.morrow-footer__tag { color: #b7c3ac; max-width: 15ch; margin-top: 14px; font-size: 15px; }
.morrow-footer__heading { font-size: 15px; color: #b7c3ac; margin: 0 0 18px; font-weight: 500; }
.morrow-footer__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.morrow-footer__col a { color: var(--m-page); font-size: 14px; }
.morrow-footer__col a:hover { color: #cbd6c0; text-decoration: none; }
/* Figma footer icons are bare 22px glyphs (Instagram square, Pinterest + plus in
   their own circles) — no extra button ring. */
.morrow-social { display: flex; gap: 14px; color: var(--m-page); }
.morrow-social__i { display: inline-flex; align-items: center; justify-content: center; color: var(--m-page); }
.morrow-social__i svg { display: block; width: 22px; height: 22px; }
.morrow-social__i:hover { opacity: 0.7; }
.morrow-footer__divider { height: 1px; background: rgba(255,255,255,0.12); margin: 0 0 20px; }
.morrow-footer__legal { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 28px; font-size: 13px; color: #a9b69d; }

/* ---- Pagination -------------------------------------------------------- */
.nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 40px 0; }
.nav-links .page-numbers { display: inline-flex; min-width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--m-line-strong); border-radius: 3px; color: var(--m-ink); padding: 0 8px; }
.nav-links .page-numbers.current { background: var(--m-brand); color: #fff; border-color: var(--m-brand); }
.nav-links a.page-numbers:hover { border-color: var(--m-brand); text-decoration: none; }

/* ---- Concept ribbon (fallback) ----------------------------------------- */
.morrow-concept { display: none; }

/* =========================================================================
   RESPONSIVE — tablet
   ========================================================================= */
@media (max-width: 1100px) {
  .morrow-grid--4 { grid-template-columns: repeat(3, 1fr); }
  .morrow-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .morrow-footer__brand { grid-column: 1 / -1; }
  .morrow-process__steps { grid-template-columns: repeat(2, 1fr); }
  .morrow-hero__inner { grid-template-columns: 1fr 1fr; }
}

/* =========================================================================
   RESPONSIVE — mobile (≤ 860px): drawer nav + single column
   ========================================================================= */
@media (max-width: 860px) {
  :root { --m-margin: 24px; }
  .morrow-header__inner { grid-template-columns: auto 1fr auto; height: 56px; }
  .morrow-logo svg { height: 30px; }
  .morrow-nav-toggle { display: inline-flex; order: -1; }
  .morrow-header__utils { gap: 2px; }
  .morrow-nav { position: fixed; inset: 52px 0 auto 0; background: var(--m-page); border-bottom: 1px solid var(--m-line); padding: 8px 24px 24px; transform: translateY(-120%); transition: transform 220ms ease; z-index: 90; justify-self: stretch; }
  .morrow-nav.is-open { transform: translateY(0); box-shadow: 0 16px 40px rgba(0,0,0,0.14); }
  .morrow-nav__list { flex-direction: column; gap: 4px; }
  .morrow-nav__list a { display: flex; min-height: 44px; align-items: center; font-size: 18px; }

  .morrow-hero__inner { grid-template-columns: 1fr; min-height: 0; }
  .morrow-hero__text { padding: 40px var(--m-margin); max-width: none; order: 2; }
  .morrow-hero.is-image-left .morrow-hero__text { padding: 40px var(--m-margin); }
  .morrow-hero__title { font-size: 40px; }
  .morrow-hero__media { aspect-ratio: 4 / 3; min-height: 0; order: 1; }
  .morrow-hero.is-image-left .morrow-hero__media { order: 1; }

  .morrow-trust__inner { grid-template-columns: 1fr; }
  .morrow-trust__item { padding: 14px 0; justify-content: flex-start; }
  .morrow-trust__item:not(:first-child)::before { display: none; }
  .morrow-trust__item + .morrow-trust__item { border-top: 1px solid var(--m-line); }

  .morrow-section { padding-block: 48px; }
  .morrow-section__title { font-size: 28px; }
  .morrow-grid--3, .morrow-grid--4 { grid-template-columns: 1fr 1fr; }

  /* Shop filters → overlay panel (Figma State / Shop — Filters Open 36:100) */
  .morrow-filterbar { display: flex; margin: 24px 0; }
  .morrow-toolbar { position: fixed; inset: 0; z-index: 300; background: var(--m-page); flex-direction: column; align-items: stretch; gap: 20px; padding: 24px; overflow-y: auto; border: none; margin: 0; transform: translateX(-100%); transition: transform 240ms ease; }
  .morrow-toolbar.is-open { transform: none; box-shadow: 0 0 40px rgba(0,0,0,0.2); }
  .morrow-filter-close { display: inline-flex; align-items: center; justify-content: center; }
  .morrow-toolbar__spacer, .morrow-toolbar__legend { display: none; }
  .morrow-mobileonly { display: block; }
  .morrow-toolbar__filter { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
  .morrow-toolbar__filter > label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--m-muted); }
  .morrow-sort-label { text-transform: uppercase !important; letter-spacing: 0.08em !important; font-size: 12px !important; color: var(--m-muted) !important; }
  .morrow-toolbar select { width: 100%; border: 1px solid var(--m-line-strong); border-radius: 3px; height: 44px; padding: 0 12px; background-color: #fff; background-position: right 12px center; }
  .morrow-toolbar__search { display: flex; flex-direction: column; gap: 6px; }
  .morrow-toolbar__search label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--m-muted); }
  .morrow-toolbar__search input { width: 100%; }
  .morrow-range input { width: 100%; }
  .morrow-apply { width: 100%; height: 48px; }

  /* Collection product listing → horizontal rows (image 128 + copy), per Figma 96:85 */
  .morrow-collection-products.morrow-grid { grid-template-columns: 1fr; gap: 20px; }
  .morrow-collection-products .morrow-plant-card__link { display: grid; grid-template-columns: 128px 1fr; gap: 16px; align-items: center; }
  .morrow-collection-products .morrow-plant-card__media { aspect-ratio: 1 / 1; margin: 0; }
  .morrow-collection-products .morrow-plant-card__name { font-size: 22px; }
  .morrow-collection-products .morrow-plant-card__meta { display: block; }

  .morrow-split { grid-template-columns: 1fr; min-height: 0; }
  .morrow-split__media { order: -1; aspect-ratio: 3 / 2; min-height: 0; }
  .morrow-split__text { padding: 24px 0 0; }
  .morrow-split__title { font-size: 28px; }

  .morrow-page-title { font-size: 34px; }
  .morrow-cdetail { grid-template-columns: 1fr; gap: 24px; }
  .morrow-cdetail__title { font-size: 34px; }
  .morrow-cdetail__media { aspect-ratio: 342 / 300; order: 2; }

  .morrow-product { grid-template-columns: 1fr; gap: 32px; }
  .morrow-product__gallery { position: static; grid-template-columns: 1fr; }
  .morrow-product__thumbs { flex-direction: row; order: 2; }
  .morrow-product__name { font-size: 34px; }

  .morrow-featured { grid-template-columns: 1fr; }
  .morrow-featured__media { order: -1; aspect-ratio: 342 / 240; }
  .morrow-featured__text { padding: 24px; }
  .morrow-process__steps { grid-template-columns: 1fr; gap: 24px; }
  .morrow-process { text-align: left; }
  .morrow-process__intro { margin-inline: 0; }

  .morrow-contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .morrow-field-row { grid-template-columns: 1fr; gap: 20px; }
  .morrow-studio { padding: 28px; }

  .morrow-article__title { font-size: 34px; }
  .morrow-article__head { padding: 32px 0 16px; }

  .morrow-inspire__inner { grid-template-columns: 1fr; }
  .morrow-inspire .morrow-form { max-width: none; }

  .morrow-footer__grid { grid-template-columns: 1fr; gap: 24px; padding-block: 40px 16px; }
  .morrow-footer__col ul { display: flex; flex-wrap: wrap; gap: 8px 20px; }
  .morrow-footer__legal { flex-direction: column; gap: 6px; }
}

@media (max-width: 460px) {
  .morrow-grid--3, .morrow-grid--4 { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
