:root {
  --ink: #080a10;
  --navy: #111126;
  --plum: #201a39;
  --cream: #f6f0e2;
  --mint: #78e2bd;
  --muted: #beb7aa;
  --line: rgba(246, 240, 226, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(1360px, calc(100% - 64px));
  height: 96px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(246,240,226,.14);
}
.brand img { width: 168px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.site-header nav > a:not(.nav-cta) { color: rgba(246,240,226,.76); transition: color .2s ease; }
.site-header nav > a:not(.nav-cta):hover { color: var(--cream); }
.nav-cta { padding: 13px 20px; border: 1px solid rgba(246,240,226,.42); border-radius: 999px; }

.hero {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  background: var(--ink);
}
.hero-photo { position: absolute; inset: 0 0 0 auto; width: 72%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(8,10,16,.98) 30%, rgba(8,10,16,.62) 60%, rgba(8,10,16,.25) 100%),
    linear-gradient(0deg, rgba(8,10,16,.88), transparent 35%);
}
.hero-copy {
  position: relative;
  z-index: 3;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding-top: 210px;
}
.eyebrow, .section-kicker {
  margin: 0 0 26px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(68px, 7.25vw, 118px);
  line-height: .86;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.hero h1 span { color: var(--mint); }
.hero-lede { max-width: 510px; margin: 34px 0 0; color: rgba(246,240,226,.78); font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 12px; font-size: 14px; font-weight: 800; }
.button-primary { color: var(--ink); background: var(--mint); box-shadow: 0 10px 30px rgba(120,226,189,.16); }
.button-primary span { margin-left: 16px; font-size: 18px; }
.button-ghost { border: 1px solid rgba(246,240,226,.36); background: rgba(8,10,16,.36); backdrop-filter: blur(12px); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: rgba(246,240,226,.52); font-size: 12px; }
.hero-note span { width: 28px; height: 1px; background: var(--mint); }
.hero-product { position: absolute; z-index: 3; right: clamp(3%, 8vw, 140px); bottom: 80px; width: min(32vw, 455px); }
.hero-product > img { position: relative; z-index: 2; width: 100%; max-height: 660px; object-fit: contain; filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); }
.product-aura { position: absolute; inset: 18% -25% 0; border-radius: 50%; background: rgba(120,226,189,.1); filter: blur(60px); }
.live-ribbon {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 0;
  width: min(1360px, calc(100% - 64px));
  min-height: 68px;
  padding: 0 24px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(246,240,226,.74);
  border: 1px solid var(--line);
  border-bottom: none;
  background: rgba(17,17,38,.86);
  backdrop-filter: blur(18px);
  border-radius: 16px 16px 0 0;
  font-size: 13px;
}
.live-ribbon strong { color: var(--cream); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(120,226,189,.12); }
.ribbon-arrow { margin-left: auto; color: var(--mint); font-weight: 700; }

.one-link { padding: 140px max(32px, calc((100vw - 1360px) / 2)); background: var(--cream); color: var(--navy); }
.section-kicker { display: flex; align-items: center; gap: 12px; }
.section-kicker span { display: grid; place-items: center; width: 34px; height: 34px; color: var(--navy); background: var(--mint); border-radius: 50%; letter-spacing: 0; }
.one-link-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.one-link h2 { margin: 0; font-size: clamp(58px, 7vw, 104px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.one-link-heading p { margin: 0; font-size: 20px; line-height: 1.55; }
.one-link-heading .muted { margin-top: 20px; color: rgba(17,17,38,.58); font-size: 15px; }
.browser-card { margin-top: 78px; padding: 14px; overflow: hidden; border-radius: 28px; background: var(--navy); box-shadow: 0 36px 80px rgba(17,17,38,.18); }
.browser-bar { height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 12px; color: rgba(246,240,226,.35); font-size: 11px; }
.browser-bar i { width: 8px; height: 8px; background: rgba(246,240,226,.28); border-radius: 50%; }
.browser-bar span { margin-left: 12px; }
.browser-card > img { width: 100%; border-radius: 16px; }

.feel-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 90px;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding: 160px 0;
  align-items: center;
}
.feel-copy { position: sticky; top: 80px; align-self: start; padding-top: 44px; }
.feel-copy h2,
.section-heading-row h2,
.features-intro h2,
.payments-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(50px, 5.8vw, 86px);
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.feel-copy h2 em { color: var(--mint); font-style: normal; }
.feel-copy > p:last-child { max-width: 490px; margin: 32px 0 0; color: rgba(246,240,226,.64); font-size: 18px; line-height: 1.65; }
.photo-collage { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: repeat(2, 340px); gap: 16px; }
.photo-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: 26px; background: var(--navy); }
.photo-card-tall { grid-row: 1 / 3; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.photo-card:hover img { transform: scale(1.035); }
.photo-card::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,10,16,.84)); }
.photo-card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; font-size: 14px; font-weight: 800; }

