/*
 * Pictoria One homepage v11.
 * Public language rooted in the product. Rounded, layered visual system.
 */

:root {
  --pictoria-paper: #f2f0e8;
  --pictoria-ink: #17203c;
  --pictoria-lapis: #30429b;
  --pictoria-celadon: #afc4b5;
  --pictoria-ochre: #e3a72f;
  --pictoria-cloud: #f8f7f2;
  --pictoria-mist: #e4eae3;
  --pictoria-radius-xl: 56px;
  --pictoria-radius-lg: 36px;
  --pictoria-radius-md: 24px;
}

html {
  scroll-padding-top: 92px;
}

body {
  overflow-x: hidden;
  background: var(--pictoria-paper);
}

#product,
#framework,
#review,
#custody,
#deployment,
#faq,
#contact {
  scroll-margin-top: 92px;
}

.rounded-section {
  width: calc(100% - 32px);
  margin-inline: auto;
  border-radius: var(--pictoria-radius-xl);
}

.site-header,
.site-header.scrolled {
  padding-top: 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.header-inner {
  height: 64px;
  padding: 0 22px;
  border: 1px solid rgba(48, 66, 155, .14);
  border-radius: 999px;
  background: rgba(242, 240, 232, .9);
  box-shadow: 0 12px 40px rgba(23, 32, 60, .08);
  backdrop-filter: blur(20px);
}

.site-header .wordmark {
  height: 25px;
}

.site-nav {
  gap: 22px;
  font-size: 12px;
}

.site-nav > a:not(.nav-cta) {
  color: var(--pictoria-ink);
}

.site-nav > a:not(.nav-cta)::after {
  bottom: -5px;
  height: 2px;
  border-radius: 999px;
  background: var(--pictoria-ochre);
}

.nav-cta {
  border-color: rgba(48, 66, 155, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .38);
}

.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: var(--pictoria-lapis);
  background: var(--pictoria-lapis);
  color: white;
}

.hero {
  min-height: min(920px, 100svh);
  padding: 142px 0 92px;
  background:
    radial-gradient(ellipse at 80% 26%, rgba(175, 196, 181, .46), transparent 31%),
    radial-gradient(circle at 20% 84%, rgba(227, 167, 47, .12), transparent 24%),
    linear-gradient(rgba(48, 66, 155, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 66, 155, .025) 1px, transparent 1px),
    var(--pictoria-paper);
  background-size: auto, auto, 52px 52px, 52px 52px, auto;
}

.hero-grid {
  grid-template-columns: minmax(390px, .86fr) minmax(560px, 1.14fr);
  gap: clamp(52px, 6vw, 88px);
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(55px, 5.25vw, 78px);
}

.hero-lede {
  max-width: 610px;
  color: #555f73;
}

.hero-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: 12%;
  top: 20%;
  border-radius: 50%;
  background: rgba(255, 255, 255, .34);
  filter: blur(2px);
  pointer-events: none;
}

.hero-product-shot {
  isolation: isolate;
}

.hero-product-halo {
  position: absolute;
  z-index: -1;
  width: 82%;
  height: 76%;
  right: -5%;
  bottom: 3%;
  border-radius: 46% 54% 48% 52% / 56% 44% 56% 44%;
  background: rgba(175, 196, 181, .76);
  transform: rotate(-4deg);
}

.hero-product-frame {
  overflow: hidden;
  border: 1px solid rgba(48, 66, 155, .22);
  border-radius: 32px;
  box-shadow: 0 34px 80px rgba(23, 32, 60, .18);
  transform: rotate(1.2deg);
  transition: transform .45s ease, box-shadow .45s ease;
}

.hero-product-shot:hover .hero-product-frame {
  box-shadow: 0 40px 90px rgba(23, 32, 60, .22);
  transform: rotate(0);
}

.visual-caption {
  padding-inline: 16px;
}

.button,
.button-primary,
.button-light,
.text-link {
  border-radius: 999px;
}

.button-primary {
  background: var(--pictoria-ochre);
  color: var(--pictoria-ink);
  box-shadow: 0 16px 34px rgba(145, 100, 16, .2);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #efb83f;
  color: var(--pictoria-ink);
}

.system-section {
  position: relative;
  padding-bottom: 138px;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 255, 255, .82), transparent 22%),
    linear-gradient(145deg, #e8ede6, #dfe7e0 58%, #edf0e8);
}

