/*
Theme Name: ExpoEdge Commerce
Theme URI: https://example.com/expoedge
Author: Custom Build
Description: A responsive trade-show display storefront theme built for WordPress and WooCommerce.
Version: 1.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: expoedge
*/

:root {
  --ink: #18212b;
  --muted: #66717d;
  --blue: #27a9e1;
  --blue-dark: #087cac;
  --red: #bf3238;
  --cream: #f5f2ec;
  --line: #dce1e6;
  --white: #fff;
  --shadow: 0 14px 40px rgba(22, 36, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 76px 0; }
.eyebrow { margin: 0 0 8px; color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.text-link { border-bottom: 2px solid var(--blue); font-weight: 800; }
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  transition: .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-dark); }
.button-dark { background: var(--ink); }

.utility-bar { background: #101010; color: #fff; font-size: 13px; }
.utility-inner { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-points { display: flex; align-items: center; gap: 28px; }
.utility-points span::before { margin-right: 8px; color: var(--blue); }
.utility-points span:first-child::before { content: "▣"; }
.utility-points span:nth-child(2)::before { content: "✓"; }
.utility-actions { display: flex; align-items: center; gap: 22px; }
.upload-link { align-self: stretch; display: flex; align-items: center; padding: 0 22px; background: var(--red); font-weight: 800; }

.site-header { position: relative; z-index: 10; background: #fff; border-bottom: 1px solid var(--line); }
.nav-row { min-height: 96px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 34px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 29px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { position: relative; width: 55px; height: 37px; border: 3px solid var(--ink); border-bottom: 0; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: -10px; width: 31px; height: 23px; border: 3px solid var(--blue); border-bottom: 0; }
.brand-mark::before { left: -13px; }
.brand-mark::after { right: -13px; border-color: var(--red); }
.main-nav ul { display: flex; justify-content: center; gap: clamp(22px, 3.2vw, 52px); margin: 0; padding: 0; list-style: none; }
.main-nav a { font-size: 14px; font-weight: 800; text-transform: uppercase; }
.nav-tools { display: flex; gap: 18px; font-size: 24px; }
.menu-toggle { display: none; padding: 8px; border: 0; background: none; font-size: 25px; }

.hero { padding: 30px 0 18px; background: #f7f7f7; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(280px, .9fr); gap: 24px; }
.hero-main {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(35px, 5vw, 72px);
  background: radial-gradient(circle at 30% 50%, #fff 0, #edf1f4 44%, #d8dde2 100%);
}
.hero-copy { position: relative; z-index: 2; width: min(470px, 58%); }
.hero-copy h1 { margin: 0 0 18px; font-size: clamp(42px, 5vw, 72px); line-height: .96; letter-spacing: -.055em; }
.hero-copy p { margin: 0 0 28px; color: var(--muted); font-size: 18px; }
.booth-art { position: absolute; right: 3%; bottom: 0; width: 48%; height: 87%; }
.backwall { position: absolute; inset: 5% 0 18%; border-radius: 14px 14px 0 0; background: linear-gradient(135deg, #15334b 0 45%, #27a9e1 45% 70%, #f1b12a 70%); box-shadow: var(--shadow); }
.backwall::after { content: "YOUR BRAND"; position: absolute; top: 18%; left: 14%; color: #fff; font-size: clamp(24px, 3vw, 48px); font-weight: 900; transform: rotate(-5deg); }
.counter { position: absolute; right: 10%; bottom: 4%; width: 42%; height: 38%; border-radius: 8px 8px 16px 16px; background: linear-gradient(135deg, #132c40 0 54%, #27a9e1 54%); box-shadow: var(--shadow); }
.counter::after { content: "EXPO"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 26px; font-weight: 900; }
.hero-side { display: grid; gap: 24px; }
.video-card { min-height: 218px; position: relative; overflow: hidden; padding: 30px; background: linear-gradient(135deg, #f7e6c4, #fff); border: 1px solid #e5e5e5; }
.video-card:nth-child(2) { background: linear-gradient(135deg, #dfeef6, #fff); }
.video-card h3 { width: 72%; margin: 0; font-size: 29px; line-height: 1; text-transform: uppercase; }
.play { position: absolute; right: 28px; bottom: 28px; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-size: 25px; box-shadow: var(--shadow); }

.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { border: 1px solid var(--line); background: #fff; transition: .2s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-visual { min-height: 255px; position: relative; overflow: hidden; display: grid; place-items: center; background: #f2f4f5; }
.mini-display { width: 76%; height: 55%; position: relative; border-radius: 7px 7px 0 0; background: linear-gradient(140deg, #1d405c 0 45%, #27a9e1 45% 72%, #f1b12a 72%); box-shadow: 0 18px 25px rgba(0,0,0,.18); }
.mini-display::after { content: ""; position: absolute; left: 33%; bottom: -25%; width: 34%; height: 46%; border-radius: 4px; background: #172c3d; }
.product-card:nth-child(2) .mini-display { background: linear-gradient(140deg, #5b8926 0 45%, #b9d970 45% 72%, #fff 72%); }
.product-card:nth-child(3) .mini-display { background: linear-gradient(140deg, #4e1b65, #b84f8b 55%, #f7d167 55%); }
.product-card:nth-child(4) .mini-display { background: linear-gradient(140deg, #222, #555 55%, #e5463a 55%); }
.product-info { padding: 22px; }
.product-info h3 { margin: 0 0 8px; font-size: 18px; }
.price { color: var(--red); font-size: 18px; font-weight: 900; }
.rating { margin-top: 8px; color: #d99b1d; font-size: 13px; }

.order-section { background: var(--cream); }
.order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.steps { display: grid; gap: 26px; margin-top: 35px; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; }
.step-number { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 20px; font-weight: 900; }
.step h3 { margin: 0 0 5px; }
.step p { margin: 0; color: var(--muted); }
.order-art { min-height: 470px; position: relative; background: #fff; box-shadow: var(--shadow); }
.order-art::before { content: ""; position: absolute; inset: 11% 14% 22%; background: linear-gradient(140deg, #132e43, #27a9e1 58%, #f1b12a 58%); }
.order-art::after { content: "READY FOR THE SHOW"; position: absolute; left: 20%; top: 20%; width: 50%; color: #fff; font-size: clamp(24px, 3vw, 42px); font-weight: 900; line-height: .95; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.category-card { min-height: 330px; position: relative; overflow: hidden; display: flex; align-items: end; padding: 30px; background: linear-gradient(145deg, #e9edf0, #bbc7cf); }
.category-card:nth-child(2) { background: linear-gradient(145deg, #d9e8d0, #8bae7a); }
.category-card:nth-child(3) { background: linear-gradient(145deg, #efd9d2, #be7868); }
.category-card:nth-child(4) { background: linear-gradient(145deg, #d4e7ee, #669db2); }
.category-card:nth-child(5) { background: linear-gradient(145deg, #efe7ca, #c6a84c); }
.category-card:nth-child(6) { background: linear-gradient(145deg, #e4dded, #876da6); }
.category-card::before { content: ""; position: absolute; width: 62%; height: 52%; top: 15%; right: 8%; background: rgba(255,255,255,.72); border: 12px solid rgba(24,33,43,.75); box-shadow: var(--shadow); transform: perspective(500px) rotateY(-8deg); }
.category-card h3 { position: relative; z-index: 2; margin: 0 0 4px; font-size: 26px; }
.category-card span { position: relative; z-index: 2; color: var(--blue-dark); font-weight: 900; text-transform: uppercase; }

.trust-strip { background: var(--ink); color: #fff; }
.trust-grid { min-height: 150px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { padding: 24px; border-right: 1px solid rgba(255,255,255,.15); text-align: center; }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; margin-bottom: 5px; font-size: 19px; }
.trust-item span { color: #b6c0ca; font-size: 13px; }

.faq-wrap { width: min(900px, calc(100% - 40px)); margin: auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { padding: 24px 0; cursor: pointer; font-size: 19px; font-weight: 900; }
.faq-item p { margin: 0 0 24px; color: var(--muted); }

.site-footer { background: #0e151c; color: #dbe1e7; }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; padding: 68px 0; }
.footer-main h3 { margin: 0 0 18px; color: #fff; font-size: 16px; text-transform: uppercase; }
.footer-main ul { margin: 0; padding: 0; list-style: none; }
.footer-main li { margin: 10px 0; color: #9fabb6; }
.footer-brand p { max-width: 330px; color: #9fabb6; }
.newsletter { display: flex; margin-top: 18px; }
.newsletter input { min-width: 0; flex: 1; padding: 13px; border: 0; }
.newsletter button { padding: 0 18px; border: 0; background: var(--blue); color: #fff; font-weight: 900; }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: #83909c; font-size: 13px; text-align: center; }

@media (max-width: 980px) {
  .nav-row { grid-template-columns: 1fr auto; }
  .main-nav { display: none; grid-column: 1 / -1; padding-bottom: 24px; }
  .main-nav.is-open { display: block; }
  .main-nav ul { align-items: flex-start; flex-direction: column; gap: 15px; }
  .menu-toggle { display: block; }
  .nav-tools { display: none; }
  .hero-grid, .order-grid { grid-template-columns: 1fr; }
  .hero-side { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container { width: min(100% - 26px, 1240px); }
  .utility-inner { justify-content: center; text-align: center; }
  .utility-actions, .utility-points span:nth-child(2) { display: none; }
  .nav-row { min-height: 78px; }
  .site-brand { font-size: 23px; }
  .brand-mark { transform: scale(.78); margin-left: -5px; }
  .hero-main { min-height: 600px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .booth-art { width: 82%; height: 45%; right: 9%; }
  .hero-side, .products-grid, .category-grid, .footer-main { grid-template-columns: 1fr; }
  .section { padding: 54px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 12px; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .trust-item:nth-child(2) { border-right: 0; }
  .order-art { min-height: 350px; }
}
