/* Marcus Andrew Photography — Virtual Enhancements page.
   Prefix `ve-` throughout (free across style.css + pricing.css — pricing owns `enh-`).
   Rhythm: white intro → deep-navy gallery wall → white bundles → tint steps →
   white FAQ → the site's navy CTA band. Colours are the site's own tokens. */

.ve-eyebrow {
  font-family: var(--font-ui); font-weight: 700; font-size: 13px;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent-deep);
  margin-bottom: 12px;
}

/* ── Intro ─────────────────────────────────────────────────────────────── */
.ve-intro { padding: 80px 0 90px; background: var(--white); }
.ve-intro-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: center; max-width: 1400px; }
.ve-headline { margin-bottom: 22px; text-wrap: balance; }
.ve-intro-copy p:not(.ve-eyebrow) { font-size: 17px; max-width: 62ch; margin-bottom: 16px; }
.ve-intro-copy a:not(.btn) { color: var(--accent-deep); border-bottom: 1px solid currentColor; }
.ve-intro-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }

.ve-props { list-style: none; display: grid; gap: 18px; }
.ve-props li {
  display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start;
  padding: 24px 26px; background: #F5F7F9; border-left: 3px solid var(--accent);
}
.ve-props svg {
  width: 52px; height: 52px; padding: 12px; border-radius: 50%;
  background: var(--white); stroke: var(--accent); stroke-width: 1.6; fill: none;
  stroke-linecap: round; stroke-linejoin: round;
}
.ve-props h3 { font-size: 20px; line-height: 1.3; letter-spacing: -.01em; margin-bottom: 4px; }
.ve-props p { font-size: 15px; line-height: 1.6; }

