/* MeLyssi74 (honey) section — light, warm, editorial.
   Deliberately its own palette/typography (Archivo / Inter), distinct from the
   dark landing/back-office theme. Scoped under body.honey-page so it never bleeds
   into other sections (see jobs.css for the same convention). */

body.honey-page {
    --honey-bg: #fbf3e3;
    --honey-card: #ffffff;
    --honey-cream: #2c1c0d;
    --honey-cream-dim: #6b5636;
    --honey-gold: #b3790c;
    --honey-gold-soft: #8f6a2f;
    --honey-line: #e6d6ae;
    --honey-out: #a8362a;
    font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
    background: var(--honey-bg);
    color: var(--honey-cream);
}

body.honey-page .site-main {
    max-width: none;
    padding: 0;
    margin: 0;
}

body.honey-page h1,
body.honey-page h2,
body.honey-page h3,
body.honey-page .honey-eyebrow {
    font-family: 'Archivo', "Helvetica Neue", Arial, sans-serif;
}

body.honey-page img { max-width: 100%; display: block; }

body.honey-page .honey-wrap { max-width: 1100px; margin: 0 auto; padding: 0 32px; }

body.honey-page .honey-eyebrow {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--honey-gold);
    margin-bottom: 14px;
}

/* ---------- Header wordmark ---------- */
body.honey-page .wordmark { display: flex; align-items: center; gap: 12px; letter-spacing: normal; }
body.honey-page .honey-logo { height: 90px; width: auto; border-radius: 8px; }
body.honey-page .honey-brand-word { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 20px; }

/* ---------- In-page nav ---------- */
body.honey-page .honey-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 18px 32px;
    background: var(--honey-bg);
    border-bottom: 1px solid var(--honey-line);
}

body.honey-page .honey-nav-pill {
    display: inline-flex;
    gap: 4px;
    background: var(--honey-card);
    border: 1px solid var(--honey-line);
    border-radius: 999px;
    padding: 6px;
    box-shadow: 0 1px 3px rgba(44, 28, 13, 0.08);
}

body.honey-page .honey-nav-pill a {
    padding: 8px 18px;
    border-radius: 999px;
    color: var(--honey-cream-dim);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.honey-page .honey-nav-pill a:hover { color: var(--honey-gold); background: var(--honey-bg); }

/* ---------- Hero ---------- */
body.honey-page .honey-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: flex-end;
    background: #000 url("../img/hero.8d10926b1c85.jpg") center 30% / cover no-repeat;
}

body.honey-page .honey-hero::before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(10,6,3,0.15) 0%, rgba(10,6,3,0.55) 55%, rgba(10,6,3,0.94) 100%);
}

body.honey-page .honey-hero-content { position: relative; padding-bottom: 76px; max-width: 640px; }

body.honey-page .honey-hero h1 {
    font-size: clamp(34px, 5.6vw, 58px);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    color: #f7ecd8;
}

