/*
Theme Name: Outreach Honey
Theme URI: https://blog.outreachhoney.com/
Description: A warm, honey-themed blog child theme for Hello Elementor — built for Outreach Honey. Cream canvas, golden honey accents, deep-amber roasts and honeycomb (hexagon) elements throughout: topic combs, hex category badges, hex author avatars. Ships a designed blog index, single post, archive, contact and 404 templates. Requires the Hello Elementor parent theme.
Author: Brainy Bees
Author URI: https://brainybe.es/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: outreachhoney
Tags: blog, honey, editorial, elementor, light
*/

/* =====================================================================
   1. BRAND TOKENS
   ===================================================================== */
:root {
  --honey:       #e8a31c;   /* primary golden honey */
  --honey-deep:  #c9820f;   /* hover */
  --amber:       #f6b833;   /* light amber */
  --roast:       #d9641e;   /* burnt-orange "roast" pop */
  --comb:        #ffefc6;   /* light honeycomb fill / chips */
  --comb-2:      #fce3a8;
  --cream:       #fff8ec;   /* page background */
  --cream-2:     #fbefd8;   /* alt section */
  --ink:         #2c2114;   /* dark warm brown text */
  --brown:       #241910;   /* dark band / footer */

  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "DM Sans", system-ui, -apple-system, sans-serif;
}

/* =====================================================================
   2. DERIVED TOKENS
   ===================================================================== */
:root {
  --ink-soft: #6b5a45;
  --muted:    #9c8a6f;
  --line:     #efe1c6;
  --line-2:   #f5ebd6;
  --white:    #ffffff;

  --step--1: clamp(.8rem, .78rem + .1vw, .86rem);
  --step-0:  clamp(1rem, .96rem + .15vw, 1.08rem);
  --step-1:  clamp(1.14rem, 1.06rem + .3vw, 1.32rem);
  --step-2:  clamp(1.35rem, 1.2rem + .7vw, 1.7rem);
  --step-3:  clamp(1.8rem, 1.5rem + 1.4vw, 2.5rem);
  --step-4:  clamp(2.2rem, 1.7rem + 2.4vw, 3.4rem);
  --step-5:  clamp(2.7rem, 1.9rem + 4vw, 4.6rem);

  --gutter: clamp(1.1rem, 5vw, 2.4rem);
  --maxw: 1180px;
  --radius: 20px;
  --radius-lg: 28px;
  --radius-sm: 12px;
  --radius-btn: 999px;
  --hex: polygon(25% 1%, 75% 1%, 100% 50%, 75% 99%, 25% 99%, 0 50%);
  --shadow-sm: 0 2px 12px rgba(120,80,10,.06);
  --shadow: 0 26px 60px -30px rgba(150,100,20,.32);
  --shadow-honey: 0 16px 34px -14px rgba(232,163,28,.55);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* =====================================================================
   3. RESET / BASE
   ===================================================================== */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration:.01ms!important; transition-duration:.01ms!important; } }

body.hc {
  margin: 0; background: var(--cream); color: var(--ink);
  font-family: var(--font-body); font-size: var(--step-0); line-height: 1.65;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
::selection { background: var(--honey); color: var(--brown); }
:focus-visible { outline: 2px solid var(--honey-deep); outline-offset: 3px; border-radius: 5px; }
h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.08; letter-spacing: -.01em; color: var(--ink); text-wrap: balance; }

/* subtle honey dot texture for some sections */
.hc-dots { background-image: radial-gradient(rgba(232,163,28,.10) 1.4px, transparent 1.4px); background-size: 22px 22px; }

/* =====================================================================
   4. LAYOUT
   ===================================================================== */
.hc-wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.hc-section { padding-block: clamp(3.5rem, 7vw, 6rem); position: relative; }
.hc-section--cream { background: var(--cream-2); }
.hc-section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

.hc-eyebrow { display: inline-flex; align-items: center; gap: .5em; font-family: var(--font-body); font-size: var(--step--1); font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--honey-deep); margin-bottom: 1rem; }
.hc-eyebrow::before { content: "⬡"; font-size: 1.1em; color: var(--honey); }
.hc-head { max-width: 56ch; margin-bottom: clamp(2.2rem,4vw,3.2rem); }
.hc-head--center { margin-inline: auto; text-align: center; }
.hc-head h2 { font-size: var(--step-4); font-weight: 900; }
.hc-head p { color: var(--ink-soft); font-size: var(--step-1); margin-top: .8rem; }