.system-section::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: 4%;
  top: 7%;
  border: 1px solid rgba(48, 66, 155, .16);
  border-radius: 50%;
  content: "";
}

.section-intro {
  position: relative;
  z-index: 1;
}

.section-title-block h2 {
  max-width: 730px;
}

.journey-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  padding-top: 20px;
}

.journey-flow::before {
  position: absolute;
  z-index: -1;
  height: 12px;
  left: 7%;
  right: 7%;
  top: 51%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pictoria-ochre), var(--pictoria-celadon), var(--pictoria-lapis));
  opacity: .4;
  content: "";
}

.journey-stage {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 26px 25px 28px;
  overflow: hidden;
  border: 1px solid rgba(48, 66, 155, .12);
  border-radius: 34px;
  box-shadow: 0 20px 48px rgba(23, 32, 60, .08);
}

.journey-stage::after {
  position: absolute;
  width: 130px;
  height: 130px;
  right: -64px;
  bottom: -64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .34);
  content: "";
}

.journey-intake {
  background: #f8f5eb;
}

.journey-catalogue {
  margin-top: 42px;
  background: #dce7df;
}

.journey-explore {
  margin-top: -6px;
  background: #e2e5f4;
}

.journey-knowledge {
  margin-top: 30px;
  background: var(--pictoria-ink);
  color: var(--pictoria-paper);
}

.journey-stage .stage-meta {
  align-items: center;
}

.journey-stage .stage-meta small {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  color: #5e6675;
}

.journey-knowledge .stage-meta small {
  background: rgba(175, 196, 181, .14);
  color: var(--pictoria-celadon);
}

