@import "./theme.css";

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: dark; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--es-font-body);
  font-size: var(--es-body);
  line-height: 1.55;
  color: var(--es-text);
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(46, 224, 199, 0.08), transparent 50%),
    linear-gradient(180deg, var(--es-bg) 0%, #0d141c 100%);
  min-height: 100vh;
}
p, li, td, .es-prose p, .es-section .sub, .es-card-body p, .lead,
.es-insta-banner p, .es-faq p, .es-video-elsewhere,
.es-footer, .es-callout, .es-tldr li, .es-steps li {
  font-family: var(--es-font-body);
}
button, input, select, textarea { font-family: inherit; }
a { color: var(--es-accent); text-decoration: none; }
a:hover { color: var(--es-accent-glow); }
img { max-width: 100%; display: block; }
code { font-size: 0.88em; background: var(--es-card); padding: 2px 6px; border-radius: 4px; }

.es-header {
  position: sticky; top: 0; z-index: 200;
  height: var(--es-nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 20px;
  background: rgba(10, 15, 23, 0.92);
  border-bottom: 1px solid var(--es-stroke);
  backdrop-filter: blur(14px);
}
.es-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--es-font-blackletter);
  font-weight: 400; font-size: 1rem; letter-spacing: 0.04em;
  text-transform: none; color: var(--es-text);
}
.es-brand:hover { color: var(--es-accent-glow); }
.es-logo {
  width: 36px; height: 36px; object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(46, 224, 199, 0.25));
}

.es-nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 302;
  flex-shrink: 0;
}

.es-nav-toggle-bar {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: var(--es-text);
  transition: transform 0.2s, opacity 0.2s;
}

body.es-nav-open {
  overflow: hidden;
}

body.es-nav-open .es-header {
  z-index: 402;
}

body.es-nav-open .es-nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

body.es-nav-open .es-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

body.es-nav-open .es-nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.es-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 400;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.es-nav-backdrop[hidden] {
  display: none;
}

.es-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(300px, 88vw);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: calc(var(--es-nav-h) + 1.5rem) 1.5rem 2rem;
  background: rgba(10, 15, 23, 0.98);
  border-left: 1px solid var(--es-stroke);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.45);
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 401;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
}

body.es-nav-open .es-nav {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.es-nav a {
  display: block;
  padding: 0.85rem 0;
  border-radius: 0;
  font-family: var(--es-font-heading);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--es-text);
  border-bottom: 1px solid var(--es-stroke);
}

.es-nav a:last-child {
  border-bottom: none;
}

.es-nav a:hover,
.es-nav a[aria-current="page"] {
  color: var(--es-text);
  background: transparent;
}

.es-nav a[aria-current="page"] {
  color: var(--es-accent-glow);
}
.es-main { width: min(100% - 32px, var(--es-max)); margin: 0 auto; padding: 36px 0 72px; }
.es-page-home .es-main {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.es-page-home .es-main > .es-section,
.es-page-home .es-main > .es-insta-banner {
  width: min(100% - 32px, var(--es-max));
  margin-left: auto;
  margin-right: auto;
}

/* Home hero — company name, logo, title */
.es-hero-home {
  text-align: center;
  padding: 0 0 40px;
  margin: 0 0 8px;
}
.es-hero-company-banner-wrap {
  width: 100%;
  max-width: min(100%, 960px);
  margin: 0 auto 10px;
  padding: 14px clamp(28px, 7vw, 64px) 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.es-hero-company-banner {
  display: inline-block;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--es-font-company);
  font-size: 48px; /* overridden by fit script */
  font-weight: 100;
  letter-spacing: 0.22em;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  color: var(--es-accent);
  text-shadow:
    0 0 12px rgba(46, 224, 199, 0.55),
    0 0 28px rgba(46, 224, 199, 0.22);
}
.es-hero-logo-banner {
  display: block;
  width: min(100%, 520px);
  max-width: 520px;
  height: auto;
  margin: 0 auto 0.5rem;
  object-fit: contain;
}
.es-hero-copy {
  padding: 8px 16px 0;
  max-width: 640px;
  margin: 0 auto 1rem;
}
.es-hero-kicker {
  margin: 0 0 10px;
  font-family: var(--es-font-company);
  font-size: clamp(1.1rem, 3.5vw, 1.45rem);
  font-weight: 100;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  color: var(--es-accent);
  text-shadow:
    0 0 12px rgba(46, 224, 199, 0.55),
    0 0 28px rgba(46, 224, 199, 0.22);
}
.es-hero-home h1,
.es-hero-headline-split {
  margin: 0 0 14px;
  font-family: var(--es-font-hero);
  font-size: clamp(1.15rem, 5.2vw, 2.65rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: none;
}
.es-hero-headline-split {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.es-hero-headline-line {
  display: block;
  white-space: nowrap;
  font-size: clamp(1.15rem, 5.2vw, 2.65rem);
}
.es-hero-home .intro {
  margin: 0 auto 24px;
  max-width: 52ch;
  color: var(--es-muted);
  font-family: var(--es-font-body);
  font-size: var(--es-copy-lg);
  line-height: 1.55;
}
/* Intro / lead paragraphs — body font for readability (not script/cursive) */
.lead {
  font-family: var(--es-font-body);
  font-style: normal;
  font-weight: 400;
  font-size: var(--es-copy-lg);
  line-height: 1.55;
  color: var(--es-muted);
}
.es-hero-home .lead {
  margin: 0 auto 12px;
  max-width: 52ch;
}

.es-hero { text-align: center; padding: 40px 0 48px; }
.es-hero-logo-wrap {
  display: flex; justify-content: center; margin-bottom: 20px;
}
.es-hero-logo {
  width: min(280px, 72vw); height: auto; object-fit: contain;
  filter: drop-shadow(0 8px 32px rgba(46, 224, 199, 0.2));
}
.es-section h2,
.es-insta-banner h3,
.es-prose h2,
.es-guide-video h2,
.es-product-guide-cta h2 {
  font-family: var(--es-font-display);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: none;
}
.es-product-hero h1,
.es-hero h1 {
  font-family: var(--es-font-hero);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: none;
}
.es-card-body h3 {
  font-family: var(--es-font-label);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.es-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.75rem, 9vw, 4.25rem);
}
.es-product-hero h1 {
  font-size: clamp(2.5rem, 7vw, 3.75rem);
}
.es-hero .lead {
  margin: 0 auto 12px;
  max-width: 42ch;
}
.es-hero-article .lead {
  max-width: 65ch;
}
.es-hero .intro { margin: 0 auto 28px; max-width: 52ch; color: var(--es-muted); font-size: var(--es-copy-lg); }

.es-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }
.es-actions-stack {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  max-width: min(100%, 22rem);
  margin-left: auto;
  margin-right: auto;
}
.es-actions-stack .es-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.es-hero-home-actions {
  margin: 28px auto 12px;
  padding: 0 16px;
}

/* Home auto gallery — copied from studio.electricsharktattoo.com/styles.css */
.viewer {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 3rem;
  overflow: hidden;
}

.viewer-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-width: none;
  border-radius: 6px;
  cursor: grab;
  height: 72vh;
}

