:root {
  --cream: #f7f1e8;
  --cream-2: #efe5d6;
  --paper: rgba(255, 252, 246, 0.84);
  --paper-strong: rgba(255, 252, 246, 0.97);
  --ink: #122022;
  --muted: #4e6065;
  --emerald: #116c54;
  --deep: #0b3337;
  --blue: #2e83bd;
  --gold: #cfa33b;
  --line: rgba(18, 32, 34, 0.12);
  --shadow: 0 28px 80px rgba(20, 35, 37, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Instrument Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background:
    radial-gradient(circle at 9% 5%, rgba(207, 163, 59, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 11%, rgba(46, 131, 189, 0.16), transparent 30rem),
    linear-gradient(135deg, var(--cream), #faf7f0 45%, #e9f0ef 100%);
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(18, 32, 34, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 32, 34, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 76%);
  z-index: -3;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.page-noise, .orb { position: fixed; pointer-events: none; z-index: -2; }
.page-noise {
  inset: 0;
  opacity: 0.15;
  background-image: radial-gradient(rgba(18, 32, 34, 0.18) 0.7px, transparent 0.7px);
  background-size: 12px 12px;
}
.orb { width: 36rem; height: 36rem; border-radius: 50%; filter: blur(10px); opacity: 0.35; }
.orb-gold { left: -16rem; top: 10rem; background: radial-gradient(circle, rgba(207, 163, 59, 0.35), transparent 68%); }
.orb-blue { right: -12rem; top: 8rem; background: radial-gradient(circle, rgba(46, 131, 189, 0.32), transparent 70%); }

.site-header, main, .site-footer { width: min(1500px, calc(100% - 3rem)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) auto minmax(390px, 1fr);
  align-items: center;
  gap: 1.25rem;
  padding: 0.85rem 0 0.75rem;
  background:
    radial-gradient(circle at 86% 0%, rgba(46, 131, 189, 0.09), transparent 24rem),
    linear-gradient(180deg, rgba(247, 241, 232, 1) 0%, rgba(247, 241, 232, 0.97) 100%);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4rem;
  width: 100vw;
  height: 4rem;
  transform: translateX(-50%);
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 241, 232, 0.95), rgba(247, 241, 232, 0));
  z-index: -1;
}
.header-logo {
  justify-self: start;
  width: min(230px, 24vw);
  mix-blend-mode: multiply;
}
.header-logo img { width: 100%; height: auto; filter: saturate(1.05) contrast(1.02); }
.header-title {
  justify-self: center;
  font-family: var(--serif);
  font-size: clamp(3rem, 4.6vw, 5rem);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: -0.045em;
}
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 1.35rem; }
.site-nav a {
  color: rgba(18, 32, 34, 0.76);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-shell, .content-section, .statement-band, .contact-section, .site-footer { animation: rise 700ms ease both; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  gap: 3.2rem;
  align-items: center;
  padding: 5.4rem 0 3rem;
}
.hero-copy { max-width: 58rem; }
.eyebrow, .panel-label, .process-card span, .product-card summary span, .platform-kicker {
  margin: 0;
  color: var(--emerald);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: 1rem; }
.eyebrow.boxed {
  display: inline-flex;
  padding: 0.72rem 1.08rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.68);
  box-shadow: 0 10px 28px rgba(20, 35, 37, 0.06);
}
h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.035em;
}
h1 { font-size: clamp(4.35rem, 6.7vw, 7.4rem); line-height: 0.86; max-width: 12.5ch; }
h2 { font-size: clamp(2.9rem, 4.4vw, 5.15rem); line-height: 0.92; }
h3 { font-size: 1.9rem; line-height: 1; }
.hero-text, .section-heading p, .hero-card p, .statement-band p, .product-card p,
.process-card p, .narrative-panel p, .contact-copy p, .contact-note, .chat-note, .amy-card-copy p, .amy-traits {
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.82;
}
.hero-text { max-width: 50rem; margin: 1.5rem 0 0; font-size: 1.38rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.8rem;
  padding: 0 1.7rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 1.08rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button-primary { color: #fffaf1; background: linear-gradient(135deg, var(--deep), #17624e 100%); box-shadow: 0 18px 42px rgba(11, 51, 55, 0.2); }
.button-secondary { color: var(--ink); background: rgba(255, 252, 246, 0.74); border-color: var(--line); }

.hero-card, .product-card, .process-card, .narrative-panel, .chat-shell, .amy-card, .contact-card, .quote-panel {
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: var(--paper);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.hero-card { padding: clamp(1.8rem, 3vw, 3rem); }
.hero-card-color {
  overflow: hidden;
  color: #fffaf1;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 225, 118, 0.3), transparent 18rem),
    radial-gradient(circle at 92% 18%, rgba(64, 151, 207, 0.32), transparent 19rem),
    linear-gradient(135deg, rgba(9, 45, 49, 0.98), rgba(18, 105, 81, 0.94) 58%, rgba(27, 99, 128, 0.9));
}
.hero-card-color .platform-kicker,
.hero-card-color h2,
.hero-card-color p,
.hero-card-color .metric-row span,
.hero-card-color .metric-row strong { color: #fffaf1; }
.hero-card-color p { color: rgba(255, 250, 241, 0.82); }
.platform-kicker { margin-bottom: 1rem; }
.hero-card h2 { max-width: 12ch; font-size: clamp(3rem, 4.4vw, 5.2rem); }
.metric-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.75rem; margin-top: 1.6rem; }
.metric-row article { min-height: 8rem; padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 1.2rem; background: rgba(255, 255, 255, 0.08); }
.metric-row strong { display: block; margin-bottom: 0.6rem; font-size: 0.95rem; letter-spacing: 0.16em; opacity: 0.72; }
.metric-row span { font-family: var(--serif); font-size: 1.42rem; font-weight: 700; line-height: 1; }
.statement-band { margin: 1rem auto 0; padding: 1.5rem 1.7rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement-band p { max-width: 80rem; margin: 0; font-size: 1.34rem; }
.content-section { padding-top: 5.5rem; }
#platform, #services, #amy, #process, #contact { scroll-margin-top: 8.4rem; }
.section-heading { max-width: 60rem; }
.wide-heading { max-width: 78rem; }
.section-heading h2 { margin: 1rem 0; }

.product-grid-large { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; margin-top: 2.2rem; }
.product-card { min-height: 29rem; padding: clamp(1.65rem, 2.4vw, 2.35rem); display: flex; flex-direction: column; }
.product-card[open] { background: rgba(255, 252, 246, 0.9); }
.product-card-feature {
  color: #fffaf1;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 225, 118, 0.22), transparent 18rem),
    linear-gradient(135deg, rgba(11, 51, 55, 0.97), rgba(19, 101, 79, 0.92));
}
.product-card-feature summary span,
.product-card-feature summary strong,
.product-card-feature summary small,
.product-card-feature p,
.product-card-feature a { color: #fffaf1; }
.product-card summary { cursor: pointer; list-style: none; }
.product-card summary::-webkit-details-marker { display: none; }
.product-card summary span { display: block; margin-bottom: 1rem; color: var(--gold); }
.product-card summary strong { display: block; max-width: 12ch; font-family: var(--serif); font-size: clamp(3rem, 4vw, 5.2rem); line-height: 0.88; letter-spacing: -0.04em; }
.product-card summary small { display: block; max-width: 35rem; margin-top: 1rem; color: var(--muted); font-size: 1.2rem; line-height: 1.58; }
.product-card p { margin: 1.15rem 0 0; max-width: 43rem; font-size: 1.16rem; line-height: 1.72; }
.product-card a { display: inline-flex; margin-top: auto; padding-top: 1.25rem; color: var(--emerald); font-size: 1.12rem; font-weight: 800; }

.split-section { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); gap: 1.4rem; align-items: start; }
.compact h2 { max-width: 15ch; }
.narrative-panel, .process-card, .contact-card { padding: 1.7rem; }
.narrative-panel p { margin: 0; font-size: 1.25rem; }
.narrative-panel p + p { margin-top: 1rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.process-card span { display: block; margin-bottom: 0.8rem; color: var(--gold); }
.process-card h3 { margin-bottom: 0.8rem; font-size: 2.05rem; }
.quote-panel { padding: clamp(2rem, 4vw, 4.5rem); color: rgba(255, 248, 237, 0.88); background: radial-gradient(circle at 88% 10%, rgba(207, 163, 59, 0.18), transparent 24rem), linear-gradient(135deg, rgba(11, 51, 55, 0.96), rgba(19, 82, 71, 0.94)); }
.quote-panel p { max-width: 76rem; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4.2vw, 5rem); line-height: 0.98; }
.assistant-layout { display: grid; grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr); gap: 1.25rem; margin-top: 2rem; }
.amy-card, .chat-shell { padding: 1.3rem; }
.amy-portrait { min-height: 19rem; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 1.5rem; background: radial-gradient(circle at 50% 12%, rgba(255, 246, 230, 0.8), transparent 28%), linear-gradient(135deg, rgba(207, 163, 59, 0.15), rgba(46, 131, 189, 0.16)); }
.amy-illustration { width: 100%; height: 100%; object-fit: cover; object-position: center 13%; transform: scale(0.64); }
.amy-card-copy { padding-top: 1.1rem; }
.amy-card-copy h3 { margin: 0.4rem 0 0.7rem; }
.amy-traits { margin: 1rem 0 0; padding-left: 1.1rem; }
.amy-traits li + li { margin-top: 0.52rem; }
.chat-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.chat-heading { display: flex; align-items: center; gap: 0.9rem; }
.chat-avatar, .message-avatar { border-radius: 50%; object-fit: cover; object-position: center top; box-shadow: 0 10px 22px rgba(20, 35, 37, 0.14); }
.chat-avatar { width: 3.2rem; height: 3.2rem; }
.chat-heading h3 { font-size: clamp(1.8rem, 2.6vw, 2.8rem); }
.chat-status { display: inline-flex; align-items: center; gap: 0.42rem; padding: 0.52rem 0.75rem; border-radius: 999px; color: var(--emerald); background: rgba(17, 108, 84, 0.1); font-size: 0.95rem; font-weight: 800; }
.chat-status::before { content: ""; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: currentColor; }
.chat-log { display: flex; flex-direction: column; gap: 0.9rem; min-height: 24rem; max-height: 34rem; overflow-y: auto; padding: 1.2rem 0 0.8rem; }
.chat-row { display: flex; align-items: flex-end; gap: 0.65rem; }
.chat-row-user { justify-content: flex-end; }
.message-avatar { width: 2.25rem; height: 2.25rem; flex: 0 0 auto; }
.chat-bubble { max-width: min(36rem, 88%); padding: 1rem 1.1rem; border-radius: 1.2rem; background: rgba(255, 252, 246, 0.9); border: 1px solid var(--line); }
.chat-bubble-user { color: #fffaf1; background: linear-gradient(135deg, var(--deep), #17624e); }
.chat-meta { display: block; margin-bottom: 0.34rem; color: var(--muted); font-size: 0.8rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.chat-bubble-user .chat-meta, .chat-bubble-user p { color: #fffaf1; }
.chat-bubble p { margin: 0; font-size: 1.12rem; line-height: 1.7; }
.chat-typing { display: inline-flex; gap: 0.35rem; min-height: 1.3rem; padding-bottom: 0.65rem; }
.chat-typing span { width: 0.52rem; height: 0.52rem; border-radius: 50%; background: rgba(17, 108, 84, 0.45); animation: typingPulse 900ms ease-in-out infinite; }
.chat-typing span:nth-child(2) { animation-delay: 120ms; }
.chat-typing span:nth-child(3) { animation-delay: 240ms; }
.chat-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.75rem; }
.chat-form input { min-height: 3.7rem; padding: 0 1.1rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: var(--paper-strong); font-size: 1.08rem; }
.chat-form input:focus { outline: 2px solid rgba(46, 131, 189, 0.24); outline-offset: 2px; }
.chat-note { margin: 1rem 0 0; font-size: 1.1rem; }
.chat-handoff { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.chat-summary { margin: 0.8rem 0 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; color: var(--muted); background: rgba(255, 252, 246, 0.72); white-space: pre-line; overflow-x: auto; }
.contact-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr); gap: 1.4rem; align-items: center; padding: 5.5rem 0 4rem; }
.contact-copy p { font-size: 1.28rem; }
.contact-email { display: inline-block; margin: 0.4rem 0 0.8rem; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.4rem); font-weight: 700; letter-spacing: -0.04em; }
.contact-button { margin-top: 1rem; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 0 2.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 1.08rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes typingPulse { 0%, 100% { opacity: 0.35; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-0.12rem); } }
@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .header-logo { justify-self: center; }
  .site-nav { justify-content: center; flex-wrap: wrap; }
  .hero, .split-section, .assistant-layout, .contact-section { grid-template-columns: 1fr; }
  .product-grid-large { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .site-header, main, .site-footer { width: calc(100% - 1rem); }
  .site-header { padding: 0.9rem 0; gap: 0.7rem; }
  .header-logo { width: min(210px, 68vw); }
  .header-title { font-size: clamp(2.8rem, 14vw, 4rem); }
  .site-nav { gap: 0.6rem 0.85rem; }
  .site-nav a { font-size: 0.82rem; letter-spacing: 0.12em; }
  .hero { padding-top: 2.2rem; gap: 1.4rem; }
  .hero .eyebrow { font-size: 0.85rem; letter-spacing: 0.12em; line-height: 1.35; }
  h1 { max-width: none; font-size: clamp(3.05rem, 13vw, 4.25rem); line-height: 0.9; }
  h2 { font-size: clamp(2.35rem, 10vw, 3.4rem); }
  .hero-text, .statement-band p, .section-heading p, .hero-card p, .narrative-panel p, .contact-copy p, .product-card p { font-size: 1.08rem; line-height: 1.68; }
  .hero-actions, .chat-form { grid-template-columns: 1fr; display: grid; }
  .button, .chat-form .button { width: 100%; min-height: 3.4rem; }
  .hero-card, .product-card, .narrative-panel, .amy-card, .chat-shell, .contact-card, .quote-panel { border-radius: 1.4rem; padding: 1.15rem; }
  .metric-row { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .product-card summary strong { max-width: none; font-size: clamp(2.35rem, 10vw, 3.35rem); }
  .content-section { padding-top: 3.4rem; }
  .quote-panel p { font-size: clamp(2rem, 10vw, 3.1rem); }
  .amy-portrait { min-height: 16.8rem; }
  .amy-illustration { transform: scale(0.58); }
  .chat-header { flex-direction: column; align-items: flex-start; }
  .chat-log { min-height: 18rem; max-height: 24rem; }
  .chat-bubble { max-width: calc(100% - 2rem); }
  .chat-bubble p, .chat-note, .contact-note, .amy-card-copy p, .amy-traits, .process-card p { font-size: 1rem; line-height: 1.64; }
  .chat-form input { min-height: 3.4rem; }
  .contact-email { font-size: clamp(1.85rem, 9vw, 2.65rem); overflow-wrap: anywhere; }
  .site-footer { display: grid; gap: 0.4rem; padding-bottom: 1.6rem; }
}
@media (max-width: 480px) {
  .site-header, main, .site-footer { width: calc(100% - 0.75rem); }
  .header-logo { width: min(180px, 74vw); }
  .header-title { font-size: 2.75rem; }
  .site-nav a { font-size: 0.74rem; }
  h1 { font-size: clamp(2.65rem, 12vw, 3.35rem); }
  .amy-portrait { min-height: 15.5rem; }
}

/* Product card contrast correction */
.product-card-feature {
  background:
    radial-gradient(circle at 12% 10%, rgba(207, 163, 59, 0.22), transparent 18rem),
    radial-gradient(circle at 92% 6%, rgba(46, 131, 189, 0.18), transparent 20rem),
    linear-gradient(135deg, rgba(255, 252, 246, 0.96), rgba(242, 250, 247, 0.9));
}

.product-card-feature summary span {
  color: var(--gold);
}

.product-card-feature summary strong,
.product-card-feature summary small,
.product-card-feature p {
  color: var(--ink);
}

.product-card-feature summary small,
.product-card-feature p {
  color: var(--muted);
}

.product-card-feature a {
  color: var(--emerald);
}

/* Header height reduction */
.site-header {
  padding-top: 0.32rem;
  padding-bottom: 0.28rem;
}

.site-header::after {
  bottom: -2rem;
  height: 2rem;
}

.header-logo {
  width: min(180px, 20vw);
}

.header-title {
  font-size: clamp(2.35rem, 3.4vw, 3.85rem);
}

.site-nav a {
  font-size: 0.92rem;
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 0.45rem;
    padding-bottom: 0.42rem;
  }

  .header-logo {
    width: min(170px, 62vw);
  }

  .header-title {
    font-size: clamp(2.25rem, 11vw, 3.15rem);
  }
}

/* Tighter header and logo-color title treatment */
.site-header {
  padding-top: 0.16rem;
  padding-bottom: 0.14rem;
}

.site-header::after {
  bottom: -1.25rem;
  height: 1.25rem;
}

.header-logo {
  width: min(150px, 17vw);
}

.header-title {
  font-size: clamp(2.05rem, 3vw, 3.35rem);
  color: transparent;
  background: linear-gradient(90deg, #0c7a45 0%, #17844b 38%, #1987bd 72%, #216fa8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 10px 28px rgba(18, 32, 34, 0.08);
}

.site-nav a {
  font-size: 0.86rem;
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 0.28rem;
    padding-bottom: 0.26rem;
  }

  .header-logo {
    width: min(145px, 58vw);
  }

  .header-title {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }
}

/* Visual polish pass */
body {
  background:
    radial-gradient(circle at 8% 4%, rgba(207, 163, 59, 0.14), transparent 28rem),
    radial-gradient(circle at 92% 9%, rgba(46, 131, 189, 0.14), transparent 32rem),
    radial-gradient(circle at 70% 42%, rgba(17, 108, 84, 0.08), transparent 30rem),
    linear-gradient(135deg, #f8f2e8, #fbf7ef 46%, #e8f0ef 100%);
}

.site-header {
  width: min(1560px, calc(100% - 2rem));
  border-radius: 0 0 2rem 2rem;
  background:
    radial-gradient(circle at 12% 0%, rgba(207, 163, 59, 0.12), transparent 22rem),
    radial-gradient(circle at 90% 0%, rgba(46, 131, 189, 0.11), transparent 24rem),
    linear-gradient(180deg, rgba(248, 242, 232, 0.98), rgba(248, 242, 232, 0.9));
}

.header-logo {
  opacity: 0.94;
}

.header-title {
  background: linear-gradient(90deg, #126f45 0%, #197f48 32%, #1c8ab6 68%, #216fa8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 12px 24px rgba(18, 32, 34, 0.06));
}

.site-nav a {
  position: relative;
  padding-bottom: 0.3rem;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  opacity: 0.45;
  transform: scaleX(1);
}

.hero {
  padding-top: 4.7rem;
  padding-bottom: 3.4rem;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 0.5rem;
  width: 0.22rem;
  height: 7.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--emerald), var(--blue));
  opacity: 0.75;
}

.hero-card-color {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 34px 100px rgba(11, 51, 55, 0.2);
}

.hero-card-color::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.35rem;
  pointer-events: none;
}

.statement-band {
  border-radius: 1.6rem;
  border: 1px solid rgba(18, 32, 34, 0.08);
  background: rgba(255, 252, 246, 0.48);
  box-shadow: 0 18px 55px rgba(20, 35, 37, 0.055);
}

.eyebrow.boxed {
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.82), rgba(240, 249, 245, 0.64));
}