.journey-stage h3 {
  margin: 76px 0 12px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.journey-stage > p {
  min-height: 66px;
  margin: 0;
  color: #596274;
  font-size: 13px;
  line-height: 1.6;
}

.journey-knowledge > p {
  color: #cbd0dc;
}

.journey-stage ul {
  margin: auto 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(48, 66, 155, .13);
  list-style: none;
}

.journey-stage li {
  position: relative;
  margin: 8px 0;
  padding-left: 16px;
  color: #626b7d;
  font-size: 10px;
}

.journey-stage li::before {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: .65em;
  border-radius: 50%;
  background: var(--pictoria-lapis);
  content: "";
}

.journey-knowledge ul {
  border-color: rgba(242, 240, 232, .15);
}

.journey-knowledge li {
  color: #cbd0dc;
}

.journey-knowledge li::before {
  background: var(--pictoria-celadon);
}

.framework-field {
  margin-top: 18px;
  color: var(--pictoria-paper);
  background:
    radial-gradient(circle at 78% 16%, rgba(175, 196, 181, .2), transparent 28%),
    radial-gradient(circle at 16% 82%, rgba(48, 66, 155, .38), transparent 30%),
    var(--pictoria-ink);
}

.semantic-intro {
  border-bottom: 0;
}

.semantic-intro h2 {
  max-width: 760px;
}

.semantic-intro-copy p {
  color: #c1c7d5;
}

.semantic-intro-copy p + p {
  color: var(--pictoria-paper);
}

.memory-map {
  position: relative;
  min-height: 540px;
  margin-top: 16px;
  border: 1px solid rgba(242, 240, 232, .11);
  border-radius: 48px;
  background:
    radial-gradient(circle at center, rgba(48, 66, 155, .45), transparent 34%),
    rgba(255, 255, 255, .025);
}

.memory-map::before,
.memory-map::after {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid rgba(175, 196, 181, .2);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.memory-map::before {
  width: 64%;
  height: 62%;
}

.memory-map::after {
  width: 42%;
  height: 42%;
}

.memory-core {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 300px;
  height: 220px;
  left: 50%;
  top: 50%;
  place-content: center;
  border: 1px solid rgba(242, 240, 232, .32);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--pictoria-lapis), #24327c);
  box-shadow: 0 28px 80px rgba(3, 8, 30, .34);
  text-align: center;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.memory-core small,
.memory-node small {
  display: block;
  margin-bottom: 9px;
  color: var(--pictoria-celadon);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.memory-core strong {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.1;
}

.memory-node {
  position: absolute;
  z-index: 3;
  width: 260px;
  padding: 19px 22px;
  border: 1px solid rgba(242, 240, 232, .2);
  border-radius: 999px;
  background: rgba(242, 240, 232, .08);
  box-shadow: 0 16px 38px rgba(3, 8, 30, .18);
  backdrop-filter: blur(12px);
}

.memory-node strong {
  display: block;
  color: var(--pictoria-paper);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

.memory-source {
  left: 7%;
  top: 15%;
}

.memory-authority {
  right: 6%;
  top: 17%;
}

.memory-review {
  left: 8%;
  bottom: 13%;
}

.memory-history {
  right: 7%;
  bottom: 12%;
}

.framework-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.framework-stories article {
  min-height: 230px;
  padding: 25px 25px 28px;
  border: 1px solid rgba(242, 240, 232, .12);
  border-radius: 30px;
  background: rgba(242, 240, 232, .055);
}

.framework-stories article:nth-child(2) {
  background: rgba(175, 196, 181, .11);
}

.framework-stories span {
  color: var(--pictoria-celadon);
  font-size: 10px;
}

.framework-stories h3 {
  margin: 54px 0 12px;
  color: var(--pictoria-paper);
  font-size: 17px;
}

.framework-stories p {
  margin: 0;
  color: #b9c0cf;
  font-size: 11px;
  line-height: 1.65;
}

.framework-status {
  margin-top: 22px;
  padding: 22px 24px;
  border: 1px solid rgba(242, 240, 232, .12);
  border-radius: 24px;
  background: rgba(8, 13, 38, .2);
}

.review-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(227, 167, 47, .22), transparent 22%),
    var(--pictoria-paper);
}

.review-section::after {
  position: absolute;
  width: 380px;
  height: 380px;
  right: -190px;
  bottom: 4%;
  border: 1px solid rgba(48, 66, 155, .12);
  border-radius: 50%;
  content: "";
}

.model-policy-head {
  border: 0;
}

.review-ribbon {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.review-ribbon::before {
  position: absolute;
  z-index: -1;
  height: 26px;
  left: 3%;
  right: 3%;
  top: 50%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(227, 167, 47, .58), rgba(175, 196, 181, .74), rgba(48, 66, 155, .5));
  content: "";
  transform: translateY(-50%);
}

.review-ribbon article {
  min-height: 310px;
  padding: 25px 24px 27px;
  border: 1px solid rgba(48, 66, 155, .12);
  border-radius: 30px;
  background: rgba(248, 247, 242, .94);
  box-shadow: 0 20px 45px rgba(23, 32, 60, .07);
}

.review-ribbon article:nth-child(2) {
  transform: translateY(26px);
}

.review-ribbon article:nth-child(3) {
  transform: translateY(-18px);
}

.review-ribbon article:nth-child(4) {
  transform: translateY(16px);
  background: var(--pictoria-lapis);
  color: white;
}

.review-ribbon span {
  color: var(--pictoria-lapis);
  font-size: 10px;
}

.review-ribbon article:nth-child(4) span {
  color: var(--pictoria-celadon);
}

.review-ribbon small {
  display: block;
  margin-top: 48px;
  color: #6f7b70;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.review-ribbon article:nth-child(4) small {
  color: var(--pictoria-celadon);
}

.review-ribbon h3 {
  margin: 10px 0 14px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(25px, 2.25vw, 32px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.review-ribbon p {
  margin: 0;
  color: #626b7c;
  font-size: 11px;
  line-height: 1.65;
}

.review-ribbon article:nth-child(4) p {
  color: #d9ddea;
}

.processing-note {
  margin-top: 62px;
  padding: 20px 24px;
  border-radius: 22px;
  background: rgba(175, 196, 181, .25);
}

.stewardship-section {
  background:
    radial-gradient(circle at 88% 15%, rgba(255, 255, 255, .48), transparent 23%),
    var(--pictoria-celadon);
}

.care-stack {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.care-stack article {
  display: grid;
  grid-template-columns: 40px minmax(180px, .48fr) minmax(280px, 1fr) 170px;
  gap: 24px;
  align-items: center;
  min-height: 96px;
  padding: 18px 24px;
  border: 1px solid rgba(23, 32, 60, .1);
  border-radius: 999px;
  background: rgba(248, 247, 242, .72);
  box-shadow: 0 10px 30px rgba(23, 32, 60, .05);
}

.care-stack article:nth-child(2) {
  width: 94%;
  margin-left: auto;
  background: rgba(226, 229, 244, .78);
}

.care-stack article:nth-child(3) {
  width: 97%;
  background: rgba(248, 247, 242, .58);
}

.care-stack article:nth-child(4) {
  width: 92%;
  margin-left: auto;
  background: var(--pictoria-ink);
  color: var(--pictoria-paper);
}

.care-stack article > span {
  color: var(--pictoria-lapis);
  font-size: 10px;
}

.care-stack article:nth-child(4) > span {
  color: var(--pictoria-celadon);
}

.care-stack h3,
.care-stack p,
.care-stack small {
  margin: 0;
}

.care-stack h3 {
  font-size: 15px;
}

.care-stack p {
  color: #596274;
  font-size: 11px;
  line-height: 1.55;
}

.care-stack article:nth-child(4) p {
  color: #cbd0dc;
}

.care-stack small {
  justify-self: end;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .54);
  color: #5b6476;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.care-stack article:nth-child(4) small {
  background: rgba(175, 196, 181, .14);
  color: var(--pictoria-celadon);
}

.deployment-section {
  background:
    radial-gradient(circle at 72% 22%, rgba(175, 196, 181, .36), transparent 24%),
    #e9ede7;
}

.deployment-grid {
  align-items: center;
}

.deployment-copy h2 {
  font-size: clamp(48px, 5.2vw, 72px);
}

.deployment-options {
  gap: 18px;
}

.deployment-card {
  min-height: 330px;
  padding: 34px;
  border-radius: 38px;
  box-shadow: 0 22px 55px rgba(23, 32, 60, .08);
}

.deployment-card.hosted {
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 20%, rgba(175, 196, 181, .16), transparent 30%),
    var(--pictoria-ink);
}

.deployment-card small {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(175, 196, 181, .16);
}

.faq-section {
  background:
    radial-gradient(circle at 16% 16%, rgba(227, 167, 47, .14), transparent 24%),
    var(--pictoria-paper);
}

.faq-intro {
  border-bottom: 0;
}

.faq-home-list,
.faq-directory .faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 0;
  background: transparent;
}

.faq-home-list .faq-item,
.faq-directory .faq-item {
  overflow: hidden;
  border: 1px solid rgba(48, 66, 155, .12);
  border-radius: 24px;
  background: rgba(248, 247, 242, .78);
  box-shadow: 0 10px 28px rgba(23, 32, 60, .035);
}

.faq-home-list .faq-item summary,
.faq-directory .faq-item summary {
  border: 0;
  border-radius: 24px;
}

.faq-home-list .faq-item[open],
.faq-directory .faq-item[open] {
  background: #e7ece5;
}

.faq-home-list .faq-item[open] summary,
.faq-directory .faq-item[open] summary {
  background: rgba(175, 196, 181, .22);
}

.faq-home-list .faq-item > p,
.faq-directory .faq-item > p {
  border: 0;
}

.contact-section {
  width: calc(100% - 32px);
  margin: 18px auto;
  border-radius: var(--pictoria-radius-xl);
  background:
    radial-gradient(circle at 82% 12%, rgba(175, 196, 181, .18), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(48, 66, 155, .42), transparent 30%),
    var(--pictoria-ink);
}

.contact-copy h2 {
  max-width: 680px;
}

.contact-form {
  border: 1px solid rgba(242, 240, 232, .12);
  border-radius: 34px;
  background: rgba(8, 13, 38, .28);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-radius: 15px;
}

.contact-consent {
  border-radius: 17px;
}

.site-footer {
  margin-top: 18px;
  border-radius: 56px 56px 0 0;
}

.semantic-faq-hero {
  padding-top: 150px;
  border-radius: 0 0 56px 56px;
}

.semantic-faq-hero h1 {
  max-width: 900px;
}

.faq-directory {
  background:
    radial-gradient(circle at 90% 12%, rgba(175, 196, 181, .28), transparent 20%),
    var(--pictoria-paper);
}

.faq-directory .faq-group {
  margin-bottom: 68px;
}

.faq-directory .faq-group-header {
  border: 0;
}

.faq-directory .faq-group-header h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 400;
}

@media (max-width: 1120px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero-visual {
    max-width: 900px;
  }

  .journey-flow,
  .review-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journey-catalogue,
  .journey-knowledge,
  .review-ribbon article:nth-child(2),
  .review-ribbon article:nth-child(4) {
    margin-top: 28px;
    transform: none;
  }

  .review-ribbon article:nth-child(3) {
    transform: none;
  }

  .memory-map {
    min-height: 620px;
  }

  .memory-source,
  .memory-review {
    left: 3%;
  }

  .memory-authority,
  .memory-history {
    right: 3%;
  }

  .care-stack article {
    grid-template-columns: 36px minmax(170px, .42fr) 1fr;
    border-radius: 32px;
  }

  .care-stack small {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .rounded-section,
  .contact-section {
    width: calc(100% - 20px);
    border-radius: 44px;
  }

  .framework-stories {
    grid-template-columns: 1fr;
  }

  .framework-stories article {
    min-height: 0;
  }

  .framework-stories h3 {
    margin-top: 28px;
  }

  .memory-map {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 22px;
  }

  .memory-map::before,
  .memory-map::after {
    display: none;
  }

  .memory-core,
  .memory-node {
    position: static;
    width: auto;
    height: auto;
    min-height: 150px;
    border-radius: 30px;
    transform: none;
  }

  .memory-core {
    grid-column: 1 / -1;
    padding: 30px;
  }

  .memory-node {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-header.scrolled {
    padding-top: 10px;
  }

  .header-inner {
    height: 58px;
    padding: 0 16px;
  }

  .site-header .wordmark {
    height: 21px;
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .site-nav {
    inset: 78px 16px auto;
    padding: 12px 14px 20px;
    border: 1px solid rgba(48, 66, 155, .14);
    border-radius: 28px;
    background: rgba(242, 240, 232, .98);
    box-shadow: 0 20px 50px rgba(23, 32, 60, .16);
  }

  .site-nav a {
    border-radius: 14px;
  }

  .hero {
    padding: 106px 0 68px;
  }

  .hero h1 {
    font-size: clamp(42px, 12.5vw, 59px);
  }

  .hero-product-frame {
    border-radius: 22px;
    transform: none;
  }

  .hero-product-halo {
    width: 88%;
    right: -4%;
    bottom: 1%;
  }

  .rounded-section,
  .contact-section {
    width: calc(100% - 12px);
    border-radius: 34px;
  }

  .system-section {
    padding-bottom: 82px;
  }

  .journey-flow,
  .review-ribbon {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .journey-flow::before,
  .review-ribbon::before {
    width: 12px;
    height: auto;
    inset: 4% auto 4% 30px;
  }

  .journey-stage,
  .journey-catalogue,
  .journey-explore,
  .journey-knowledge,
  .review-ribbon article,
  .review-ribbon article:nth-child(2),
  .review-ribbon article:nth-child(3),
  .review-ribbon article:nth-child(4) {
    min-height: 0;
    margin-top: 0;
    padding: 25px 23px 27px 42px;
    border-radius: 27px;
    transform: none;
  }

  .journey-stage h3 {
    margin-top: 42px;
  }

  .journey-stage > p {
    min-height: 0;
  }

  .journey-stage ul {
    margin-top: 28px;
  }

  .memory-map {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  .memory-core {
    grid-column: auto;
  }

  .memory-core,
  .memory-node {
    min-height: 132px;
    border-radius: 26px;
  }

  .framework-stories article,
  .framework-status,
  .processing-note {
    border-radius: 24px;
  }

  .review-ribbon small {
    margin-top: 38px;
  }

  .processing-note {
    margin-top: 36px;
  }

  .care-stack article,
  .care-stack article:nth-child(2),
  .care-stack article:nth-child(3),
  .care-stack article:nth-child(4) {
    width: 100%;
    grid-template-columns: 28px 1fr;
    gap: 10px 15px;
    margin-left: 0;
    padding: 23px 20px;
    border-radius: 26px;
  }

  .care-stack p,
  .care-stack small {
    grid-column: 2;
  }

  .deployment-card {
    min-height: 0;
    border-radius: 30px;
  }

  .faq-home-list .faq-item,
  .faq-directory .faq-item,
  .faq-home-list .faq-item summary,
  .faq-directory .faq-item summary {
    border-radius: 20px;
  }

  .contact-section {
    margin-block: 10px;
  }

  .contact-form {
    border-radius: 26px;
  }

  .site-footer {
    border-radius: 34px 34px 0 0;
  }

  .semantic-faq-hero {
    padding-top: 118px;
    border-radius: 0 0 34px 34px;
  }
}

@media (max-width: 430px) {
  .memory-map {
    padding: 14px;
  }

  .memory-core strong {
    font-size: 24px;
  }

  .journey-stage .stage-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-product-frame {
    transition: none;
    transform: none;
  }
}