.viewer-track::-webkit-scrollbar {
  display: none;
}

.viewer-track:active {
  cursor: grabbing;
}

.viewer-track-auto {
  display: block;
  overflow: hidden;
  cursor: default;
  position: relative;
}

.viewer-slide {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--es-bg);
  border-radius: 6px;
  touch-action: pan-x;
  overflow: hidden;
  box-sizing: border-box;
}

.viewer-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.photo-frame {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  max-height: 100%;
}

.photo-watermark {
  position: absolute;
  left: 0.75rem;
  bottom: 1rem;
  font-family: var(--es-font-label);
  font-size: clamp(0.82rem, 2vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
  pointer-events: none;
  user-select: none;
}

.viewer-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(12, 12, 14, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--es-text);
  font-size: 1.75rem;
  line-height: 1;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.viewer-btn:hover {
  background: rgba(46, 224, 199, 0.2);
  border-color: var(--es-accent);
}

.viewer-prev {
  left: 0.5rem;
}

.viewer-next {
  right: 0.5rem;
}

.viewer-counter {
  font-family: var(--es-font-label);
  text-align: center;
  margin-top: 0.75rem;
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  letter-spacing: 0.05em;
}

.es-portfolio {
  padding: 2rem 0 4rem;
}

.es-page-gallery .es-main {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.es-page-gallery .es-portfolio-full {
  padding: 0 0 3rem;
}

.es-page-gallery .es-portfolio-full .viewer {
  max-width: none;
  width: 100%;
  padding: 0;
}

.es-page-gallery .es-portfolio-full .viewer-track,
.es-page-gallery .es-portfolio-full .viewer-slide {
  height: calc(100svh - 220px);
  min-height: 360px;
  border-radius: 0;
}

.es-page-gallery .es-section-header {
  width: min(100% - 32px, var(--es-max));
  margin-left: auto;
  margin-right: auto;
}

.es-page-gallery .es-insta-banner {
  width: min(100% - 32px, var(--es-max));
  margin-left: auto;
  margin-right: auto;
}

.es-portfolio-hint {
  margin: 0.35rem 0 0;
  color: var(--es-muted);
  font-size: var(--es-copy-md);
}

.es-section-header {
  text-align: center;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}

.es-section-header h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 5vw, 2.35rem);
}

.es-section-header p {
  margin: 0;
  color: var(--es-muted);
  font-size: 1.05rem;
}