/* =====================================================================
   5. BUTTONS
   ===================================================================== */
.hc-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; font-family: var(--font-body); font-weight: 700; font-size: var(--step-0); padding: .78em 1.5em; border-radius: var(--radius-btn); transition: transform .3s var(--ease), background .25s, color .25s, box-shadow .3s, border-color .25s; white-space: nowrap; }
.hc-btn svg { width: 1.05em; height: 1.05em; transition: transform .3s var(--ease); }
.hc-btn:hover svg { transform: translateX(3px); }
.hc-btn--primary { background: var(--honey); color: var(--brown); box-shadow: var(--shadow-honey); }
.hc-btn--primary:hover { background: var(--honey-deep); color: #fff; transform: translateY(-2px); }
.hc-btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.hc-btn--ghost:hover { border-color: var(--honey); color: var(--honey-deep); }
.hc-btn--dark { background: var(--brown); color: var(--comb); }
.hc-btn--dark:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.hc-btn--block { width: 100%; }
.hc-link { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; color: var(--honey-deep); transition: gap .25s var(--ease); }
.hc-link:hover { gap: .7em; }

/* =====================================================================
   6. HEADER
   ===================================================================== */
.hc-header { position: fixed; inset: 0 0 auto 0; z-index: 100; transition: background .35s, box-shadow .35s, border-color .35s; border-bottom: 1px solid transparent; }
.hc-header.is-stuck { background: rgba(255,248,236,.88); backdrop-filter: saturate(150%) blur(12px); -webkit-backdrop-filter: saturate(150%) blur(12px); border-bottom-color: var(--line); }
.hc-header__inner { display: flex; align-items: center; gap: 2rem; padding-block: 1rem; }
.hc-logo { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-weight: 900; font-size: 1.32rem; letter-spacing: -.02em; color: var(--ink); }
.hc-logo img { max-height: 36px; width: auto; }
.hc-logo__mark { width: 34px; height: 34px; background: var(--honey); display: grid; place-items: center; clip-path: var(--hex); color: var(--brown); font-size: 1rem; }
.hc-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.hc-nav__list { display: flex; align-items: center; gap: 1.8rem; list-style: none; margin: 0; padding: 0; }
.hc-nav__list a { font-size: var(--step-0); color: var(--ink-soft); font-weight: 600; transition: color .2s; }
.hc-nav__list a:hover, .hc-nav__list .current-menu-item > a { color: var(--ink); }
.hc-header__actions { display: flex; align-items: center; gap: .9rem; }

.hc-burger { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 11px; border: 1px solid var(--line); background: #fff; }
.hc-burger span, .hc-burger span::before, .hc-burger span::after { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }
.hc-burger span { position: relative; }
.hc-burger span::before, .hc-burger span::after { content: ""; position: absolute; left: 0; }
.hc-burger span::before { top: -6px; } .hc-burger span::after { top: 6px; }
.hc-burger[aria-expanded="true"] span { background: transparent; }
.hc-burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.hc-burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

@media (max-width: 900px) {
  .hc-burger { display: inline-flex; }
  .hc-nav { position: fixed; inset: 0 0 0 auto; width: min(84vw,340px); flex-direction: column; align-items: flex-start; justify-content: center; gap: 2rem; background: var(--cream); padding: var(--gutter); border-left: 1px solid var(--line); transform: translateX(100%); transition: transform .4s var(--ease); box-shadow: var(--shadow); margin: 0; }
  .hc-nav.is-open { transform: translateX(0); }
  .hc-nav__list { flex-direction: column; align-items: flex-start; gap: 1.3rem; }
  .hc-nav__list a { font-size: var(--step-2); font-family: var(--font-display); font-weight: 700; color: var(--ink); }
  .hc-header__actions { flex-direction: column; align-items: stretch; width: 100%; }
  body.hc-nav-lock { overflow: hidden; }
}

/* =====================================================================
   7. HERO
   ===================================================================== */
.hc-hero { padding-top: clamp(7.5rem,14vw,10.5rem); padding-bottom: clamp(2.5rem,5vw,4rem); position: relative; overflow: hidden; }
.hc-hero__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem,5vw,3.5rem); align-items: center; }
@media (max-width: 900px) { .hc-hero__inner { grid-template-columns: 1fr; } .hc-hero__combs { display: none; } }
.hc-hero__pill { display: inline-flex; align-items: center; gap: .5em; background: var(--comb); color: var(--honey-deep); border-radius: 100px; padding: .4em 1em; font-size: var(--step--1); font-weight: 700; margin-bottom: 1.3rem; }
.hc-hero h1 { font-size: var(--step-5); font-weight: 900; letter-spacing: -.02em; margin-bottom: 1.1rem; }
.hc-hero h1 em { font-style: italic; color: var(--honey-deep); }
.hc-hero__sub { color: var(--ink-soft); font-size: var(--step-1); max-width: 46ch; margin-bottom: 1.8rem; }
.hc-hero__cta { display: flex; gap: .8rem; flex-wrap: wrap; }