.product-grid-large {
  align-items: stretch;
}

.product-card {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 90% 8%, rgba(46, 131, 189, 0.1), transparent 13rem),
    radial-gradient(circle at 10% 12%, rgba(207, 163, 59, 0.09), transparent 14rem);
  opacity: 0.75;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 108, 84, 0.2);
  box-shadow: 0 34px 95px rgba(20, 35, 37, 0.15);
}

.product-card summary strong {
  text-wrap: balance;
}

.product-card summary small {
  font-weight: 600;
}

.product-card-feature::before {
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 225, 118, 0.22), transparent 18rem),
    radial-gradient(circle at 85% 12%, rgba(85, 174, 218, 0.18), transparent 18rem);
}

.narrative-panel,
.process-card,
.amy-card,
.chat-shell,
.contact-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 131, 189, 0.07), transparent 16rem),
    rgba(255, 252, 246, 0.84);
}

.process-card {
  min-height: 15rem;
}

.amy-portrait {
  box-shadow: inset 0 0 0 1px rgba(18, 32, 34, 0.08);
}

.chat-shell {
  box-shadow: 0 34px 90px rgba(20, 35, 37, 0.13);
}

.chat-bubble-assistant {
  border-top-left-radius: 0.42rem;
}

.chat-bubble-user {
  border-top-right-radius: 0.42rem;
}

.contact-section {
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 3.5rem -1rem 2.5rem;
  z-index: -1;
  border-radius: 2.4rem;
  background: linear-gradient(135deg, rgba(17, 108, 84, 0.06), rgba(46, 131, 189, 0.08));
}

@media (max-width: 760px) {
  .site-header {
    width: calc(100% - 0.75rem);
    border-radius: 0 0 1.3rem 1.3rem;
  }

  .hero-copy::before {
    left: -0.55rem;
    height: 5.5rem;
  }

  .product-card:hover {
    transform: none;
  }
}