.auto-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.es-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: var(--es-font-company);
  font-weight: 100;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--es-accent);
  background: rgba(10, 15, 23, 0.55);
  border: 1px solid rgba(46, 224, 199, 0.42);
  text-shadow:
    0 0 10px rgba(46, 224, 199, 0.4),
    0 0 22px rgba(46, 224, 199, 0.15);
  cursor: pointer;
  transition: transform 0.12s, box-shadow 0.12s, border-color 0.12s, color 0.12s;
  text-decoration: none;
}
.es-btn:active { transform: scale(0.98); }
.es-btn:hover {
  color: var(--es-accent-glow);
  border-color: rgba(89, 242, 224, 0.62);
  box-shadow: 0 0 18px rgba(46, 224, 199, 0.2);
}
.es-btn-primary,
.es-btn-ghost {
  background: rgba(10, 15, 23, 0.55);
  border-color: rgba(46, 224, 199, 0.42);
  color: var(--es-accent);
}
.es-btn-primary:hover,
.es-btn-ghost:hover {
  color: var(--es-accent-glow);
  border-color: rgba(89, 242, 224, 0.62);
}
.es-btn-insta::before { content: "📷"; font-size: 0.85em; }

.es-section { margin-top: 48px; }
.es-section h2 { margin: 0 0 10px; font-size: clamp(1.75rem, 5vw, 2.35rem); }
.es-section .sub { margin: 0 0 24px; color: var(--es-muted); max-width: 52ch; font-size: var(--es-copy-lg); }

.es-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.es-card {
  background: var(--es-card);
  border: 1px solid var(--es-stroke);
  border-radius: var(--es-radius);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.es-card:hover { border-color: rgba(46, 224, 199, 0.35); transform: translateY(-2px); }
.es-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.es-card.es-card-product img {
  object-fit: cover;
  object-position: center;
}

.es-model-section { margin-top: 8px; }
.es-model-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 20px;
}
.es-model-card {
  background: var(--es-card);
  border: 1px solid var(--es-stroke);
  border-radius: var(--es-radius);
  padding: 22px;
}
.es-model-card-featured {
  border-color: rgba(46, 224, 199, 0.4);
}
.es-model-card h2,
.es-model-card h3 {
  margin: 8px 0 8px;
  font-size: 1.2rem;
}
.es-model-tagline {
  margin: 0 0 12px;
  font-size: 0.9rem;
  color: var(--es-accent-glow);
}
.es-model-card p {
  margin: 0 0 12px;
  font-size: var(--es-copy-md);
  color: var(--es-muted);
  line-height: 1.6;
}
.es-model-specs { margin: 12px 0; }
.es-model-availability {
  margin: 14px 0 0;
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  font-style: italic;
}
.es-card-body { padding: 18px; }
.es-card-body h3 { margin: 0 0 6px; font-size: 1.1rem; }
.es-card-body p { margin: 0; font-size: var(--es-copy-sm); color: var(--es-muted); }
.es-badge {
  display: inline-block; margin-bottom: 8px;
  padding: 3px 10px; border-radius: 999px;
  font-family: var(--es-font-label);
  font-size: 0.72rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(46, 224, 199, 0.15); color: var(--es-accent-glow);
}