/* decorative honeycomb cluster */
.hc-hero__combs { position: relative; height: 360px; }
.hc-hero__combs .cell { position: absolute; width: 132px; height: 150px; clip-path: var(--hex); display: grid; place-items: center; font-size: 2.4rem; box-shadow: var(--shadow-sm); }
.hc-hero__combs .c1 { left: 90px; top: 0; background: var(--honey); }
.hc-hero__combs .c2 { left: 200px; top: 64px; background: var(--comb); }
.hc-hero__combs .c3 { left: 90px; top: 128px; background: var(--cream-2); border: 0; }
.hc-hero__combs .c4 { left: 200px; top: 192px; background: var(--amber); }
.hc-hero__combs .c5 { left: 90px; top: 256px; background: var(--comb-2); }
.hc-hero__combs .cell b { font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; color: var(--brown); }
.hc-hero__combs .cell small { font-family: var(--font-body); font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--brown); }

/* =====================================================================
   8. FEATURED POST
   ===================================================================== */
.hc-featured { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
@media (max-width: 820px) { .hc-featured { grid-template-columns: 1fr; } }
.hc-featured__media { position: relative; min-height: 320px; background: linear-gradient(135deg, var(--amber), var(--honey-deep)); overflow: hidden; }
.hc-featured__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hc-featured__stamp { position: absolute; top: 18px; left: 18px; z-index: 2; width: 78px; height: 88px; background: var(--brown); color: var(--honey); clip-path: var(--hex); display: grid; place-items: center; text-align: center; font-family: var(--font-display); font-weight: 900; font-size: .7rem; line-height: 1.1; text-transform: uppercase; letter-spacing: .04em; }
.hc-featured__body { padding: clamp(1.8rem,4vw,2.8rem); display: flex; flex-direction: column; justify-content: center; }
.hc-featured__cat { align-self: flex-start; }
.hc-featured h2 { font-size: var(--step-3); margin: 1rem 0 .8rem; font-weight: 900; }
.hc-featured h2 a:hover { color: var(--honey-deep); }
.hc-featured p { color: var(--ink-soft); margin-bottom: 1.4rem; }

/* hex category badge */
.hc-cat { display: inline-flex; align-items: center; gap: .45em; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--honey-deep); }
.hc-cat::before { content: ""; width: 12px; height: 13px; background: var(--honey); clip-path: var(--hex); flex: none; }

/* byline with hex avatar */
.hc-by { display: flex; align-items: center; gap: .7rem; }
.hc-by__av { width: 38px; height: 42px; clip-path: var(--hex); background: var(--honey); color: var(--brown); display: grid; place-items: center; font-weight: 700; font-family: var(--font-display); font-size: .85rem; flex: none; }
.hc-by__t b { display: block; font-size: .85rem; }
.hc-by__t span { font-size: .72rem; color: var(--muted); }

/* =====================================================================
   9. TOPICS — honeycomb tiles
   ===================================================================== */
.hc-combgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.1rem; }
.hc-cell { aspect-ratio: 1 / 1.06; clip-path: var(--hex); background: var(--comb); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; text-align: center; padding: 1rem; transition: transform .3s var(--ease), background .25s; }
.hc-cell:hover { transform: translateY(-5px) scale(1.02); background: var(--honey); }
.hc-cell__ic { width: 40px; height: 40px; color: var(--honey-deep); }
.hc-cell:hover .hc-cell__ic { color: var(--brown); }
.hc-cell__ic svg { width: 100%; height: 100%; }
.hc-cell b { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--ink); }
.hc-cell span { font-size: .72rem; color: var(--ink-soft); font-weight: 600; }
@media (min-width: 760px) { .hc-combgrid > .hc-cell:nth-child(even) { transform: translateY(34px); } .hc-combgrid > .hc-cell:nth-child(even):hover { transform: translateY(29px) scale(1.02); } .hc-combgrid { margin-bottom: 34px; } }

/* =====================================================================
   10. POST GRID
   ===================================================================== */