.steps-section { padding: 150px max(32px, calc((100vw - 1360px) / 2)); background: var(--plum); }
.section-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading-row > p { max-width: 450px; margin: 0 0 8px; color: rgba(246,240,226,.6); font-size: 18px; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 76px 0 0; padding: 0; list-style: none; }
.steps-grid li { min-height: 340px; padding: 30px; border: 1px solid rgba(246,240,226,.14); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.01)); }
.step-number { display: flex; align-items: center; justify-content: space-between; color: var(--mint); font-size: 13px; font-weight: 800; letter-spacing: .18em; }
.step-number::after { content: ''; width: 54px; height: 1px; background: rgba(120,226,189,.4); }
.steps-grid h3 { margin: 90px 0 16px; max-width: 260px; font-size: 28px; line-height: 1.05; letter-spacing: -.035em; }
.steps-grid p { margin: 0; max-width: 330px; color: rgba(246,240,226,.58); font-size: 15px; line-height: 1.65; }

.features-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; width: min(1360px, calc(100% - 64px)); margin: 0 auto; padding: 150px 0; }
.features-intro { padding-top: 10px; }
.features-intro h2 span { display: block; color: var(--mint); }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 240px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card img { width: 50px; height: 50px; margin-bottom: 38px; object-fit: contain; }
.feature-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: rgba(246,240,226,.5); font-size: 14px; line-height: 1.55; }

.live-story { position: relative; display: block; width: min(1480px, calc(100% - 32px)); height: min(68vw, 720px); min-height: 520px; margin: 0 auto 16px; overflow: hidden; border-radius: 30px; }
.live-story > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.live-story:hover > img { transform: scale(1.025); }
.story-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,16,.86), rgba(8,10,16,.16) 70%), linear-gradient(0deg, rgba(8,10,16,.54), transparent 45%); }
.story-copy { position: absolute; left: clamp(30px, 6vw, 100px); bottom: clamp(34px, 7vw, 94px); display: flex; flex-direction: column; align-items: flex-start; }
.story-copy small { margin-bottom: 18px; color: var(--mint); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.story-copy strong { font-size: clamp(44px, 6vw, 88px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
.story-copy > span { margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid var(--mint); color: var(--mint); font-size: 14px; font-weight: 800; }

.payments-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 820px; background: var(--cream); color: var(--navy); }
.payments-copy { display: flex; flex-direction: column; justify-content: center; padding: 110px max(42px, calc((100vw - 1360px) / 2)); padding-right: clamp(50px, 8vw, 130px); }
.payments-copy h2 { max-width: 700px; }
.payments-lede { max-width: 650px; margin: 34px 0 0; font-size: 19px; line-height: 1.65; }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; margin-top: 64px; padding-top: 36px; border-top: 1px solid rgba(17,17,38,.18); }
.promise-grid h3 { margin: 0 0 14px; font-size: 21px; }
.promise-grid p { margin: 0; color: rgba(17,17,38,.62); line-height: 1.6; }
.promise-grid ul { margin: 0; padding: 0; list-style: none; }
.promise-grid li { position: relative; margin-bottom: 15px; padding-left: 18px; font-weight: 800; line-height: 1.4; }
.promise-grid li::before { content: ''; position: absolute; top: .55em; left: 0; width: 8px; height: 2px; background: #2b9c78; }
.payments-photo { position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.payments-photo img { width: 100%; height: 100%; object-fit: cover; }
.payments-photo::after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(8,10,16,.84)); }
.payments-photo figcaption { position: absolute; z-index: 2; right: 34px; bottom: 30px; left: 34px; color: var(--cream); font-size: 13px; font-weight: 800; }

.voices-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; width: min(1360px, calc(100% - 64px)); margin: 0 auto; padding: 160px 0; align-items: center; }
.voices-photo { position: relative; height: 660px; overflow: hidden; border-radius: 28px; }
.voices-photo > img { width: 100%; height: 100%; object-fit: cover; }
.voices-photo::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(246,240,226,.18); border-radius: inherit; }
.bracket-accent { position: absolute; right: 24px; bottom: 12px; color: var(--mint); font-family: Georgia, serif; font-size: 82px; line-height: 1; letter-spacing: -.38em; opacity: .8; }
.voices-copy blockquote { margin: 0; max-width: 690px; font-size: clamp(30px, 3vw, 47px); line-height: 1.22; letter-spacing: -.035em; }
.voices-copy cite { display: block; margin-top: 28px; color: var(--mint); font-size: 12px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.secondary-quote { margin-top: 72px !important; padding-top: 36px; border-top: 1px solid var(--line); color: rgba(246,240,226,.62); font-size: 21px !important; line-height: 1.5 !important; }

.final-cta { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 77% 46%, rgba(120,226,189,.12), transparent 30%), var(--navy); text-align: center; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; mix-blend-mode: screen; }
.final-cta > div { position: relative; z-index: 2; width: min(820px, calc(100% - 40px)); padding: 80px 0; }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 30px auto 34px; color: rgba(246,240,226,.62); font-size: 18px; line-height: 1.65; }