.es-specs {
  width: 100%; border-collapse: collapse; margin: 20px 0;
  font-size: var(--es-copy-md);
}
.es-specs td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--es-stroke);
  vertical-align: top;
}
.es-specs td:first-child {
  color: var(--es-muted);
  width: 38%;
  font-family: var(--es-font-heading);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.es-specs td:last-child { font-family: var(--es-font-body); }

.es-callout {
  margin: 24px 0; padding: 18px 20px;
  border-radius: var(--es-radius);
  background: rgba(245, 166, 35, 0.08);
  border: 1px solid rgba(245, 166, 35, 0.35);
  font-size: var(--es-copy-md);
}
.es-callout strong { color: var(--es-warn); }
.es-guide-legal p + p { margin-top: 12px; }

.es-insta-banner {
  margin: 32px 0; padding: 28px;
  text-align: center;
  border-radius: var(--es-radius);
  background: linear-gradient(145deg, rgba(46, 224, 199, 0.12), rgba(20, 140, 133, 0.06));
  border: 1px solid rgba(46, 224, 199, 0.25);
}
.es-insta-banner h3 { margin: 0 0 8px; }
.es-insta-banner p { margin: 0 0 18px; color: var(--es-muted); }

.es-prose h2 { margin: 32px 0 12px; font-size: clamp(1.35rem, 4vw, 1.75rem); scroll-margin-top: calc(var(--es-nav-h) + 16px); }
.es-prose p { color: var(--es-muted); margin: 0 0 14px; }
.es-tldr {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: grid; gap: 10px;
}
.es-tldr li {
  padding: 12px 16px; border-radius: 10px;
  background: var(--es-card); border: 1px solid var(--es-stroke);
  color: var(--es-text); font-size: var(--es-copy-md);
}
.es-tldr li::before {
  content: "→ ";
  color: var(--es-accent);
  font-family: var(--es-font-label);
  font-weight: 400;
  letter-spacing: 0.05em;
}

.es-faq details {
  margin-bottom: 10px; border: 1px solid var(--es-stroke);
  border-radius: 10px; background: var(--es-card);
}
.es-faq summary {
  padding: 14px 16px;
  cursor: pointer;
  font-family: var(--es-font-heading);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.es-faq p { margin: 0; padding: 0 16px 14px; color: var(--es-muted); font-size: var(--es-copy-md); }

.es-hero-article .intro { max-width: 65ch; }
.es-toc {
  margin: 0 0 28px; padding: 14px 16px;
  border: 1px solid var(--es-stroke); border-radius: var(--es-radius);
  background: var(--es-card); font-size: var(--es-copy-md); color: var(--es-muted); line-height: 1.6;
}
.es-toc a { margin: 0 4px; }
.es-timeline { margin: 0 0 40px; display: grid; gap: 14px; }
.es-timeline h2 { margin: 0 0 16px; font-family: var(--es-font-display); font-size: clamp(1.5rem, 4vw, 2rem); }
.es-timeline-item {
  padding: 16px 18px; border-left: 3px solid var(--es-accent);
  background: var(--es-card); border-radius: 0 var(--es-radius) var(--es-radius) 0;
}
.es-timeline-era {
  margin: 0 0 4px; font-family: var(--es-font-label); font-size: 0.85rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--es-accent-glow);
}
.es-timeline-years {
  margin: 0 0 8px; font-family: var(--es-font-heading); font-size: 0.8rem;
  letter-spacing: 0.08em; color: var(--es-muted);
}
.es-timeline-item p:last-child { margin: 0; color: var(--es-muted); line-height: 1.55; }
.es-prose-long { max-width: 72ch; }
.es-prose-section { margin-bottom: 8px; }
.es-prose-section h2 { margin-top: 36px; }
.es-builder-list { margin: 0 0 16px; padding-left: 1.2rem; color: var(--es-muted); line-height: 1.65; }
.es-builder-list li { margin-bottom: 8px; }
.es-builder-list strong { color: var(--es-text); }
.es-footer-guides { display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: center; margin-top: 12px; }
.es-footer-guides a { font-size: var(--es-copy-sm); color: var(--es-muted); }
.es-footer-guides a:hover { color: var(--es-accent-glow); }

.es-builder-dates {
  margin: 0 0 4px;
  font-family: var(--es-font-heading);
  font-size: var(--es-copy-sm);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--es-muted);
}
.es-builder-region {
  margin: 0 0 16px;
  font-family: var(--es-font-body);
  font-style: italic;
  color: var(--es-accent-glow);
}
.es-builder-bio p { font-size: 1.18rem; line-height: 1.65; }
.es-prose a, .es-timeline-item a, .es-builder-list a, .es-faq a {
  color: var(--es-accent-glow);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.es-prose a:hover, .es-timeline-item a:hover, .es-builder-list a:hover, .es-faq a:hover {
  color: var(--es-accent);
}

.es-video {
  margin: 28px auto; max-width: 720px;
  aspect-ratio: 16/9; border-radius: var(--es-radius); overflow: hidden;
  border: 1px solid var(--es-stroke);
}
.es-video iframe { width: 100%; height: 100%; border: 0; }

.es-product-hero {
  display: grid; gap: 28px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .es-product-hero { grid-template-columns: 1fr 1fr; align-items: start; }
}
.es-product-hero img {
  border-radius: var(--es-radius);
  border: 1px solid var(--es-stroke);
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.es-steps { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.es-steps li {
  counter-increment: step;
  padding: 14px 16px 14px 48px;
  margin-bottom: 10px;
  position: relative;
  background: var(--es-card); border: 1px solid var(--es-stroke);
  border-radius: 10px; color: var(--es-muted);
}
.es-steps li::before {
  content: counter(step);
  position: absolute; left: 14px; top: 14px;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--es-accent); color: #041210;
  font-family: var(--es-font-label);
  font-size: 0.8rem; font-weight: 400;
  display: flex; align-items: center; justify-content: center;
}

/* Gallery */
.es-gallery-filters {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px;
}
.es-gallery-filters button {
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--es-stroke); background: var(--es-card);
  color: var(--es-muted);
  font-family: var(--es-font-heading);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer;
}
.es-gallery-filters button.active,
.es-gallery-filters button:hover {
  border-color: var(--es-accent); color: var(--es-accent-glow);
  background: rgba(46, 224, 199, 0.1);
}

.es-masonry {
  columns: 2; column-gap: 12px;
  min-height: 120px;
}
@media (min-width: 640px) { .es-masonry { columns: 3; } }
@media (min-width: 960px) { .es-masonry { columns: 4; column-gap: 14px; } }

.es-masonry-item {
  break-inside: avoid;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
  border: 1px solid var(--es-stroke);
  position: relative;
  background: var(--es-card);
  transition: transform 0.2s, box-shadow 0.2s;
}
.es-masonry-item:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  border-color: rgba(46, 224, 199, 0.4);
}
.es-masonry-item img { width: 100%; height: auto; }
.es-masonry-item .tag {
  position: absolute; bottom: 8px; left: 8px;
  padding: 4px 10px; border-radius: 999px;
  font-family: var(--es-font-label);
  font-size: 0.68rem; font-weight: 400; text-transform: uppercase;
  background: rgba(10, 15, 23, 0.85); color: var(--es-accent-glow);
  letter-spacing: 0.08em;
}