.hc-posts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.6rem; }
@media (max-width: 920px) { .hc-posts { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .hc-posts { grid-template-columns: 1fr; } }
.hc-post { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s; }
.hc-post:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.hc-post__thumb { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, var(--comb), var(--amber)); position: relative; }
.hc-post__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.hc-post:hover .hc-post__thumb img { transform: scale(1.05); }
.hc-post__body { padding: 1.5rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.hc-post__meta { font-size: var(--step--1); color: var(--muted); font-weight: 600; }
.hc-post h3 { font-family: var(--font-display); font-size: var(--step-2); line-height: 1.18; font-weight: 700; }
.hc-post:hover h3 a { color: var(--honey-deep); }
.hc-post__excerpt { color: var(--ink-soft); font-size: var(--step-0); flex: 1; }
.hc-post__foot { display: flex; align-items: center; justify-content: space-between; margin-top: .3rem; }
.hc-post__read { font-size: .72rem; color: var(--muted); font-weight: 600; }

.hc-pagination { display: flex; justify-content: center; gap: .5rem; margin-top: 3rem; flex-wrap: wrap; }
.hc-pagination .page-numbers { min-width: 44px; height: 44px; padding: 0 .9rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; color: var(--ink-soft); font-weight: 700; background: #fff; transition: .2s; }
.hc-pagination .page-numbers:hover, .hc-pagination .page-numbers.current { background: var(--honey); color: var(--brown); border-color: var(--honey); }

/* =====================================================================
   11. NEWSLETTER
   ===================================================================== */
.hc-news { background: var(--brown); border-radius: var(--radius-lg); padding: clamp(2.2rem,5vw,3.6rem); color: var(--cream); position: relative; overflow: hidden; }
.hc-news::after { content: "⬡"; position: absolute; right: -10px; bottom: -30px; font-size: 12rem; color: rgba(232,163,28,.1); line-height: 1; pointer-events: none; }
.hc-news__in { position: relative; z-index: 1; max-width: 620px; }
.hc-news h2 { color: #fff; font-size: var(--step-3); font-weight: 900; margin-bottom: .7rem; }
.hc-news p { color: rgba(255,248,236,.75); margin-bottom: 1.6rem; }
.hc-news__form { display: flex; gap: .7rem; flex-wrap: wrap; }
.hc-news__form input { flex: 1; min-width: 220px; padding: .9rem 1.1rem; border-radius: var(--radius-btn); border: 1px solid rgba(255,248,236,.2); background: rgba(255,255,255,.06); color: #fff; font: inherit; }
.hc-news__form input::placeholder { color: rgba(255,248,236,.5); }
.hc-news__form input:focus { outline: none; border-color: var(--honey); }
.hc-news__note { font-size: var(--step--1); color: rgba(255,248,236,.55); margin-top: 1rem; }

/* =====================================================================
   12. SINGLE
   ===================================================================== */
.hc-article__hero { padding-top: clamp(8rem,15vw,11.5rem); padding-bottom: 1.5rem; text-align: center; }
.hc-article__hero .hc-wrap { max-width: 820px; }
.hc-article__hero .hc-cat { justify-content: center; }
.hc-article__hero h1 { font-size: clamp(2.1rem,1.5rem+3vw,3.5rem); font-weight: 900; margin: 1rem 0 1.2rem; }
.hc-article__by { display: inline-flex; }
.hc-article__feat { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); margin: 0 auto 2.5rem; max-width: 940px; }
.hc-prose { max-width: 720px; margin-inline: auto; font-size: 1.12rem; line-height: 1.85; color: #3c3122; }
.hc-prose > * + * { margin-top: 1.35em; }
.hc-prose h2 { font-family: var(--font-display); font-size: var(--step-3); margin-top: 1.7em; color: var(--ink); font-weight: 800; }
.hc-prose h3 { font-family: var(--font-display); font-size: var(--step-2); margin-top: 1.4em; color: var(--ink); font-weight: 700; }
.hc-prose a { color: var(--honey-deep); text-decoration: underline; text-underline-offset: 3px; }
.hc-prose blockquote { background: var(--comb); border-left: 4px solid var(--honey); border-radius: 0 12px 12px 0; padding: 1.1rem 1.4rem; font-family: var(--font-display); font-style: italic; font-size: 1.3rem; color: var(--ink); }
.hc-prose img { border-radius: var(--radius); }
.hc-prose ul, .hc-prose ol { padding-left: 1.3rem; }
.hc-prose ul li::marker { color: var(--honey); content: "⬡  "; }
.hc-prose code { background: var(--comb); padding: .15em .4em; border-radius: 6px; font-size: .9em; }
.hc-authorbox { max-width: 720px; margin: 3rem auto 0; display: flex; gap: 1.2rem; align-items: center; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.6rem; }
.hc-authorbox__av { width: 64px; height: 72px; clip-path: var(--hex); background: var(--honey); color: var(--brown); display: grid; place-items: center; font-family: var(--font-display); font-weight: 900; font-size: 1.4rem; flex: none; }
.hc-authorbox b { font-family: var(--font-display); font-size: 1.1rem; }
.hc-authorbox p { color: var(--ink-soft); font-size: var(--step--1); margin-top: .2rem; }

/* =====================================================================
   13. PAGE / CONTACT / 404
   ===================================================================== */
.hc-page-hero { padding-top: clamp(8rem,15vw,11.5rem); padding-bottom: clamp(2rem,4vw,3.2rem); text-align: center; }
.hc-page-hero h1 { font-size: var(--step-5); font-weight: 900; margin-bottom: .8rem; }
.hc-page-hero p { color: var(--ink-soft); font-size: var(--step-1); max-width: 48ch; margin-inline: auto; }

.hc-contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem,5vw,3.5rem); align-items: start; }
@media (max-width: 860px) { .hc-contact { grid-template-columns: 1fr; } }
.hc-contact__info { display: grid; gap: 1.8rem; }
.hc-contact__item h3 { font-size: var(--step--1); text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: .4rem; }
.hc-contact__item a, .hc-contact__item p { font-family: var(--font-display); font-size: var(--step-2); color: var(--ink); }
.hc-contact__item a:hover { color: var(--honey-deep); }
.hc-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.5rem,4vw,2.4rem); display: grid; gap: 1.1rem; box-shadow: var(--shadow-sm); }
.hc-field { display: grid; gap: .45rem; }
.hc-field label { font-size: var(--step--1); font-weight: 700; color: var(--ink); }
.hc-field input, .hc-field textarea, .hc-field select { width: 100%; padding: .8rem .95rem; border-radius: var(--radius-sm); background: var(--cream); border: 1px solid var(--line); color: var(--ink); font: inherit; transition: border-color .2s, box-shadow .2s, background .2s; }
.hc-field input:focus, .hc-field textarea:focus, .hc-field select:focus { outline: none; border-color: var(--honey); background: #fff; box-shadow: 0 0 0 3px var(--comb); }
.hc-field textarea { min-height: 130px; resize: vertical; }
.hc-form__note { font-size: var(--step--1); color: var(--muted); }
.hc-notice { border-radius: var(--radius-sm); padding: .85rem 1.05rem; font-size: var(--step-0); font-weight: 600; }
.hc-notice--ok { background: var(--comb); border: 1px solid var(--honey); color: var(--honey-deep); }
.hc-notice--err { background: #fbe3d6; border: 1px solid var(--roast); color: var(--roast); }

/* =====================================================================
   14. FOOTER
   ===================================================================== */
.hc-footer { background: var(--brown); color: #cbb89a; padding-block: clamp(3rem,6vw,4.5rem) 2rem; position: relative; overflow: hidden; }
.hc-footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 3rem; position: relative; z-index: 1; }
.hc-footer__brand .hc-logo { color: #fff; }
.hc-footer__brand p { color: #9a866a; max-width: 32ch; margin-top: 1rem; font-size: var(--step-0); }
.hc-footer__col h4 { color: #fff; font-size: var(--step--1); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem; }
.hc-footer__col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.hc-footer__col a { color: #9a866a; font-size: var(--step-0); transition: color .2s; }
.hc-footer__col a:hover { color: var(--honey); }
.hc-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.08); color: #7c6a50; font-size: var(--step--1); position: relative; z-index: 1; }
@media (max-width: 760px) { .hc-footer__top { grid-template-columns: 1fr 1fr; } .hc-footer__brand { grid-column: 1 / -1; } }

/* =====================================================================
   15. REVEAL + UTIL
   ===================================================================== */
.hc-reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.hc-reveal.is-in { opacity: 1; transform: none; }
.hc-reveal[data-delay="1"] { transition-delay: .07s; }
.hc-reveal[data-delay="2"] { transition-delay: .14s; }
@media (prefers-reduced-motion: reduce) { .hc-reveal { opacity: 1; transform: none; } .hc-combgrid > .hc-cell:nth-child(even) { transform: none; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