footer { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; width: min(1360px, calc(100% - 64px)); min-height: 154px; margin: 0 auto; border-bottom: 1px solid var(--line); color: rgba(246,240,226,.46); font-size: 13px; }
footer > img { width: 150px; }
footer > a { justify-self: end; color: var(--mint); }
footer small { grid-column: 1 / -1; padding: 22px 0 30px; border-top: 1px solid var(--line); }

.button, .nav-cta, .live-ribbon, .site-header nav a, .story-copy > span { transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.button:hover, .nav-cta:hover { transform: translateY(-2px); }
.button-primary:hover { background: #90ebca; }
.button-ghost:hover, .nav-cta:hover { border-color: var(--mint); }
a:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; border-radius: 8px; }

@media (max-width: 980px) {
  .site-header { width: calc(100% - 36px); }
  .site-header nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: 940px; }
  .hero-photo { width: 100%; opacity: .7; }
  .hero-shade { background: linear-gradient(180deg, var(--ink) 0%, rgba(8,10,16,.8) 48%, var(--ink) 82%); }
  .hero-copy { width: calc(100% - 36px); padding-top: 170px; }
  .hero h1 { font-size: clamp(54px, 12vw, 84px); }
  .hero-product { right: 50%; bottom: 56px; width: min(58vw, 410px); transform: translateX(50%); opacity: .48; }
  .live-ribbon { width: calc(100% - 36px); }
  .one-link { padding: 100px 24px; }
  .one-link-heading { grid-template-columns: 1fr; gap: 32px; }
  .feel-section, .features-section, .voices-section { grid-template-columns: 1fr; width: calc(100% - 48px); gap: 58px; padding: 110px 0; }
  .feel-copy { position: static; padding-top: 0; }
  .section-heading-row { grid-template-columns: 1fr; gap: 32px; }
  .steps-section { padding: 110px 24px; }
  .steps-grid { gap: 12px; }
  .steps-grid li { min-height: 310px; padding: 24px; }
  .steps-grid h3 { margin-top: 64px; }
  .features-intro h2 br { display: none; }
  .payments-section { grid-template-columns: 1fr; }
  .payments-copy { padding: 110px 32px; }
  .payments-photo { height: 640px; }
  .voices-photo { height: 600px; }
}