.es-lightbox {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(4, 8, 12, 0.94);
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.es-lightbox.open { display: flex; }
.es-lightbox img {
  max-width: min(100%, 1100px); max-height: 90vh;
  border-radius: 12px; object-fit: contain;
}
.es-lightbox-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; color: var(--es-text);
  font-size: 2rem; cursor: pointer; line-height: 1;
}
.es-lightbox-caption {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  color: var(--es-muted); font-size: var(--es-copy-sm); text-align: center;
}

.es-footer {
  margin-top: 56px; padding: 28px 20px;
  text-align: center; font-size: var(--es-copy-md); color: var(--es-muted);
  border-top: 1px solid var(--es-stroke);
  font-family: var(--es-font-body);
}
.es-footer a { margin: 0 8px; }
.es-footer-guides {
  margin-top: 12px;
  font-family: var(--es-font-label);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.es-footer-guides a { margin: 0 10px; }

/* User guides */
.es-guide-prose {
  text-align: left;
}

.es-guide-toc {
  margin: 28px 0 36px;
  padding: 18px 20px;
  border-radius: var(--es-radius);
  border: 1px solid var(--es-stroke);
  background: var(--es-card);
}

.es-guide-toc strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--es-font-heading);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--es-muted);
}

.es-guide-toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 1;
}

@media (min-width: 640px) {
  .es-guide-toc ul { columns: 2; column-gap: 24px; }
}

.es-guide-toc li {
  margin: 0 0 8px;
  break-inside: avoid;
}

.es-guide-toc a {
  color: var(--es-text);
  font-size: 0.95rem;
}

.es-guide-toc a:hover {
  color: var(--es-accent-glow);
}

.es-guide-section {
  margin-bottom: 40px;
  scroll-margin-top: calc(var(--es-nav-h) + 20px);
}

.es-guide-section h2 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
}

.es-guide-list {
  margin: 0 0 16px;
  padding-left: 1.25rem;
}

.es-guide-list li {
  margin-bottom: 8px;
}

.es-guide-requirements {
  margin: 0 0 8px;
  padding: 16px 16px 16px 2rem;
  border-radius: var(--es-radius);
  border: 1px solid rgba(46, 224, 199, 0.25);
  background: rgba(46, 224, 199, 0.06);
}

.es-guide-steps {
  margin: 0 0 16px;
  padding-left: 1.35rem;
}

.es-guide-steps li {
  margin-bottom: 10px;
}

.es-guide-dl {
  margin: 0;
}

.es-guide-dl dt {
  margin-top: 16px;
  font-family: var(--es-font-heading);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--es-accent-glow);
}

.es-guide-dl dt:first-child {
  margin-top: 0;
}

.es-guide-dl dd {
  margin: 6px 0 0;
  color: var(--es-muted);
}

.es-guide-hint {
  margin: 0 0 14px;
  font-size: 0.78rem;
  color: var(--es-muted);
  font-family: var(--es-font-blackletter);
  letter-spacing: 0.02em;
  text-transform: none;
}
.es-guide-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 20px;
  margin: 0 -4px;
}
.es-guide-scroll figure {
  flex: 0 0 min(92vw, 520px);
  margin: 0;
  scroll-snap-align: center;
  border-radius: var(--es-radius);
  overflow: hidden;
  border: 1px solid var(--es-stroke);
  background: var(--es-card);
}
.es-guide-scroll img {
  width: 100%; height: auto; display: block;
  cursor: zoom-in;
}
.es-guide-video {
  margin: 28px 0;
  padding: 20px;
  border-radius: var(--es-radius);
  border: 1px solid var(--es-stroke);
  background: var(--es-card);
}
.es-guide-video h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.es-guide-hub {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.es-guide-hub a.es-card { text-decoration: none; color: inherit; }
.es-guide-hub .es-card-text .es-card-body {
  padding: 22px 20px;
}
.es-product-guide-cta {
  margin: 28px 0;
  padding: 22px;
  border-radius: var(--es-radius);
  border: 1px solid rgba(46, 224, 199, 0.3);
  background: var(--es-bg-elevated);
}
.es-product-guide-cta h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}
.es-product-guide-cta p {
  margin: 0 0 16px;
  color: var(--es-muted);
  font-size: var(--es-copy-md);
}

/* Videos page */
.es-video-feature {
  aspect-ratio: 16/9;
  max-width: 900px;
  margin: 0 auto;
  border-radius: var(--es-radius);
  overflow: hidden;
  border: 1px solid var(--es-stroke);
}
.es-video-feature iframe { width: 100%; height: 100%; border: 0; }
.es-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.es-video-card {
  display: flex;
  flex-direction: column;
  background: var(--es-card);
  border: 1px solid var(--es-stroke);
  border-radius: var(--es-radius);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, transform 0.2s;
}
.es-video-card:hover {
  border-color: rgba(46, 224, 199, 0.4);
  transform: translateY(-2px);
}
.es-video-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.es-video-card-body { padding: 14px 16px 16px; }
.es-video-card-body h3 {
  margin: 0 0 6px;
  font-family: var(--es-font-label);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}