/* ── Gallery wall ──────────────────────────────────────────────────────── */
.ve-gallery {
  padding: 84px 0 96px; color: #C8D5E0;
  background: radial-gradient(120% 80% at 50% 0%, #0A4764 0%, var(--heading) 45%, #01263A 100%);
}
.ve-gallery-head { text-align: center; max-width: 780px; margin: 0 auto 38px; }
.ve-gallery-head h2 { color: var(--white); margin-bottom: 14px; text-wrap: balance; }
.ve-gallery-head p { font-size: 17px; }
.ve-gallery .ve-eyebrow { color: var(--accent); }
.ve-wall { max-width: 1480px; margin: 0 auto; }

.ve-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ve-tab {
  position: relative; text-align: left; cursor: pointer;
  padding: 18px 20px 16px; border-radius: 10px; overflow: hidden;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12);
  color: inherit; font: inherit; transition: background .2s, border-color .2s;
}
.ve-tab::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.ve-tab:hover { background: rgba(255,255,255,.07); }
.ve-tab[aria-selected="true"] { background: rgba(0,177,226,.13); border-color: rgba(0,177,226,.55); }
.ve-tab[aria-selected="true"]::before { transform: scaleX(1); }
.ve-tab-name { display: block; font-family: var(--font-display); font-weight: 600; font-size: 19px; color: var(--white); letter-spacing: -.01em; }
.ve-tab-desc { display: block; margin-top: 4px; font-family: var(--font-ui); font-size: 13px; line-height: 1.45; color: #9FB3C4; }
.ve-tabdesc { display: none; }

.ve-scenes { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.ve-scenes[hidden] { display: none; }
.ve-scene {
  font-family: var(--font-ui); font-weight: 600; font-size: 14px; cursor: pointer;
  padding: 10px 17px; min-height: 44px; border-radius: 999px;
  background: transparent; color: #D6E1EA; border: 1px solid rgba(255,255,255,.22);
  transition: background .2s, color .2s, border-color .2s;
}
.ve-scene span { opacity: .6; margin-left: 4px; font-variant-numeric: tabular-nums; }
.ve-scene:hover { border-color: var(--accent); }
.ve-scene[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: var(--white); }
.ve-scene[aria-pressed="true"] span { opacity: .85; }

.ve-body { display: grid; grid-template-columns: 300px 1fr; gap: 20px; margin-top: 20px; }
/* The STAGE decides the row height and the rail fills it exactly — a fixed
   max-height on the list ends it mid-word (the bug arvaum.io hit and fixed). */
.ve-railwrap { position: relative; min-height: 300px; }
.ve-rail {
  position: absolute; inset: 0; display: flex; flex-direction: column; min-height: 0;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 10px;
}
.ve-rail-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 16px 12px; border-bottom: 1px solid rgba(255,255,255,.1);
  font-family: var(--font-ui); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #9FB3C4;
}
.ve-rail-head b { color: var(--accent); font-variant-numeric: tabular-nums; }
.ve-list { flex: 1; min-height: 0; overflow-y: auto; padding: 8px; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
.ve-group {
  padding: 12px 10px 6px; font-family: var(--font-ui); font-weight: 700; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; color: #7E97AB;
}
.ve-item {
  display: flex; align-items: flex-start; gap: 10px; width: 100%; text-align: left; cursor: pointer;
  padding: 9px 10px; border: 0; border-radius: 7px; background: transparent;
  font-family: var(--font-ui); font-size: 14.5px; line-height: 1.35; color: #D6E1EA;
  transition: background .15s, color .15s;
}
.ve-item:hover { background: rgba(255,255,255,.06); }
.ve-item[aria-current="true"] { background: rgba(0,177,226,.16); color: var(--white); font-weight: 600; }
.ve-dot { flex: none; width: 6px; height: 6px; margin-top: 7px; border-radius: 50%; background: #5E7A90; }
.ve-item[aria-current="true"] .ve-dot { background: var(--accent); box-shadow: 0 0 0 3px rgba(0,177,226,.25); }

.ve-stage { min-width: 0; }
.ve-frame {
  position: relative; border-radius: 10px; overflow: hidden; background: #061A26;
  box-shadow: 0 24px 60px -24px rgba(0,0,0,.6);
}
/* The slider is the site's .ba (style.css): 3:2, ring knob, broken guide line.
   pan-y lets a vertical swipe scroll the page while a sideways one drags. */
.ve-ba { touch-action: pan-y; cursor: ew-resize; }
.ve-ba .ba-handle:focus-visible { outline: none; }
.ve-ba .ba-handle:focus-visible .ba-knob { box-shadow: 0 0 0 4px var(--accent), 0 0 12px rgba(51,51,51,.5); }

.ve-label {
  position: absolute; top: 14px; z-index: 2; pointer-events: none;
  padding: 6px 12px; border-radius: 6px; background: rgba(4,20,30,.62);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  font-family: var(--font-ui); font-weight: 700; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--white);
}
.ve-label--before { left: 14px; }
.ve-label--after { right: 14px; }

.ve-nav {
  position: absolute; bottom: 16px; z-index: 3;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: rgba(4,20,30,.55); color: var(--white); font-size: 30px; line-height: 1;
  display: grid; place-items: center; padding-bottom: 3px;
  opacity: 0; transition: opacity .2s, background .2s;
}
.ve-nav--prev { left: 14px; } .ve-nav--next { right: 14px; }
.ve-frame:hover .ve-nav, .ve-nav:focus-visible { opacity: 1; }
.ve-hint { z-index: 3; }
.ve-nav:hover { background: var(--accent); }

.ve-hint {
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 2;
  padding: 8px 16px; border-radius: 999px; pointer-events: none; white-space: nowrap;
  background: rgba(4,20,30,.72); color: var(--white); font-family: var(--font-ui); font-weight: 600; font-size: 13px;
  transition: opacity .3s;
}
.ve-frame.touched .ve-hint { opacity: 0; }

.ve-caption { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; margin-top: 16px; }
.ve-caption strong { font-family: var(--font-display); font-weight: 600; font-size: 23px; color: var(--white); letter-spacing: -.01em; }
.ve-caption span { font-family: var(--font-ui); font-weight: 600; font-size: 14px; color: var(--accent); }

.ve-strip { margin-top: 30px; }
.ve-strip-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.ve-strip-head > span { font-family: var(--font-ui); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #9FB3C4; }
.ve-strip-arrows { display: flex; gap: 8px; }
.ve-strip-arrows button {
  width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; padding-bottom: 2px;
  background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,.22); transition: background .2s, border-color .2s;
}
.ve-strip-arrows button:hover { background: var(--accent); border-color: var(--accent); }
.ve-track {
  display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; cursor: grab;
  scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent;
}
.ve-track.dragging { cursor: grabbing; scroll-snap-type: none; }
.ve-thumb {
  position: relative; flex: none; width: 210px; aspect-ratio: 3 / 2; padding: 0; cursor: pointer;
  border-radius: 8px; overflow: hidden; border: 2px solid transparent; background: #061A26;
  scroll-snap-align: start; transition: border-color .2s, transform .2s;
}
.ve-thumb img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ve-thumb span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 10px 8px; text-align: left;
  background: linear-gradient(transparent, rgba(0,0,0,.78));
  font-family: var(--font-ui); font-weight: 700; font-size: 12px; line-height: 1.3; color: var(--white);
}
.ve-thumb:hover { transform: translateY(-2px); }
.ve-thumb[aria-current="true"] { border-color: var(--accent); }

/* ── Bundles ───────────────────────────────────────────────────────────── */
.ve-pricing { padding: 90px 0; background: var(--white); }
.ve-section-head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.ve-section-head h2 { margin-bottom: 14px; text-wrap: balance; }
.ve-section-head p:not(.ve-eyebrow) { font-size: 17px; }
.ve-bundles { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; max-width: 1200px; margin: 0 auto; }
.ve-bundle { flex: 1 1 0; min-width: 0; }
.ve-bundle {
  position: relative; text-align: center; padding: 30px 16px 26px;
  border: 2px solid #E3E7EB; border-radius: 12px; background: var(--white);
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.ve-bundle:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: 0 16px 34px -20px rgba(2,58,81,.45); }
.ve-bundle.has-badge { border-color: var(--accent); }
.ve-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%); white-space: nowrap;
  padding: 5px 12px; border-radius: 999px; background: var(--accent); color: var(--white);
  font-family: var(--font-ui); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
}
.ve-bundle-n { font-family: var(--font-ui); font-weight: 700; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--heading); }
.ve-bundle-price { font-family: var(--font-display); font-weight: 600; font-size: 46px; line-height: 1.1; color: var(--heading); margin: 8px 0 4px; font-variant-numeric: tabular-nums; }
.ve-bundle-per { font-family: var(--font-ui); font-size: 14px; color: var(--text); }
.ve-addon { text-align: center; margin: 30px auto 0; font-size: 16px; max-width: 70ch; }
.ve-addon strong { color: var(--heading); }
.ve-addon a { font-family: var(--font-ui); font-weight: 700; white-space: nowrap; }