@media (max-width: 620px) {
  .site-header { height: 78px; }
  .brand img { width: 138px; }
  .nav-cta { padding: 11px 15px; font-size: 12px; }
  .hero { min-height: 850px; }
  .hero-copy { padding-top: 135px; }
  .hero h1 { font-size: clamp(49px, 15.8vw, 72px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { flex-direction: column; width: min(100%, 340px); }
  .hero-product { display: none; }
  .live-ribbon { min-height: 58px; padding: 0 16px; }
  .ribbon-arrow { display: none; }
  .one-link { padding-top: 88px; }
  .one-link h2 { font-size: 52px; }
  .one-link-heading p { font-size: 17px; }
  .browser-card { margin-top: 50px; padding: 8px; border-radius: 18px; }
  .browser-bar { height: 34px; }
  .feel-section, .features-section, .voices-section { width: calc(100% - 36px); padding: 88px 0; }
  .feel-copy h2, .section-heading-row h2, .features-intro h2, .payments-copy h2, .final-cta h2 { font-size: 48px; }
  .photo-collage { grid-template-columns: 1fr; grid-template-rows: 470px 270px 270px; }
  .photo-card-tall { grid-row: auto; }
  .steps-section { padding: 88px 18px; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .steps-grid li { min-height: 280px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 200px; }
  .live-story { width: calc(100% - 20px); min-height: 600px; border-radius: 22px; }
  .live-story > img { object-position: 60% center; }
  .story-copy strong { font-size: 48px; }
  .payments-copy { padding: 88px 22px; }
  .promise-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 46px; }
  .payments-photo { height: 520px; }
  .voices-photo { height: 480px; }
  .voices-copy blockquote { font-size: 28px; }
  .secondary-quote { margin-top: 48px !important; font-size: 18px !important; }
  .final-cta { min-height: 620px; }
  footer { grid-template-columns: 1fr; width: calc(100% - 36px); padding-top: 52px; gap: 18px; }
  footer > a { justify-self: start; }
  footer small { margin-top: 20px; }
}

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

/* ===========================================================================
   COINCIDE ADDITIONS to the exported kit page (Sept 1) — everything below
   this line is ours, appended so the export above stays byte-comparable to
   its source. Three things live here:
     1. Archivo, the brand's face, over the export's Arial fallback.
     2. LIVE FRAMES — the phone and the browser card render the real event
        page in scaled iframes (the export shipped fictional screenshots,
        which she ruled out). A four-line script in index.html sets --s to
        frameWidth/designWidth so the page inside is pixel-true at any size.
     3. The quote popup, ported from the previous landing (same /api/quote).
   =========================================================================== */

body, button, input, select, textarea {
  font-family: "Archivo", Arial, Helvetica, sans-serif;
}

/* --- Live frames ---------------------------------------------------------- */

.live-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.live-frame > iframe {
  border: 0;
  transform-origin: 0 0;
  transform: scale(var(--s, 0.5));
  pointer-events: none; /* a demo you look at; the overlay link opens it */
}

.live-frame > a {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* The phone: the export's PNG had the bezel baked in; this draws it. */
.phone-live {
  position: relative;
  z-index: 2;
  aspect-ratio: 375 / 780;
  border-radius: 44px;
  background: #05060a;
  border: 1px solid rgba(246, 240, 226, 0.22);
  padding: 10px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.55);
}

.phone-live .live-frame {
  height: 100%;
  border-radius: 34px;
  background: #f4ecdd; /* the event page's own cream while it loads */
}

.phone-live .live-frame > iframe { width: 375px; height: 1560px; }

/* The browser card: same trick at desktop width. */
.browser-card .live-frame {
  border-radius: 16px;
  background: #f4ecdd;
  aspect-ratio: 1280 / 860;
}

.browser-card .live-frame > iframe { width: 1280px; height: 1760px; }

/* --- The quote popup (ported; /api/quote unchanged) ----------------------- */

.quote {
  width: min(92vw, 34rem);
  max-height: 92dvh;
  padding: 0;
  margin: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--navy);
  color: var(--cream);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
  overflow: auto;
}

.quote::backdrop { background: rgba(4, 5, 8, 0.7); }

.quote__form, .quote__done { padding: 28px; }
@media (min-width: 40rem) { .quote__form, .quote__done { padding: 36px; } }
.quote__done { text-align: center; display: grid; gap: 16px; justify-items: center; }

.quote__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.quote__title {
  margin: 0;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.quote__close {
  flex: none;
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: none;
  color: var(--muted);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.quote__close:hover { border-color: var(--mint); color: var(--mint); }

.quote__sub { margin: 8px 0 18px; font-size: 14px; color: var(--muted); max-width: 32rem; }

.quote__grid { display: grid; gap: 12px; }
@media (min-width: 40rem) {
  .quote__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qf--wide { grid-column: 1 / -1; }
}

.qf { display: grid; gap: 3px; }
.qf > span { font-size: 13px; font-weight: 500; color: var(--muted); }
.qf__opt { font-style: normal; font-weight: 400; color: rgba(190,183,170,.7); margin-left: 6px; }

.qf input, .qf select, .qf textarea {
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--ink);
  color: var(--cream);
  font: inherit;
  font-size: 16px; /* under 16 and iOS zooms the page on focus */
}

.qf textarea { resize: vertical; }
.qf input:focus-visible, .qf select:focus-visible, .qf textarea:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 2px;
}
.qf ::placeholder { color: rgba(190, 183, 170, 0.55); }

.qf--trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.quote__problem {
  margin: 16px 0 0;
  padding: 12px 14px;
  border: 1px solid #ff7a6b;
  border-radius: 10px;
  background: rgba(255, 122, 107, 0.12);
}

.quote__actions { margin-top: 18px; display: grid; justify-items: start; gap: 8px; }
.quote__actions .button-primary { border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.quote__note { margin: 0; font-size: 13px; color: var(--muted); }
.quote__alt { margin: 0; font-size: 13px; color: rgba(190,183,170,.7); }
.quote__alt a { color: var(--muted); text-decoration: underline; }

/* The live phone must not outgrow the hero: the export's PNG was capped at
   660px tall by object-fit; the drawn bezel needs the cap as width, since
   its height follows the aspect ratio. 318w ≈ the same 660h. */
.hero-product { width: min(23vw, 318px); }
@media (max-width: 1100px) { .hero-product { width: min(45vw, 300px); } }

/* The hidden attribute must always win — display:grid on .quote__done was
   quietly beating it, so GOT IT! haunted the bottom of the open form. */
.quote [hidden] { display: none !important; }
.quote__actions .button { cursor: pointer; font: inherit; border: 0; }