.es-video-card-body p {
  margin: 0 0 8px;
  font-size: var(--es-copy-md);
  color: var(--es-muted);
}
.es-video-watch {
  font-size: 0.72rem;
  font-family: var(--es-font-heading);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--es-accent);
}

.es-product-hero .sub {
  font-family: var(--es-font-body);
  font-style: normal;
  font-weight: 400;
  font-size: var(--es-copy-lg);
  color: var(--es-muted);
  line-height: 1.55;
  margin: 0 0 16px;
}
.es-video-elsewhere {
  color: var(--es-muted);
  line-height: 1.7;
  font-size: var(--es-copy-md);
  padding-left: 1.2rem;
}
.es-video-elsewhere a { color: var(--es-accent-glow); }

.es-dev {
  position: fixed; bottom: 10px; right: 10px;
  padding: 4px 10px; font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--es-accent); border: 1px solid rgba(46,224,199,0.35);
  border-radius: 999px; background: rgba(10,15,23,0.9);
  pointer-events: none;
}

@media (max-width: 640px) {
  .viewer {
    padding: 0;
    max-width: 100%;
  }

  .viewer-track {
    border-radius: 0;
    height: 60vh;
  }

  .viewer-slide {
    border-radius: 0;
    height: 60vh;
  }

  .es-page-gallery .es-portfolio-full .viewer-track,
  .es-page-gallery .es-portfolio-full .viewer-slide {
    height: calc(100svh - 180px);
    min-height: 280px;
  }
}

@media (max-width: 520px) {
  .es-brand span { font-size: 0.78rem; }
}

/* Shark Shop */
.es-page-shop .es-main {
  width: min(100% - 32px, 920px);
  padding-top: 28px;
}

.es-page-shop .es-hero-shop .lead,
.es-page-shop .es-hero .lead {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: var(--es-muted-light);
}

/* Landing hero — narrative lead vs checkout subhead */
.es-shop-hero-lead {
  font-family: var(--es-font-body);
  font-size: clamp(1.2rem, 2.9vw, 1.4rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.65;
  color: var(--es-muted-light);
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 20px;
}

.es-shop-hero-subhead {
  font-family: var(--es-font-heading);
  font-size: clamp(0.88rem, 2.1vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.7;
  color: var(--es-accent);
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  padding: 14px 18px;
  border-top: 1px solid rgba(46, 224, 199, 0.2);
  border-bottom: 1px solid rgba(46, 224, 199, 0.2);
}

.es-shop-hero-compact {
  padding: 16px 0 28px;
  text-align: center;
}

.es-shop-hero-note {
  margin: 14px auto 0;
  max-width: 40rem;
  font-size: var(--es-copy-md);
  color: var(--es-muted);
  line-height: 1.55;
}

.es-page-shop .es-section h2 {
  font-family: var(--es-font-heading);
  font-size: clamp(1.2rem, 3.5vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--es-text);
}

.es-page-shop .es-insta-banner {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.es-page-shop .es-hero h1 {
  font-size: clamp(2.25rem, 7vw, 3.5rem);
}

.es-page-shop .es-hero-shop {
  padding-bottom: 32px;
}

.es-shop-nav {
  margin: 0 0 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--es-stroke);
  text-align: center;
}
.es-shop-trail {
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}
.es-shop-trail a { color: var(--es-accent); }
.es-shop-back {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--es-accent);
}
.es-shop-foot-nav {
  margin: 40px 0 8px;
  padding-top: 24px;
  border-top: 1px solid var(--es-stroke);
  text-align: center;
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  line-height: 1.7;
}
.es-shop-foot-nav a { color: var(--es-accent); }

.es-shop-rules {
  max-width: 42rem;
  margin: 0 auto 36px;
  text-align: left;
  font-size: 1.08rem;
  line-height: 1.6;
}
.es-shop-rules ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
  color: var(--es-muted-light);
  line-height: 1.65;
}

.es-shop-callout {
  max-width: 38rem;
  margin: 20px auto 0;
  text-align: left;
  font-size: 1rem;
}

.es-shop-prose-block {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.es-shop-prose-block .sub {
  max-width: none;
  margin-bottom: 0;
  color: var(--es-muted-light);
  font-size: 1.08rem;
  line-height: 1.65;
}

.es-shop-prose {
  max-width: 42rem;
  margin: 32px auto 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--es-muted-light);
}