body.honey-page .honey-hero p { font-size: 18px; color: #e4d2ad; max-width: 480px; margin-bottom: 30px; }

body.honey-page .honey-hero-cta {
    display: inline-block;
    color: var(--honey-gold);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid var(--honey-gold);
    padding-bottom: 3px;
}

/* ---------- Sections ---------- */
body.honey-page section { padding: 90px 0; }

body.honey-page .honey-story {
    background: var(--honey-bg);
    border-top: 1px solid var(--honey-line);
    border-bottom: 1px solid var(--honey-line);
}

body.honey-page .honey-story-card {
    background: var(--honey-card);
    border: 1px solid var(--honey-line);
    border-radius: 4px;
    padding: 48px;
    box-shadow: 0 1px 3px rgba(44, 28, 13, 0.06);
}

body.honey-page .honey-story .honey-grid {
    display: grid; grid-template-columns: 0.5fr 1.5fr; gap: 64px; align-items: center;
}

body.honey-page .honey-story h2 { font-size: clamp(28px,3.4vw,38px); font-weight: 800; margin-bottom: 26px; line-height: 1.15; }
body.honey-page .honey-story p { color: var(--honey-cream-dim); margin-bottom: 18px; font-size: 16px; }
body.honey-page .honey-story .honey-lead-in { color: var(--honey-cream); font-weight: 600; margin: 26px 0 14px; }
body.honey-page .honey-story ul { list-style: none; margin: 0 0 22px; padding: 0; }
body.honey-page .honey-story li { position: relative; padding-left: 26px; margin-bottom: 11px; color: var(--honey-cream-dim); font-size: 15.5px; }
body.honey-page .honey-story li::before {
    content: "\2b21";
    position: absolute; left: 0; top: 1px;
    color: var(--honey-gold);
    font-size: 13px;
}

body.honey-page .honey-story-watermark { position: relative; height: 600px; overflow: hidden; border-radius: 2px; }
body.honey-page .honey-story-watermark img {
    width: 100%; height: 100%; object-fit: cover; object-position: 25% 30%;
    filter: saturate(0.8) contrast(1.05);
    opacity: 0.92;
}
body.honey-page .honey-story-watermark::after {
    content: "";
    position: absolute; inset: 0;
    /* Fades into the section's own cream background (--honey-bg, #fbf3e3) — the
       photo sits directly on that background now, not inside a card. */
    background:
        linear-gradient(180deg, rgba(251,243,227,0) 35%, rgba(251,243,227,0.95) 100%),
        linear-gradient(90deg, rgba(251,243,227,0.35) 0%, rgba(251,243,227,0) 35%);
}

/* ---------- Products ---------- */
body.honey-page .honey-head { text-align: center; max-width: 700px; margin: 0 auto 60px; }
body.honey-page .honey-head h2 { font-size: clamp(28px,3.4vw,38px); font-weight: 800; margin-bottom: 14px; text-wrap: balance; }
body.honey-page .honey-head p { color: var(--honey-cream-dim); }

body.honey-page .honey-tabs { display: flex; justify-content: center; gap: 10px; margin: 28px 0 40px; flex-wrap: wrap; }
body.honey-page .honey-tab {
    font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 14px;
    padding: 10px 22px; border-radius: 999px; border: 1.5px solid var(--honey-line);
    background: var(--honey-card); color: var(--honey-cream-dim); cursor: pointer;
}
body.honey-page .honey-tab.active { background: var(--honey-gold); border-color: var(--honey-gold); color: #fff; }

body.honey-page .honey-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
body.honey-page .honey-product-card {
    background: var(--honey-card);
    border: 1px solid var(--honey-line);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: none;
}
body.honey-page .honey-product-card.show { display: block; }
body.honey-page .honey-product-card .honey-imgwrap { position: relative; aspect-ratio: 1/1; overflow: hidden; }
body.honey-page .honey-product-card img { width: 100%; height: 100%; object-fit: cover; }
body.honey-page .honey-stock-flag {
    position: absolute; top: 12px; left: 12px;
    background: var(--honey-out); color: #fff;
    font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em;
    padding: 5px 10px; border-radius: 3px;
}
body.honey-page .honey-product-card .honey-info { padding: 18px 20px 22px; }
body.honey-page .honey-product-card h3 { font-size: 16px; font-weight: 700; margin: 0 0 4px; }
body.honey-page .honey-product-card .honey-desc { font-size: 13px; color: var(--honey-cream-dim); margin-bottom: 10px; line-height: 1.5; }
body.honey-page .honey-product-card .honey-weight { font-size: 12.5px; color: var(--honey-gold-soft); margin-bottom: 10px; }
body.honey-page .honey-product-card .honey-price { font-size: 17px; font-weight: 700; color: var(--honey-gold); }

/* ---------- Testimonials ---------- */
body.honey-page .honey-testimonials {
    background: var(--honey-bg);
    border-top: 1px solid var(--honey-line);
    border-bottom: 1px solid var(--honey-line);
}
body.honey-page .honey-t-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
body.honey-page .honey-t-card { background: var(--honey-card); border: 1px solid var(--honey-line); border-radius: 4px; padding: 30px 26px; }
body.honey-page .honey-t-card .honey-mark { font-size: 34px; color: var(--honey-gold); font-family: 'Archivo',sans-serif; line-height: 1; margin-bottom: 14px; display: block; }
body.honey-page .honey-t-card p { color: var(--honey-cream-dim); font-size: 15px; margin-bottom: 18px; }
body.honey-page .honey-t-card .honey-who { font-weight: 600; font-size: 14px; color: var(--honey-cream); }

/* ---------- The Importance of Bees ---------- */
body.honey-page .honey-bees {
    position: relative;
    overflow: hidden;
    background: var(--honey-bg);
    border-top: 1px solid var(--honey-line);
}

/* Soft radial watermark occupying the upper portion of the section, behind the
   eyebrow/heading/text — not a photo card, just an ambient background wash. */
body.honey-page .honey-bees-swarm {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 640px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
body.honey-page .honey-bees-swarm img {
    width: 100%; height: 100%; object-fit: cover;
    opacity: 0.18;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, #000 78%, transparent 100%);
    mask-image: radial-gradient(ellipse at center, #000 0%, #000 78%, transparent 100%);
}

/* Wider than the other sections — this section carries the longest body copy
   on the page and must not read as a narrow column. */
body.honey-page .honey-bees-wrap {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

body.honey-page .honey-bees .honey-eyebrow {
    font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    color: #9A6E1E;
}

body.honey-page .honey-bees-heading {
    font-family: 'Archivo', "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    color: #2B1E14;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.08;
    margin-bottom: 0;
}

/* Intro paragraphs — the text that sits directly over the swarm watermark,
   on both the landing section and the top of the essay page. Width-constrained
   on its own for a readable line length on the essay page; the landing
   section's version (--wide) runs the full wrap width instead (no grid, no
   side image there any more). */
body.honey-page .honey-bees-intro { max-width: 780px; margin-top: 40px; }
body.honey-page .honey-bees-intro.honey-bees-intro--wide { max-width: none; }

body.honey-page .honey-bees-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    align-items: center;
    margin-top: 40px;
}

body.honey-page .honey-bees-text p,
body.honey-page .honey-bees-intro p {
    font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.72;
    color: #3A2A1C;
    margin-bottom: 20px;
}
/* Paragraphs 3-4 on the essay page, in the grid alongside the blossom photo —
   not sitting over the watermark, so the original weight stands. */
body.honey-page .honey-bees-text p { font-weight: 500; }
/* Sits over the swarm watermark — heavier weight for legibility (brief caps
   this at 600, must not read as bold). */
body.honey-page .honey-bees-intro p { font-weight: 600; }

/* Shared by the landing section's "Read more" and the essay page's "Back" links
   — same treatment, icon before the label for "back", after for "read more". */
body.honey-page .honey-arrow-link {
    display: inline-block;
    color: #9A6E1E;
    font-family: 'Inter', "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 1.5px solid rgba(154, 110, 30, 0.45);
    padding-bottom: 3px;
}
body.honey-page .honey-arrow-link:hover { border-bottom-color: rgba(154, 110, 30, 1); }
body.honey-page .honey-back-link { margin: 0 0 32px; }

/* Closing paragraph on the essay page — set apart from the body copy. */
body.honey-page .honey-bees-closing { max-width: 680px; margin: 56px auto 40px; text-align: center; }
body.honey-page .honey-bees-rule { width: 56px; height: 2px; background: var(--honey-gold); margin: 0 auto 24px; }
body.honey-page .honey-bees-closing p {
    font-family: 'Archivo', "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(1.15rem, 1.9vw, 1.5rem);
    line-height: 1.5;
    color: #2B1E14;
    margin: 0;
}

/* Standalone essay page: this is the first section after the header, not a
   subsection following Testimonials, so it doesn't need the divider line. */
body.honey-page .honey-bees-page { border-top: none; }
body.honey-page .honey-bees-page .honey-back-link:last-child { margin: 40px 0 0; }

/* Blossom/swarm photos on the essay page and landing section: no card, no
   border, no shadow — edges dissolve into the cream via the same radial mask,
   full opacity at centre (unlike the swarm watermark, which is also dimmed). */
body.honey-page .honey-bees-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; }
body.honey-page .honey-bees-photo img {
    width: 100%; height: 100%; object-fit: cover;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 0%, #000 78%, transparent 100%);
    mask-image: radial-gradient(ellipse at center, #000 0%, #000 78%, transparent 100%);
}

@media (max-width: 900px) {
    body.honey-page .honey-bees-swarm { height: 440px; }
    body.honey-page .honey-bees-wrap { padding: 0 22px; }
    body.honey-page .honey-bees-grid { grid-template-columns: 1fr; gap: 28px; }
    body.honey-page .honey-bees-text { order: 2; }
    body.honey-page .honey-bees-photo { order: 1; aspect-ratio: 3/2; }
}

/* ---------- Company footer block ---------- */
body.honey-page .honey-footer { padding: 56px 0 40px; }
body.honey-page .honey-footer-grid {
    display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px;
    border-top: 1px solid var(--honey-line); padding-top: 36px;
}
body.honey-page .honey-footer-word { font-family: 'Archivo',sans-serif; font-weight: 800; font-size: 18px; }
body.honey-page .honey-footer-word sup { color: var(--honey-gold); font-size: 11px; }
body.honey-page .honey-footer-info { color: var(--honey-cream-dim); font-size: 13.5px; line-height: 1.9; text-align: right; }

body.honey-page .honey-wordmark sup { color: var(--honey-gold); font-size: 12px; }

/* ---------- Carousel ---------- */
body.honey-page .honey-car-wrap { position: relative; overflow: hidden; }
body.honey-page .honey-car-track {
    display: flex;
    gap: 26px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
body.honey-page .honey-car-track::-webkit-scrollbar { display: none; }
body.honey-page .honey-car-track.honey-t-grid > .honey-t-card {
    flex: 0 0 calc((100% - 52px)/3);
    scroll-snap-align: start;
}
body.honey-page .honey-car-nav { display: flex; justify-content: flex-end; gap: 10px; margin-top: 14px; }
body.honey-page .honey-car-btn {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--honey-card); border: 1px solid var(--honey-line); color: var(--honey-gold);
    font-size: 18px; line-height: 1; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
}
body.honey-page .honey-car-btn:hover { background: var(--honey-line); }

/* ---------- Responsive ----------
   Breakpoints and per-view counts per brief: 3 on desktop, 2 on tablet (<=820px),
   1 on mobile (<=560px), with zero partial/cropped cards. */
@media (max-width: 820px) {
    body.honey-page .honey-story-card { padding: 28px 24px; }
    body.honey-page .honey-story .honey-grid { grid-template-columns: 1fr; }
    body.honey-page .honey-story-watermark { height: 380px; margin-bottom: 20px; }
    body.honey-page .honey-product-grid,
    body.honey-page .honey-t-grid { grid-template-columns: 1fr 1fr; }
    body.honey-page .honey-footer-info { text-align: left; }
    body.honey-page .honey-car-track.honey-t-grid > .honey-t-card { flex: 0 0 calc((100% - 26px)/2); }
}

@media (max-width: 560px) {
    body.honey-page .honey-nav { display: none; }
    body.honey-page .honey-logo { height: 64px; }
    body.honey-page .honey-brand-word { font-size: 16px; }
    body.honey-page .honey-product-grid,
    body.honey-page .honey-t-grid { grid-template-columns: 1fr; }
    body.honey-page .honey-car-track.honey-t-grid > .honey-t-card { flex: 0 0 100%; }
}
