/*
Theme Name: EONLION Showcase
Theme URI: https://example.invalid/eonlion
Description: EONLION outdoor living catalogue child theme.
Author: Codex
Version: 1.0.0
Template: videographer-portfolio
Text Domain: eonlion
*/

:root {
  --eo-ink: #1a0f13;
  --eo-ink-soft: #2c1d22;
  --eo-paper: #f5f1e8;
  --eo-white: #ffffff;
  --eo-leaf: #4d7145;
  --eo-leaf-dark: #365532;
  --eo-brass: #94702f;
  --eo-muted: #6f6863;
  --eo-line: #d7d0c4;
  --eo-width: 1340px;
  --eo-shadow: 0 18px 38px rgba(26, 15, 19, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.eonlion-site {
  margin: 0;
  color: var(--eo-ink);
  background: var(--eo-paper);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
body.eonlion-site.admin-bar .eo-header { top: 32px; }
body.eonlion-site img { display: block; max-width: 100%; }
body.eonlion-site a { color: inherit; text-decoration: none; }
body.eonlion-site button,
body.eonlion-site input,
body.eonlion-site select { font: inherit; letter-spacing: 0; }
body.eonlion-site h1,
body.eonlion-site h2,
body.eonlion-site h3 { font-family: Nunito, Arial, sans-serif; letter-spacing: 0; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.eo-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 14px;
  color: var(--eo-white);
  background: var(--eo-leaf-dark);
  transform: translateY(-160%);
}
.eo-skip-link:focus { transform: translateY(0); }
.eo-shell { width: min(var(--eo-width), calc(100% - 56px)); margin-inline: auto; }

.eo-service-bar {
  display: flex;
  justify-content: center;
  gap: 48px;
  min-height: 34px;
  padding: 7px 24px;
  color: #d9d0c5;
  background: #10090c;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.eo-header {
  position: sticky;
  top: 0;
  z-index: 80;
  color: var(--eo-white);
  background: rgba(26, 15, 19, .98);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
}
.eo-header-main {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 84px;
}
.eo-brand { display: inline-grid; width: fit-content; line-height: 1; }
.eo-brand strong { font-family: Nunito, Arial, sans-serif; font-size: 29px; font-weight: 800; }
.eo-brand small { margin-top: 7px; color: #c5bdb4; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.eo-primary-nav { display: flex; justify-content: center; gap: 2px; }
.eo-primary-nav a {
  padding: 12px 9px;
  border-bottom: 2px solid transparent;
  color: #e9e4dd;
  font-family: Nunito, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.eo-primary-nav a:hover,
.eo-primary-nav a:focus-visible { color: var(--eo-white); border-color: var(--eo-brass); }
.eo-header-cta,
.eo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 0 19px;
  border: 1px solid var(--eo-leaf);
  border-radius: 0;
  color: var(--eo-white);
  background: var(--eo-leaf);
  font-family: Nunito, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
body.eonlion-site .eo-button { color: var(--eo-white); }
.eo-header-cta { color: var(--eo-white); border-color: rgba(255,255,255,.45); background: transparent; }
.eo-header-cta:hover,
body.eonlion-site .eo-button:hover { color: var(--eo-white); background: var(--eo-leaf-dark); border-color: var(--eo-leaf-dark); transform: translateY(-1px); }
.eo-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid rgba(255,255,255,.35); color: var(--eo-white); background: transparent; }
.eo-menu-toggle span { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.eo-hero { position: relative; min-height: 650px; max-height: 760px; overflow: hidden; color: var(--eo-white); background: var(--eo-ink); }
.eo-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.eo-hero-shade { position: absolute; inset: 0; background: rgba(26, 15, 19, .76); }
.eo-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 650px; padding-block: 54px; }
.eo-hero-copy { max-width: 760px; padding-left: 28px; border-left: 4px solid var(--eo-brass); }
.eo-eyebrow { margin: 0 0 14px; color: var(--eo-brass); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.eo-hero .eo-eyebrow { color: #d6b979; }
.eo-hero h1 { margin: 0; color: var(--eo-white); font-size: 76px; font-weight: 800; line-height: 1; overflow-wrap: anywhere; }
.eo-hero-title { margin: 15px 0 0; color: var(--eo-white); font-family: Nunito, Arial, sans-serif; font-size: 28px; font-weight: 600; line-height: 1.25; }
.eo-hero-lede { max-width: 600px; margin: 20px 0 0; color: #ddd5cc; font-size: 16px; line-height: 1.7; }
.eo-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.eo-text-link { color: var(--eo-white); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }
.eo-text-link:hover { color: #d6b979; }
.eo-hero-facts { display: flex; gap: 0; margin: 38px 0 0; }
.eo-hero-facts div { min-width: 130px; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.28); }
.eo-hero-facts div:first-child { padding-left: 0; border-left: 0; }
.eo-hero-facts dt { color: #bfb4aa; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.eo-hero-facts dd { margin: 3px 0 0; color: var(--eo-white); font-family: Nunito, Arial, sans-serif; font-size: 25px; font-weight: 700; }

.eo-section { padding: 82px 0; }
.eo-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 470px); gap: 50px; align-items: end; margin-bottom: 34px; }
.eo-section-heading h2,
.eo-about-copy h2,
.eo-detail-copy h1 { margin: 0; color: var(--eo-ink); font-size: 42px; font-weight: 700; line-height: 1.13; overflow-wrap: anywhere; }
.eo-section-heading > p { margin: 0; color: var(--eo-muted); font-size: 14px; }

.eo-departments { background: var(--eo-paper); }
.eo-department-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr 1.15fr; gap: 12px; }
.eo-department { position: relative; min-width: 0; min-height: 410px; overflow: hidden; background: var(--eo-ink-soft); }
.eo-department img { width: 100%; height: 100%; object-fit: cover; transition: transform 280ms ease; }
.eo-department:hover img { transform: scale(1.025); }
.eo-department::after { content: ""; position: absolute; inset: 0; background: rgba(26,15,19,.42); }
.eo-department-copy { position: absolute; z-index: 2; right: 20px; bottom: 22px; left: 20px; color: var(--eo-white); }
.eo-department-copy small { color: #d6b979; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.eo-department-copy h3 { margin: 6px 0 4px; color: var(--eo-white); font-size: 22px; font-weight: 700; line-height: 1.2; }
.eo-department-copy span { color: #eee8e1; font-size: 11px; }

.eo-featured { background: var(--eo-white); }
.eo-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.eo-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--eo-line); border-radius: 0; background: var(--eo-white); transition: transform 180ms ease, box-shadow 180ms ease; }
.eo-product-card[hidden] { display: none !important; }
.eo-product-card:hover { transform: translateY(-3px); box-shadow: var(--eo-shadow); }
.eo-product-media { position: relative; display: grid; place-items: center; aspect-ratio: 1 / 1; overflow: hidden; background: #f7f4ee; }
.eo-product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 220ms ease; }
.eo-product-card:hover .eo-product-media img { transform: scale(1.025); }
.eo-image-count { position: absolute; top: 11px; right: 11px; padding: 5px 8px; color: var(--eo-white); background: rgba(26,15,19,.88); font-size: 9px; font-weight: 800; }
.eo-product-body { display: flex; flex: 1; min-width: 0; flex-direction: column; padding: 18px; }
.eo-product-category { margin: 0 0 8px; color: var(--eo-brass); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.eo-product-card h3 { min-height: 48px; margin: 0; font-size: 17px; font-weight: 700; line-height: 1.28; overflow-wrap: anywhere; }
.eo-product-card h3 a:hover { color: var(--eo-leaf-dark); }
.eo-product-description { display: -webkit-box; min-height: 61px; margin: 10px 0 15px; overflow: hidden; color: var(--eo-muted); font-size: 12px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.eo-product-footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--eo-line); }
.eo-product-price { margin: 0 0 13px; color: var(--eo-ink); font-family: Nunito, Arial, sans-serif; font-size: 20px; font-weight: 800; font-variant-numeric: tabular-nums; }
.eo-product-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.eo-detail-link { font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.eo-detail-link:hover { color: var(--eo-leaf-dark); }
.eo-buy-button { min-height: 38px; padding-inline: 13px; }

.eo-catalogue { background: var(--eo-paper); }
.eo-shop-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 250px 200px; gap: 12px; margin-bottom: 20px; padding: 17px; color: var(--eo-white); background: var(--eo-ink); }
.eo-field { display: grid; gap: 6px; }
.eo-field label { color: #c8beb5; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.eo-field input,
.eo-field select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #81777a; border-radius: 0; color: var(--eo-ink); background: var(--eo-white); }
.eo-field input:focus,
.eo-field select:focus { outline: 3px solid rgba(77,113,69,.28); border-color: var(--eo-leaf); }
.eo-results-bar { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 19px; padding-bottom: 12px; border-bottom: 1px solid var(--eo-line); }
.eo-results-bar p { margin: 0; color: var(--eo-muted); font-size: 12px; }
.eo-pagination { display: flex; justify-content: center; gap: 6px; min-height: 42px; margin-top: 32px; }
.eo-pagination button { min-width: 40px; min-height: 40px; padding: 0 12px; border: 1px solid var(--eo-line); border-radius: 0; color: var(--eo-ink); background: var(--eo-white); cursor: pointer; }
.eo-pagination button:hover,
.eo-pagination button.is-active { color: var(--eo-white); background: var(--eo-ink); border-color: var(--eo-ink); }
.eo-pagination button:disabled { opacity: .4; cursor: default; }
.eo-empty { display: none; padding: 48px 20px; text-align: center; border-block: 1px solid var(--eo-line); }

.eo-values { padding: 0; color: var(--eo-white); background: var(--eo-ink); }
.eo-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.eo-value-grid > div { min-height: 230px; padding: 44px 36px; border-left: 1px solid rgba(255,255,255,.15); }
.eo-value-grid > div:first-child { border-left: 0; }
.eo-value-grid span { color: #d6b979; font-size: 10px; font-weight: 800; }
.eo-value-grid h3 { margin: 12px 0 9px; color: var(--eo-white); font-size: 23px; font-weight: 700; }
.eo-value-grid p { margin: 0; color: #bfb5ad; font-size: 13px; }

.eo-about { background: var(--eo-white); }
.eo-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.eo-about-media { min-height: 560px; overflow: hidden; background: var(--eo-paper); }
.eo-about-media img { width: 100%; height: 100%; object-fit: cover; }
.eo-about-copy > p:not(.eo-eyebrow) { color: var(--eo-muted); font-size: 15px; line-height: 1.8; }
.eo-about-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--eo-line); }
.eo-about-copy dl div { min-width: 0; }
.eo-about-copy dt { color: var(--eo-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.eo-about-copy dd { margin: 4px 0 0; font-size: 11px; font-weight: 700; overflow-wrap: anywhere; }

.eo-detail-page { background: var(--eo-white); }
.eo-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 23px; color: var(--eo-muted); font-size: 11px; }
.eo-breadcrumbs a:hover { color: var(--eo-leaf-dark); }
.eo-detail { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 58px; padding-bottom: 78px; }
.eo-gallery-stage { display: grid; place-items: center; aspect-ratio: 1 / 1; overflow: hidden; background: var(--eo-paper); }
.eo-gallery-stage img { width: 100%; height: 100%; object-fit: contain; }
.eo-gallery-thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 9px; }
.eo-gallery-thumb { aspect-ratio: 1; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 0; background: var(--eo-paper); cursor: pointer; }
.eo-gallery-thumb.is-active { border-color: var(--eo-leaf); }
.eo-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.eo-detail-copy { position: sticky; top: 122px; align-self: start; padding-top: 22px; }
.eo-detail-copy h1 { font-size: 39px; }
.eo-detail-price { margin: 18px 0; color: var(--eo-brass); font-family: Nunito, Arial, sans-serif; font-size: 29px; font-weight: 800; }
.eo-detail-summary { color: var(--eo-muted); font-size: 14px; line-height: 1.8; }
.eo-detail-meta { margin: 24px 0; border-top: 1px solid var(--eo-line); }
.eo-detail-meta div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--eo-line); font-size: 12px; }
.eo-detail-meta dt { color: var(--eo-muted); }
.eo-detail-meta dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.eo-detail-buy { width: 100%; min-height: 52px; font-size: 14px; }
.eo-detail-note { margin: 11px 0 0; color: var(--eo-muted); font-size: 10px; }
.eo-detail-section { padding: 55px 0; border-top: 1px solid var(--eo-line); background: var(--eo-paper); }
.eo-detail-section h2 { margin: 0 0 18px; font-size: 29px; font-weight: 700; }
.eo-detail-section p:last-child { max-width: 900px; color: var(--eo-muted); line-height: 1.8; }
.eo-related { background: var(--eo-white); }

.eo-footer { padding: 65px 0 22px; color: #d8d0c8; background: #10090c; }
.eo-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr 1fr; gap: 44px; }
.eo-footer .eo-brand strong { color: var(--eo-white); }
.eo-footer-brand p { max-width: 400px; color: #9f948d; font-size: 12px; }
.eo-footer h2 { margin: 0 0 14px; color: var(--eo-white); font-size: 11px; text-transform: uppercase; }
.eo-footer nav { display: flex; flex-direction: column; gap: 9px; }
.eo-footer nav a,
.eo-footer-contact p { margin: 0; color: #aaa099; font-size: 11px; }
.eo-footer nav a:hover { color: var(--eo-white); }
.eo-footer-bottom { margin-top: 42px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.12); color: #7f7470; font-size: 10px; }

@media (max-width: 1160px) {
  .eo-header-main { grid-template-columns: 170px 1fr auto; gap: 15px; }
  .eo-primary-nav a { padding-inline: 6px; font-size: 10px; }
  .eo-department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eo-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .eo-footer-grid { grid-template-columns: 1.2fr .7fr .7fr; }
  .eo-footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  body.eonlion-site.admin-bar .eo-header { top: 46px; }
  .eo-shell { width: min(var(--eo-width), calc(100% - 34px)); }
  .eo-service-bar span:last-child { display: none; }
  .eo-header-main { grid-template-columns: 1fr auto auto; min-height: 72px; }
  .eo-menu-toggle { display: block; }
  .eo-primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; gap: 0; padding: 10px 18px 18px; background: var(--eo-ink); border-bottom: 1px solid rgba(255,255,255,.15); box-shadow: 0 16px 28px rgba(16,9,12,.25); }
  .eo-primary-nav.is-open { display: flex; }
  .eo-primary-nav a { padding: 11px 2px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .eo-hero,
  .eo-hero-inner { min-height: 590px; }
  .eo-hero h1 { font-size: 60px; }
  .eo-section { padding: 66px 0; }
  .eo-section-heading { grid-template-columns: 1fr; gap: 15px; }
  .eo-section-heading h2,
  .eo-about-copy h2 { font-size: 35px; }
  .eo-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eo-shop-toolbar { grid-template-columns: 1fr 1fr; }
  .eo-shop-toolbar .eo-field:first-child { grid-column: 1 / -1; }
  .eo-value-grid { grid-template-columns: 1fr; }
  .eo-value-grid > div { min-height: 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .eo-value-grid > div:first-child { border-top: 0; }
  .eo-about-grid { grid-template-columns: 1fr; gap: 44px; }
  .eo-about-media { min-height: 430px; }
  .eo-detail { grid-template-columns: 1fr; gap: 34px; }
  .eo-detail-copy { position: static; padding-top: 0; }
}

@media (max-width: 620px) {
  .eo-shell { width: min(var(--eo-width), calc(100% - 24px)); }
  .eo-service-bar { justify-content: space-between; gap: 10px; padding-inline: 12px; font-size: 8px; }
  .eo-header-cta { display: none; }
  .eo-header-main { grid-template-columns: 1fr auto; }
  .eo-brand strong { font-size: 25px; }
  .eo-hero,
  .eo-hero-inner { min-height: 560px; max-height: 630px; }
  .eo-hero-inner { padding-block: 35px; }
  .eo-hero-copy { padding-left: 18px; }
  .eo-hero h1 { font-size: 47px; }
  .eo-hero-title { font-size: 21px; }
  .eo-hero-lede { font-size: 13px; }
  .eo-hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .eo-hero-facts { margin-top: 27px; }
  .eo-hero-facts div { min-width: 0; padding-inline: 13px; }
  .eo-hero-facts dd { font-size: 20px; }
  .eo-section { padding: 52px 0; }
  .eo-section-heading h2,
  .eo-about-copy h2,
  .eo-detail-copy h1 { font-size: 30px; }
  .eo-department-grid,
  .eo-product-grid { grid-template-columns: 1fr; }
  .eo-department { min-height: 340px; }
  .eo-product-card h3 { min-height: 0; }
  .eo-shop-toolbar { grid-template-columns: 1fr; }
  .eo-shop-toolbar .eo-field:first-child { grid-column: auto; }
  .eo-results-bar { align-items: flex-start; flex-direction: column; }
  .eo-about-media { min-height: 340px; }
  .eo-about-copy dl { grid-template-columns: 1fr; }
  .eo-gallery-thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .eo-detail-meta div { grid-template-columns: 85px 1fr; }
  .eo-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 18px; }
  .eo-footer-brand,
  .eo-footer-contact { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