.es-shop-prose h2 {
  font-family: var(--es-font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 2.5rem;
}

.es-shop-checkout {
  margin-top: 56px;
  padding: 48px 24px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  background: linear-gradient(180deg, rgba(26, 36, 48, 0.35) 0%, transparent 100%);
  border-radius: var(--es-radius);
}

.es-shop-checkout h2 {
  margin: 0 0 16px;
}

.es-shop-checkout .sub {
  max-width: 40rem;
  margin: 0 auto 36px;
  color: var(--es-muted-light);
  font-size: 1.08rem;
  line-height: 1.65;
  text-align: center;
}

.es-shop-hub {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 36px auto 12px;
  max-width: 880px;
  align-items: start;
}

@media (min-width: 720px) {
  .es-shop-hub {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

.es-shop-hub-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.es-shop-hub-card:hover {
  border-color: rgba(46, 224, 199, 0.35);
  transform: none;
}

.es-shop-hub-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: inherit;
  text-decoration: none;
}

.es-shop-hub-link:hover h3 {
  color: var(--es-accent-glow);
}

.es-shop-hub-media {
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--es-bg);
  line-height: 0;
}

.es-shop-hub-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.es-shop-hub-card .es-card-body {
  flex: 1 1 auto;
  padding: 18px 20px 14px;
  margin: 0;
  border-top: 1px solid var(--es-stroke);
}

.es-shop-hub-card .es-card-body h3 {
  font-family: var(--es-font-heading);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.es-shop-hub-card .es-card-body p {
  font-size: var(--es-copy-md);
  line-height: 1.6;
  color: var(--es-muted-light);
}

.es-shop-hub-foot {
  margin: 0;
  padding: 0 20px 16px;
  font-size: var(--es-copy-sm);
  text-align: center;
  color: var(--es-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.es-shop-hub-foot a {
  color: var(--es-accent);
}

.es-shop-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 880px;
  margin: 0 auto;
  justify-items: center;
}
.es-shop-offer {
  background: var(--es-bg-elevated);
  border: 1px solid var(--es-stroke);
  border-radius: var(--es-radius);
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 100%;
  max-width: 400px;
  scroll-margin-top: calc(var(--es-nav-h) + 24px);
}
.es-shop-offer h3 {
  font-family: var(--es-font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--es-text);
  margin: 0;
  line-height: 1.35;
}
.es-shop-offer > p {
  font-size: var(--es-copy-md);
  line-height: 1.6;
  color: var(--es-muted-light);
  margin: 0;
}
.es-shop-offer-primary {
  border-color: rgba(46, 224, 199, 0.4);
  grid-column: 1 / -1;
  max-width: 520px;
  justify-self: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.es-page-shop .es-shop-offer-primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.es-page-shop .es-shop-offer-primary .es-shop-price {
  text-align: center;
  font-size: 1.65rem;
}
.es-shop-offer-soft {
  background: rgba(18, 26, 36, 0.85);
}
.es-shop-offer-info,
.es-shop-offer-external {
  opacity: 0.95;
}
.es-shop-price {
  font-family: var(--es-font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--es-accent);
  margin: 0;
  letter-spacing: 0.04em;
}
.es-shop-price-lg { font-size: 1.85rem; }
.es-shop-price-note { font-size: var(--es-copy-sm); color: var(--es-muted); font-weight: 400; }
.es-shop-includes {
  margin: 4px 0 0;
  padding-left: 1.1rem;
  font-size: var(--es-copy-md);
  color: var(--es-muted);
  line-height: 1.6;
  text-align: left;
  width: 100%;
}
.es-shop-detail-link {
  font-size: 0.9rem;
  margin: 0;
}
.es-shop-detail-link a { color: var(--es-accent); }
.es-shop-offer-actions {
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.es-shop-deposit-note {
  font-size: var(--es-copy-md);
  padding: 10px 14px;
  background: rgba(46, 224, 199, 0.07);
  border-left: 3px solid var(--es-accent-dim);
  border-radius: 0 8px 8px 0;
  line-height: 1.5;
  color: var(--es-muted-light);
  text-align: left;
  width: 100%;
}
.es-shop-deposit-note a { color: var(--es-accent); }
.es-shop-pay-hint {
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  margin: 8px 0 0;
  line-height: 1.45;
  font-style: italic;
  max-width: 34rem;
}
.es-shop-stripe-note {
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  margin: 8px 0 0;
}
.es-shop-muted { color: var(--es-muted); font-size: var(--es-copy-md); }
.es-shop-muted a { color: var(--es-accent); }

.es-shop-meta-links {
  text-align: center;
  margin: 20px 0 8px;
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  line-height: 1.6;
}
.es-shop-meta-links--tight { margin-top: 8px; }
.es-shop-meta-links a { color: var(--es-accent); }

.es-shop-faq {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.es-shop-faq details {
  margin-bottom: 12px;
  padding: 12px 16px;
  background: var(--es-bg-elevated);
  border: 1px solid var(--es-stroke);
  border-radius: 10px;
}
.es-shop-faq summary {
  font-family: var(--es-font-heading);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: var(--es-text);
}
.es-shop-faq details p {
  margin: 10px 0 0;
  font-size: var(--es-copy-md);
  line-height: 1.6;
  color: var(--es-muted-light);
}

.es-shop-product-page {
  margin-top: 8px;
}
.es-shop-google-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 12px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.es-shop-google-grid > div {
  text-align: left;
}
.es-shop-google-grid .es-shop-offer-actions {
  justify-content: flex-start;
}
.es-shop-google-grid img {
  width: 100%;
  border-radius: var(--es-radius);
  border: 1px solid var(--es-stroke);
}
@media (max-width: 768px) {
  .es-shop-google-grid { grid-template-columns: 1fr; }
  .es-shop-google-grid .es-shop-offer-actions { justify-content: center; }
  .es-shop-google-grid > div { text-align: center; }
  .es-shop-checkout { padding-left: 16px; padding-right: 16px; }
}
.es-shop-upgrade-note {
  font-size: var(--es-copy-md);
  line-height: 1.6;
  text-align: left;
  color: var(--es-muted);
}
.es-shop-upgrade-note a { color: var(--es-accent); }

.es-page-shop .es-shop-faq h2 {
  text-align: center;
}

.es-shop-landing-foot {
  margin: 24px 0 0;
  font-size: var(--es-copy-md);
  color: var(--es-muted);
  text-align: center;
  line-height: 1.7;
}
.es-shop-landing-foot a { color: var(--es-accent); }
.es-shop-landing-foot--hint {
  margin-top: 12px;
  font-size: var(--es-copy-sm);
}

/* History contributions */
.es-history-contribute-banner {
  margin: 0 0 28px;
  padding: 24px 22px;
  border-radius: var(--es-radius);
  text-align: center;
  background: linear-gradient(145deg, rgba(46, 224, 199, 0.14), rgba(20, 140, 133, 0.08));
  border: 1px solid rgba(46, 224, 199, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.es-history-contribute-banner-label {
  margin: 0 0 8px;
  font-family: var(--es-font-company);
  font-size: var(--es-copy-sm);
  font-weight: 100;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--es-accent);
}
.es-history-contribute-banner h2 {
  margin: 0 0 12px;
  font-family: var(--es-font-heading);
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--es-text);
}
.es-history-contribute-banner p {
  margin: 0 auto 18px;
  max-width: 42rem;
  font-size: var(--es-copy-lg);
  line-height: 1.6;
  color: var(--es-muted-light);
}
.es-history-contribute-banner .es-btn {
  min-width: min(100%, 280px);
}
.es-contribute-cta {
  border-top: 1px solid var(--es-stroke);
  padding-top: 32px;
}
.es-contribute-section {
  padding-top: 8px;
}
.es-contribute-grid {
  display: grid;
  gap: 32px;
  align-items: start;
}
@media (min-width: 900px) {
  .es-contribute-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }
}
.es-contribute-form h2,
.es-contribute-aside h2 {
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 3vw, 1.55rem);
}
.es-contribute-note {
  margin: 0 0 20px;
  color: var(--es-muted);
  font-size: var(--es-copy-sm);
  line-height: 1.55;
}
.es-required { color: var(--es-accent); }
.es-field {
  display: block;
  margin-bottom: 16px;
}
.es-field > span {
  display: block;
  margin-bottom: 6px;
  font-family: var(--es-font-heading);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--es-text);
}
.es-field input,
.es-field select,
.es-field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--es-stroke);
  background: var(--es-bg-elevated);
  color: var(--es-text);
  font-family: var(--es-font-body);
  font-size: var(--es-copy-md);
  line-height: 1.5;
}
.es-field input:focus,
.es-field select:focus,
.es-field textarea:focus {
  outline: none;
  border-color: rgba(46, 224, 199, 0.45);
  box-shadow: 0 0 0 2px rgba(46, 224, 199, 0.12);
}
.es-field textarea { resize: vertical; min-height: 120px; }
.es-field-row {
  display: grid;
  gap: 16px;
}
@media (min-width: 560px) {
  .es-field-row { grid-template-columns: 1fr 1fr; }
}
.es-field-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--es-copy-sm);
  color: var(--es-muted);
  line-height: 1.55;
  text-transform: none;
  letter-spacing: normal;
  font-family: var(--es-font-body);
}
.es-field-checkbox input {
  width: auto;
  margin-top: 4px;
  flex-shrink: 0;
}
.es-field-checkbox span { margin: 0; font: inherit; color: inherit; text-transform: none; letter-spacing: normal; }
.es-contribute-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 8px;
}
.es-contribute-status {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(46, 224, 199, 0.08);
  border: 1px solid rgba(46, 224, 199, 0.25);
  color: var(--es-muted-light);
  font-size: var(--es-copy-sm);
  line-height: 1.55;
}

@media (min-width: 720px) {
  .es-page-shop .es-shop-offers {
    grid-template-columns: repeat(2, minmax(260px, 1fr));
  }
  .es-page-shop .es-shop-offer-primary {
    grid-column: 1 / -1;
  }
}