/* ── How it works ──────────────────────────────────────────────────────── */
.ve-steps-sec { padding: 90px 0; background: var(--bg-alt); }
.ve-steps { list-style: none; counter-reset: ve; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1200px; margin: 0 auto; }
.ve-steps li { counter-increment: ve; background: var(--white); padding: 32px 30px 30px; position: relative; }
.ve-steps li::before {
  content: counter(ve, decimal-leading-zero); display: block; margin-bottom: 14px;
  font-family: var(--font-display); font-weight: 600; font-size: 34px; line-height: 1; color: var(--accent);
}
.ve-steps h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.01em; margin-bottom: 8px; }
.ve-steps p { font-size: 15px; line-height: 1.6; }

/* ── FAQ + CTA ─────────────────────────────────────────────────────────── */
.ve-faq { padding: 90px 0; background: var(--white); }
/* style.css's .acc-* was cloned from the old theme with Arial hard-coded and no
   other page uses it; this page sets it in the site's own type instead. */
.ve-faq .acc-list { max-width: 900px; }
.ve-faq .acc-item { border-bottom-color: #E6E9ED; }
.ve-faq .acc-q {
  font-family: var(--font-display); font-weight: 600; font-size: 19px; line-height: 1.35;
  letter-spacing: -.01em; color: var(--heading); padding: 18px 0; min-height: 60px;
}
.ve-faq .acc-ico {
  width: 30px; height: 30px; border-radius: 50%; background: var(--heading);
  font-family: var(--font-ui); font-size: 18px; font-weight: 600;
}
.ve-faq .acc-a-inner { padding: 0 0 20px 48px; font-family: var(--font-body); font-size: 16px; line-height: 1.7; color: var(--text); max-width: 72ch; }
.ve-cta-sub { color: #DCE6EE; font-size: 17px; margin: -6px 0 14px; }

/* ── Responsive (the site's own breakpoints: 1200 / 1000 / 800 / 640 / 480) ── */
@media (max-width: 1200px) {
  .ve-tabs { grid-template-columns: repeat(2, 1fr); }
  .ve-body { grid-template-columns: 260px 1fr; }
}
@media (max-width: 1000px) {
  .ve-intro-grid { grid-template-columns: 1fr; gap: 40px; }
  .ve-bundle { flex: 0 0 calc((100% - 32px) / 3); }   /* 3 + 2, second row centred */
}
@media (max-width: 800px) {
  .ve-intro, .ve-pricing, .ve-steps-sec, .ve-faq { padding: 56px 0; }
  .ve-gallery { padding: 56px 0 64px; }
  /* Phone: tabs become a swipeable pill row, the active tab's description sits under it,
     and the thumbnail strip replaces the rail. */
  .ve-tabs { display: flex; gap: 8px; overflow-x: auto; margin: 0 -30px; padding: 0 30px 4px; scrollbar-width: none; }
  .ve-tabs::-webkit-scrollbar { display: none; }
  .ve-tab { flex: none; padding: 12px 17px; min-height: 46px; border-radius: 999px; }
  .ve-tab::before { display: none; }
  .ve-tab-name { font-size: 15px; white-space: nowrap; }
  .ve-tab-desc { display: none; }
  .ve-tabdesc { display: block; margin: 12px 0 0; font-family: var(--font-ui); font-size: 14px; line-height: 1.5; color: #9FB3C4; }
  .ve-body { grid-template-columns: 1fr; }
  .ve-railwrap { display: none; }
  .ve-nav { opacity: 1; width: 44px; height: 44px; bottom: 12px; }
  .ve-caption strong { font-size: 19px; }
  .ve-thumb { width: 150px; }
  .ve-strip-arrows { display: none; }
  .ve-steps { grid-template-columns: 1fr; }
  .ve-faq .acc-q { font-size: 17px; padding: 16px 0; min-height: 56px; }
  .ve-faq .acc-a-inner { padding-left: 0; font-size: 15px; }
  .ve-props li { padding: 20px; grid-template-columns: 44px 1fr; gap: 14px; }
  .ve-props svg { width: 44px; height: 44px; padding: 10px; }
}
@media (max-width: 640px) {
  .ve-bundles { gap: 20px 12px; }
  .ve-bundle { flex: 0 0 calc((100% - 12px) / 2); }
  .ve-bundle:last-child { flex-basis: 100%; }         /* the 12-image bundle closes the grid full width instead of sitting alone */
  .ve-bundle { padding: 26px 10px 20px; }
  .ve-bundle-price { font-size: 38px; }
  .ve-label { top: 10px; padding: 5px 9px; font-size: 12px; }
  .ve-label--before { left: 10px; } .ve-label--after { right: 10px; }
  .ve-hint { font-size: 12px; bottom: 12px; }
  .ve-intro-ctas { gap: 10px; }
  .ve-intro-ctas .btn { flex: 1; text-align: center; padding: 13px 10px; font-size: 15px; white-space: nowrap; }
}
@media (hover: none) { .ve-nav { opacity: 1; } .ve-thumb:hover, .ve-bundle:hover { transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .ve-tab::before, .ve-thumb, .ve-bundle { transition: none; }
}
