:root {
  --bg: #fff8f5;
  --bg-soft: #fdf0ea;
  --ink: #252321;
  --muted: #67605c;
  --line: rgba(209, 112, 77, 0.22);
  --accent: #c96743;
  --accent-dark: #a9492d;
  --accent-soft: #f4ded5;
  --peach: #efb69f;
  --white: #fffdfb;
  --shadow: 0 22px 70px rgba(135, 71, 45, 0.13);
  --shadow-card: 0 18px 45px rgba(122, 75, 55, 0.1);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1160px;
}

/* Accessibility safeguards: preserve layout while improving operability and contrast. */
main:focus {
  outline: none;
}

:where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid #8f3f28;
  outline-offset: 3px;
  scroll-margin-block: 7rem 2rem;
}

.section-heading :is(p, h2),
.eyebrow,
.text-link {
  color: var(--accent-dark);
}

.button--primary,
.newsletter button {
  background-color: #8f3f28;
}

.newsletter__status {
  grid-column: 1 / -1;
  margin: 2px 8px 0;
  color: #514a46;
  font-size: 0.78rem;
  line-height: 1.45;
}

.newsletter__status:empty {
  display: none;
}

.newsletter input[aria-invalid="true"] {
  border-color: #8f2f2f;
  box-shadow: 0 0 0 3px rgba(143, 47, 47, 0.15);
}

.newsletter input::placeholder {
  color: #67605c;
  opacity: 1;
}

.footer-bottom__inner {
  color: #675f5a;
}

.footer-legal-links {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-cookie-settings {
  min-height: 44px;
  padding: 0;
  color: #823f2b;
  background: transparent;
  border: 0;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: rgba(130, 63, 43, 0.35);
  text-underline-offset: 5px;
  cursor: pointer;
}

.round-control:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

@media (forced-colors: active) {
  :where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 3px solid Highlight;
  }

  :where(button, .button, .round-control, .nav-toggle, .mobile-quick-nav__fab, .mobile-quick-nav__top) {
    border: 1px solid ButtonText;
    forced-color-adjust: auto;
  }

  :where(.is-active, [aria-current="location"]) {
    border-inline-start: 3px solid Highlight;
    forced-color-adjust: auto;
  }

  .cookie-consent__switch span {
    border: 1px solid ButtonText;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Mobile quick navigation */
.mobile-quick-nav {
  display: none;
}

@media (max-width: 767px) {
  :root {
    --mobile-header-height: 76px;
  }

  html {
    scroll-behavior: smooth;
  }

  #home,
  #offer,
  #pricing,
  #portfolio,
  #about-section,
  #process,
  #contact {
    scroll-margin-top: calc(var(--mobile-header-height) + 12px);
  }

  body.mobile-quick-nav-open {
    overflow: hidden;
  }

  .mobile-quick-nav {
    display: block;
    position: relative;
    z-index: 1200;
  }

  .mobile-quick-nav__fab,
  .mobile-quick-nav__top {
    position: fixed;
    right: max(16px, env(safe-area-inset-right));
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    padding: 0;
    color: #d85c35;
    background: rgba(255, 248, 244, 0.84);
    border: 1px solid rgba(216, 92, 53, 0.3);
    border-radius: 50%;
    box-shadow: 0 12px 32px rgba(94, 48, 32, 0.17);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    cursor: pointer;
  }

  .mobile-quick-nav__fab {
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 1203;
  }

  .mobile-quick-nav__top {
    right: calc(max(16px, env(safe-area-inset-right)) + 5px);
    bottom: calc(max(18px, env(safe-area-inset-bottom)) + 66px);
    z-index: 1202;
    width: 44px;
    height: 44px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 220ms ease, transform 220ms ease, visibility 220ms;
  }

  .mobile-quick-nav__top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-quick-nav__fab svg,
  .mobile-quick-nav__top svg,
  .mobile-quick-nav__close svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-quick-nav__backdrop {
    position: fixed;
    inset: 0;
    z-index: 1204;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(48, 31, 25, 0.2);
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: opacity 300ms ease, visibility 300ms;
  }

  .mobile-quick-nav__sheet {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 1205;
    max-height: min(74vh, 610px);
    padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
    overflow-y: auto;
    color: #272321;
    background: rgba(255, 249, 246, 0.95);
    border: 1px solid rgba(216, 92, 53, 0.18);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(70, 39, 29, 0.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(calc(100% + 24px));
    transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 250ms ease, visibility 300ms;
    overscroll-behavior: contain;
  }

  .mobile-quick-nav.is-open .mobile-quick-nav__backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-quick-nav.is-open .mobile-quick-nav__sheet {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-quick-nav__handle {
    width: 42px;
    height: 4px;
    margin: 0 auto 10px;
    background: rgba(87, 70, 63, 0.22);
    border-radius: 4px;
  }

  .mobile-quick-nav__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    margin-bottom: 6px;
  }

  .mobile-quick-nav__heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.45rem;
    font-weight: 500;
    letter-spacing: 0;
  }

  .mobile-quick-nav__close {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #6b554d;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
  }

  .mobile-quick-nav__links {
    display: grid;
    gap: 3px;
  }

  .mobile-quick-nav__links a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    color: #332b28;
    border-radius: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0;
  }

  .mobile-quick-nav__links a::before {
    content: "";
    width: 3px;
    height: 18px;
    margin-right: 11px;
    background: #d85c35;
    border-radius: 3px;
    opacity: 0;
    transform: scaleY(0.4);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-quick-nav__links a.is-active {
    color: #bd4927;
    background: rgba(224, 102, 61, 0.09);
  }

  .mobile-quick-nav__links a.is-active::before {
    opacity: 1;
    transform: scaleY(1);
  }

  .mobile-quick-nav__fab:focus-visible,
  .mobile-quick-nav__top:focus-visible,
  .mobile-quick-nav__close:focus-visible,
  .mobile-quick-nav__links a:focus-visible {
    outline: 2px solid #d85c35;
    outline-offset: 3px;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .mobile-quick-nav__top,
  .mobile-quick-nav__backdrop,
  .mobile-quick-nav__sheet,
  .mobile-quick-nav__links a::before {
    transition: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 3% 4%, rgba(232, 154, 124, 0.18), transparent 260px),
    radial-gradient(circle at 96% 35%, rgba(239, 182, 159, 0.16), transparent 340px),
    linear-gradient(180deg, #fffaf7 0%, var(--bg) 52%, #fffaf7 100%);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #e8b39f, var(--accent), #8f3f28);
  box-shadow: 0 0 18px rgba(201, 103, 67, 0.34);
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  padding: 10px 16px;
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 84px 0;
}

.section--tight {
  padding: 50px 0 80px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(255, 249, 246, 0.9), rgba(255, 249, 246, 0.58));
  backdrop-filter: blur(14px);
  transition: background 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 249, 246, 0.82);
  box-shadow: 0 8px 35px rgba(120, 73, 54, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(calc(100% - 48px), var(--container));
  min-height: 92px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  position: relative;
  isolation: isolate;
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  line-height: 1;
  padding: 8px 14px 14px;
}

.brand:not(.brand--footer)::before {
  content: "";
  position: absolute;
  left: -44px;
  top: -42px;
  width: 190px;
  height: 150px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 45% 42%, rgba(239, 194, 177, 0.6), rgba(255, 243, 237, 0.34) 46%, transparent 72%);
  filter: blur(1px);
  opacity: 0.85;
  pointer-events: none;
  z-index: -1;
}

.brand:not(.brand--footer)::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -12px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(201, 103, 67, 0.2);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

.brand__mark {
  position: relative;
  display: block;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.25rem);
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.08;
}

.brand__mark span {
  color: var(--accent-dark);
}

.brand__sub {
  position: relative;
  margin-top: 0;
  color: #5a5350;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.16em;
  padding-left: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav .brand__mark {
  font-size: 3.1rem;
  line-height: 1.18;
  padding-bottom: 10px;
}

.nav .brand__sub {
  font-size: 0.55rem;
  margin-top: 8px;
  padding-left: 0.08em;
  transform: translateY(2px);
}

.brand--footer {
  padding: 0;
}

.nav__links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 30px);
  color: #302d2b;
  font-size: 0.95rem;
}

.nav__links a {
  position: relative;
  padding: 8px 0;
  transition: color 180ms ease;
  white-space: nowrap;
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav__links a:hover,
.nav__links a:focus,
.nav__links a.is-active {
  color: var(--accent);
}

.nav__links a:hover::after,
.nav__links a:focus::after,
.nav__links a.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--accent-soft);
  place-items: center;
  gap: 4px;
  padding: 12px;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--accent);
}

.nav__mobile-footer {
  display: none;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 0.94rem;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.is-magnetic {
  transform: translate(var(--magnet-x, 0px), var(--magnet-y, 0px));
}

.button:hover svg {
  transform: translateX(3px);
}

.button--primary {
  background: linear-gradient(135deg, var(--accent) 0%, #d87955 100%);
  color: var(--white);
  box-shadow: 0 15px 34px rgba(188, 91, 57, 0.22);
}

.button--primary:hover {
  background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent) 100%);
  box-shadow: 0 18px 40px rgba(188, 91, 57, 0.28);
}

.button--ghost {
  color: #423a36;
  padding-inline: 16px;
}

.button--ghost svg {
  color: var(--accent);
  fill: rgba(201, 103, 67, 0.08);
}

.eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.hero {
  padding-top: 44px;
  overflow: hidden;
}

.hero__grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.hero__brand-lockup {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: auto 1px auto;
  align-items: center;
  gap: clamp(18px, 2.4vw, 30px);
  margin-bottom: 24px;
  width: fit-content;
  max-width: 100%;
  padding: clamp(8px, 1.2vw, 14px) clamp(12px, 1.8vw, 22px);
  transform: translateY(calc(var(--brand-float, 0) * -1px));
}

.hero__brand-lockup::before {
  content: "";
  position: absolute;
  left: -12%;
  top: -38%;
  width: min(52vw, 560px);
  height: 155%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 40% 48%, rgba(244, 213, 202, 0.72), rgba(255, 247, 243, 0.26) 58%, transparent 76%);
  filter: blur(0.5px) saturate(1.04);
  pointer-events: none;
  z-index: -2;
}

.hero__brand-lockup::after {
  content: "";
  position: absolute;
  left: 2%;
  top: -28%;
  width: min(38vw, 410px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.2);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.hero__brand-lockup span {
  position: relative;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(5.5rem, 11vw, 10.8rem);
  font-weight: 400;
  line-height: 0.78;
  text-shadow: 0 18px 38px rgba(159, 78, 48, 0.13);
}

.hero__brand-lockup i {
  position: relative;
  width: 1px;
  height: clamp(72px, 8vw, 120px);
  background: rgba(201, 103, 67, 0.42);
}

.hero__brand-lockup strong {
  position: relative;
  color: #302d2b;
  font-size: clamp(0.95rem, 1.65vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.35;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero h1 {
  max-width: 560px;
  margin: 14px 0 22px;
  font-family: var(--serif);
  font-size: clamp(3.35rem, 5.9vw, 6.4rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero h1 span,
.about h2 span,
.cta-card p {
  display: block;
  color: var(--accent);
  font-style: italic;
}

.hero__lead {
  max-width: 520px;
  margin: 0;
  color: #302b28;
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero__statement {
  width: min(100%, 690px);
  margin: 30px 0 0;
  border-top: 1px solid rgba(201, 103, 67, 0.34);
  border-bottom: 1px solid rgba(201, 103, 67, 0.12);
  color: #38322e;
  padding: 14px 0;
  font-size: clamp(0.82rem, 1.25vw, 1.02rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero__visual {
  position: relative;
  width: min(100%, 735px);
  min-height: 615px;
  justify-self: end;
  isolation: isolate;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --hero-rise: 0px;
  --hero-panel-rise: 0px;
  --hero-phone-rise: 0px;
  --hero-cue-rise: 0px;
  --hero-scale: 1;
  --hero-glow: 0px;
  --hero-fade: 1;
  --hero-shadow-opacity: 0.62;
  --hero-art-x: 0px;
  --hero-art-y: 0px;
  --hero-art-rotate: 0deg;
  --hero-art-focus: 0;
  --hero-turn: 0deg;
}

.hero__visual.is-interactive .device--laptop {
  will-change: transform;
}

.hero__visual.is-interactive .hero-device-turn {
  will-change: transform;
}

.hero__visual::before {
  content: "";
  position: absolute;
  right: -1%;
  top: 3%;
  width: min(90%, 650px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 53% 48%, rgba(255, 255, 255, 0.88), transparent 42%),
    radial-gradient(circle at 68% 70%, rgba(238, 181, 158, 0.22), transparent 48%),
    linear-gradient(135deg, rgba(242, 213, 202, 0.62), rgba(255, 248, 245, 0.05));
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.06);
  transform: translate3d(calc(var(--hero-art-x) * -0.22), calc(var(--hero-art-y) * -0.28), 0);
  z-index: -2;
}

.hero__visual::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 7%;
  height: 64px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(72, 50, 39, 0.12), rgba(72, 50, 39, 0.05) 38%, transparent 70%),
    radial-gradient(ellipse at 70% 42%, rgba(201, 103, 67, 0.04), transparent 70%);
  filter: none;
  opacity: 0.7;
  pointer-events: none;
  z-index: -1;
}

.hero-device-turn {
  position: absolute;
  right: -5%;
  top: 8%;
  z-index: 4;
  width: min(112%, 820px);
  transform-style: preserve-3d;
  transform:
    perspective(1400px)
    translate3d(var(--hero-art-x, 0px), calc(var(--hero-rise, 0px) + var(--hero-art-y, 0px)), 0)
    scale(var(--hero-scale, 1))
    rotateX(var(--tilt-x))
    rotateY(calc(var(--tilt-y) + var(--hero-turn, 0deg)))
    rotateZ(var(--hero-art-rotate, 0deg));
  transform-origin: center;
  transition: transform 260ms ease;
  animation: device-float 6s ease-in-out infinite;
  pointer-events: none;
}

.hero-device-turn::after {
  content: none;
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: none;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  filter:
    drop-shadow(0 18px 24px rgba(62, 42, 33, 0.08))
    saturate(calc(1 + var(--hero-art-focus) * 0.02))
    contrast(calc(1 + var(--hero-art-focus) * 0.012));
}

.hero-device-art {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  opacity: 1;
  backface-visibility: hidden;
  filter:
    drop-shadow(0 18px 24px rgba(62, 42, 33, 0.08))
    saturate(calc(1 + var(--hero-art-focus) * 0.02))
    contrast(calc(1 + var(--hero-art-focus) * 0.012));
  -webkit-mask-image: none;
  mask-image: none;
}

.hero__visual .floating-panel {
  display: none;
}

.hero-device-turn,
.hero-device-art {
  display: block;
}

.hero__visual .device--laptop,
.hero__visual .device--phone {
  display: none;
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(201, 103, 67, 0.32);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(var(--parallax-y, 0px));
}

.hero-orbit--one {
  right: 4%;
  top: 2%;
  width: 82%;
  aspect-ratio: 1;
  animation: orbit-drift 14s ease-in-out infinite;
}

.hero-orbit--two {
  right: -12%;
  bottom: 0;
  width: 58%;
  aspect-ratio: 1;
  opacity: 0.55;
  animation: orbit-drift 17s ease-in-out infinite reverse;
}

.ui-mesh {
  position: absolute;
  right: 8%;
  top: 3%;
  width: 180px;
  height: 132px;
  background:
    linear-gradient(rgba(201, 103, 67, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 103, 67, 0.16) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: radial-gradient(circle, #000 20%, transparent 76%);
  opacity: 0.72;
  transform: translateY(var(--parallax-y, 0px));
  animation: mesh-drift 7s ease-in-out infinite;
}

.floating-panel {
  position: absolute;
  z-index: 6;
  border: 1px solid rgba(201, 103, 67, 0.16);
  border-radius: 8px;
  background: rgba(255, 252, 249, 0.72);
  box-shadow: 0 22px 50px rgba(119, 72, 53, 0.14);
  backdrop-filter: blur(16px);
  transform: translate3d(0, calc(var(--parallax-y, 0px) + var(--hero-panel-rise, 0px)), 0);
  transition: transform 500ms ease, opacity 500ms ease;
}

.floating-panel--audit {
  left: 1%;
  top: 47%;
  width: 132px;
  padding: 16px;
}

.floating-panel--tokens {
  right: 19%;
  bottom: 3%;
  width: 170px;
  padding: 14px;
}

.floating-panel span {
  display: block;
  color: #6e574e;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.floating-panel strong {
  display: block;
  margin-top: 6px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
}

.floating-panel--audit > i {
  display: block;
  height: 7px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(201, 103, 67, 0.16));
}

.floating-panel--tokens div {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.floating-panel--tokens i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f6ded5;
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.16);
}

.floating-panel--tokens i:nth-child(2) {
  background: #d87955;
}

.floating-panel--tokens i:nth-child(3) {
  background: #3a302c;
}

.vase-scene {
  position: absolute;
  left: 4%;
  top: 19%;
  width: 170px;
  height: 260px;
  z-index: 3;
  transform: translateY(var(--parallax-y, 0px));
}

.vase {
  position: absolute;
  bottom: 0;
  left: 42px;
  width: 70px;
  height: 128px;
  border-radius: 46% 46% 35% 35% / 22% 22% 18% 18%;
  background:
    linear-gradient(90deg, rgba(144, 90, 70, 0.18), transparent 25%, rgba(255, 255, 255, 0.72) 46%, rgba(122, 79, 63, 0.16) 100%),
    linear-gradient(180deg, #f5e6dd, #d8b9a8);
  box-shadow: 0 20px 34px rgba(93, 59, 45, 0.15);
}

.vase::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 21px;
  width: 28px;
  height: 16px;
  border-radius: 50%;
  background: #e7cec0;
  box-shadow: inset 0 3px 5px rgba(93, 59, 45, 0.12);
}

.vase-stems,
.flower {
  position: absolute;
}

.vase-stems::before,
.vase-stems::after {
  content: "";
  position: absolute;
  bottom: 86px;
  left: 74px;
  width: 1px;
  height: 148px;
  background: #be704d;
  transform-origin: bottom;
}

.vase-stems::before {
  transform: rotate(-18deg);
}

.vase-stems::after {
  transform: rotate(18deg);
}

.flower--hero {
  left: 11%;
  top: 8%;
  width: 150px;
  height: 170px;
  z-index: 4;
  transform: translateY(var(--parallax-y, 0px));
}

.flower span,
.vase-stems span {
  position: absolute;
}

.flower span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e99978;
  box-shadow:
    28px 20px 0 #dda07f,
    55px 8px 0 #d47755,
    72px 46px 0 #e8a385,
    34px 68px 0 #d88362,
    105px 36px 0 #e7b199,
    118px 82px 0 #d77d5c;
}

.flower span:nth-child(1) { left: 14px; top: 14px; }
.flower span:nth-child(2) { left: 58px; top: 0; opacity: 0.8; }
.flower span:nth-child(3) { left: 92px; top: 62px; opacity: 0.85; }
.flower span:nth-child(4) { left: 8px; top: 94px; opacity: 0.75; }
.flower span:nth-child(5) { left: 66px; top: 112px; opacity: 0.75; }
.flower span:nth-child(6) { left: 116px; top: 122px; opacity: 0.6; }

.candle {
  position: absolute;
  bottom: 4px;
  left: -4px;
  width: 58px;
  height: 78px;
  border-radius: 10px 10px 22px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(241, 191, 169, 0.42));
  border: 1px solid rgba(189, 109, 78, 0.22);
  box-shadow: 0 14px 30px rgba(123, 82, 62, 0.1);
}

.candle span {
  position: absolute;
  top: 18px;
  left: 26px;
  width: 8px;
  height: 18px;
  border-radius: 50% 50% 45% 45%;
  background: linear-gradient(180deg, #ffcf87, #d87750);
}

.device {
  position: absolute;
  color: var(--ink);
}

.device--laptop {
  right: 1%;
  top: 11%;
  width: min(88%, 690px);
  aspect-ratio: 1.48;
  transform: perspective(1200px) translate3d(0, var(--hero-rise, 0px), 0) scale(var(--hero-scale, 1)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotateZ(1.4deg);
  transform-style: preserve-3d;
  z-index: 2;
  transition: transform 260ms ease;
  animation: device-float 6s ease-in-out infinite;
}

.device__bar {
  position: absolute;
  inset: 0 0 15%;
  border-radius: 18px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #1d1a18, #0f0e0d);
  box-shadow:
    0 24px 50px rgba(34, 26, 22, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.device__bar::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 34%, transparent 70%, rgba(255, 255, 255, 0.08));
  pointer-events: none;
  z-index: 3;
}

.device__bar::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5a282;
  box-shadow: 18px 0 0 rgba(229, 162, 130, 0.78), 36px 0 0 rgba(229, 162, 130, 0.58);
  z-index: 4;
}

.showcase-site {
  position: absolute;
  inset: 4% 2.5% 19%;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 32%, rgba(255, 255, 255, 0.86), transparent 90px),
    radial-gradient(circle at 78% 46%, rgba(221, 139, 104, 0.3), transparent 170px),
    radial-gradient(circle at 15% 88%, rgba(255, 255, 255, 0.84), transparent 140px),
    linear-gradient(120deg, #fff8f4, #f2d1c3);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.28),
    inset 0 -26px 70px rgba(153, 87, 61, 0.08);
}

.showcase-site::before,
.showcase-site::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.showcase-site::before {
  left: -12%;
  bottom: -24%;
  width: 58%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.22);
}

.showcase-site::after {
  right: 8%;
  top: 22%;
  width: 24%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.35);
}

.showcase-site__nav span {
  position: relative;
}

.showcase-site__nav span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: rgba(201, 103, 67, 0.42);
  transform: scaleX(0);
  transform-origin: left;
  animation: nav-line-scan 5.8s ease-in-out infinite;
}

.showcase-site__nav span:nth-child(3)::after {
  animation-delay: 260ms;
}

.showcase-site__nav span:nth-child(4)::after {
  animation-delay: 520ms;
}

.showcase-site__nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 20px 24px 0;
  color: #8b4b37;
  font-size: 0.64rem;
  text-transform: uppercase;
}

.showcase-site__nav strong {
  margin-right: auto;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: none;
}

.showcase-site__hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  height: calc(100% - 42px);
  padding: 20px 32px 30px;
  gap: 24px;
}

.showcase-site__hero small {
  display: block;
  margin-bottom: 13px;
  color: #6b554b;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.showcase-site__hero p,
.showcase-site__hero h2 {
  margin: 0;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2.05rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.showcase-site__hero > div:first-child span {
  display: inline-flex;
  margin-top: 20px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  padding: 8px 14px;
  font-size: 0.72rem;
  font-weight: 800;
}

.showcase-site__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: auto auto;
  gap: 12px;
  align-self: stretch;
  padding: 18px;
  border: 1px solid rgba(201, 103, 67, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 40px rgba(124, 75, 55, 0.12);
  backdrop-filter: blur(10px);
}

.showcase-site__panel::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 103, 67, 0.68), transparent);
  opacity: 0;
  animation: panel-scan 5.4s ease-in-out infinite;
}

.showcase-site__panel::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 42%;
  height: 42%;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent);
  pointer-events: none;
}

.ui-preview-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  border-radius: 12px;
  background: rgba(255, 248, 245, 0.78);
  padding: 12px 14px;
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.1);
}

.ui-preview-card--hero {
  grid-column: 1 / -1;
  min-height: 88px;
  background:
    radial-gradient(circle at 82% 22%, rgba(201, 103, 67, 0.18), transparent 50px),
    linear-gradient(135deg, rgba(255, 252, 249, 0.94), rgba(249, 222, 212, 0.74));
}

.ui-preview-card span,
.ui-preview-card i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(62, 50, 44, 0.16);
}

.ui-preview-card--hero span {
  width: 42%;
}

.ui-preview-card--hero i {
  width: 70%;
  background: rgba(201, 103, 67, 0.26);
}

.ui-preview-card strong {
  color: var(--accent);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ui-preview-card--small {
  min-height: 92px;
  align-content: center;
}

.ui-preview-card--small span {
  width: 68%;
  background: rgba(201, 103, 67, 0.24);
}

.screen-metric {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 92px;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(251, 226, 216, 0.54)),
    rgba(255, 248, 245, 0.72);
  padding: 13px 14px;
  box-shadow:
    inset 0 0 0 1px rgba(201, 103, 67, 0.1),
    0 12px 24px rgba(126, 78, 57, 0.1);
}

.screen-metric strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.2vw, 2.25rem);
  font-weight: 400;
  line-height: 0.9;
}

.screen-metric span {
  color: #6d574f;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mini-chart {
  position: relative;
  z-index: 1;
  height: 92px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 9px;
  margin-top: 2px;
}

.mini-chart i {
  display: block;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #efb69f, var(--accent));
  transform-origin: bottom;
  animation: chart-rise 2.6s ease-in-out infinite;
}

.mini-chart i:nth-child(1) { height: 42%; }
.mini-chart i:nth-child(2) { height: 68%; animation-delay: 120ms; }
.mini-chart i:nth-child(3) { height: 54%; animation-delay: 240ms; }
.mini-chart i:nth-child(4) { height: 86%; animation-delay: 360ms; }

.flow-map {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.flow-map b {
  position: relative;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.12);
  animation: node-pulse 3.4s ease-in-out infinite;
}

.flow-map b:nth-child(2) {
  animation-delay: 220ms;
}

.flow-map b:nth-child(3) {
  animation-delay: 440ms;
}

.flow-map b:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  width: 8px;
  height: 1px;
  background: var(--accent);
}

.device__base {
  position: absolute;
  left: 7%;
  right: -8%;
  bottom: 0;
  height: 18%;
  border-radius: 0 0 42px 42px;
  transform: skewX(10deg);
  background: linear-gradient(180deg, #d3d0cd, #8d8986);
  box-shadow: 0 25px 34px rgba(36, 27, 22, 0.2);
}

.device--phone {
  right: -1%;
  bottom: 11%;
  width: clamp(96px, 13vw, 150px);
  aspect-ratio: 0.52;
  padding: 34px 14px 18px;
  border: 8px solid #191615;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 76%, rgba(215, 111, 73, 0.28), transparent 70px),
    linear-gradient(180deg, #fff6f1, #f4d6ca);
  box-shadow: 0 18px 38px rgba(52, 36, 29, 0.23);
  transform: translate3d(0, calc(var(--parallax-y, 0px) + var(--hero-phone-rise, 0px)), 0) rotate(2deg);
  z-index: 4;
}

.phone__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 42%;
  height: 11px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #191615;
}

.device--phone p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.9vw, 1.52rem);
  line-height: 1.15;
}

.phone-ui {
  display: grid;
  gap: 7px;
  margin-top: 22px;
}

.phone-ui i {
  height: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.12);
}

.phone-ui i:nth-child(2) {
  width: 78%;
  background: rgba(201, 103, 67, 0.18);
}

.phone-ui i:nth-child(3) {
  width: 54%;
}

.device--phone span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showcase-site--premium {
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.95), transparent 86px),
    radial-gradient(circle at 20% 92%, rgba(202, 98, 60, 0.18), transparent 150px),
    linear-gradient(145deg, #fffaf7 0%, #f6ddd4 62%, #f1c9ba 100%);
}

.showcase-site--premium::before {
  left: 58%;
  top: -22%;
  width: 42%;
  border: 1px solid rgba(201, 103, 67, 0.16);
}

.showcase-site--premium::after {
  right: auto;
  left: -12%;
  top: 54%;
  width: 32%;
  background: rgba(255, 255, 255, 0.32);
}

.showcase-site--premium .showcase-site__nav {
  margin: 14px 18px 0;
  border: 1px solid rgba(201, 103, 67, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  padding: 10px 14px;
  box-shadow: 0 18px 42px rgba(122, 75, 55, 0.1);
  backdrop-filter: blur(12px);
}

.showcase-site--premium .showcase-site__nav strong {
  font-size: 2rem;
  line-height: 0.9;
}

.showcase-site--premium .showcase-site__nav span {
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 248, 245, 0.54);
  color: #744333;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.showcase-site--premium .showcase-site__nav span:first-of-type {
  background: rgba(201, 103, 67, 0.12);
}

.showcase-site--premium .showcase-site__hero {
  grid-template-columns: minmax(150px, 0.82fr) minmax(0, 1.18fr);
  height: calc(100% - 62px);
  padding: 18px 22px 22px;
  gap: 16px;
}

.showcase-site--premium .showcase-site__hero > div:first-child {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(201, 103, 67, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.78), transparent 74px),
    linear-gradient(160deg, rgba(255, 255, 255, 0.68), rgba(246, 216, 205, 0.34));
  padding: 84px 18px 18px;
  box-shadow: 0 18px 35px rgba(117, 72, 53, 0.08);
}

.showcase-site--premium .showcase-site__hero > div:first-child::before {
  content: "jmk.";
  position: absolute;
  left: 18px;
  top: 16px;
  color: rgba(201, 103, 67, 0.88);
  font-family: var(--serif);
  font-size: clamp(3.4rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: 0.82;
  text-shadow: 0 18px 30px rgba(159, 78, 48, 0.12);
}

.showcase-site--premium .showcase-site__hero > div:first-child::after {
  content: "UI / UX DESIGNER";
  position: absolute;
  left: 22px;
  top: 86px;
  color: #302d2b;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.showcase-site--premium .showcase-site__hero small {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #6a5047;
  font-size: 0.54rem;
  letter-spacing: 0.18em;
}

.showcase-site--premium .showcase-site__hero p,
.showcase-site--premium .showcase-site__hero h2 {
  color: #2e2926;
  font-size: clamp(1.08rem, 1.75vw, 1.72rem);
  font-style: normal;
  line-height: 1.06;
}

.showcase-site--premium .showcase-site__hero h2 {
  color: var(--accent);
  font-style: italic;
}

.showcase-site--premium .showcase-site__hero > div:first-child span {
  width: max-content;
  box-shadow: 0 12px 24px rgba(201, 103, 67, 0.18);
  animation: cta-breathe 3.2s ease-in-out infinite;
}

.showcase-site--premium .showcase-site__panel {
  grid-template-columns: 1.05fr 0.78fr;
  grid-template-rows: 94px 84px 36px;
  gap: 10px;
  padding: 14px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 243, 238, 0.58)),
    rgba(255, 255, 255, 0.46);
  box-shadow:
    0 22px 46px rgba(116, 73, 54, 0.13),
    inset 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.showcase-site--premium .ui-preview-card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
}

.showcase-site--premium .ui-preview-card--hero {
  position: relative;
  min-height: 0;
  align-content: end;
  background:
    radial-gradient(circle at 82% 32%, rgba(201, 103, 67, 0.2), transparent 58px),
    linear-gradient(135deg, #fffaf7, #efd0c4);
}

.showcase-site--premium .ui-preview-card--hero::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(201, 103, 67, 0.36);
  border-radius: 50%;
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.36);
}

.showcase-site--premium .ui-preview-card--hero::after {
  content: "J";
  position: absolute;
  right: 14px;
  top: 16px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: rgba(201, 103, 67, 0.72);
  font-family: var(--serif);
  font-size: 2.2rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06));
}

.showcase-site--premium .ui-preview-card span,
.showcase-site--premium .ui-preview-card i {
  height: auto;
  border-radius: 0;
  background: transparent;
}

.showcase-site--premium .ui-preview-card span {
  width: auto;
  color: #8a5c4c;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showcase-site--premium .ui-preview-card i {
  width: 72%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(201, 103, 67, 0.14));
}

.showcase-site--premium .ui-preview-card strong,
.showcase-site--premium .screen-metric span {
  letter-spacing: 0.1em;
}

.showcase-site--premium .ui-preview-card strong {
  max-width: 78%;
  color: #c96743;
  line-height: 1.28;
}

.showcase-site--premium .screen-metric {
  min-height: 0;
  background: linear-gradient(160deg, #fff, #f4d9cf);
}

.showcase-site--premium .screen-metric::after {
  content: "kontakt";
  width: max-content;
  border-radius: 999px;
  background: rgba(201, 103, 67, 0.12);
  color: var(--accent);
  padding: 5px 8px;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-site--premium .mini-chart {
  height: auto;
  min-height: 76px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.48);
  padding: 12px;
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.1);
}

.showcase-site--premium .flow-map b {
  display: grid;
  place-items: center;
  height: 28px;
  color: #735348;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-site--premium .flow-map b:nth-child(1)::before {
  content: "Brief";
}

.showcase-site--premium .flow-map b:nth-child(2)::before {
  content: "Design";
}

.showcase-site--premium .flow-map b:nth-child(3)::before {
  content: "Webflow";
}

.device--phone {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.78), transparent 54px),
    linear-gradient(180deg, #fffaf7, #efcfc1);
}

.device--phone::before {
  content: "jmk.";
  display: block;
  margin-bottom: 14px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 0.9;
}

.device--phone p {
  margin-top: 4px;
  color: #2d2926;
  font-family: var(--sans);
  font-size: clamp(0.84rem, 1.25vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.phone-ui {
  gap: 8px;
  margin-top: 18px;
}

.phone-ui i {
  height: 28px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(246, 218, 207, 0.5));
}

.phone-ui i:first-child {
  height: 42px;
  background:
    radial-gradient(circle at 80% 35%, rgba(201, 103, 67, 0.22), transparent 28px),
    rgba(255, 255, 255, 0.72);
}

.device--phone span {
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  min-height: 32px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 0.5rem;
  letter-spacing: 0.08em;
}

.device--laptop {
  right: -4%;
  top: 9%;
  width: min(98%, 760px);
  aspect-ratio: 1.5;
  transform:
    perspective(1300px)
    translate3d(var(--hero-art-x, 0px), calc(var(--hero-rise, 0px) + var(--hero-art-y, 0px) * 0.32), 0)
    scale(var(--hero-scale, 1))
    rotateX(var(--tilt-x))
    rotateY(var(--tilt-y))
    rotateZ(calc(-1deg + var(--hero-art-rotate, 0deg)));
  filter: drop-shadow(0 34px 40px rgba(54, 42, 36, 0.16));
}

.device__bar {
  inset: 0 0 15%;
  border-radius: 20px 20px 14px 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #171514, #0d0c0b);
  box-shadow:
    0 20px 48px rgba(48, 36, 31, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.device__bar::before {
  inset: 10px;
  border-radius: 14px;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 22%, transparent 74%, rgba(255, 255, 255, 0.08));
}

.device__bar::after {
  left: 22px;
  top: 16px;
  width: 8px;
  height: 8px;
  background: #e5a282;
  box-shadow: 18px 0 0 rgba(229, 162, 130, 0.78), 36px 0 0 rgba(229, 162, 130, 0.58);
}

.showcase-site--premium {
  inset: 4.5% 2.7% 19%;
  border-radius: 13px;
  background:
    radial-gradient(circle at 78% 34%, rgba(242, 184, 160, 0.28), transparent 150px),
    radial-gradient(circle at 20% 82%, rgba(255, 255, 255, 0.86), transparent 150px),
    linear-gradient(125deg, rgba(255, 251, 248, 0.98), rgba(253, 237, 230, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(201, 103, 67, 0.08),
    inset 0 -48px 90px rgba(201, 103, 67, 0.06);
}

.showcase-site--premium::before {
  left: auto;
  right: 8%;
  top: 20%;
  width: 34%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.16);
  background: rgba(242, 198, 181, 0.22);
}

.showcase-site--premium::after {
  left: auto;
  right: 14%;
  top: 28%;
  width: 30%;
  aspect-ratio: 0.9;
  border-radius: 12px;
  background:
    radial-gradient(circle at 52% 52%, rgba(201, 103, 67, 0.32) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(244, 205, 190, 0.22));
  background-size: 22px 22px, auto;
  opacity: 0.72;
}

.showcase-site--premium .showcase-site__nav {
  margin: 0;
  padding: 24px 30px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  gap: 22px;
}

.showcase-site--premium .showcase-site__nav strong {
  color: var(--accent);
  font-size: 1.9rem;
  line-height: 1;
}

.showcase-site--premium .showcase-site__nav span {
  padding: 0;
  background: transparent;
  color: #4f433e;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}

.showcase-site--premium .showcase-site__nav span:first-of-type {
  background: transparent;
}

.showcase-site--premium .showcase-site__hero {
  grid-template-columns: minmax(220px, 0.88fr) minmax(0, 1.12fr);
  height: calc(100% - 48px);
  padding: 28px 34px 30px;
  gap: 30px;
}

.showcase-site--premium .showcase-site__hero > div:first-child {
  align-self: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 16px;
  box-shadow: none;
  overflow: visible;
}

.showcase-site--premium .showcase-site__hero > div:first-child::before,
.showcase-site--premium .showcase-site__hero > div:first-child::after {
  content: none;
}

.showcase-site--premium .showcase-site__hero small {
  margin-bottom: 16px;
  color: rgba(201, 103, 67, 0.92);
  font-size: 0.55rem;
  letter-spacing: 0.22em;
}

.showcase-site--premium .showcase-site__hero p,
.showcase-site--premium .showcase-site__hero h2 {
  color: #2a2623;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.7vw, 2.55rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  overflow-wrap: normal;
}

.showcase-site--premium .showcase-site__hero h2 {
  color: var(--accent);
  font-style: italic;
}

.showcase-site--premium .showcase-site__hero > div:first-child span {
  width: max-content;
  margin-top: 22px;
  border: 1px solid rgba(201, 103, 67, 0.28);
  background: rgba(255, 251, 248, 0.78);
  color: var(--accent);
  box-shadow: none;
  animation: cta-breathe 3.2s ease-in-out infinite;
}

.showcase-site--premium .showcase-site__panel {
  display: block;
  align-self: stretch;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.showcase-site--premium .showcase-site__panel::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 18px;
  width: 190px;
  height: 170px;
  border: 1px solid rgba(201, 103, 67, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(38deg, transparent 52%, rgba(201, 103, 67, 0.5) 52% 53%, transparent 53%),
    radial-gradient(circle at 62% 50%, rgba(201, 103, 67, 0.34) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(245, 204, 189, 0.68), rgba(255, 249, 245, 0.3));
  background-size: auto, 18px 18px, auto;
  opacity: 0.78;
  animation: panel-drift 5.8s ease-in-out infinite;
}

.showcase-site--premium .showcase-site__panel::after {
  content: "";
  position: absolute;
  right: 96px;
  top: 112px;
  width: 145px;
  height: 116px;
  border-radius: 10px;
  background: rgba(255, 253, 251, 0.86);
  box-shadow: 0 20px 38px rgba(106, 74, 60, 0.12);
  animation: panel-drift 6.2s ease-in-out infinite reverse;
}

.showcase-site--premium .ui-preview-card--hero {
  position: absolute;
  right: 112px;
  top: 128px;
  z-index: 3;
  width: 142px;
  min-height: 112px;
  align-content: center;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 253, 251, 0.92);
  box-shadow: 0 22px 40px rgba(108, 72, 58, 0.12);
}

.showcase-site--premium .ui-preview-card--hero::before,
.showcase-site--premium .ui-preview-card--hero::after {
  content: none;
}

.showcase-site--premium .ui-preview-card--hero strong {
  max-width: none;
  color: #2c2926;
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: none;
}

.showcase-site--premium .ui-preview-card--hero strong::first-line {
  color: var(--accent);
  font-style: italic;
}

.showcase-site--premium .ui-preview-card--hero i {
  width: 28px;
  height: 1px;
  margin-top: 12px;
  background: var(--accent);
}

.showcase-site--premium .ui-preview-card--small {
  display: none;
}

.showcase-site--premium .screen-metric,
.showcase-site--premium .mini-chart,
.showcase-site--premium .flow-map {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 250px;
  height: 58px;
  border-radius: 0;
  background: rgba(255, 253, 251, 0.54);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.08);
}

.showcase-site--premium .screen-metric {
  padding: 12px 14px;
}

.showcase-site--premium .screen-metric strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

.showcase-site--premium .screen-metric span {
  grid-column: span 2;
  align-self: center;
  color: #5e514c;
  font-size: 0.43rem;
}

.showcase-site--premium .screen-metric::after {
  content: none;
}

.showcase-site--premium .mini-chart,
.showcase-site--premium .flow-map {
  display: none;
}

.device__base {
  left: 7%;
  right: -2%;
  bottom: 5%;
  height: 17%;
  border-radius: 0 0 22px 22px;
  background:
    linear-gradient(180deg, #d7d2ce, #928f8a 76%, #76726d);
  transform: skewX(14deg);
  box-shadow: 0 26px 35px rgba(63, 48, 40, 0.16);
}

.device__base::after {
  content: "";
  position: absolute;
  left: 42%;
  top: 11%;
  width: 92px;
  height: 16px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.08));
}

.device--phone {
  right: 1%;
  bottom: 7%;
  z-index: 5;
  width: 148px;
  min-height: 284px;
  padding: 40px 18px 18px;
  border: 10px solid #151413;
  border-radius: 30px;
  background:
    radial-gradient(circle at 68% 68%, rgba(244, 196, 178, 0.52), transparent 62px),
    linear-gradient(180deg, #fffaf7, #f2d1c3);
  box-shadow: 0 28px 36px rgba(62, 45, 38, 0.18);
  transform: translate3d(0, calc(var(--hero-phone-rise, 0px) * 0.45), 0) rotateZ(1.6deg);
  animation: phone-float 6.4s ease-in-out infinite;
}

.device--phone::before {
  margin-bottom: 30px;
  font-size: 1.45rem;
}

.phone__notch {
  width: 58px;
  height: 16px;
  top: 10px;
  border-radius: 999px;
  background: #0f0e0d;
}

.device--phone p {
  color: #2a2623;
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
}

.device--phone p em {
  color: var(--accent);
}

.phone-ui {
  position: relative;
  height: 86px;
  margin-top: 22px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 48% 45%, rgba(201, 103, 67, 0.44) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(244, 190, 170, 0.54), rgba(255, 253, 251, 0.7));
  background-size: 16px 16px, auto;
}

.phone-ui i {
  display: none;
}

.device--phone span {
  min-height: 30px;
  background: var(--accent);
  color: #fff;
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}

@keyframes panel-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes phone-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -7px;
  }
}

.scroll-cue {
  position: absolute;
  left: 42%;
  bottom: 2%;
  z-index: 12;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(201, 103, 67, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 0.94), rgba(255, 246, 241, 0.88));
  box-shadow: 0 18px 42px rgba(121, 75, 56, 0.14);
  backdrop-filter: blur(16px);
  color: rgba(67, 54, 48, 0.8);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 16px 8px 8px;
  transform: translate(-50%, var(--hero-cue-rise, 0px));
  opacity: var(--hero-fade, 1);
}

.scroll-cue span {
  width: 34px;
  height: 54px;
  border: 1px solid rgba(201, 103, 67, 0.36);
  border-radius: 999px;
  position: relative;
  background: rgba(255, 252, 249, 0.46);
}

.scroll-cue span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateX(-50%);
  animation: scroll-dot 1.8s ease-in-out infinite;
}

.value-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
  border: 1px solid rgba(201, 103, 67, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.72), rgba(255, 246, 242, 0.62)),
    radial-gradient(circle at 8% 50%, rgba(239, 190, 169, 0.3), transparent 180px);
  padding: 20px 18px 12px;
  box-shadow: 0 18px 45px rgba(121, 75, 56, 0.06);
}

.value-card {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  border-right: 1px solid var(--line);
  text-align: center;
  transition: transform 220ms ease;
}

.value-card:hover {
  transform: translateY(-4px);
}

.value-card:last-child {
  border-right: 0;
}

.icon-circle {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.13);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.icon-circle svg {
  width: 29px;
  height: 29px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.icon-circle--large {
  width: 76px;
  height: 76px;
}

.icon-circle--large svg {
  width: 38px;
  height: 38px;
}

.value-card h2,
.service-card h3,
.project-card h3,
.process-step h3,
.site-footer h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.55;
  text-transform: uppercase;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 50px;
}

.section-heading span {
  height: 1px;
  background: var(--line);
}

.section-heading p,
.section-heading h2 {
  margin: 0;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.45em;
  text-align: center;
  text-transform: uppercase;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  border-radius: 22px;
  perspective: 1200px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  padding: 18px 36px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(201, 103, 67, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -8%, rgba(239, 190, 169, 0.28), transparent 110px),
    rgba(255, 253, 251, 0.66);
  box-shadow: 0 18px 42px rgba(121, 75, 56, 0.08);
  transform-style: preserve-3d;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: auto 24px 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 260ms ease, transform 260ms ease;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transform: scale(0.72);
  transition: transform 260ms ease;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(201, 103, 67, 0.28);
  background:
    radial-gradient(circle at 50% -8%, rgba(239, 190, 169, 0.38), transparent 120px),
    rgba(255, 253, 251, 0.9);
  box-shadow: 0 28px 58px rgba(121, 75, 56, 0.14);
  transform: translateY(-8px) rotateX(4deg);
}

.service-card:hover::before,
.service-card:focus-within::before {
  opacity: 1;
  transform: scaleX(1);
}

.service-card:hover::after,
.service-card:focus-within::after {
  transform: scale(1.1);
}

.service-card:hover .icon-circle {
  transform: translateY(-4px) rotate(-4deg);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.18), 0 16px 28px rgba(201, 103, 67, 0.16);
}

.service-card:last-child {
  border-right: 1px solid rgba(201, 103, 67, 0.12);
}

.service-card h3 {
  margin-top: 30px;
}

.service-card p {
  max-width: 220px;
  margin: 18px auto 0;
  color: #302b28;
  font-size: 0.95rem;
  line-height: 1.7;
}

.section--pricing {
  padding: 46px 0 76px;
}

.pricing-note {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  text-align: right;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pricing-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(201, 103, 67, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 0%, rgba(239, 182, 159, 0.28), transparent 120px),
    rgba(255, 253, 251, 0.72);
  padding: 30px 26px;
  box-shadow: var(--shadow-card);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 103, 67, 0.36);
  box-shadow: 0 22px 55px rgba(122, 75, 55, 0.15);
}

.pricing-card--featured {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.6), transparent 130px),
    linear-gradient(145deg, #fff9f6, #f5d8cc);
}

.pricing-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  padding: 7px 12px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.pricing-card p {
  margin: 16px 0 22px;
  color: #332d29;
  font-size: 0.94rem;
  line-height: 1.7;
  min-height: 96px;
}

.pricing-card strong {
  min-height: 80px;
  display: flex;
  align-items: flex-end;
  margin-top: 0;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.4vw, 2.2rem);
  font-weight: 400;
  line-height: 1.1;
}

.pricing-features {
  display: grid;
  gap: 10px;
  margin: 22px 0 34px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(201, 103, 67, 0.14);
  list-style: none;
}

.pricing-features li {
  position: relative;
  padding-left: 26px;
  color: #403833;
  font-size: 0.86rem;
  line-height: 1.45;
}

.pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.36em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.12);
}

.pricing-features li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: calc(0.36em + 4px);
  width: 6px;
  height: 3px;
  border-left: 1.5px solid var(--accent);
  border-bottom: 1.5px solid var(--accent);
  transform: rotate(-45deg);
}

.pricing-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  align-self: flex-start;
  border: 1px solid rgba(201, 103, 67, 0.35);
  border-radius: 999px;
  color: var(--accent);
  padding: 0 20px;
  font-size: 0.86rem;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.pricing-card a:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px);
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--accent);
  font-weight: 800;
}

.text-link svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: transform 160ms ease;
}

.text-link:hover svg {
  transform: translateX(3px);
}

.portfolio-shell {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 22px;
  overflow-x: clip;
  overflow-y: visible;
}

.round-control {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 103, 67, 0.44);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--accent);
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}

.round-control:hover {
  transform: translateY(-2px);
  background: #fff;
}

.round-control:not(.is-disabled) {
  animation: arrow-nudge 3.4s ease-in-out infinite;
}

.round-control.is-disabled {
  opacity: 0.38;
  pointer-events: none;
}

.round-control svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.project-grid {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 2px 30px;
  scroll-padding-left: 2px;
}

.project-grid::-webkit-scrollbar {
  display: none;
}

.project-card {
  flex: 0 0 calc((100% - 44px) / 3);
  min-width: 260px;
  scroll-snap-align: start;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(201, 103, 67, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 251, 0.74);
  box-shadow: var(--shadow-card);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(201, 103, 67, 0.36);
  box-shadow: 0 22px 55px rgba(122, 75, 55, 0.16);
  outline: none;
}

.project-card__image {
  position: relative;
  height: 294px;
  overflow: hidden;
  background: #f9ded3;
}

.project-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(209, 112, 77, 0.14), transparent 80px),
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.72), transparent 90px);
  opacity: 0.75;
}

.project-card__image--identity {
  display: grid;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.68), transparent 120px),
    linear-gradient(135deg, rgba(255, 247, 242, 0.86), rgba(239, 191, 174, 0.9));
}

.project-card__image--identity span {
  position: absolute;
  top: 28px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.45rem;
  text-transform: uppercase;
}

.project-card__image--identity strong {
  position: relative;
  color: #9c5237;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 7vw, 5.5rem);
  font-weight: 400;
  text-shadow: 0 12px 28px rgba(131, 72, 48, 0.12);
}

.palette {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  transform: translateX(-50%);
}

.palette i {
  height: 24px;
  border-radius: 3px;
  background: #f9f0ea;
  box-shadow: 0 0 0 1px rgba(122, 75, 55, 0.08);
}

.palette i:nth-child(2) { background: #ddb29f; }
.palette i:nth-child(3) { background: #c46843; }
.palette i:nth-child(4) { background: #f4e3db; }
.palette i:nth-child(5) { background: #a95639; }
.palette i:nth-child(6) { background: #4c3026; }

.project-card__image--cards {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.85), transparent 120px),
    linear-gradient(135deg, #f5d0c2, #fff7f3);
}

.business-card {
  position: absolute;
  left: 24%;
  top: 36%;
  width: 180px;
  height: 104px;
  border-radius: 6px;
  background: #fffaf7;
  box-shadow: 0 18px 28px rgba(107, 70, 54, 0.14);
  transform: rotate(-16deg);
}

.business-card::before {
  content: "JMK STUDIO";
  position: absolute;
  left: 26px;
  top: 32px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.business-card--back {
  left: 36%;
  top: 28%;
  transform: rotate(14deg);
  background: #fff3ed;
}

.project-card__image--price {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 34px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58)),
    linear-gradient(135deg, #fff8f4, #f7cbbb);
}

.project-card__image--price strong {
  position: relative;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.project-card__image--price span {
  position: relative;
  height: 9px;
  border-radius: 99px;
  background: rgba(95, 63, 51, 0.2);
}

.project-card__image--price span:nth-child(2) { width: 92%; }
.project-card__image--price span:nth-child(3) { width: 74%; }
.project-card__image--price span:nth-child(4) { width: 88%; }
.project-card__image--price span:nth-child(5) { width: 64%; }
.project-card__image--price span:nth-child(6) { width: 82%; }
.project-card__image--price span:nth-child(7) { width: 70%; }

.project-card__image--social {
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.75), transparent 100px),
    linear-gradient(135deg, #fff9f6, #f1c2b0);
}

.project-card__image--social > span {
  position: absolute;
  left: 26px;
  top: 30px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.cosmetic {
  position: absolute;
  box-shadow: 0 18px 26px rgba(99, 63, 50, 0.16);
}

.cosmetic--tube {
  right: 74px;
  bottom: 58px;
  width: 42px;
  height: 120px;
  border-radius: 18px 18px 8px 8px;
  background: linear-gradient(180deg, #d87955, #fff0e8);
  transform: rotate(16deg);
}

.cosmetic--drop {
  right: 28px;
  bottom: 86px;
  width: 42px;
  height: 74px;
  border-radius: 20px;
  background: linear-gradient(180deg, #8b4c37, #e8a98e);
  transform: rotate(-18deg);
}

.cosmetic--roller {
  left: 52px;
  bottom: 50px;
  width: 86px;
  height: 86px;
  border: 12px solid #d47b59;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.project-card__body {
  padding: 20px 22px 22px;
}

.project-card__body h3 {
  margin-bottom: 2px;
  text-transform: none;
  font-size: 1.02rem;
}

.project-card__body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.portfolio-section {
  position: relative;
  padding-top: clamp(72px, 8vw, 112px);
  overflow: hidden;
}

.portfolio-section > .container {
  width: min(calc(100% - 56px), 1380px);
}

.portfolio-section::before,
.portfolio-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.portfolio-section::before {
  right: -140px;
  top: 10px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(201, 103, 67, 0.12);
  border-radius: 50%;
}

.portfolio-section::after {
  left: -120px;
  bottom: 4%;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(201, 103, 67, 0.1);
  border-radius: 50%;
}

.portfolio-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  align-items: end;
  gap: clamp(30px, 8vw, 92px);
  margin: 0 auto clamp(34px, 5vw, 54px);
  max-width: 1120px;
}

.portfolio-heading h2 {
  max-width: 620px;
  margin: 12px 0 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(3rem, 5.4vw, 5.7rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.portfolio-heading h2 span {
  display: block;
  color: var(--accent);
  font-style: italic;
}

.portfolio-heading__copy {
  display: grid;
  gap: 20px;
  justify-items: start;
  padding-bottom: 14px;
}

.portfolio-heading__copy p {
  max-width: 410px;
  margin: 0;
  color: #4e4741;
  font-size: clamp(0.95rem, 1.15vw, 1.06rem);
  line-height: 1.78;
}

.portfolio-section .text-link {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.portfolio-shell {
  position: relative;
  z-index: 1;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: clamp(14px, 2.2vw, 28px);
  max-width: 1320px;
  margin: 0 auto;
}

.portfolio-shell::after {
  content: none;
  position: absolute;
  left: 84px;
  right: 84px;
  bottom: 8px;
  height: 72px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(123, 74, 52, 0.13), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}

.portfolio-shell .round-control {
  width: 44px;
  height: 44px;
  background: rgba(255, 252, 250, 0.78);
  box-shadow: 0 18px 42px rgba(125, 76, 55, 0.08);
}

.portfolio-shell .round-control:not(.is-disabled):hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-2px) scale(1.03);
}

.project-grid {
  gap: clamp(18px, 2vw, 28px);
  padding: 8px 4px 38px;
  scroll-padding-left: 4px;
}

.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 clamp(268px, 22vw, 316px);
  min-width: 270px;
  border: 0;
  background: rgba(255, 253, 251, 0.9);
  box-shadow: 0 22px 76px rgba(112, 74, 56, 0.055);
}

.project-card:hover,
.project-card:focus-visible {
  transform: translateY(-8px);
  box-shadow: 0 28px 72px rgba(112, 74, 56, 0.18);
}

.project-card__image {
  height: clamp(300px, 28vw, 390px);
  background: #f8ded3;
  isolation: isolate;
}

.project-card__image::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(38, 27, 23, 0.18), rgba(38, 27, 23, 0.02) 42%, rgba(246, 220, 209, 0.18)),
    radial-gradient(circle at 80% 12%, rgba(255, 255, 255, 0.24), transparent 92px);
  opacity: 1;
}

.project-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 500ms ease, filter 500ms ease;
}

.project-card:hover .project-card__image img,
.project-card:focus-visible .project-card__image img {
  transform: scale(1.065);
  filter: saturate(1.04) contrast(1.02);
}

.project-card__image > span,
.project-card__image--identity span,
.project-card__image--social > span {
  display: none !important;
}

.project-card__body {
  position: relative;
  flex: 1 1 auto;
  min-height: 176px;
  padding: 24px 28px 28px;
  border: 0;
  background:
    linear-gradient(180deg, rgba(255, 253, 251, 0.96), rgba(255, 247, 243, 0.9)),
    radial-gradient(circle at 92% 0%, rgba(244, 208, 194, 0.5), transparent 90px);
}

.project-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(236, 198, 185, 0.72);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-card__body h3 {
  margin: 0 42px 8px 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
  font-weight: 400;
  line-height: 1.08;
}

.project-card__body p {
  max-width: 230px;
  margin: 0;
  color: #4f4742;
  font-size: 0.96rem;
  line-height: 1.55;
}

.project-card__arrow {
  position: absolute;
  right: 26px;
  bottom: 30px;
  width: 22px;
  height: 22px;
  color: var(--accent);
  transition: transform 180ms ease;
}

.project-card__arrow::before,
.project-card__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: currentColor;
}

.project-card__arrow::before {
  width: 18px;
  height: 1.5px;
  transform: translateY(-50%);
}

.project-card__arrow::after {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  background: transparent;
  transform: translateY(-50%) rotate(45deg);
}

.project-card:hover .project-card__arrow,
.project-card:focus-visible .project-card__arrow {
  transform: translateX(4px);
}

.about {
  padding-top: 44px;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr minmax(260px, 330px);
  align-items: center;
  gap: 58px;
}

.about__image {
  position: relative;
  width: min(100%, 450px);
  padding: 14px;
  overflow: visible;
}

.about__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 103, 67, 0.46);
  border-radius: 8px;
  pointer-events: none;
}

.about__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.about__copy h2,
.cta-card h2 {
  margin: 10px 0 20px;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 4vw, 4.4rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.about__copy p:not(.eyebrow) {
  max-width: 500px;
  margin: 0 0 28px;
  color: #302b28;
}

.trust-list {
  position: relative;
  --flow-height: 0%;
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0 0 0 34px;
  list-style: none;
  border-left: 0;
}

.trust-list::before,
.trust-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 1px;
  border-radius: 999px;
  pointer-events: none;
}

.trust-list::before {
  bottom: 17px;
  background: var(--line);
}

.trust-list::after {
  height: var(--flow-height);
  max-height: calc(100% - 34px);
  background: linear-gradient(180deg, rgba(201, 103, 67, 0.15), var(--accent));
  box-shadow: 0 0 18px rgba(201, 103, 67, 0.18);
  transition: height 420ms ease;
}

.trust-list li {
  position: relative;
  opacity: 0;
  transform: translateX(12px);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-transform: uppercase;
  text-wrap: balance;
  transition: opacity 520ms ease, transform 520ms ease, color 220ms ease;
}

.trust-list.is-visible li {
  opacity: 0.72;
  transform: translateX(0);
}

.trust-list.is-visible li:nth-child(1) { transition-delay: 80ms; }
.trust-list.is-visible li:nth-child(2) { transition-delay: 170ms; }
.trust-list.is-visible li:nth-child(3) { transition-delay: 260ms; }
.trust-list.is-visible li:nth-child(4) { transition-delay: 350ms; }

.trust-list li:hover,
.trust-list li.is-active {
  color: #171412;
  opacity: 1;
  transform: translateX(4px);
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translate(-100%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 58%),
    var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.12);
  transition: background 220ms ease, box-shadow 220ms ease, scale 220ms ease;
}

.trust-list li::after {
  content: "";
  position: absolute;
  left: -31px;
  top: 50%;
  width: 10px;
  height: 6px;
  border-left: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: translateY(-70%) rotate(-45deg);
  transition: border-color 220ms ease, transform 220ms ease;
}

.trust-list li.is-active::before {
  background: linear-gradient(135deg, #d87955, var(--accent));
  box-shadow:
    0 12px 26px rgba(201, 103, 67, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  scale: 1.08;
}

.trust-list li.is-active::after {
  border-color: #fff;
  transform: translateY(-70%) rotate(-45deg) scale(1.06);
}

.process-grid {
  position: relative;
  --process-progress: 0%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.process-grid::before,
.process-grid::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  top: 36px;
  height: 2px;
  border-radius: 999px;
  pointer-events: none;
}

.process-grid::before {
  background: rgba(201, 103, 67, 0.12);
}

.process-grid::after {
  width: var(--process-progress);
  max-width: calc(100% - 64px);
  background: linear-gradient(90deg, var(--accent), rgba(201, 103, 67, 0.22));
  box-shadow: 0 0 22px rgba(201, 103, 67, 0.22);
  transition: width 360ms ease;
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: start;
  border-radius: 8px;
  padding: 12px 10px;
  transition: transform 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.process-step:hover,
.process-step.is-active {
  background: rgba(255, 253, 251, 0.72);
  box-shadow: 0 16px 38px rgba(121, 75, 56, 0.09);
  transform: translateY(-5px);
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  right: -27px;
  width: 24px;
  height: 1px;
  background: var(--accent);
  animation: process-arrow 2.2s ease-in-out infinite;
}

.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 31px;
  right: -29px;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--accent);
  border-right: 1px solid var(--accent);
  transform: rotate(45deg);
}

.process-step > span {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.1);
  transition: transform 240ms ease, background 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.process-step.is-active > span,
.process-step:hover > span {
  background: linear-gradient(135deg, #d87955, var(--accent));
  color: #fff;
  box-shadow: 0 18px 34px rgba(201, 103, 67, 0.2);
  transform: scale(1.08);
}

.process-step h3 {
  margin-top: 3px;
  font-size: 0.82rem;
}

.process-step p {
  margin: 6px 0 0;
  color: #332d29;
  font-size: 0.86rem;
  line-height: 1.55;
}

.cta-section {
  padding: 40px 0 72px;
}

.cta-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(201, 103, 67, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 25%, rgba(255, 255, 255, 0.75), transparent 160px),
    linear-gradient(100deg, #fae7df, #fff7f3 48%, #f5d8cc);
  box-shadow: var(--shadow-card);
}

.cta-card::before {
  content: none;
  display: none;
  position: absolute;
  left: clamp(18px, 4vw, 54px);
  top: clamp(18px, 4vw, 42px);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.16), 0 18px 34px rgba(121, 75, 56, 0.08);
}

.cta-card::after {
  content: none;
  display: none;
  position: absolute;
  right: clamp(18px, 4vw, 62px);
  bottom: clamp(18px, 4vw, 36px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #6a5047;
  padding: 10px 14px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-card__content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: min(100%, 1040px);
}

.cta-card h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.5rem);
}

.cta-card p {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.8vw, 3rem);
  line-height: 1.15;
}

.cta-card .button {
  min-height: 64px;
  padding: 0 34px;
  font-size: 1rem;
  box-shadow: 0 18px 42px rgba(201, 103, 67, 0.28);
  animation: cta-breathe 3.2s ease-in-out infinite;
}

.cta-card .button svg {
  width: 22px;
  height: 22px;
}

.work-hours {
  width: max-content;
  max-width: min(100%, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 18px auto 0;
  border: 1px solid rgba(201, 103, 67, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #5f504a;
  padding: 9px 16px;
  box-shadow: 0 14px 32px rgba(121, 75, 56, 0.07);
  backdrop-filter: blur(12px);
}

.work-hours span {
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.work-hours strong {
  color: #332d29;
  font-size: 0.82rem;
  font-weight: 900;
}

.work-hours strong + strong::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 2px 0;
  border-radius: 50%;
  background: rgba(201, 103, 67, 0.6);
}

.cta-vase {
  position: absolute;
  right: clamp(-26px, 0.6vw, 14px);
  bottom: 0;
  z-index: 1;
  width: min(31vw, 338px);
  min-width: 236px;
  height: 410px;
  opacity: 0.98;
  overflow: visible;
}

.cta-flowers {
  display: none;
}

.cta-vase-art {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 112%;
  height: auto;
  overflow: visible;
  filter:
    drop-shadow(0 22px 22px rgba(121, 75, 56, 0.1))
    drop-shadow(0 3px 0 rgba(255, 255, 255, 0.22));
  transform-origin: 50% 82%;
  animation: bouquet-sway 7s ease-in-out infinite;
}

.cta-vase-photo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: none;
  pointer-events: none;
  mix-blend-mode: normal;
  filter:
    saturate(0.98)
    contrast(1.02)
    drop-shadow(0 26px 34px rgba(121, 75, 56, 0.14));
  transform-origin: 52% 88%;
  animation: bouquet-sway 7s ease-in-out infinite;
}

.vase-art-stems path {
  fill: none;
  stroke: url(#cta-stem);
  stroke-width: 1.18;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.72;
  vector-effect: non-scaling-stroke;
}

.vase-art-flowers ellipse {
  fill: url(#cta-petal);
  opacity: 0.78;
  filter: drop-shadow(0 1px 1px rgba(148, 75, 51, 0.12));
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(1.18);
}

.vase-art-flowers circle {
  fill: #c96743;
  opacity: 0.72;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.92);
}

.vase-art-vase path {
  fill: url(#cta-vase-body);
  stroke: rgba(201, 103, 67, 0.1);
  stroke-width: 1;
  filter:
    drop-shadow(0 16px 20px rgba(103, 72, 58, 0.11))
    drop-shadow(0 -1px 0 rgba(255, 255, 255, 0.26));
}

.vase-art-vase ellipse:first-child {
  fill: #ebe8e4;
  stroke: rgba(110, 105, 99, 0.1);
  stroke-width: 1;
  opacity: 1;
}

.vase-art-vase ellipse:last-child {
  fill: rgba(255, 255, 255, 0.72);
  opacity: 0.88;
}

.cta-bouquet {
  display: none;
  position: absolute;
  left: 41px;
  bottom: 62px;
  z-index: 2;
  width: 250px;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 14px 18px rgba(129, 70, 49, 0.11));
  transform-origin: 130px 292px;
  animation: bouquet-sway 7s ease-in-out infinite;
}

.cta-bouquet .bouquet-stems path {
  fill: none;
  stroke: url(#cta-stem);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  opacity: 0.88;
}

.cta-bouquet .bouquet-buds circle {
  fill: url(#cta-bud);
  opacity: 0.92;
}

.cta-vase .vase-stems {
  position: absolute;
  left: -28px;
  right: -18px;
  top: -86px;
  bottom: 48px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.cta-vase .vase {
  position: absolute;
  right: 60px;
  bottom: 0;
  z-index: 2;
  box-shadow:
    0 22px 40px rgba(93, 59, 45, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.cta-vase .vase::before {
  z-index: 5;
}

@keyframes bouquet-sway {
  0%,
  100% {
    transform: rotate(-1deg) translateY(0);
  }
  50% {
    transform: rotate(1.2deg) translateY(-3px);
  }
}

.cta-vase .vase-stems::before,
.cta-vase .vase-stems::after {
  bottom: -4px;
  left: 90px;
  width: 1px;
  height: 206px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(190, 112, 77, 0.66), rgba(190, 112, 77, 0.05));
}

.cta-vase .vase-stems::before {
  transform: rotate(-18deg);
}

.cta-vase .vase-stems::after {
  transform: rotate(20deg);
}

.cta-vase .vase-stems span {
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 144px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(201, 103, 67, 0.72), rgba(201, 103, 67, 0.08));
  transform-origin: bottom center;
  z-index: 2;
  box-shadow: none;
}

.cta-vase .vase-stems span::before,
.cta-vase .vase-stems span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 38px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(226, 151, 118, 0.5), rgba(201, 103, 67, 0.08));
  transform-origin: bottom center;
  opacity: 0.78;
}

.cta-vase .vase-stems span::before {
  left: -12px;
  top: 22px;
  transform: rotate(-35deg);
}

.cta-vase .vase-stems span::after {
  left: 3px;
  top: 52px;
  transform: rotate(32deg);
}

.cta-vase .vase-stems span:nth-child(1) {
  left: 46px;
  height: 158px;
  transform: rotate(-25deg);
}

.cta-vase .vase-stems span:nth-child(2) {
  left: 78px;
  height: 184px;
  transform: rotate(-7deg);
}

.cta-vase .vase-stems span:nth-child(3) {
  left: 108px;
  height: 168px;
  transform: rotate(13deg);
}

.cta-vase .vase-stems span:nth-child(4) {
  left: 32px;
  height: 122px;
  opacity: 0.7;
  transform: rotate(-38deg);
}

.cta-vase .vase-stems span:nth-child(5) {
  left: 96px;
  height: 116px;
  opacity: 0.74;
  transform: rotate(3deg);
}

.cta-vase .vase-stems span:nth-child(6) {
  left: 132px;
  height: 132px;
  opacity: 0.64;
  transform: rotate(31deg);
}

.footer-hours {
  margin-top: 18px;
  border-left: 2px solid rgba(201, 103, 67, 0.38);
  padding-left: 14px;
}

.footer-hours span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer .footer-hours p {
  margin-bottom: 6px;
  color: #332e2b;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer {
  background: rgba(255, 249, 246, 0.82);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 0.85fr 1fr 1.25fr;
  gap: 42px;
  padding: 54px 0 42px;
}

.brand--footer .brand__mark {
  font-size: 4.6rem;
}

.brand--footer .brand__sub {
  font-size: 0.55rem;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 10px;
  color: #332e2b;
  font-size: 0.95rem;
}

.site-footer h2 {
  margin-bottom: 18px;
  font-size: 0.88rem;
}

.footer-brand p {
  max-width: 210px;
  margin-top: 18px;
}

.socials {
  display: flex;
  gap: 11px;
  margin-top: 20px;
}

.socials a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr 46px;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.newsletter input {
  min-width: 0;
  height: 46px;
  border: 1px solid rgba(201, 103, 67, 0.45);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  padding: 0 18px;
  outline: none;
}

.newsletter input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(201, 103, 67, 0.12);
}

.newsletter button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
}

.newsletter button svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-bottom {
  border-top: 1px solid rgba(201, 103, 67, 0.12);
  background: rgba(245, 226, 218, 0.6);
}

.footer-bottom__inner {
  min-height: 56px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  color: #766d68;
  font-size: 0.82rem;
}

.footer-bottom__inner > * {
  min-height: 56px;
  display: grid;
  place-items: center;
  line-height: 1;
}

.footer-bottom__inner > :nth-child(1) {
  justify-content: flex-start;
}

.footer-bottom__inner > :nth-child(2),
.footer-bottom__inner > :nth-child(3) {
  justify-content: center;
}

.footer-bottom__inner > :nth-child(4) {
  justify-content: flex-end;
}

.footer-bottom__inner a {
  position: relative;
  height: 56px;
  display: grid;
  place-items: center;
  color: #9b5138;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1;
  padding-top: 0;
  transition: color 180ms ease;
}

.footer-bottom__inner a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  height: 1px;
  background: currentColor;
  opacity: 0.34;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.footer-bottom__inner a:hover,
.footer-bottom__inner a:focus-visible {
  color: var(--accent-dark);
}

.footer-bottom__inner a:hover::after,
.footer-bottom__inner a:focus-visible::after {
  transform: scaleX(1);
}

.decor {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.decor--wash {
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(236, 154, 124, 0.25), rgba(246, 218, 207, 0.08) 54%, transparent 56%),
    linear-gradient(135deg, rgba(245, 199, 181, 0.4), rgba(255, 255, 255, 0));
}

.decor--hero-left {
  left: -160px;
  top: -180px;
  width: 440px;
  height: 440px;
}

.decor--about {
  right: -180px;
  bottom: 40px;
  width: 360px;
  height: 360px;
}

.decor--dots {
  width: 130px;
  height: 110px;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.38) 2px, transparent 2.5px);
  background-size: 26px 26px;
}

.decor--hero-dots {
  right: 7%;
  top: 180px;
  z-index: 0;
}

.decor--cta-left {
  left: -55px;
  bottom: -70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid rgba(201, 103, 67, 0.22);
  background: rgba(255, 255, 255, 0.25);
}

.decor--portfolio-branch {
  right: max(-32px, calc((100vw - 1380px) / 2 - 84px));
  top: 62px;
  z-index: 0;
  width: 300px;
  height: 390px;
  opacity: 0.76;
  background:
    radial-gradient(circle at 78% 12%, rgba(201, 103, 67, 0.42) 0 4px, transparent 5px),
    radial-gradient(circle at 66% 22%, rgba(201, 103, 67, 0.34) 0 3px, transparent 4px),
    radial-gradient(circle at 88% 28%, rgba(201, 103, 67, 0.32) 0 3px, transparent 4px),
    radial-gradient(circle at 58% 36%, rgba(201, 103, 67, 0.26) 0 3px, transparent 4px),
    radial-gradient(circle at 74% 44%, rgba(201, 103, 67, 0.34) 0 4px, transparent 5px),
    radial-gradient(circle at 92% 50%, rgba(201, 103, 67, 0.28) 0 3px, transparent 4px);
}

.decor--portfolio-branch::before,
.decor--portfolio-branch::after {
  content: "";
  position: absolute;
  transform-origin: bottom center;
}

.decor--portfolio-branch::before {
  right: 80px;
  top: 34px;
  width: 1px;
  height: 330px;
  background: linear-gradient(180deg, transparent, rgba(201, 103, 67, 0.48), transparent);
  transform: rotate(18deg);
  box-shadow:
    -44px 54px 0 rgba(201, 103, 67, 0.2),
    38px 84px 0 rgba(201, 103, 67, 0.18),
    -26px 138px 0 rgba(201, 103, 67, 0.18);
}

.decor--portfolio-branch::after {
  right: 28px;
  top: 94px;
  width: 190px;
  height: 230px;
  border-top: 1px solid rgba(201, 103, 67, 0.34);
  border-right: 1px solid rgba(201, 103, 67, 0.24);
  border-radius: 50% 50% 0 0;
  transform: rotate(-22deg);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes device-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}

@keyframes orbit-drift {
  0%,
  100% {
    scale: 1;
    opacity: 0.58;
  }
  50% {
    scale: 1.035;
    opacity: 0.88;
  }
}

@keyframes chart-rise {
  0%,
  100% {
    transform: scaleY(0.86);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes node-pulse {
  0%,
  100% {
    background: rgba(255, 255, 255, 0.62);
  }
  50% {
    background: rgba(201, 103, 67, 0.22);
  }
}

@keyframes mesh-drift {
  0%,
  100% {
    opacity: 0.48;
    translate: 0 0;
  }
  50% {
    opacity: 0.78;
    translate: 8px -8px;
  }
}

@keyframes panel-scan {
  0%,
  22% {
    opacity: 0;
    transform: translateY(0);
  }
  42% {
    opacity: 0.8;
  }
  70% {
    opacity: 0;
    transform: translateY(142px);
  }
  100% {
    opacity: 0;
    transform: translateY(142px);
  }
}

@keyframes nav-line-scan {
  0%,
  24% {
    transform: scaleX(0);
    opacity: 0;
  }
  42%,
  58% {
    transform: scaleX(1);
    opacity: 1;
  }
  76%,
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes scroll-dot {
  0%,
  100% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  35% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
}

@keyframes cta-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-2px) scale(1.025);
  }
}

@keyframes arrow-nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}

@keyframes process-arrow {
  0%,
  100% {
    opacity: 0.55;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
    transform: translateX(6px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .nav {
    grid-template-columns: auto 1fr auto;
  }

  .nav__links {
    gap: 20px;
  }

  .hero__grid,
  .about__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy {
    max-width: 680px;
  }

  .hero__visual {
    width: min(100%, 760px);
    min-height: 560px;
    justify-self: center;
  }

  .floating-panel--audit {
    left: 0;
    top: 42%;
  }

  .floating-panel--tokens {
    right: 12%;
  }

  .offer-grid,
  .pricing-grid,
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .about__grid {
    gap: 34px;
  }

  .about__image {
    max-width: 440px;
    justify-self: center;
  }

  .trust-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
    padding-left: 0;
  }

  .trust-list::before,
  .trust-list::after {
    display: none;
  }

  .trust-list li {
    padding-left: 48px;
    min-height: 34px;
    display: flex;
    align-items: center;
  }

  .trust-list li::before {
    left: 34px;
  }

  .trust-list li::after {
    left: 7px;
  }

  .process-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-step:not(:last-child)::after,
  .process-step:not(:last-child)::before {
    display: none;
  }
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .hero__visual {
    width: min(100%, 730px);
  }

  .hero-device-turn {
    right: -3%;
    top: 8%;
    width: min(108%, 790px);
  }

  .scroll-cue {
    left: 40%;
    bottom: 3%;
  }
}

@media (max-width: 980px) and (min-width: 841px) {
  .nav {
    grid-template-columns: auto 1fr;
  }

  .nav__cta {
    display: none;
  }
}

@media (max-width: 840px) {
  .container,
  .nav {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    background: rgba(255, 249, 246, 0.9);
    backdrop-filter: blur(16px);
  }

  .nav {
    min-height: 76px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav__cta {
    display: none;
  }

  .nav-toggle {
    display: grid;
  }

  .nav__links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: grid;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 253, 251, 0.96);
    padding: 12px;
    box-shadow: var(--shadow-card);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav__links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav__links a {
    padding: 12px 10px;
  }

  .nav__links a::after {
    left: 10px;
    right: auto;
    width: 46px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero__grid {
    min-height: auto;
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(3.15rem, 13vw, 5.1rem);
  }

  .hero__actions {
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero__brand-lockup {
    grid-template-columns: auto 1px auto;
    gap: 16px;
  }

  .hero__brand-lockup span {
    font-size: clamp(4.8rem, 19vw, 7rem);
  }

  .hero__brand-lockup strong {
    font-size: clamp(0.78rem, 2.8vw, 1.05rem);
    letter-spacing: 0.12em;
  }

  .hero__statement {
    letter-spacing: 0.1em;
  }

  .showcase-site__nav span {
    display: none;
  }

  .showcase-site__hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: 18px 22px 24px;
  }

  .floating-panel--audit {
    opacity: 0.76;
    top: 8%;
    left: 2%;
  }

  .floating-panel--tokens,
  .scroll-cue {
    display: none;
  }

  .hero__visual {
    width: min(100%, 680px);
    min-height: min(78vw, 555px);
  }

  .hero-device-turn {
    right: -7%;
    top: 3%;
    width: min(118%, 740px);
  }

  .value-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }

  .value-card:nth-child(2) {
    border-right: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-heading span {
    width: 100%;
  }

  .portfolio-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 30px;
  }

  .portfolio-heading__copy {
    padding-bottom: 0;
  }

  .portfolio-heading h2 {
    max-width: 100%;
  }

  .portfolio-shell {
    grid-template-columns: 1fr;
  }

  .portfolio-shell .round-control {
    display: none;
  }

  .project-card__image {
    height: 260px;
  }

  .pricing-grid {
    gap: 18px;
  }

  .pricing-card {
    min-height: auto;
  }

  .pricing-card p,
  .pricing-card strong {
    min-height: 0;
  }

  .pricing-note {
    max-width: none;
    text-align: left;
  }

  .cta-vase {
    display: none;
  }

  .footer-bottom__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    padding: 14px 0;
    text-align: center;
  }

  .footer-bottom__inner > * {
    min-height: 34px;
    justify-content: center !important;
  }

  .footer-bottom__inner a {
    height: 34px;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .section {
    padding: 62px 0;
  }

  .section--tight {
    padding: 38px 0 58px;
  }

  .nav .brand__mark {
    font-size: 2.6rem;
  }

  .nav .brand__sub {
    font-size: 0.5rem;
    margin-top: 6px;
    transform: translateY(1px);
  }

  .eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.26em;
  }

  .hero__lead {
    font-size: 0.98rem;
  }

  .hero__visual {
    width: 100%;
    min-height: min(86vw, 420px);
    margin-top: 0;
  }

  .hero-device-turn {
    right: -16%;
    top: 1%;
    width: min(138%, 570px);
    transform:
      perspective(1200px)
      translate3d(calc(var(--hero-art-x, 0px) * 0.35), calc(var(--hero-rise, 0px) + var(--hero-art-y, 0px) * 0.25), 0)
      scale(var(--hero-scale, 1))
      rotateY(var(--hero-turn, 0deg))
      rotateZ(var(--hero-art-rotate, 0deg));
  }

  .hero-device-art {
    width: 100%;
    transform: none;
  }

  .hero__actions .button {
    width: 100%;
    justify-content: center;
  }

  .hero__brand-lockup {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .hero__brand-lockup i {
    width: min(220px, 64vw);
    height: 1px;
  }

  .hero__brand-lockup strong {
    white-space: nowrap;
  }

  .hero__statement {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }

  .device--laptop {
    width: 92%;
    right: 2%;
    top: 16%;
  }

  .hero__brand-lockup {
    padding-inline: 0;
  }

  .hero__brand-lockup::before {
    left: -18px;
    top: -30px;
    width: calc(100% + 52px);
    height: 128%;
  }

  .hero__brand-lockup::after {
    width: min(74vw, 280px);
  }

  .showcase-site__hero {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 12px;
    padding: 16px 18px 22px;
  }

  .showcase-site__hero small,
  .showcase-site__hero > div:first-child span {
    display: none;
  }

  .showcase-site__hero p,
  .showcase-site__hero h2 {
    font-size: clamp(1.1rem, 7vw, 1.7rem);
  }

  .showcase-site__panel {
    grid-template-columns: 1fr 0.7fr;
    gap: 8px;
    padding: 10px;
  }

  .ui-preview-card--hero {
    min-height: 58px;
  }

  .ui-preview-card--small,
  .screen-metric,
  .mini-chart {
    min-height: 54px;
    height: 54px;
  }

  .screen-metric {
    gap: 4px;
    padding: 9px;
  }

  .screen-metric strong {
    font-size: 1.15rem;
  }

  .screen-metric span {
    font-size: 0.46rem;
    letter-spacing: 0.1em;
  }

  .flow-map {
    display: none;
  }

  .device--phone {
    right: 0;
    bottom: 7%;
    width: 102px;
  }

  .floating-panel,
  .ui-mesh {
    display: none;
  }

  .vase-scene,
  .flower--hero {
    transform: scale(0.8);
  }

  .value-row,
  .offer-grid,
  .pricing-grid,
  .process-grid,
  .footer-grid,
  .trust-list {
    grid-template-columns: 1fr;
  }

  .value-row {
    gap: 0;
  }

  .value-card,
  .service-card,
  .service-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-card:last-child,
  .service-card:last-child {
    border-bottom: 0;
  }

  .service-card {
    min-height: auto;
    padding: 24px 18px 34px;
  }

  .section-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .portfolio-section {
    padding-top: 60px;
  }

  .portfolio-section > .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .decor--portfolio-branch {
    display: none;
  }

  .portfolio-heading h2 {
    font-size: clamp(2.45rem, 14vw, 3.7rem);
    line-height: 1.02;
  }

  .portfolio-section .text-link {
    letter-spacing: 0.14em;
  }

  .project-grid {
    margin-right: -18px;
    padding-right: 18px;
  }

  .project-card {
    flex-basis: min(84vw, 330px);
    min-width: min(84vw, 330px);
  }

  .project-card__image {
    height: min(78vw, 300px);
  }

  .project-card__body {
    min-height: 154px;
    padding: 22px 22px 24px;
  }

  .process-grid {
    gap: 18px;
    padding-left: 0;
  }

  .process-grid::before,
  .process-grid::after {
    left: 29px;
    right: auto;
    top: 30px;
    width: 2px;
    border-radius: 999px;
  }

  .process-grid::before {
    bottom: 30px;
    height: auto;
  }

  .process-grid::after {
    height: var(--process-progress);
    max-height: calc(100% - 60px);
    width: 2px;
    transition: height 360ms ease;
  }

  .process-step {
    grid-template-columns: 58px 1fr;
    gap: 16px;
    padding: 12px 0;
  }

  .process-step > span {
    width: 58px;
    height: 58px;
  }

  .process-step h3 {
    margin-top: 0;
    font-size: 0.9rem;
  }

  .process-step p {
    font-size: 0.9rem;
  }

  .pricing-card {
    padding: 28px 24px;
  }

  .pricing-features {
    margin-bottom: 24px;
  }

  .footer-grid {
    gap: 28px;
    padding-top: 42px;
  }

  .footer-bottom__inner {
    display: grid;
    justify-items: center;
    gap: 10px;
  }

  .about__image {
    width: min(100%, 360px);
    padding: 10px;
  }

  .about__copy h2,
  .cta-card h2 {
    line-height: 1.14;
  }

  .trust-list {
    gap: 16px;
  }

  .trust-list li {
    padding-left: 44px;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
  }

  .about__copy h2,
  .cta-card h2 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .cta-card {
    min-height: 250px;
    padding: 28px 18px;
  }

  .footer-grid {
    gap: 28px;
  }
}

@media (max-width: 480px) {
  .container,
  .nav {
    width: min(calc(100% - 26px), var(--container));
  }

  .nav {
    min-height: 70px;
  }

  .hero {
    padding-top: 20px;
  }

  .hero__grid {
    gap: 10px;
  }

  .hero__brand-lockup span {
    font-size: clamp(4.1rem, 24vw, 5.3rem);
  }

  .hero h1 {
    font-size: clamp(2.75rem, 17vw, 3.9rem);
    line-height: 1.02;
  }

  .hero__lead {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .hero__statement {
    padding: 12px 0;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  .hero__visual {
    min-height: min(82vw, 340px);
  }

  .hero-device-turn {
    right: -20%;
    top: 3%;
    width: min(150%, 520px);
  }

  .value-card h2,
  .service-card h3,
  .process-step h3 {
    overflow-wrap: anywhere;
  }

  .pricing-card {
    padding: 26px 20px;
  }

  .pricing-card strong {
    font-size: clamp(2rem, 13vw, 3rem);
  }

  .cta-card {
    min-height: auto;
    padding: 26px 16px;
  }

  .work-hours {
    width: 100%;
    border-radius: 18px;
  }

  .footer-bottom__inner {
    grid-template-columns: 1fr;
  }
}

/* Premium hero composition - built in the page, not pasted as a flat image. */
.hero-scene {
  right: -7%;
  top: 2%;
  width: min(116%, 870px);
  height: 640px;
  pointer-events: auto;
  filter: none;
}

.hero-scene__wall,
.hero-scene__surface {
  position: absolute;
  pointer-events: none;
}

.hero-scene__wall {
  inset: 2% 0 16%;
  border-radius: 38px;
  background:
    radial-gradient(circle at 78% 44%, rgba(221, 143, 111, 0.18), transparent 30%),
    radial-gradient(circle at 31% 33%, rgba(255, 255, 255, 0.82), transparent 34%),
    linear-gradient(118deg, rgba(255, 250, 247, 0.34), rgba(236, 211, 198, 0.28));
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.07);
  z-index: 0;
}

.hero-scene__wall::before,
.hero-scene__wall::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-scene__wall::before {
  right: 10%;
  top: 8%;
  width: 56%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.23);
}

.hero-scene__wall::after {
  right: 2%;
  top: 18%;
  width: 92px;
  height: 126px;
  opacity: 0.55;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.35) 0 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.hero-scene__surface {
  left: 7%;
  right: 2%;
  bottom: 7%;
  height: 130px;
  border-radius: 48% 48% 14px 14px / 54% 54% 14px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(235, 207, 193, 0.24)),
    linear-gradient(105deg, rgba(160, 119, 91, 0.15), transparent 34%, rgba(255, 255, 255, 0.38));
  box-shadow:
    0 34px 70px rgba(104, 72, 55, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  z-index: 1;
}

.hero-laptop {
  position: absolute;
  right: 9%;
  top: 16%;
  width: 72%;
  height: 430px;
  z-index: 4;
  transform: perspective(1200px) rotateX(1.5deg) rotateY(-5deg) rotateZ(0.4deg);
  transform-style: preserve-3d;
}

.hero-laptop__lid {
  position: absolute;
  inset: 0 0 84px;
  border-radius: 22px 22px 14px 14px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(180deg, #191715, #0e0d0c);
  box-shadow:
    0 24px 46px rgba(26, 21, 18, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.hero-laptop__lid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

.hero-laptop__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 13px;
  background:
    radial-gradient(circle at 67% 45%, rgba(229, 155, 123, 0.24), transparent 26%),
    radial-gradient(circle at 32% 80%, rgba(255, 255, 255, 0.8), transparent 32%),
    linear-gradient(116deg, #fff9f6 0%, #f8e7de 56%, #f0cdbc 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.44),
    inset 0 -36px 80px rgba(126, 72, 50, 0.07);
}

.hero-laptop__screen::before,
.hero-laptop__screen::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-laptop__screen::before {
  right: 12%;
  top: 19%;
  width: 42%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.24);
}

.hero-laptop__screen::after {
  right: 21%;
  top: 24%;
  width: 96px;
  height: 120px;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.28) 0 2px, transparent 2.5px);
  background-size: 18px 18px;
  opacity: 0.55;
}

.hero-laptop__base {
  position: absolute;
  left: -4%;
  right: -2%;
  bottom: 10px;
  height: 100px;
  border-radius: 0 0 38px 38px;
  background:
    linear-gradient(180deg, #d7d4cf 0%, #9f9c96 56%, #e3ded7 100%);
  clip-path: polygon(7% 0, 93% 0, 100% 72%, 95% 100%, 5% 100%, 0 72%);
  box-shadow: 0 28px 54px rgba(46, 37, 32, 0.19);
}

.hero-laptop__base::before {
  content: "";
  position: absolute;
  left: 22%;
  right: 16%;
  top: 12px;
  height: 52px;
  border-radius: 5px;
  background:
    repeating-linear-gradient(90deg, rgba(23, 22, 21, 0.92) 0 19px, rgba(54, 52, 50, 0.92) 19px 22px),
    linear-gradient(#1f1e1d, #080807);
  transform: skewX(-8deg);
  opacity: 0.92;
}

.hero-laptop__base::after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 18px;
  width: 16%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.screen-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px 0;
  color: #51433d;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.screen-nav strong {
  margin-right: auto;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.screen-nav em {
  min-width: 96px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--accent);
  font-style: normal;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.12);
}

.screen-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: 22px;
  padding: 34px 34px 0;
}

.screen-copy small {
  display: block;
  margin-bottom: 13px;
  color: var(--accent);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.screen-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.08;
}

.screen-copy h2 em {
  color: var(--accent);
  font-style: italic;
}

.screen-copy p {
  max-width: 230px;
  margin: 18px 0 0;
  color: #665b56;
  font-size: 0.67rem;
  line-height: 1.8;
}

.screen-copy b {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding: 10px 16px;
  border: 1px solid rgba(201, 103, 67, 0.32);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.screen-copy b::after {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  box-shadow: 5px -4px 0 -1px currentColor, 5px 4px 0 -1px currentColor;
}

.screen-art {
  position: relative;
  min-height: 240px;
}

.screen-card {
  position: absolute;
  border-radius: 22px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.56), rgba(244, 204, 188, 0.5));
  box-shadow:
    0 26px 46px rgba(128, 76, 54, 0.13),
    inset 0 0 0 1px rgba(201, 103, 67, 0.1);
}

.screen-card--flower {
  right: 8%;
  top: 4px;
  width: 64%;
  height: 225px;
  overflow: hidden;
}

.screen-card--flower > span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  height: 112px;
  border-radius: 42% 42% 27% 27% / 28% 28% 16% 16%;
  background:
    radial-gradient(circle at 46% 15%, rgba(255, 255, 255, 0.74), transparent 21%),
    linear-gradient(90deg, #d2b29f, #f7eee8 45%, #c39a84);
  box-shadow: 0 18px 28px rgba(98, 66, 51, 0.13);
  transform: translateX(-50%);
}

.screen-note {
  position: absolute;
  left: 2%;
  top: 76px;
  z-index: 4;
  width: 126px;
  min-height: 120px;
  padding: 24px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: #4a3d38;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.16;
  box-shadow:
    0 22px 34px rgba(94, 62, 48, 0.12),
    inset 0 0 0 1px rgba(201, 103, 67, 0.07);
  animation: premium-card-float 6.8s ease-in-out infinite;
}

.screen-note::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, #fff 0 3px, transparent 3px),
    radial-gradient(circle at 34% 48%, #d26d48 0 4px, transparent 4px),
    radial-gradient(circle at 66% 48%, #d26d48 0 4px, transparent 4px),
    rgba(244, 218, 207, 0.9);
  transform: translateY(-35px);
}

.screen-note::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 18px;
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.screen-dot-grid {
  position: absolute;
  right: 14%;
  top: 32px;
  width: 100px;
  height: 110px;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.28) 0 2px, transparent 2.5px);
  background-size: 18px 18px;
  opacity: 0.58;
}

.screen-metrics {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 24px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 430px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.08);
}

.screen-metrics span {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  color: #6e615c;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.screen-metrics span + span {
  border-left: 1px solid rgba(201, 103, 67, 0.14);
}

.screen-metrics strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.botanical {
  position: absolute;
  overflow: visible;
}

.botanical path {
  fill: none;
  stroke: #c97654;
  stroke-width: 1.6;
  stroke-linecap: round;
  opacity: 0.62;
}

.botanical .bloom circle {
  fill: #f2d4c6;
  stroke: rgba(197, 108, 74, 0.44);
  stroke-width: 0.7;
}

.botanical .bloom circle:last-child {
  fill: #cf7653;
  stroke: none;
}

.botanical--screen {
  left: 50%;
  bottom: 46px;
  width: 78%;
  height: 230px;
  transform: translateX(-50%);
}

.botanical--back {
  left: 50%;
  bottom: 78px;
  width: 230px;
  height: 318px;
  transform: translateX(-50%);
  animation: botanical-sway 7.5s ease-in-out infinite;
}

.hero-vase {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.hero-vase--back {
  right: -3%;
  top: 12%;
  width: 170px;
  height: 430px;
}

.hero-vase--back > span {
  position: absolute;
  left: 50%;
  bottom: 52px;
  width: 92px;
  height: 172px;
  border-radius: 42% 42% 32% 32% / 18% 18% 15% 15%;
  background:
    radial-gradient(circle at 39% 16%, rgba(255, 255, 255, 0.78), transparent 20%),
    radial-gradient(circle at 72% 28%, rgba(130, 90, 68, 0.08), transparent 44%),
    linear-gradient(95deg, #c4a690 0%, #f4ebe3 46%, #b79279 100%);
  box-shadow: 0 24px 40px rgba(98, 67, 50, 0.18);
  transform: translateX(-50%);
}

.hero-vase--back > span::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 10px;
  height: 18px;
  border-radius: 50%;
  background: #b89278;
  box-shadow: inset 0 5px 7px rgba(70, 48, 38, 0.18);
}

.hero-vase--back > span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.32;
  background-image: radial-gradient(circle, rgba(89, 65, 52, 0.45) 0 1px, transparent 1.5px);
  background-size: 17px 20px;
  mix-blend-mode: multiply;
}

.hero-phone {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: 7;
  width: 178px;
  min-height: 330px;
  padding: 26px 20px 20px;
  border: 9px solid #141312;
  border-radius: 34px;
  background:
    radial-gradient(circle at 65% 78%, rgba(235, 165, 134, 0.2), transparent 34%),
    linear-gradient(180deg, #fffaf7, #f6dfd5);
  box-shadow:
    0 28px 46px rgba(33, 27, 24, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  animation: premium-phone-float 6.4s ease-in-out infinite;
}

.hero-phone__notch {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 64px;
  height: 14px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.hero-phone__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.hero-phone__nav strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.52rem;
  font-weight: 400;
}

.hero-phone__nav span {
  width: 20px;
  height: 14px;
  background: linear-gradient(#706761 0 1px, transparent 1px 6px, #706761 6px 7px, transparent 7px 12px, #706761 12px 13px);
}

.hero-phone p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.1;
}

.hero-phone em {
  color: var(--accent);
  font-style: italic;
}

.hero-phone__flower {
  position: relative;
  height: 105px;
  margin: 24px -4px 14px;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(245, 213, 200, 0.55);
}

.botanical--phone {
  left: 50%;
  bottom: -10px;
  width: 130px;
  height: 145px;
  transform: translateX(-50%);
}

.hero-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #da7a51);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(201, 103, 67, 0.24);
}

.hero-stat-card {
  position: absolute;
  left: 18%;
  bottom: 12%;
  z-index: 6;
  width: 122px;
  min-height: 112px;
  padding: 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.83);
  box-shadow:
    0 22px 34px rgba(93, 64, 51, 0.12),
    inset 0 0 0 1px rgba(201, 103, 67, 0.08);
  animation: premium-card-float 7s ease-in-out infinite reverse;
}

.hero-stat-card strong {
  display: block;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 2.05rem;
  font-weight: 400;
}

.hero-stat-card span {
  display: block;
  margin-top: 8px;
  color: #3f3936;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-stat-card::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 16px;
  background: var(--accent);
}

.hero-pearl {
  position: absolute;
  z-index: 6;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.78), transparent 27%),
    linear-gradient(135deg, #e9b39b, #c96743);
  box-shadow: 0 18px 26px rgba(150, 84, 61, 0.18);
}

.hero-pearl--one {
  left: 43%;
  bottom: 13%;
  width: 36px;
  height: 36px;
  animation: premium-card-float 5.8s ease-in-out infinite;
}

.hero-pearl--two {
  right: 34%;
  top: 39%;
  width: 24px;
  height: 24px;
  animation: premium-card-float 6.2s ease-in-out infinite reverse;
}

.hero-scene + .scroll-cue {
  left: 45%;
  bottom: 0;
  min-height: 58px;
  padding: 8px 20px 8px 8px;
  background: rgba(255, 252, 249, 0.78);
  box-shadow: 0 18px 40px rgba(116, 78, 61, 0.12);
}

@keyframes premium-card-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes premium-phone-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }

  50% {
    transform: translate3d(0, -9px, 0) rotate(0.2deg);
  }
}

@keyframes botanical-sway {
  0%,
  100% {
    transform: translateX(-50%) rotate(-0.8deg);
  }

  50% {
    transform: translateX(-50%) rotate(1.1deg);
  }
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .hero-scene {
    right: -5%;
    top: 4%;
    width: min(112%, 810px);
    height: 600px;
  }

  .hero-laptop {
    width: 70%;
  }

  .hero-phone {
    right: 7%;
    width: 164px;
    min-height: 305px;
  }
}

@media (max-width: 1100px) {
  .hero-scene {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 780px);
    height: min(74vw, 590px);
    margin-inline: auto;
  }

  .hero-laptop {
    right: 9%;
    top: 12%;
    width: 72%;
    height: min(54vw, 400px);
  }

  .hero-vase--back {
    right: 0;
    top: 6%;
    transform: scale(0.92);
    transform-origin: right bottom;
  }

  .hero-phone {
    right: 6%;
    bottom: 6%;
  }
}

@media (max-width: 840px) {
  .hero-scene + .scroll-cue {
    display: inline-flex;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
  }

  .hero-scene {
    width: min(100%, 680px);
    height: min(84vw, 540px);
    transform:
      perspective(1100px)
      translate3d(calc(var(--hero-art-x, 0px) * 0.18), calc(var(--hero-rise, 0px) + var(--hero-art-y, 0px) * 0.2), 0)
      scale(var(--hero-scale, 1))
      rotateY(var(--hero-turn, 0deg))
      rotateZ(var(--hero-art-rotate, 0deg));
  }

  .screen-nav span,
  .screen-nav em {
    display: none;
  }

  .hero-laptop {
    right: 9%;
    top: 11%;
    width: 76%;
  }

  .hero-phone {
    right: 5%;
    width: 140px;
    min-height: 262px;
    border-width: 7px;
    border-radius: 28px;
    padding: 22px 15px 15px;
  }

  .hero-phone p {
    font-size: 1.23rem;
  }

  .hero-vase--back {
    right: -8%;
    transform: scale(0.78);
  }

  .hero-stat-card {
    left: 10%;
    bottom: 11%;
    width: 106px;
    min-height: 96px;
    padding: 17px;
  }
}

@media (max-width: 620px) {
  .hero-scene {
    height: min(92vw, 430px);
    width: min(100%, 520px);
  }

  .hero-laptop {
    right: 7%;
    top: 12%;
    width: 82%;
    height: min(58vw, 320px);
    transform: perspective(900px) rotateX(1deg) rotateY(-3deg) rotateZ(0.2deg);
  }

  .screen-grid {
    grid-template-columns: 1fr;
    padding: 18px 22px 0;
  }

  .screen-copy h2 {
    font-size: clamp(1.1rem, 6vw, 1.7rem);
  }

  .screen-copy p,
  .screen-copy b,
  .screen-art,
  .screen-metrics {
    display: none;
  }

  .hero-laptop__base {
    height: 76px;
  }

  .hero-phone {
    right: 3%;
    bottom: 7%;
    width: 116px;
    min-height: 218px;
    padding: 18px 12px 12px;
  }

  .hero-phone p {
    font-size: 1.02rem;
  }

  .hero-phone__flower {
    height: 62px;
    margin: 14px -2px 10px;
  }

  .hero-phone a {
    min-height: 30px;
    font-size: 0.48rem;
  }

  .hero-vase--back,
  .hero-stat-card,
  .hero-pearl {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-scene {
    height: min(90vw, 350px);
  }

  .hero-laptop {
    width: 86%;
    height: min(58vw, 270px);
  }

  .screen-nav {
    padding: 14px 16px 0;
  }

  .screen-nav strong {
    font-size: 1.3rem;
  }

  .screen-copy small {
    font-size: 0.46rem;
    margin-bottom: 8px;
  }

  .hero-phone {
    width: 98px;
    min-height: 190px;
    border-width: 6px;
  }

  .hero-phone__notch {
    width: 45px;
    height: 10px;
  }

  .hero-phone__nav {
    margin-bottom: 20px;
  }

  .hero-phone p {
    font-size: 0.9rem;
  }

  .hero-scene + .scroll-cue {
    display: none;
  }
}

/* Hero realism pass */
.hero-scene {
  right: -5%;
  top: 4%;
  width: min(112%, 850px);
  height: 620px;
}

.hero-scene__wall {
  inset: 1% 0 14%;
  background:
    radial-gradient(circle at 82% 43%, rgba(221, 143, 111, 0.13), transparent 32%),
    radial-gradient(circle at 32% 31%, rgba(255, 255, 255, 0.9), transparent 35%),
    linear-gradient(118deg, rgba(255, 250, 247, 0.28), rgba(236, 211, 198, 0.18));
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.045);
}

.hero-scene__surface {
  left: 6%;
  right: 1%;
  bottom: 5%;
  height: 145px;
  border-radius: 50% 50% 18px 18px / 54% 54% 18px 18px;
  background:
    radial-gradient(ellipse at 54% 0%, rgba(255, 255, 255, 0.9), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(235, 207, 193, 0.2)),
    linear-gradient(105deg, rgba(160, 119, 91, 0.12), transparent 34%, rgba(255, 255, 255, 0.42));
  box-shadow:
    0 34px 70px rgba(104, 72, 55, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.hero-laptop {
  right: 9%;
  top: 14%;
  width: 70%;
  height: 420px;
  transform: perspective(1450px) rotateX(2deg) rotateY(-7deg) rotateZ(0.2deg);
}

.hero-laptop__lid {
  inset: 0 0 104px;
  z-index: 3;
  padding: 11px;
  border-radius: 22px 22px 13px 13px;
  box-shadow:
    0 24px 44px rgba(26, 21, 18, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.hero-laptop__screen {
  border-radius: 12px;
  background:
    radial-gradient(circle at 66% 44%, rgba(229, 155, 123, 0.18), transparent 28%),
    radial-gradient(circle at 32% 80%, rgba(255, 255, 255, 0.86), transparent 32%),
    linear-gradient(116deg, #fffaf7 0%, #f8e8df 58%, #f1d2c3 100%);
}

.hero-laptop__base {
  left: -6%;
  right: -3%;
  bottom: 0;
  z-index: 2;
  height: 104px;
  background: linear-gradient(180deg, #ebe7e1 0%, #b6b1aa 54%, #ded8d1 100%);
  clip-path: polygon(10% 0, 90% 0, 100% 66%, 94% 100%, 6% 100%, 0 66%);
  box-shadow: 0 30px 54px rgba(46, 37, 32, 0.17);
}

.hero-laptop__base::before {
  left: 24%;
  right: 17%;
  top: 13px;
  height: 48px;
  background:
    repeating-linear-gradient(90deg, rgba(23, 22, 21, 0.88) 0 18px, rgba(58, 56, 54, 0.88) 18px 21px),
    linear-gradient(#1f1e1d, #080807);
  opacity: 0.9;
}

.screen-nav {
  gap: 13px;
  padding: 18px 25px 0;
  font-size: 0.43rem;
}

.screen-nav strong {
  font-size: 1.55rem;
}

.screen-nav em {
  min-width: 88px;
  padding: 8px 12px;
}

.screen-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  padding: 28px 30px 0;
}

.screen-copy small {
  margin-bottom: 11px;
  font-size: 0.49rem;
}

.screen-copy h2 {
  font-size: clamp(1.28rem, 1.85vw, 1.88rem);
  line-height: 1.12;
}

.screen-copy p {
  max-width: 210px;
  margin-top: 14px;
  font-size: 0.58rem;
}

.screen-copy b {
  margin-top: 16px;
  padding: 8px 14px;
  font-size: 0.48rem;
}

.screen-art {
  min-height: 210px;
}

.screen-card--flower {
  right: 5%;
  top: 2px;
  width: 62%;
  height: 205px;
}

.screen-card--flower > span {
  width: 54px;
  height: 96px;
}

.screen-note {
  left: -4%;
  top: 74px;
  width: 116px;
  min-height: 108px;
  padding: 21px 18px;
  font-size: 0.92rem;
}

.screen-dot-grid {
  right: 13%;
  top: 28px;
  width: 86px;
  height: 96px;
}

.screen-metrics {
  left: 30px;
  right: auto;
  bottom: 20px;
  width: 390px;
  max-width: calc(100% - 60px);
}

.screen-metrics span {
  padding: 12px 13px;
  font-size: 0.42rem;
}

.screen-metrics strong {
  font-size: 1.18rem;
}

.botanical--screen {
  bottom: 38px;
  width: 74%;
  height: 208px;
}

.hero-vase--back {
  right: -2%;
  top: 8%;
}

.hero-phone {
  right: 6%;
  bottom: 8%;
  width: 166px;
  min-height: 322px;
  padding: 25px 18px 18px;
  box-shadow:
    0 28px 46px rgba(33, 27, 24, 0.19),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48);
}

.hero-phone p {
  font-size: 1.42rem;
}

.hero-phone__flower {
  height: 98px;
  margin: 22px -3px 13px;
}

.hero-stat-card {
  left: 10%;
  bottom: 13%;
  width: 116px;
  min-height: 106px;
  padding: 20px;
}

.hero-scene + .scroll-cue {
  left: 43%;
  bottom: -1%;
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .hero-scene {
    width: min(111%, 810px);
    height: 590px;
  }

  .hero-laptop {
    width: 70%;
    height: 400px;
  }

  .screen-copy h2 {
    font-size: clamp(1.18rem, 1.7vw, 1.68rem);
  }
}

@media (max-width: 1100px) {
  .hero-scene {
    height: min(74vw, 590px);
  }

  .hero-laptop {
    top: 12%;
    width: 72%;
    height: min(53vw, 392px);
  }
}

@media (max-width: 840px) {
  .hero-scene {
    height: min(84vw, 540px);
  }

  .hero-laptop {
    right: 9%;
    top: 11%;
    width: 76%;
    height: min(56vw, 380px);
  }

  .hero-laptop__lid {
    inset: 0 0 88px;
  }

  .hero-laptop__base {
    height: 88px;
  }

  .screen-grid {
    padding: 22px 24px 0;
  }

  .screen-copy h2 {
    font-size: clamp(1.05rem, 3.4vw, 1.48rem);
  }

  .screen-copy p,
  .screen-copy b,
  .screen-art {
    display: none;
  }

  .screen-metrics {
    left: 24px;
    bottom: 18px;
    width: min(330px, calc(100% - 48px));
  }
}

@media (max-width: 620px) {
  .hero-scene {
    height: min(92vw, 430px);
  }

  .hero-laptop {
    width: 82%;
    height: min(58vw, 320px);
  }

  .hero-laptop__lid {
    inset: 0 0 72px;
    padding: 8px;
  }

  .hero-laptop__base {
    height: 72px;
  }

  .screen-metrics {
    display: none;
  }

  .hero-phone {
    right: 3%;
    bottom: 7%;
    width: 116px;
    min-height: 218px;
    padding: 18px 12px 12px;
  }
}

/* Final right-hero UI composition: layered for Webflow interactions. */
.ui-hero-composition {
  position: absolute;
  right: -3%;
  top: 5%;
  z-index: 4;
  width: min(104%, 780px);
  height: 610px;
  pointer-events: auto;
  transform:
    perspective(1400px)
    translate3d(var(--hero-art-x, 0px), calc(var(--hero-rise, 0px) + var(--hero-art-y, 0px)), 0)
    scale(var(--hero-scale, 1))
    rotateX(calc(var(--tilt-x) * 0.42))
    rotateY(calc(var(--tilt-y) * 0.46 + var(--hero-turn, 0deg)))
    rotateZ(calc(var(--hero-art-rotate, 0deg) * 0.35));
  transform-origin: 56% 58%;
  animation: ui-composition-float 8s ease-in-out infinite;
}

.ui-hero-composition::before,
.ui-hero-composition::after {
  content: none;
}

.ui-hero-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ui-hero-layer--bg {
  z-index: 1;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.ui-hero-layer--laptop {
  z-index: 3;
  transform: translate3d(0, calc(var(--parallax-y, 0px) * 0.35), 0);
}

.ui-hero-layer--phone {
  z-index: 5;
  transform: translate3d(0, calc(var(--parallax-y, 0px) + var(--hero-phone-rise, 0px) * 0.24), 0);
}

.ui-hero-layer--cards {
  z-index: 6;
  transform: translate3d(0, calc(var(--parallax-y, 0px) + var(--hero-panel-rise, 0px) * 0.7), 0);
}

.ui-hero-layer--floral {
  z-index: 4;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.ui-ambient {
  position: absolute;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.75), transparent 34%),
    linear-gradient(135deg, rgba(242, 210, 198, 0.38), rgba(255, 248, 244, 0.02));
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.055);
}

.ui-ambient--one {
  right: 4%;
  top: 3%;
  width: 72%;
  aspect-ratio: 1;
}

.ui-ambient--two {
  right: -7%;
  bottom: 8%;
  width: 48%;
  aspect-ratio: 1;
  opacity: 0.58;
}

.ui-orbit {
  position: absolute;
  border: 1px solid rgba(201, 103, 67, 0.22);
  border-radius: 50%;
}

.ui-orbit--one {
  right: 10%;
  top: 0;
  width: 58%;
  aspect-ratio: 1;
  animation: ui-orbit-soft 14s ease-in-out infinite;
}

.ui-orbit--two {
  right: -5%;
  bottom: 11%;
  width: 42%;
  aspect-ratio: 1;
  opacity: 0.58;
  animation: ui-orbit-soft 17s ease-in-out infinite reverse;
}

.ui-dot-grid {
  position: absolute;
  right: 7%;
  top: 12%;
  width: 126px;
  height: 132px;
  opacity: 0.44;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.38) 0 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.ui-laptop {
  position: absolute;
  left: 2%;
  top: 13%;
  width: 76%;
  height: 420px;
  transform: perspective(1300px) rotateX(2deg) rotateY(-4.4deg) rotateZ(0.2deg);
  transform-origin: 54% 66%;
}

.ui-laptop__screen {
  position: absolute;
  left: 3%;
  right: 2%;
  top: 0;
  height: 330px;
  padding: 11px;
  border-radius: 21px 21px 15px 15px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(180deg, #191715, #0c0b0b);
  box-shadow:
    0 30px 54px rgba(38, 30, 26, 0.19),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.ui-laptop__screen::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(-50%);
}

.ui-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 66% 45%, rgba(225, 147, 113, 0.17), transparent 27%),
    radial-gradient(circle at 32% 83%, rgba(255, 255, 255, 0.85), transparent 34%),
    linear-gradient(116deg, #fffaf7 0%, #f8e7df 58%, #f2d1c1 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.42),
    inset 0 -34px 72px rgba(132, 75, 52, 0.055);
}

.ui-screen::before {
  content: "";
  position: absolute;
  right: 13%;
  top: 18%;
  width: 36%;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.22);
  border-radius: 50%;
}

.ui-screen::after {
  content: "";
  position: absolute;
  right: 24%;
  top: 28%;
  width: 94px;
  height: 104px;
  opacity: 0.38;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.33) 0 2px, transparent 2.5px);
  background-size: 17px 17px;
}

.ui-screen__nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 23px 0;
  color: #4d433f;
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ui-screen__nav strong {
  margin-right: auto;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ui-screen__nav em {
  min-width: 88px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--accent);
  font-style: normal;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.11);
}

.ui-screen__content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 20px;
  padding: 25px 29px 0;
}

.ui-screen__copy small {
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.49rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ui-screen__copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.28rem, 1.85vw, 1.86rem);
  font-weight: 400;
  line-height: 1.12;
}

.ui-screen__copy h2 em {
  color: var(--accent);
  font-style: italic;
}

.ui-screen__copy p {
  max-width: 208px;
  margin: 13px 0 0;
  color: #655b56;
  font-size: 0.58rem;
  line-height: 1.75;
}

.ui-screen__copy b {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(201, 103, 67, 0.32);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ui-screen__copy b::after {
  content: "";
  width: 21px;
  height: 1px;
  background: currentColor;
  box-shadow: 5px -4px 0 -1px currentColor, 5px 4px 0 -1px currentColor;
}

.ui-screen__visual {
  position: relative;
  min-height: 205px;
}

.ui-flower-panel {
  position: absolute;
  right: 5%;
  top: 0;
  width: 64%;
  height: 202px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.78), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.55), rgba(244, 204, 188, 0.48));
  box-shadow:
    0 22px 38px rgba(128, 76, 54, 0.1),
    inset 0 0 0 1px rgba(201, 103, 67, 0.08);
}

.ui-flower-panel::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 48px;
  height: 88px;
  border-radius: 42% 42% 27% 27% / 28% 28% 16% 16%;
  background:
    radial-gradient(circle at 46% 15%, rgba(255, 255, 255, 0.72), transparent 21%),
    linear-gradient(90deg, rgba(207, 177, 158, 0.7), rgba(255, 250, 247, 0.82) 45%, rgba(192, 150, 126, 0.65));
  transform: translateX(-50%);
}

.ui-device-card--sense {
  position: absolute;
  left: -5%;
  top: 74px;
  z-index: 5;
  width: 112px;
  min-height: 102px;
  padding: 22px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: #463d39;
  font-family: var(--serif);
  font-size: 0.92rem;
  line-height: 1.16;
  box-shadow:
    0 20px 32px rgba(94, 62, 48, 0.1),
    inset 0 0 0 1px rgba(201, 103, 67, 0.06);
  animation: ui-card-float 6.8s ease-in-out infinite;
}

.ui-device-card--sense::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 48%, #d26d48 0 4px, transparent 4px),
    radial-gradient(circle at 66% 48%, #d26d48 0 4px, transparent 4px),
    rgba(244, 218, 207, 0.9);
  transform: translateY(-31px);
}

.ui-device-card--sense::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 17px;
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.ui-screen__metrics {
  position: absolute;
  left: 29px;
  bottom: 19px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(390px, calc(100% - 58px));
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.08);
}

.ui-screen__metrics span {
  display: grid;
  gap: 4px;
  padding: 12px 13px;
  color: #6e615c;
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ui-screen__metrics span + span {
  border-left: 1px solid rgba(201, 103, 67, 0.13);
}

.ui-screen__metrics strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.ui-laptop__keyboard {
  position: absolute;
  left: -3%;
  right: -2%;
  bottom: 4px;
  height: 112px;
  border-radius: 0 0 34px 34px;
  background:
    linear-gradient(180deg, #ebe7e1 0%, #b9b4ad 52%, #ded8d1 100%);
  clip-path: polygon(11% 0, 90% 0, 100% 62%, 94% 100%, 6% 100%, 0 62%);
  box-shadow: 0 30px 54px rgba(46, 37, 32, 0.16);
}

.ui-laptop__keyboard::before {
  content: "";
  position: absolute;
  left: 25%;
  right: 18%;
  top: 14px;
  height: 48px;
  border-radius: 5px;
  background:
    repeating-linear-gradient(90deg, rgba(23, 22, 21, 0.88) 0 18px, rgba(58, 56, 54, 0.88) 18px 21px),
    linear-gradient(#1f1e1d, #080807);
  transform: skewX(-8deg);
  opacity: 0.88;
}

.ui-laptop__keyboard::after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 19px;
  width: 16%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.ui-phone {
  position: absolute;
  right: 4%;
  bottom: 8%;
  width: 166px;
  min-height: 322px;
  padding: 25px 18px 18px;
  border: 8px solid #141312;
  border-radius: 32px;
  background:
    radial-gradient(circle at 65% 78%, rgba(235, 165, 134, 0.18), transparent 34%),
    linear-gradient(180deg, #fffaf7, #f6dfd5);
  box-shadow:
    0 28px 46px rgba(33, 27, 24, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  animation: ui-phone-float 6.4s ease-in-out infinite;
}

.ui-phone__notch {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 62px;
  height: 14px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.ui-phone__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.ui-phone__nav strong {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.48rem;
  font-weight: 400;
}

.ui-phone__nav span {
  width: 20px;
  height: 14px;
  background: linear-gradient(#706761 0 1px, transparent 1px 6px, #706761 6px 7px, transparent 7px 12px, #706761 12px 13px);
}

.ui-phone p {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.38rem;
  line-height: 1.12;
}

.ui-phone em {
  color: var(--accent);
  font-style: italic;
}

.ui-phone__card {
  position: relative;
  height: 96px;
  margin: 22px -3px 13px;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(245, 213, 200, 0.54);
}

.ui-phone > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #da7a51);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 12px 22px rgba(201, 103, 67, 0.23);
}

.ui-float-card {
  position: absolute;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow:
    0 22px 34px rgba(93, 64, 51, 0.1),
    inset 0 0 0 1px rgba(201, 103, 67, 0.07);
  backdrop-filter: blur(12px);
}

.ui-float-card--metric {
  left: 6%;
  bottom: 13%;
  width: 116px;
  min-height: 106px;
  padding: 20px;
  animation: ui-card-float 7s ease-in-out infinite reverse;
}

.ui-float-card--metric strong {
  display: block;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 400;
}

.ui-float-card--metric span {
  display: block;
  margin-top: 8px;
  color: #3f3936;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.ui-float-card--metric::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-top: 16px;
  background: var(--accent);
}

.ui-float-card--process {
  right: 19%;
  top: 28%;
  width: 118px;
  min-height: 88px;
  padding: 18px;
  opacity: 0.9;
  animation: ui-card-float 7.4s ease-in-out infinite;
}

.ui-float-card--process i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(244, 218, 207, 0.88);
  box-shadow: inset 0 0 0 1px rgba(201, 103, 67, 0.16);
}

.ui-float-card--process span {
  display: block;
  margin-top: 12px;
  color: #51433d;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ui-float-card--process b {
  display: block;
  height: 6px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(201, 103, 67, 0.16));
}

.ui-floral {
  position: absolute;
  overflow: visible;
}

.ui-floral path {
  fill: none;
  stroke: #c97654;
  stroke-linecap: round;
  stroke-width: 1.4;
  opacity: 0.55;
}

.ui-floral circle {
  fill: #edcbbb;
  stroke: rgba(197, 108, 74, 0.25);
  stroke-width: 0.6;
}

.ui-floral ellipse {
  fill: #f4d8cb;
  stroke: rgba(197, 108, 74, 0.2);
  stroke-width: 0.45;
}

.ui-floral--screen {
  left: 50%;
  bottom: 26px;
  width: 76%;
  height: 198px;
  transform: translateX(-50%);
}

.ui-floral--phone {
  left: 50%;
  bottom: -9px;
  width: 128px;
  height: 140px;
  transform: translateX(-50%);
}

.ui-floral--ambient {
  right: -2%;
  top: 7%;
  width: 190px;
  height: 250px;
  opacity: 0.44;
  animation: ui-floral-sway 7.5s ease-in-out infinite;
}

.ui-hero-composition + .scroll-cue {
  left: 43%;
  bottom: -1%;
  min-height: 58px;
  padding: 8px 20px 8px 8px;
  background: rgba(255, 252, 249, 0.78);
  box-shadow: 0 18px 40px rgba(116, 78, 61, 0.12);
}

@keyframes ui-composition-float {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -7px;
  }
}

@keyframes ui-card-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -7px, 0);
  }
}

@keyframes ui-phone-float {
  0%,
  100% {
    transform: perspective(920px) translate3d(0, 0, 0) rotateX(1.8deg) rotateY(-10.8deg) rotateZ(-1.35deg);
  }

  50% {
    transform: perspective(920px) translate3d(0, -5px, 0) rotateX(2deg) rotateY(-10deg) rotateZ(-1.6deg);
  }
}

@keyframes ui-orbit-soft {
  0%,
  100% {
    opacity: 0.5;
    scale: 1;
  }

  50% {
    opacity: 0.8;
    scale: 1.025;
  }
}

@keyframes ui-floral-sway {
  0%,
  100% {
    transform: rotate(-0.7deg);
  }

  50% {
    transform: rotate(1deg);
  }
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .ui-hero-composition {
    width: min(103%, 750px);
    height: 580px;
  }

  .ui-laptop {
    height: 392px;
  }

  .ui-laptop__screen {
    height: 306px;
  }

  .ui-screen__copy h2 {
    font-size: clamp(1.18rem, 1.7vw, 1.62rem);
  }
}

@media (max-width: 1100px) {
  .ui-hero-composition {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 760px);
    height: min(74vw, 580px);
    margin-inline: auto;
  }
}

@media (max-width: 840px) {
  .ui-hero-composition {
    width: min(100%, 660px);
    height: min(84vw, 520px);
    transform:
      perspective(1100px)
      translate3d(calc(var(--hero-art-x, 0px) * 0.18), calc(var(--hero-rise, 0px) + var(--hero-art-y, 0px) * 0.2), 0)
      scale(var(--hero-scale, 1))
      rotateY(var(--hero-turn, 0deg))
      rotateZ(var(--hero-art-rotate, 0deg));
  }

  .ui-laptop {
    left: 2%;
    top: 12%;
    width: 78%;
    height: min(56vw, 374px);
  }

  .ui-laptop__screen {
    height: calc(100% - 84px);
  }

  .ui-laptop__keyboard {
    height: 84px;
  }

  .ui-screen__nav span,
  .ui-screen__nav em {
    display: none;
  }

  .ui-screen__content {
    grid-template-columns: 1fr;
    padding: 22px 24px 0;
  }

  .ui-screen__copy h2 {
    font-size: clamp(1.05rem, 3.4vw, 1.45rem);
  }

  .ui-screen__copy p,
  .ui-screen__copy b,
  .ui-screen__visual {
    display: none;
  }

  .ui-screen__metrics {
    left: 24px;
    bottom: 18px;
    width: min(330px, calc(100% - 48px));
  }

  .ui-phone {
    right: 4%;
    bottom: 7%;
    width: 136px;
    min-height: 252px;
    border-width: 7px;
    border-radius: 28px;
    padding: 22px 15px 15px;
  }

  .ui-phone p {
    font-size: 1.16rem;
  }

  .ui-float-card--metric {
    left: 4%;
    bottom: 12%;
    width: 102px;
    min-height: 92px;
    padding: 16px;
  }

  .ui-float-card--process {
    display: none;
  }

  .ui-hero-composition + .scroll-cue {
    display: inline-flex;
    left: 50%;
    bottom: -3px;
    transform: translateX(-50%);
  }
}

@media (max-width: 620px) {
  .ui-hero-composition {
    height: min(92vw, 420px);
    width: min(100%, 520px);
  }

  .ui-laptop {
    top: 13%;
    width: 84%;
    height: min(58vw, 310px);
  }

  .ui-laptop__screen {
    height: calc(100% - 70px);
    padding: 8px;
  }

  .ui-laptop__keyboard {
    height: 70px;
  }

  .ui-screen__metrics,
  .ui-float-card--metric,
  .ui-hero-layer--floral {
    display: none;
  }

  .ui-phone {
    right: 2%;
    bottom: 8%;
    width: 112px;
    min-height: 214px;
    padding: 18px 12px 12px;
  }

  .ui-phone p {
    font-size: 0.98rem;
  }

  .ui-phone__card {
    height: 60px;
    margin: 14px -2px 10px;
  }
}

@media (max-width: 480px) {
  .ui-hero-composition {
    height: min(90vw, 345px);
  }

  .ui-laptop {
    height: min(58vw, 265px);
  }

  .ui-screen__nav {
    padding: 14px 16px 0;
  }

  .ui-screen__nav strong {
    font-size: 1.3rem;
  }

  .ui-screen__copy small {
    font-size: 0.44rem;
  }

  .ui-screen__copy h2 {
    font-size: clamp(0.96rem, 5.8vw, 1.24rem);
  }

  .ui-phone {
    width: 96px;
    min-height: 186px;
    border-width: 6px;
  }

  .ui-phone__notch {
    width: 45px;
    height: 10px;
  }

  .ui-phone__nav {
    margin-bottom: 20px;
  }

  .ui-phone p {
    font-size: 0.84rem;
  }

  .ui-hero-composition + .scroll-cue {
    display: none;
  }
}

/* Reference-target pass: MacBook, iPhone, vase, flowers and card as separate animatable layers. */
.ui-hero-composition {
  right: -1.5%;
  top: 4%;
  width: min(104%, 790px);
  height: 620px;
  transform-origin: 56% 60%;
}

.ui-hero-layer--bg {
  z-index: 1;
  transform: translate3d(calc(var(--parallax-y, 0px) * 0.08), calc(var(--parallax-y, 0px) * 0.32), 0);
}

.ui-hero-layer--laptop {
  z-index: 4;
  transform: translate3d(0, calc(var(--hero-rise, 0px) + var(--parallax-y, 0px) * 0.25), 0);
}

.ui-hero-layer--phone {
  z-index: 5;
  transform: translate3d(0, calc(var(--hero-phone-rise, 0px) * 0.34 + var(--parallax-y, 0px) * 0.65), 0);
}

.ui-hero-layer--cards {
  z-index: 7;
  transform: translate3d(0, calc(var(--hero-panel-rise, 0px) + var(--parallax-y, 0px) * 0.8), 0);
}

.ui-hero-layer--vase {
  z-index: 3;
  transform: translate3d(0, calc(var(--parallax-y, 0px) * 0.45), 0);
}

.ui-hero-layer--floral {
  z-index: 2;
  transform: translate3d(0, calc(var(--parallax-y, 0px) * 0.52), 0);
}

.ui-ambient--one {
  right: 6%;
  top: 1%;
  width: 68%;
  opacity: 0.72;
}

.ui-ambient--two {
  right: -8%;
  bottom: 10%;
  width: 43%;
  opacity: 0.42;
}

.ui-orbit--one {
  right: 12%;
  top: -2%;
  width: 58%;
  border-color: rgba(201, 103, 67, 0.18);
}

.ui-orbit--two {
  right: -2%;
  bottom: 10%;
  width: 43%;
  border-color: rgba(201, 103, 67, 0.16);
}

.ui-dot-grid {
  right: 7%;
  top: 12%;
  opacity: 0.34;
}

.ui-shadow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-3deg);
}

.ui-shadow--laptop {
  left: 8.5%;
  right: 12.5%;
  bottom: 15.2%;
  height: 64px;
  background: radial-gradient(ellipse at center, rgba(65, 45, 35, 0.12), rgba(65, 45, 35, 0.048) 45%, transparent 76%);
  filter: blur(5px);
}

.ui-shadow--phone {
  right: 11.2%;
  bottom: 10.7%;
  width: 74px;
  height: 24px;
  background: radial-gradient(ellipse at center, rgba(48, 34, 27, 0.11), transparent 72%);
  filter: blur(4px);
}

.ui-shadow--vase {
  right: -4.4%;
  bottom: 4.7%;
  width: 166px;
  height: 56px;
  background: radial-gradient(ellipse at center, rgba(76, 53, 41, 0.13), transparent 72%);
  filter: blur(5px);
}

.ui-laptop {
  left: 1.8%;
  top: 12%;
  width: 78.4%;
  height: 354px;
  transform: perspective(1500px) rotateX(2.6deg) rotateY(-14.5deg) rotateZ(-0.9deg);
  transform-style: preserve-3d;
  transform-origin: 40% 72%;
}

.ui-laptop::before {
  content: "";
  position: absolute;
  left: 4.8%;
  right: 3.4%;
  top: 297px;
  height: 32px;
  border-radius: 0 0 24px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0 20%, rgba(219, 213, 207, 0.72) 50%, rgba(126, 120, 113, 0.46) 100%),
    linear-gradient(92deg, rgba(238, 234, 229, 0.95), rgba(158, 151, 143, 0.58) 47%, rgba(225, 219, 211, 0.9));
  box-shadow:
    0 18px 24px rgba(26, 21, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -8px 18px rgba(57, 51, 46, 0.12);
  clip-path: polygon(2% 0, 100% 0, 93% 100%, 0 100%);
  transform: translateZ(2px) rotateX(1deg);
  z-index: 2;
  pointer-events: none;
}

.ui-laptop__screen {
  left: 2.9%;
  right: 1.4%;
  height: 306px;
  padding: 11px;
  border-radius: 22px 22px 14px 14px;
  box-shadow:
    0 28px 52px rgba(36, 28, 23, 0.17),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transform: translateZ(18px);
  z-index: 5;
}

.ui-screen {
  border-radius: 12px;
  background:
    radial-gradient(circle at 66% 45%, rgba(225, 147, 113, 0.15), transparent 27%),
    radial-gradient(circle at 32% 83%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(116deg, #fffaf7 0%, #f8e8df 58%, #f2d2c2 100%);
}

.ui-screen__nav {
  padding: 17px 24px 0;
  gap: 12px;
  font-size: 0.4rem;
}

.ui-screen__nav strong {
  font-size: 1.56rem;
}

.ui-screen__nav em {
  min-width: 92px;
  padding: 8px 12px;
}

.ui-screen__content {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  padding: 22px 30px 34px;
}

.ui-screen__copy small {
  font-size: 0.48rem;
}

.ui-screen__copy h2 {
  font-size: clamp(1.12rem, 1.62vw, 1.58rem);
  line-height: 1.1;
}

.ui-screen__copy p {
  max-width: 210px;
  margin-top: 8px;
  font-size: 0.52rem;
  line-height: 1.5;
}

.ui-screen__copy b {
  margin-top: 9px;
  padding: 7px 13px;
  font-size: 0.44rem;
}

.ui-flower-panel {
  right: 0%;
  top: 0;
  width: 62%;
  height: 180px;
  overflow: visible;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.ui-flower-panel::after {
  content: none;
}

.ui-floral-photo {
  position: absolute;
  display: block;
  pointer-events: none;
  user-select: none;
}

.ui-floral-photo--screen {
  right: -10px;
  bottom: -28px;
  width: 224px;
  height: auto;
  opacity: 0.9;
  mix-blend-mode: normal;
  filter: none;
  -webkit-mask-image: radial-gradient(ellipse at 58% 58%, #000 0 50%, rgba(0, 0, 0, 0.82) 64%, transparent 90%);
  mask-image: radial-gradient(ellipse at 58% 58%, #000 0 50%, rgba(0, 0, 0, 0.82) 64%, transparent 90%);
}

.ui-screen__visual .ui-device-card--sense {
  display: none;
}

.ui-screen__metrics {
  display: none;
}

.ui-screen__metrics span {
  padding: 7px 8px;
  font-size: 0.31rem;
}

.ui-screen__metrics strong {
  font-size: 0.78rem;
}

.ui-laptop__keyboard {
  display: none !important;
  position: absolute;
  left: 0.5%;
  right: -0.2%;
  top: 300px;
  height: 138px;
  overflow: visible;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0 8%, transparent 25%),
    linear-gradient(102deg, #f0ece7 0%, #b9b4ad 48%, #ded8d1 100%);
  box-shadow:
    0 28px 48px rgba(46, 37, 32, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transform: translateZ(0) rotateX(0.8deg);
  z-index: 2;
}

.ui-laptop__keyboard::before,
.ui-laptop__keyboard::after {
  content: none;
}

.ui-keyboard-photo {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left bottom;
  opacity: 1;
  filter: none;
  transform: none;
  transform-origin: 31% 8%;
}

.ui-keyboard {
  display: none !important;
  position: absolute;
  left: 20%;
  right: 21%;
  top: 15px;
  gap: 3px;
  padding: 4px;
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.25), rgba(255, 255, 255, 0.04)),
    rgba(24, 23, 22, 0.92);
  box-shadow:
    0 7px 12px rgba(21, 18, 16, 0.2),
    inset 0 1px 1px rgba(255, 255, 255, 0.12);
  transform: perspective(920px) rotateX(17deg) rotateY(4.5deg) rotateZ(-3.2deg) skewX(-8.5deg);
  transform-origin: 42% 0;
}

.ui-keyrow {
  display: flex;
  gap: 3px;
  height: 7px;
}

.ui-keyrow--function {
  height: 5px;
  opacity: 0.78;
}

.ui-keyrow--bottom {
  height: 8px;
}

.ui-key {
  display: block;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 2px;
  background:
    linear-gradient(180deg, rgba(74, 72, 70, 0.95), rgba(8, 8, 8, 0.96)),
    #111;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(0, 0, 0, 0.7),
    0 1px 1px rgba(0, 0, 0, 0.24);
}

.ui-key--wide {
  flex-grow: 1.75;
}

.ui-key--tab {
  flex-grow: 1.25;
}

.ui-key--caps,
.ui-key--return,
.ui-key--shift,
.ui-key--touch {
  flex-grow: 1.9;
}

.ui-key--space {
  flex-grow: 5.4;
  border-radius: 3px;
}

.ui-key--mod,
.ui-key--arrow {
  opacity: 0.9;
}

.ui-trackpad {
  display: none;
  position: absolute;
  left: 38.5%;
  bottom: 18px;
  width: 18%;
  height: 25px;
  border-radius: 4px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(122, 116, 108, 0.13)),
    rgba(214, 209, 202, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.38),
    0 1px 1px rgba(91, 75, 63, 0.11);
  transform: perspective(720px) rotateX(13deg) rotateY(4deg) rotateZ(-2.8deg);
}

.ui-phone {
  right: 10.6%;
  bottom: 12.2%;
  width: 76px;
  min-height: 154px;
  padding: 13px 8px 8px;
  border-width: 5px;
  border-radius: 19px;
  background:
    radial-gradient(circle at 65% 78%, rgba(235, 165, 134, 0.17), transparent 34%),
    linear-gradient(180deg, #fffaf7, #f7e1d7);
  box-shadow:
    0 22px 38px rgba(33, 27, 24, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48);
  transform-origin: 24% 78%;
  transform-style: preserve-3d;
  transform: perspective(920px) rotateX(1.8deg) rotateY(-10.8deg) rotateZ(-1.35deg);
}

.ui-phone p {
  font-size: 0.6rem;
}

.ui-phone__notch {
  width: 27px;
  height: 7px;
}

.ui-phone__nav {
  margin-bottom: 10px;
}

.ui-phone__nav strong {
  font-size: 0.68rem;
}

.ui-phone > span {
  min-height: 18px;
  font-size: 0.27rem;
}

.ui-phone__card {
  height: 34px;
  margin: 8px -1px 6px;
  overflow: visible;
  border-radius: 0;
  background: none;
}

.ui-floral-photo--phone {
  left: 50%;
  bottom: -20px;
  width: 58px;
  height: auto;
  opacity: 0.86;
  mix-blend-mode: normal;
  transform: translateX(-50%) scale(0.92);
  transform-origin: 50% 100%;
  filter: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.ui-ceramic-vase {
  position: absolute;
  right: -7%;
  bottom: 4%;
  width: 218px;
  height: 392px;
  filter: none;
  transform: rotate(0.1deg);
}

.ui-ceramic-vase img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.ui-floral-photo--ambient {
  display: none;
  right: 5.8%;
  top: 2.4%;
  width: 318px;
  height: auto;
  opacity: 0;
  mix-blend-mode: multiply;
  filter: none;
  transform-origin: 58% 100%;
  animation: ui-floral-sway 7.5s ease-in-out infinite;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 11%, #000 86%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 14%, #000 82%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 11%, #000 86%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.ui-float-card--sense {
  right: 27.2%;
  top: 41.8%;
  z-index: 7;
  width: 104px;
  min-height: 90px;
  padding: 20px 16px;
  color: #463d39;
  font-family: var(--serif);
  font-size: 0.8rem;
  line-height: 1.16;
  animation: ui-card-float 6.8s ease-in-out infinite;
}

.ui-float-card--sense::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 48%, #d26d48 0 4px, transparent 4px),
    radial-gradient(circle at 66% 48%, #d26d48 0 4px, transparent 4px),
    rgba(244, 218, 207, 0.9);
  transform: translateY(-34px);
}

.ui-float-card--sense::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 18px;
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.ui-float-card--metric {
  display: block;
  left: 4.2%;
  bottom: 6.8%;
  width: 102px;
  min-height: 96px;
  padding: 22px 18px;
  z-index: 6;
}

.ui-float-card--process {
  display: none;
}

.ui-hero-composition + .scroll-cue {
  left: 41.5%;
  bottom: 2.4%;
}

@media (max-width: 1280px) and (min-width: 1101px) {
  .ui-hero-composition {
    width: min(106%, 780px);
    height: 590px;
  }

  .ui-laptop {
    height: 346px;
  }

  .ui-laptop::before {
    top: 292px;
    height: 30px;
  }

  .ui-laptop__screen {
    height: 300px;
  }

  .ui-phone {
    right: 10%;
    bottom: 11.8%;
    width: 72px;
    min-height: 146px;
    padding: 13px 8px 8px;
  }

  .ui-ceramic-vase {
    right: -6.4%;
    bottom: 4.2%;
    width: 204px;
    height: 368px;
  }
}

@media (max-width: 1100px) {
  .ui-hero-composition {
    width: min(100%, 760px);
    height: min(74vw, 580px);
  }
}

@media (max-width: 840px) {
  .ui-laptop {
    width: 80%;
    height: min(57vw, 316px);
  }

  .ui-laptop::before {
    top: calc(100% - 42px);
    height: 34px;
  }

  .ui-laptop__screen {
    height: calc(100% - 46px);
  }

  .ui-laptop__keyboard {
    display: none;
  }

  .ui-phone {
    right: 9.5%;
    bottom: 11.8%;
    width: 62px;
    min-height: 126px;
    padding: 11px 7px 7px;
  }

  .ui-phone__notch {
    width: 24px;
    height: 6px;
  }

  .ui-phone__nav {
    margin-bottom: 8px;
  }

  .ui-phone__nav strong {
    font-size: 0.62rem;
  }

  .ui-phone p {
    font-size: 0.54rem;
  }

  .ui-phone__card {
    height: 29px;
    margin: 7px -1px 5px;
  }

  .ui-phone > span {
    min-height: 15px;
    font-size: 0.24rem;
  }

  .ui-ceramic-vase {
    right: -6%;
    bottom: 5%;
    width: 152px;
    height: 274px;
  }

  .ui-floral-photo--ambient {
    right: 7.5%;
    top: 7%;
    width: 218px;
  }

  .ui-float-card--sense {
    right: 31%;
    top: 42%;
    width: 108px;
    min-height: 96px;
    padding: 20px 16px;
    font-size: 0.82rem;
  }
}

@media (max-width: 620px) {
  .ui-floral-photo--ambient,
  .ui-float-card--sense,
  .ui-float-card--metric {
    display: none;
  }

  .ui-laptop {
    width: 86%;
    height: min(60vw, 270px);
  }

  .ui-laptop::before {
    top: calc(100% - 36px);
    height: 28px;
  }

  .ui-laptop__screen {
    height: calc(100% - 40px);
  }

  .ui-phone {
    right: 8%;
    bottom: 11.2%;
    width: 52px;
    min-height: 108px;
    padding: 10px 6px 6px;
  }

  .ui-phone__notch {
    width: 28px;
    height: 7px;
  }

  .ui-phone__nav {
    margin-bottom: 11px;
  }

  .ui-phone__nav strong {
    font-size: 0.72rem;
  }

  .ui-phone p {
    font-size: 0.62rem;
  }

  .ui-phone__card {
    height: 34px;
    margin: 8px -1px 6px;
  }

  .ui-phone > span {
    min-height: 18px;
    font-size: 0.28rem;
  }

  .ui-ceramic-vase {
    right: -7%;
    bottom: 6%;
    width: 126px;
    height: 226px;
  }
}

/* JMK Flow homepage hero - interactive HTML/CSS scene. */
.hero--legacy[hidden] {
  display: none !important;
}

.hero--flow {
  position: relative;
  padding-top: 34px;
  padding-bottom: 0;
  overflow: clip;
}

.hero-flow {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 88px);
  padding: clamp(26px, 4vw, 54px) 0 clamp(66px, 7vw, 104px);
}

.hero-flow__background,
.hero-flow__background > span {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-flow__background {
  z-index: -2;
  overflow: hidden;
}

.hero-flow__wash--left {
  left: -15%;
  top: -18%;
  width: min(46vw, 560px);
  height: min(46vw, 560px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 46% 50%, rgba(244, 205, 190, 0.68), rgba(255, 247, 243, 0.2) 62%, transparent 74%);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-flow__wash--right {
  left: 47%;
  top: 1%;
  width: min(55vw, 760px);
  height: min(55vw, 760px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 52%, rgba(248, 221, 211, 0.68), rgba(255, 250, 247, 0.16) 62%, transparent 76%);
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-flow__orbit {
  width: 480px;
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.16);
  border-radius: 50%;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-flow__orbit--one {
  left: 66%;
  top: 5%;
}

.hero-flow__orbit--two {
  left: 18%;
  bottom: 7%;
  width: 340px;
  opacity: 0.42;
}

.hero-flow__dots {
  width: 86px;
  height: 86px;
  opacity: 0.4;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.42) 1.2px, transparent 1.4px);
  background-size: 16px 16px;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-flow__dots--one {
  left: 61%;
  top: 25%;
}

.hero-flow__dots--two {
  right: 9%;
  bottom: 19%;
}

.hero-flow__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(285px, 0.76fr) minmax(650px, 1.24fr);
  gap: clamp(28px, 4vw, 64px);
  min-height: 920px;
  align-items: start;
}

.hero-flow__copy {
  position: relative;
  z-index: 4;
  padding-top: clamp(18px, 3vw, 54px);
  max-width: 470px;
}

.hero-flow__mark {
  display: grid;
  gap: 12px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.hero-flow__mark span {
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(7rem, 11vw, 10.2rem);
  font-weight: 400;
  line-height: 0.72;
  letter-spacing: 0;
  text-shadow: 0 24px 50px rgba(168, 80, 50, 0.12);
}

.hero-flow__mark strong {
  color: #1f1e1d;
  font-size: clamp(0.74rem, 1vw, 0.92rem);
  font-weight: 900;
  letter-spacing: 0.34em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero--flow .eyebrow {
  color: var(--accent);
  font-size: 0.9rem;
  letter-spacing: 0.34em;
}

.hero--flow h1 {
  max-width: 430px;
  margin: 28px 0 24px;
  font-family: var(--serif);
  font-size: clamp(4.1rem, 6.1vw, 6.8rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero--flow h1 span {
  display: block;
  color: var(--accent);
  font-style: italic;
}

.hero-flow__lead {
  max-width: 410px;
  margin: 0;
  color: #2d2927;
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.82;
}

.hero-flow__claim {
  margin: 30px 0 8px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-flow__caption {
  margin: 0;
  color: #322d29;
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-flow__cta {
  margin-top: 28px;
}

.hero-flow__metric-card {
  width: min(100%, 255px);
  min-height: 232px;
  margin-top: 30px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 246, 241, 0.62));
  box-shadow:
    0 30px 70px rgba(121, 75, 56, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px);
}

.hero-flow__metric-card svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-flow__metric-card strong {
  display: block;
  margin-top: 20px;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.hero-flow__metric-card h2 {
  margin: 12px 0 18px;
  color: #1f1e1d;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.26em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-flow__metric-card h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 18px;
  background: var(--accent);
}

.hero-flow__metric-card p {
  margin: 0;
  color: #403a36;
  font-size: 0.82rem;
  line-height: 1.7;
}

.hero-flow__process-scene {
  position: relative;
  z-index: 3;
  min-height: 880px;
  --flow-progress: 0.08;
  --flow-x: 50%;
  --flow-y: 50%;
  --flow-glow-strength: 0;
}

.hero-flow__cursor-glow {
  position: absolute;
  left: var(--flow-x);
  top: var(--flow-y);
  z-index: 3;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 103, 67, 0.18), rgba(201, 103, 67, 0.06) 35%, transparent 68%);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 180ms ease;
  pointer-events: none;
}

.hero-flow__process-scene.is-glowing .hero-flow__cursor-glow {
  opacity: calc(0.58 + (var(--flow-glow-strength) * 0.42));
}

.hero-flow__path-wrap {
  position: absolute;
  left: 6%;
  top: 0;
  z-index: 2;
  width: min(54vw, 520px);
  height: 760px;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-flow__path-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-flow__line {
  fill: none;
  stroke-linecap: round;
}

.hero-flow__line--base {
  stroke: rgba(201, 103, 67, 0.16);
  stroke-width: 6;
}

.hero-flow__line--draw {
  stroke: rgba(216, 105, 63, 0.88);
  stroke-width: 3.2;
  stroke-dasharray: 1;
  stroke-dashoffset: calc(1 - var(--flow-progress));
  filter: drop-shadow(0 0 8px rgba(216, 105, 63, 0.22));
  transition: stroke-dashoffset 180ms ease-out;
}

.hero-flow__line--glow {
  stroke: rgba(255, 239, 231, 0.9);
  stroke-width: 9;
  opacity: 0.32;
  filter: url(#hero-flow-line-glow);
}

.hero-flow__process-scene.is-glowing .hero-flow__line--glow {
  opacity: calc(0.42 + (var(--flow-glow-strength) * 0.34));
}

.hero-flow__process-scene.is-glowing .hero-flow__line--draw {
  filter:
    drop-shadow(0 0 10px rgba(216, 105, 63, 0.28))
    drop-shadow(0 0 24px rgba(216, 105, 63, 0.14));
}

.hero-flow__traveler {
  fill: #fff7f2;
  stroke: rgba(216, 105, 63, 0.72);
  stroke-width: 2.2;
  filter: drop-shadow(0 0 10px rgba(216, 105, 63, 0.34));
  transform-box: fill-box;
  transform-origin: center;
}

.hero-flow__traveler--two,
.hero-flow__traveler--three,
.hero-flow__traveler--four {
  fill: rgba(216, 105, 63, 0.9);
  stroke: rgba(255, 247, 242, 0.92);
}

.hero-flow__traveler--four {
  opacity: 0.82;
}

.hero-flow__step {
  position: absolute;
  z-index: 5;
  display: grid;
  grid-template-columns: 54px auto;
  grid-template-areas:
    "icon number"
    "icon title";
  align-items: center;
  column-gap: 14px;
  min-width: 178px;
  min-height: 78px;
  padding: 12px 22px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 244, 239, 0.56));
  box-shadow:
    0 24px 54px rgba(121, 75, 56, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.hero-flow__step:focus-visible,
.hero-flow__value-card:focus-visible {
  outline: 2px solid rgba(201, 103, 67, 0.72);
  outline-offset: 5px;
}

.hero-flow__step:hover,
.hero-flow__step.is-active {
  border-color: rgba(201, 103, 67, 0.28);
  box-shadow:
    0 30px 70px rgba(121, 75, 56, 0.16),
    0 0 32px rgba(216, 105, 63, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateY(-7px);
}

.hero-flow__step span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.9), rgba(255, 242, 236, 0.74));
  box-shadow:
    0 13px 24px rgba(121, 75, 56, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-flow__step:hover span,
.hero-flow__step.is-active span {
  animation: hero-flow-icon 1.4s ease-in-out infinite;
}

.hero-flow__step svg,
.hero-flow__value-card svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-flow__step small {
  grid-area: number;
  color: var(--accent);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.hero-flow__step h2 {
  grid-area: title;
  margin: 4px 0 0;
  color: #191817;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-flow__step--one {
  left: 39%;
  top: 28px;
}

.hero-flow__step--two {
  left: 18%;
  top: 170px;
}

.hero-flow__step--three {
  left: 45%;
  top: 328px;
}

.hero-flow__step--four {
  left: 10%;
  top: 500px;
}

.hero-flow__step--five {
  left: 39%;
  top: 662px;
}

.hero-flow__vase-stage {
  position: absolute;
  right: -6%;
  top: 88px;
  z-index: 4;
  width: min(37vw, 390px);
  height: 720px;
  transform: translate3d(0, var(--parallax-y, 0px), 0);
}

.hero-flow__platform {
  position: absolute;
  left: 2%;
  right: -4%;
  bottom: 8px;
  height: 98px;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 238, 228, 0.9), rgba(221, 143, 105, 0.28)),
    radial-gradient(ellipse at 58% 45%, rgba(255, 255, 255, 0.72), transparent 58%);
  box-shadow:
    0 34px 60px rgba(121, 75, 56, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.hero-flow__orb {
  position: absolute;
  left: 3%;
  bottom: 42px;
  z-index: 3;
  width: 114px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 33% 25%, rgba(255, 255, 255, 0.95), rgba(255, 227, 214, 0.36) 28%, transparent 33%),
    radial-gradient(circle at 61% 66%, rgba(166, 70, 38, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(211, 93, 48, 0.28));
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 26px 50px rgba(121, 75, 56, 0.16),
    inset 14px 8px 24px rgba(255, 255, 255, 0.48),
    inset -18px -18px 30px rgba(161, 75, 42, 0.18);
}

.hero-flow__vase-photo {
  position: absolute;
  right: -20px;
  bottom: 14px;
  z-index: 2;
  width: min(34vw, 340px);
  height: 690px;
  overflow: visible;
  -webkit-mask-image:
    radial-gradient(ellipse at 55% 48%, #000 0 62%, rgba(0, 0, 0, 0.75) 74%, transparent 95%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 96%, transparent 100%);
  mask-image:
    radial-gradient(ellipse at 55% 48%, #000 0 62%, rgba(0, 0, 0, 0.75) 74%, transparent 95%),
    linear-gradient(180deg, transparent 0%, #000 8%, #000 96%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.hero-flow__vase-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 50%;
  filter: saturate(1.04) contrast(1.02);
}

.hero--flow .scroll-cue {
  left: 50%;
  bottom: 33%;
}

.hero-flow__values {
  position: relative;
  z-index: 5;
  margin-top: clamp(34px, 4vw, 62px);
}

.hero-flow__values::before {
  content: "";
  position: absolute;
  left: -6vw;
  right: -6vw;
  top: -54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 103, 67, 0.2), transparent);
}

.hero-flow__values-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 6vw, 120px);
  align-items: end;
  margin-bottom: 30px;
}

.hero-flow__values-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.4vw, 4rem);
  font-weight: 400;
  line-height: 1.08;
}

.hero-flow__values-heading h2 span {
  display: block;
  color: var(--accent);
  font-style: italic;
}

.hero-flow__values-heading p {
  max-width: 420px;
  margin: 0;
  color: #302b28;
  font-size: 1rem;
  line-height: 1.75;
}

.hero-flow__value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 34px);
}

.hero-flow__value-card {
  position: relative;
  min-height: 292px;
  padding: 32px 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 244, 239, 0.62));
  box-shadow:
    0 26px 58px rgba(121, 75, 56, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.hero-flow__value-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 63px;
  right: -31px;
  width: 44px;
  border-top: 1px dashed rgba(201, 103, 67, 0.58);
}

.hero-flow__value-card:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 59px;
  right: -34px;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgba(201, 103, 67, 0.72);
  border-right: 1px solid rgba(201, 103, 67, 0.72);
  transform: rotate(45deg);
}

.hero-flow__value-card:hover,
.hero-flow__value-card:focus-visible {
  border-color: rgba(201, 103, 67, 0.24);
  box-shadow:
    0 32px 70px rgba(121, 75, 56, 0.14),
    0 0 34px rgba(216, 105, 63, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateY(-8px);
}

.hero-flow__value-card > span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.94), rgba(255, 239, 232, 0.7));
  box-shadow:
    0 18px 34px rgba(121, 75, 56, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.hero-flow__value-card small {
  display: block;
  color: var(--accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.hero-flow__value-card h3 {
  margin: 12px 0 14px;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  font-weight: 400;
  line-height: 1.14;
}

.hero-flow__value-card p {
  margin: 0;
  color: #3d3733;
  font-size: 0.84rem;
  line-height: 1.75;
}

@keyframes hero-flow-icon {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(-4deg) scale(1.05);
  }
}

@media (max-width: 1180px) {
  .hero-flow__layout {
    grid-template-columns: minmax(270px, 0.76fr) minmax(540px, 1.08fr);
    gap: 24px;
  }

  .hero-flow__process-scene {
    min-height: 820px;
  }

  .hero-flow__vase-stage {
    right: -10%;
    width: 330px;
  }

  .hero-flow__vase-photo {
    width: 306px;
  }

  .hero-flow__step--one,
  .hero-flow__step--five {
    left: 36%;
  }

  .hero-flow__step--three {
    left: 41%;
  }
}

@media (max-width: 980px) {
  .hero-flow {
    padding-top: 20px;
  }

  .hero-flow__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-flow__copy {
    max-width: 680px;
    padding-top: 0;
  }

  .hero-flow__mark {
    margin-bottom: 34px;
  }

  .hero-flow__process-scene {
    min-height: 780px;
    margin-top: 12px;
  }

  .hero-flow__path-wrap {
    left: 9%;
  }

  .hero-flow__vase-stage {
    right: 1%;
    top: 70px;
  }

  .hero--flow .scroll-cue {
    left: 50%;
    bottom: 35%;
  }

  .hero-flow__values-heading,
  .hero-flow__value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-flow__value-card:nth-child(2)::after,
  .hero-flow__value-card:nth-child(2)::before {
    content: none;
  }
}

@media (max-width: 720px) {
  .hero-flow {
    padding-bottom: 58px;
  }

  .hero--flow h1 {
    font-size: clamp(3.2rem, 16vw, 4.6rem);
  }

  .hero-flow__mark span {
    font-size: clamp(5.4rem, 24vw, 7.4rem);
  }

  .hero-flow__metric-card {
    width: min(100%, 300px);
  }

  .hero-flow__process-scene {
    min-height: 980px;
    overflow: visible;
  }

  .hero-flow__path-wrap {
    left: 50%;
    top: 12px;
    width: 390px;
    transform: translateX(-50%) translate3d(0, var(--parallax-y, 0px), 0);
  }

  .hero-flow__step {
    min-width: 156px;
    min-height: 72px;
    padding-right: 18px;
  }

  .hero-flow__step--one {
    left: 44%;
    top: 34px;
  }

  .hero-flow__step--two {
    left: 3%;
    top: 194px;
  }

  .hero-flow__step--three {
    left: 42%;
    top: 354px;
  }

  .hero-flow__step--four {
    left: 3%;
    top: 524px;
  }

  .hero-flow__step--five {
    left: 37%;
    top: 684px;
  }

  .hero-flow__vase-stage {
    right: 50%;
    top: 742px;
    width: 250px;
    height: 360px;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0);
  }

  .hero-flow__vase-photo {
    right: 0;
    bottom: 18px;
    width: 235px;
    height: 430px;
  }

  .hero-flow__platform {
    bottom: 10px;
    height: 72px;
  }

  .hero-flow__orb {
    left: 0;
    bottom: 34px;
    width: 82px;
  }

  .hero--flow .scroll-cue {
    position: relative;
    left: 50%;
    bottom: auto;
    margin: -40px auto 66px;
  }

  .hero-flow__values-heading,
  .hero-flow__value-grid {
    grid-template-columns: 1fr;
  }

  .hero-flow__value-card::after,
  .hero-flow__value-card::before {
    content: none !important;
  }
}

@media (max-width: 480px) {
  .hero-flow__step {
    grid-template-columns: 46px auto;
    column-gap: 10px;
    min-width: 142px;
    padding: 10px 14px 10px 10px;
  }

  .hero-flow__step span {
    width: 46px;
    height: 46px;
  }

  .hero-flow__step h2 {
    font-size: 0.62rem;
  }

  .hero-flow__path-wrap {
    width: 340px;
  }

  .hero-flow__step--one,
  .hero-flow__step--three,
  .hero-flow__step--five {
    left: 39%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow__traveler {
    display: none;
  }

  .hero-flow__line--draw {
    stroke-dashoffset: 0;
  }

  .hero-flow__step:hover span,
  .hero-flow__step.is-active span {
    animation: none;
  }
}

/* Integrated interactive homepage hero: real layers, no pasted screenshot. */
.hero--flow {
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
  background:
    radial-gradient(circle at 86% 18%, rgba(224, 194, 178, 0.36), transparent 30%),
    radial-gradient(circle at -10% 24%, rgba(241, 210, 197, 0.5), transparent 28%),
    linear-gradient(180deg, #fff9f6 0%, #fff5f0 52%, #fff1eb 100%);
}

.hero--flow::before,
.hero--flow::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero--flow::before {
  right: 5vw;
  top: 72px;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.12);
  border-radius: 50%;
}

.hero--flow::after {
  left: -18vw;
  bottom: 16%;
  width: min(44vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.08);
  border-radius: 50%;
}

.hero--flow .hero-flow {
  min-height: auto;
  padding: clamp(18px, 2.6vw, 38px) 0 0;
}

.hero-flow__background {
  display: block !important;
  z-index: 0;
}

.hero-flow__layout {
  display: grid !important;
  grid-template-columns: minmax(310px, 0.72fr) minmax(650px, 1.28fr);
  gap: clamp(28px, 3.6vw, 62px);
  min-height: 880px;
  align-items: start;
}

.hero-flow__copy {
  padding-top: clamp(58px, 7vw, 104px);
}

.hero-flow__mark {
  margin-bottom: clamp(42px, 5vw, 66px);
}

.hero-flow__mark span {
  font-size: clamp(7.5rem, 12vw, 11.2rem);
  line-height: 0.74;
}

.hero--flow h1 {
  max-width: 440px;
  margin-top: 22px;
  font-size: clamp(4.1rem, 6.4vw, 7rem);
}

.hero-flow__lead {
  max-width: 395px;
}

.hero-flow__cta {
  margin-top: 28px;
}

.hero-flow__cta-secondary {
  margin-top: 28px;
  margin-left: 16px;
  min-height: 48px;
  padding-inline: 22px;
  border-color: rgba(201, 103, 67, 0.52);
  background: rgba(255, 251, 248, 0.62);
  color: #2d2927;
}

.hero-flow__cta-secondary svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-flow__process-scene {
  min-height: 880px;
  overflow: visible;
}

.hero-flow__path-wrap {
  left: 3%;
  top: 10px;
  width: min(46vw, 520px);
  height: 760px;
}

.hero-flow__step {
  min-width: 178px;
}

.hero-flow__step--one {
  left: 35%;
  top: 8px;
}

.hero-flow__step--two {
  left: 17%;
  top: 172px;
}

.hero-flow__step--three {
  left: 42%;
  top: 334px;
}

.hero-flow__step--four {
  left: 10%;
  top: 508px;
}

.hero-flow__step--five {
  left: 39%;
  top: 682px;
}

.hero-flow__vase-stage {
  right: -3%;
  top: 24px;
  width: min(35vw, 430px);
  height: 820px;
  z-index: 4;
}

.hero-flow__platform {
  left: 4%;
  right: -9%;
  bottom: 10px;
  height: 126px;
  background:
    radial-gradient(ellipse at 62% 28%, rgba(255, 255, 255, 0.78), transparent 52%),
    linear-gradient(180deg, rgba(252, 220, 205, 0.92), rgba(208, 133, 98, 0.38));
  box-shadow:
    0 36px 80px rgba(118, 72, 52, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-flow__orb {
  left: 6%;
  bottom: 76px;
  width: 124px;
}

.hero-flow__orb::before,
.hero-flow__orb::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-flow__orb::before {
  inset: 18% 16% auto;
  height: 42%;
  border-top: 2px solid rgba(216, 105, 63, 0.18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hero-flow__orb::after {
  right: 18%;
  bottom: 18%;
  width: 28%;
  height: 10%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  transform: rotate(-24deg);
}

.hero-flow__vase-photo {
  right: -5%;
  bottom: 38px;
  width: min(29vw, 340px);
  height: 735px;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-flow__vase-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(1.02) contrast(1.02);
}

.hero-flow__metric-card--scene {
  position: absolute;
  right: -1%;
  top: 398px;
  z-index: 8;
  display: block !important;
  width: 220px;
  min-height: 270px;
  margin: 0;
}

.hero--flow .scroll-cue {
  display: inline-flex !important;
  left: 50%;
  bottom: 234px;
  transform: translateX(-50%);
  background: rgba(255, 252, 249, 0.62);
  box-shadow: 0 18px 42px rgba(121, 75, 56, 0.09);
}

.hero-flow__values {
  display: block !important;
  margin-top: -78px;
  padding-top: 140px;
  padding-bottom: clamp(34px, 5vw, 74px);
}

.hero-flow__values::before {
  left: 50%;
  right: auto;
  top: 0;
  z-index: -1;
  width: 120vw;
  height: 190px;
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(255, 241, 234, 0.18) 52%, transparent),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.72), transparent 62%);
  border-top: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 -18px 40px rgba(121, 75, 56, 0.035);
  transform: translateX(-50%);
}

.hero-flow__journey-link {
  position: absolute;
  left: 50%;
  top: -94px;
  z-index: 2;
  width: min(36vw, 420px);
  height: 138px;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-flow__journey-link::before {
  content: "";
  position: absolute;
  inset: 4px 0 0;
  border-bottom: 2px solid rgba(216, 105, 63, 0.44);
  border-radius: 0 0 50% 50%;
  filter: drop-shadow(0 0 8px rgba(216, 105, 63, 0.16));
}

.hero-flow__journey-link span {
  position: absolute;
  right: 7%;
  bottom: 24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(216, 105, 63, 0.34);
  animation: hero-flow-link-dot 5.4s ease-in-out infinite;
}

.hero-flow__values-heading--legacy {
  display: none !important;
}

.hero-flow__values-heading--continuation {
  display: block !important;
  max-width: 740px;
  margin: 0 auto 34px;
  text-align: center;
}

.hero-flow__values-heading--continuation h2 span {
  display: inline;
}

.hero-flow__values-heading--continuation p {
  display: none;
}

.hero-flow__value-grid {
  gap: clamp(22px, 3vw, 44px);
}

.hero-flow__value-card {
  min-height: 272px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.62), rgba(255, 243, 238, 0.5));
  box-shadow:
    0 26px 64px rgba(121, 75, 56, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

@keyframes hero-flow-link-dot {
  0%, 100% {
    transform: translate3d(-180px, -16px, 0) scale(0.82);
    opacity: 0.42;
  }
  45% {
    transform: translate3d(-74px, 18px, 0) scale(1);
    opacity: 1;
  }
  72% {
    transform: translate3d(0, 4px, 0) scale(0.9);
    opacity: 0.64;
  }
}

@media (max-width: 1180px) {
  .hero-flow__layout {
    grid-template-columns: minmax(280px, 0.78fr) minmax(560px, 1.1fr);
  }

  .hero-flow__vase-stage {
    right: -8%;
    width: 360px;
  }

  .hero-flow__metric-card--scene {
    right: -3%;
    width: 205px;
  }
}

@media (max-width: 980px) {
  .hero-flow__layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-flow__copy {
    max-width: 620px;
    padding-top: 24px;
  }

  .hero-flow__process-scene {
    min-height: 920px;
  }

  .hero-flow__path-wrap {
    left: 8%;
    width: 480px;
  }

  .hero-flow__vase-stage {
    right: 4%;
    top: 80px;
    width: 340px;
  }

  .hero-flow__metric-card--scene {
    right: 4%;
    top: 456px;
  }

  .hero--flow .scroll-cue {
    bottom: 250px;
  }

  .hero-flow__values {
    margin-top: -120px;
  }
}

@media (max-width: 720px) {
  .hero--flow .hero-flow {
    padding-top: 18px;
  }

  .hero-flow__layout {
    display: grid !important;
  }

  .hero-flow__copy {
    padding-top: 10px;
  }

  .hero-flow__cta-secondary {
    margin-left: 0;
    margin-top: 12px;
  }

  .hero-flow__process-scene {
    min-height: 1060px;
  }

  .hero-flow__path-wrap {
    left: 50%;
    width: 365px;
  }

  .hero-flow__vase-stage {
    right: 50%;
    top: 720px;
    width: 290px;
    height: 370px;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0);
  }

  .hero-flow__vase-photo {
    width: 210px;
    height: 350px;
    right: 4%;
    bottom: 42px;
  }

  .hero-flow__platform {
    height: 76px;
  }

  .hero-flow__orb {
    width: 74px;
    bottom: 50px;
  }

  .hero-flow__metric-card--scene {
    position: relative;
    right: auto;
    top: auto;
    width: min(100%, 280px);
    margin: -8px auto 0;
  }

  .hero--flow .scroll-cue {
    display: inline-flex !important;
    position: relative;
    left: 50%;
    bottom: auto;
    margin: -38px auto 24px;
  }

  .hero-flow__values {
    margin-top: 0;
    padding-top: 72px;
  }

  .hero-flow__journey-link {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow__journey-link span {
    animation: none;
  }
}

/* Final homepage hero: product scene with laptop, phone, vase and metric card. */
.hero--flow {
  background:
    radial-gradient(circle at 87% 17%, rgba(245, 213, 200, 0.62), transparent 32%),
    radial-gradient(circle at -9% 31%, rgba(246, 214, 201, 0.54), transparent 29%),
    linear-gradient(180deg, #fff9f6 0%, #fff5ef 57%, #fff1eb 100%);
}

.hero--flow .hero-flow {
  padding-top: clamp(8px, 1.6vw, 28px);
}

.hero-flow__layout {
  grid-template-columns: minmax(320px, 0.73fr) minmax(690px, 1.27fr) !important;
  min-height: clamp(740px, 58vw, 850px) !important;
  gap: clamp(26px, 3.5vw, 58px) !important;
  align-items: center !important;
}

.hero-flow__copy {
  padding-top: clamp(18px, 3vw, 42px) !important;
}

.hero-flow__mark {
  margin-bottom: clamp(36px, 4.2vw, 58px) !important;
}

.hero-flow__mark span {
  font-size: clamp(7.6rem, 11.4vw, 10.6rem) !important;
}

.hero--flow .eyebrow {
  letter-spacing: 0.42em;
}

.hero--flow h1 {
  margin-bottom: 28px !important;
  font-size: clamp(4.6rem, 6.6vw, 7.2rem) !important;
}

.hero-flow__lead {
  max-width: 455px !important;
  line-height: 1.82;
}

.hero-flow__claim {
  max-width: 500px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(201, 103, 67, 0.22);
  color: #1f1e1d;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1.85;
  text-transform: uppercase;
}

.hero-flow__caption:empty {
  display: none;
}

.hero-flow__cta {
  margin-top: 24px !important;
}

.hero-product-scene {
  position: relative;
  z-index: 3;
  min-height: clamp(700px, 55vw, 800px);
  perspective: 1400px;
  transform-style: preserve-3d;
}

.hero-product-scene__circle,
.hero-product-scene__dots,
.hero-product-scene__wave {
  position: absolute;
  pointer-events: none;
}

.hero-product-scene__circle--main {
  right: 6%;
  top: 6%;
  width: min(46vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.1);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 209, 196, 0.38), rgba(255, 248, 245, 0.08) 61%, transparent 74%);
}

.hero-product-scene__circle--fine {
  left: 11%;
  top: 28%;
  width: min(28vw, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 103, 67, 0.13);
  border-radius: 50%;
}

.hero-product-scene__dots {
  right: 4%;
  top: 39%;
  width: 108px;
  height: 108px;
  opacity: 0.44;
  background-image: radial-gradient(circle, rgba(201, 103, 67, 0.5) 1.2px, transparent 1.5px);
  background-size: 17px 17px;
}

.hero-product-scene__wave {
  left: -6%;
  right: -4%;
  bottom: 24px;
  height: 120px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 0 0 50% 50%;
  box-shadow: 0 18px 38px rgba(121, 75, 56, 0.035);
}

.hero-product-scene__vase {
  position: absolute;
  right: -4%;
  bottom: 28px;
  z-index: 2;
  width: clamp(340px, 28vw, 445px);
  height: clamp(570px, 51vw, 760px);
  transform: translate3d(0, var(--parallax-y, 0px), -12px);
  filter: drop-shadow(0 42px 66px rgba(111, 70, 52, 0.16));
  pointer-events: none;
}

.hero-product-scene__vase::before,
.hero-product-scene__vase::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-product-scene__vase::before {
  right: -10%;
  bottom: -3%;
  z-index: 0;
  width: 86%;
  height: 15%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 44% 18%, rgba(255, 255, 255, 0.78), transparent 58%),
    linear-gradient(180deg, rgba(247, 210, 195, 0.94), rgba(206, 129, 94, 0.42));
  box-shadow:
    0 28px 56px rgba(114, 73, 54, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-product-scene__vase::after {
  right: 42%;
  bottom: 2.5%;
  z-index: 2;
  width: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.9), transparent 22%),
    radial-gradient(circle at 58% 62%, rgba(255, 224, 209, 0.24), transparent 43%),
    linear-gradient(135deg, rgba(255, 245, 239, 0.66), rgba(217, 115, 70, 0.38));
  box-shadow:
    0 18px 38px rgba(140, 78, 50, 0.18),
    inset 9px 9px 18px rgba(255, 255, 255, 0.34),
    inset -12px -14px 24px rgba(177, 85, 48, 0.16);
  backdrop-filter: blur(4px);
}

.hero-product-scene__vase img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.hero-laptop {
  position: absolute;
  left: 3%;
  top: 29%;
  z-index: 4;
  width: min(61vw, 710px);
  right: auto;
  bottom: auto;
  height: auto;
  transform:
    translate3d(0, var(--parallax-y, 0px), 0)
    rotateZ(-3.2deg)
    rotateY(-9deg)
    rotateX(3deg);
  transform-origin: 44% 82%;
  filter: drop-shadow(0 42px 54px rgba(55, 38, 31, 0.2));
}

.hero-laptop__screen {
  position: relative;
  z-index: 2;
  height: clamp(310px, 31vw, 420px);
  border: clamp(12px, 1.1vw, 16px) solid #141313;
  border-radius: 22px 22px 12px 12px;
  overflow: hidden;
  background: #fff5ef;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.45);
}

.hero-laptop__screen::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(-50%);
}

.hero-product-scene .hero-laptop__screen::after,
.hero-product-scene .hero-laptop__base::before {
  content: none !important;
}

.hero-laptop__ui {
  position: absolute;
  inset: 0;
  padding: clamp(30px, 3vw, 48px);
  background:
    radial-gradient(circle at 75% 36%, rgba(246, 201, 184, 0.74), transparent 28%),
    linear-gradient(140deg, rgba(255, 249, 246, 0.98), rgba(255, 235, 226, 0.72));
}

.hero-laptop__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: clamp(36px, 4vw, 58px);
}

.hero-laptop__topbar span,
.hero-phone__top span {
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  line-height: 1;
}

.hero-laptop__topbar nav {
  display: flex;
  gap: clamp(14px, 1.8vw, 28px);
  color: #1f1e1d;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-laptop__topbar i {
  font-style: normal;
}

.hero-laptop__ui > p {
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.hero-laptop__ui h2 {
  position: relative;
  z-index: 2;
  max-width: 300px;
  margin: 0;
  color: #242220;
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3vw, 3.5rem);
  font-weight: 400;
  line-height: 1.03;
}

.hero-laptop__ui h2 em,
.hero-phone h2 em,
.hero-floating-card strong {
  color: var(--accent);
  font-style: italic;
}

.hero-laptop__ui small {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 255px;
  margin-top: 20px;
  color: rgba(45, 41, 39, 0.72);
  font-size: 0.72rem;
  line-height: 1.7;
}

.hero-laptop__ui a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 36px;
  margin-top: 24px;
  padding: 0 18px;
  border: 1px solid rgba(201, 103, 67, 0.34);
  border-radius: 999px;
  color: var(--accent);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-laptop__screen-flower {
  position: absolute;
  right: 8%;
  top: 18%;
  width: min(28vw, 300px);
  height: 72%;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 229, 220, 0.52), rgba(255, 239, 232, 0.16)),
    url("../images/hero-gypsophila-clean.webp") center 56% / cover no-repeat;
  opacity: 0.72;
}

.hero-laptop__base {
  position: relative;
  z-index: 1;
  width: 101%;
  height: clamp(100px, 10vw, 138px);
  margin-top: -6px;
  overflow: hidden;
  border-radius: 0 0 26px 26px;
  background:
    linear-gradient(180deg, #d9d5cf, #b8b4ad 74%, #9f9c96);
  clip-path: polygon(4% 0, 100% 9%, 95% 100%, 0 78%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -16px 28px rgba(67, 62, 58, 0.18);
}

.hero-laptop__base img {
  position: absolute;
  left: 8%;
  top: 2%;
  width: 83%;
  height: 68%;
  object-fit: cover;
  object-position: center;
  transform: skewX(-7deg) rotateZ(0.7deg);
  opacity: 0.92;
  mix-blend-mode: multiply;
}

.hero-laptop__base::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 7px;
  width: 80px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 -2px 4px rgba(112, 104, 96, 0.18);
}

.hero-phone {
  position: absolute;
  right: 21%;
  bottom: 118px;
  z-index: 6;
  width: clamp(124px, 12vw, 174px);
  min-height: clamp(255px, 24vw, 346px);
  padding: 12px 10px 10px;
  border: 8px solid #151515;
  border-radius: 34px;
  background: #101010;
  transform:
    translate3d(0, var(--parallax-y, 0px), 16px)
    rotateZ(4deg)
    rotateY(-6deg);
  filter: drop-shadow(0 28px 42px rgba(55, 38, 31, 0.2));
}

.hero-phone__notch {
  position: absolute;
  left: 50%;
  top: 7px;
  z-index: 3;
  width: 62px;
  height: 15px;
  border-radius: 999px;
  background: #060606;
  transform: translateX(-50%);
}

.hero-phone__screen {
  min-height: inherit;
  padding: 34px 20px 18px;
  border-radius: 25px;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 80%, rgba(246, 200, 182, 0.56), transparent 34%),
    linear-gradient(180deg, #fff8f4, #ffece3);
}

.hero-phone__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-phone__top i {
  position: relative;
  display: block;
  width: 22px;
  height: 13px;
  border-top: 2px solid rgba(31, 30, 29, 0.58);
  border-bottom: 2px solid rgba(31, 30, 29, 0.58);
}

.hero-phone h2 {
  margin: 34px 0 20px;
  color: #242220;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2vw, 2.35rem);
  font-weight: 400;
  line-height: 1.05;
}

.hero-phone__flower {
  height: clamp(76px, 8.5vw, 118px);
  margin: 0 -3px 14px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 228, 219, 0.56), rgba(255, 242, 236, 0.18)),
    url("../images/hero-gypsophila-clean.webp") center bottom / cover no-repeat;
}

.hero-phone__button {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e87a4f, #c75a35);
  color: #fff;
  font-size: 0.44rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-floating-card {
  position: absolute;
  right: 36%;
  top: 43%;
  z-index: 7;
  width: 128px;
  min-height: 128px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: rgba(255, 253, 250, 0.78);
  box-shadow:
    0 28px 54px rgba(121, 75, 56, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  transform: rotate(-2deg);
}

.hero-floating-card strong,
.hero-floating-card span,
.hero-floating-card i {
  display: block;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.16;
}

.hero-floating-card i {
  margin-top: 16px;
  color: var(--accent);
  font-style: normal;
}

.hero-product-scene .hero-flow__metric-card--scene {
  right: 0;
  top: 46%;
  z-index: 8;
  width: clamp(180px, 15vw, 230px);
  min-height: 260px;
  transform: translateY(-50%);
}

.hero--flow .scroll-cue {
  position: absolute !important;
  left: 50% !important;
  bottom: 66px !important;
  z-index: 9;
  min-height: 66px;
  padding: 0 34px 0 18px;
  gap: 18px;
  border: 1px solid rgba(201, 103, 67, 0.16);
  border-radius: 999px;
  background: rgba(255, 252, 249, 0.76) !important;
  box-shadow:
    0 24px 52px rgba(121, 75, 56, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateX(-50%) !important;
  backdrop-filter: blur(14px);
}

.hero--flow .scroll-cue span {
  width: 34px;
  height: 48px;
}

.hero-flow__values {
  margin-top: -24px !important;
  padding-top: 118px !important;
}

.hero-flow__journey-link {
  display: none !important;
}

@media (max-width: 1180px) {
  .hero-flow__layout {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }

  .hero-flow__copy {
    max-width: 620px;
  }

  .hero-product-scene {
    min-height: 720px;
  }

  .hero-laptop {
    left: 5%;
    width: min(78vw, 720px);
  }

  .hero-product-scene__vase {
    right: 3%;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    right: 3%;
  }
}

@media (max-width: 760px) {
  .hero--flow .hero-flow {
    padding-top: 14px;
  }

  .hero-flow__layout {
    display: block !important;
  }

  .hero-flow__mark span {
    font-size: clamp(5.5rem, 22vw, 8rem) !important;
  }

  .hero--flow h1 {
    font-size: clamp(3.2rem, 15vw, 5rem) !important;
  }

  .hero-flow__claim {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
  }

  .hero-flow__cta-secondary {
    margin-left: 0 !important;
    margin-top: 12px !important;
  }

  .hero-product-scene {
    min-height: 610px;
    margin-top: 26px;
  }

  .hero-laptop {
    left: 50%;
    top: 17%;
    width: min(96vw, 560px);
    transform:
      translateX(-52%)
      translate3d(0, var(--parallax-y, 0px), 0)
      rotateZ(-2deg)
      rotateY(-5deg);
  }

  .hero-laptop__screen {
    height: 270px;
  }

  .hero-laptop__topbar nav {
    display: none;
  }

  .hero-laptop__ui {
    padding: 28px;
  }

  .hero-laptop__screen-flower {
    right: 1%;
    width: 190px;
  }

  .hero-product-scene__vase {
    right: -2%;
    bottom: 64px;
    width: 210px;
    height: 520px;
  }

  .hero-phone {
    right: 10%;
    bottom: 78px;
    width: 114px;
    min-height: 236px;
  }

  .hero-floating-card,
  .hero-product-scene .hero-flow__metric-card--scene {
    display: none !important;
  }

  .hero--flow .scroll-cue {
    bottom: 26px !important;
  }

  .hero-flow__values {
    margin-top: 0 !important;
    padding-top: 82px !important;
  }
}

/* Pixel-position correction for the final reference hero. */
@media (min-width: 901px) {
  .hero-flow__layout {
    width: min(calc(100% - 72px), 1440px) !important;
    grid-template-columns: minmax(390px, 36.5%) minmax(0, 63.5%) !important;
    gap: clamp(24px, 2.6vw, 44px) !important;
    min-height: clamp(760px, 60vw, 860px) !important;
    align-items: center !important;
  }

  .hero-flow__copy {
    max-width: 520px !important;
    padding-top: clamp(22px, 3vw, 44px) !important;
  }

  .hero-flow__mark {
    margin-bottom: clamp(38px, 4.5vw, 58px) !important;
  }

  .hero-flow__mark span {
    font-size: clamp(7.8rem, 11.2vw, 10.8rem) !important;
  }

  .hero--flow h1 {
    max-width: 500px !important;
    font-size: clamp(4.9rem, 6.8vw, 7.4rem) !important;
  }

  .hero-flow__lead {
    max-width: 505px !important;
  }

  .hero-product-scene {
    min-height: clamp(690px, 56vw, 790px) !important;
    margin-top: 0 !important;
  }

  .hero-product-scene__circle--main {
    right: 4%;
    top: 6%;
    width: min(43vw, 610px);
  }

  .hero-product-scene__circle--fine {
    left: 3%;
    top: 27%;
    width: min(25vw, 360px);
  }

  .hero-product-scene__dots {
    right: 3%;
    top: 42%;
  }

  .hero-laptop {
    left: 2.5% !important;
    top: 31% !important;
    width: min(50vw, 730px) !important;
    transform:
      translate3d(0, var(--parallax-y, 0px), 0)
      rotateZ(-3.8deg)
      rotateY(-9deg)
      rotateX(3deg) !important;
  }

  .hero-laptop__screen {
    height: clamp(300px, 29.5vw, 410px) !important;
  }

  .hero-laptop__base {
    height: clamp(98px, 9.5vw, 132px) !important;
  }

  .hero-phone {
    right: 23.5% !important;
    bottom: 104px !important;
    width: clamp(124px, 10.2vw, 164px) !important;
    min-height: clamp(256px, 21.2vw, 338px) !important;
    transform:
      translate3d(0, var(--parallax-y, 0px), 16px)
      rotateZ(4.2deg)
      rotateY(-5deg) !important;
  }

  .hero-product-scene__vase {
    right: -1.5% !important;
    bottom: 42px !important;
    width: clamp(300px, 23vw, 410px) !important;
    height: clamp(520px, 45vw, 675px) !important;
  }

  .hero-floating-card {
    right: 37.5% !important;
    top: 43.5% !important;
    width: 132px !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    right: 0 !important;
    top: 55% !important;
    width: clamp(180px, 14vw, 230px) !important;
    min-height: 260px !important;
  }

  .hero--flow .scroll-cue {
    bottom: 50px !important;
  }

  .hero-flow__values {
    margin-top: -10px !important;
    padding-top: 112px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero-flow__layout {
    width: min(calc(100% - 42px), 1120px) !important;
    grid-template-columns: minmax(340px, 39%) minmax(0, 61%) !important;
    gap: 18px !important;
  }

  .hero-flow__mark span {
    font-size: clamp(6.4rem, 10vw, 8.5rem) !important;
  }

  .hero--flow h1 {
    font-size: clamp(3.7rem, 6vw, 5.2rem) !important;
  }

  .hero-flow__lead {
    font-size: 0.96rem !important;
  }

  .hero-flow__claim {
    font-size: 0.72rem !important;
    letter-spacing: 0.2em !important;
  }

  .hero-product-scene {
    min-height: 650px !important;
  }

  .hero-laptop {
    left: 0 !important;
    top: 33% !important;
    width: min(56vw, 610px) !important;
  }

  .hero-phone {
    right: 20% !important;
    bottom: 98px !important;
    width: 122px !important;
    min-height: 252px !important;
  }

  .hero-product-scene__vase {
    right: -4% !important;
    bottom: 56px !important;
    width: 260px !important;
    height: 560px !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    right: -1% !important;
    top: 56% !important;
    width: 176px !important;
    min-height: 238px !important;
  }

  .hero-floating-card {
    right: 36% !important;
    top: 45% !important;
  }
}

@media (max-width: 900px) {
  .hero-flow__layout {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
  }
}

/* Final alignment pass: spacing/scale only, matched to the ideal hero reference. */
.hero--flow,
.hero--flow .hero-flow,
.hero-product-scene {
  overflow: visible !important;
}

@media (min-width: 901px) {
  .hero--flow .hero-flow {
    min-height: 900px !important;
    padding-top: clamp(18px, 2vw, 30px) !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__layout {
    width: min(calc(100% - 80px), 1456px) !important;
    grid-template-columns: minmax(460px, 35.5%) minmax(0, 64.5%) !important;
    gap: clamp(18px, 2vw, 34px) !important;
    min-height: 850px !important;
    align-items: center !important;
  }

  .hero-flow__copy {
    max-width: 540px !important;
    padding-top: 20px !important;
  }

  .hero-flow__mark {
    margin-bottom: clamp(34px, 3.8vw, 54px) !important;
  }

  .hero-flow__mark span {
    font-size: clamp(7.2rem, 9.4vw, 10rem) !important;
    line-height: 0.76 !important;
  }

  .hero--flow .eyebrow {
    margin-top: 0 !important;
    letter-spacing: 0.38em !important;
    white-space: nowrap;
  }

  .hero--flow h1 {
    max-width: 540px !important;
    margin: 20px 0 26px !important;
    font-size: clamp(4.15rem, 5.55vw, 6.45rem) !important;
    line-height: 1.02 !important;
  }

  .hero--flow h1 span {
    white-space: nowrap;
  }

  .hero-flow__lead {
    max-width: 515px !important;
    font-size: clamp(0.96rem, 1vw, 1.04rem) !important;
    line-height: 1.78 !important;
  }

  .hero-flow__claim {
    max-width: 520px !important;
    margin-top: 30px !important;
    padding-top: 22px !important;
    font-size: clamp(0.74rem, 0.82vw, 0.86rem) !important;
    letter-spacing: 0.24em !important;
    line-height: 1.85 !important;
  }

  .hero-flow__cta {
    margin-top: 24px !important;
  }

  .hero-flow__cta-secondary {
    margin-top: 24px !important;
    margin-left: 22px !important;
  }

  .hero-product-scene {
    min-height: 760px !important;
    margin-top: 6px !important;
  }

  .hero-laptop {
    left: 7.2% !important;
    top: 34% !important;
    width: min(43.5vw, 640px) !important;
    transform:
      translate3d(0, var(--parallax-y, 0px), 0)
      rotateZ(-3.6deg)
      rotateY(-8deg)
      rotateX(2.4deg) !important;
  }

  .hero-laptop__screen {
    height: clamp(286px, 25.4vw, 370px) !important;
  }

  .hero-laptop__base {
    height: clamp(86px, 8.1vw, 116px) !important;
  }

  .hero-phone {
    right: 24.8% !important;
    bottom: 108px !important;
    width: clamp(116px, 9.4vw, 150px) !important;
    min-height: clamp(244px, 19.4vw, 315px) !important;
  }

  .hero-product-scene__vase {
    right: 0.4% !important;
    bottom: 62px !important;
    width: clamp(252px, 20vw, 342px) !important;
    height: clamp(500px, 38vw, 620px) !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    right: -0.5% !important;
    top: 55.5% !important;
    width: clamp(172px, 13.2vw, 218px) !important;
    min-height: 252px !important;
  }

  .hero-floating-card {
    right: 38.5% !important;
    top: 45.5% !important;
    width: 124px !important;
    min-height: 120px !important;
  }

  .hero-product-scene__circle--main {
    right: 2.8% !important;
    top: 7% !important;
    width: min(38vw, 565px) !important;
  }

  .hero-product-scene__dots {
    right: 3.5% !important;
    top: 43% !important;
  }

  .hero--flow .scroll-cue {
    bottom: 34px !important;
  }

  .hero-flow__values {
    margin-top: 0 !important;
    padding-top: 110px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero--flow .hero-flow {
    min-height: 880px !important;
  }

  .hero-flow__layout {
    width: min(calc(100% - 44px), 1120px) !important;
    grid-template-columns: minmax(390px, 38%) minmax(0, 62%) !important;
    min-height: 830px !important;
  }

  .hero-flow__mark span {
    font-size: clamp(6.2rem, 8.5vw, 7.6rem) !important;
  }

  .hero--flow h1 {
    font-size: clamp(3.45rem, 5.05vw, 4.8rem) !important;
  }

  .hero-product-scene {
    min-height: 690px !important;
  }

  .hero-laptop {
    left: 8% !important;
    top: 36% !important;
    width: min(46vw, 520px) !important;
  }

  .hero-phone {
    right: 22.5% !important;
    bottom: 102px !important;
    width: 112px !important;
    min-height: 238px !important;
  }

  .hero-product-scene__vase {
    right: -1% !important;
    bottom: 70px !important;
    width: 230px !important;
    height: 500px !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    right: -2% !important;
    top: 57% !important;
    width: 164px !important;
    min-height: 226px !important;
  }

  .hero-floating-card {
    right: 37% !important;
    top: 47% !important;
    transform: scale(0.9) rotate(-2deg) !important;
  }
}

/* No-crop alignment pass: only positioning, scale and spacing for the final hero reference. */
.hero--flow,
.hero--flow .hero-flow,
.hero-product-scene {
  overflow: visible !important;
}

.hero-product-scene .hero-laptop__screen::after,
.hero-product-scene .hero-laptop__base::before {
  content: none !important;
  display: none !important;
}

@media (min-width: 1181px) {
  .hero--flow .hero-flow {
    min-height: 900px !important;
    padding-top: clamp(20px, 2vw, 34px) !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__layout {
    width: min(calc(100% - 96px), 1460px) !important;
    grid-template-columns: minmax(460px, 38%) minmax(0, 62%) !important;
    gap: clamp(20px, 2.2vw, 36px) !important;
    min-height: 850px !important;
    align-items: center !important;
  }

  .hero-flow__copy {
    max-width: 520px !important;
    padding-top: 24px !important;
  }

  .hero-flow__mark {
    margin-bottom: clamp(34px, 4vw, 54px) !important;
  }

  .hero-flow__mark span {
    display: block !important;
    font-size: clamp(7rem, 9.2vw, 9.8rem) !important;
    line-height: 0.78 !important;
  }

  .hero--flow .eyebrow {
    margin-top: 0 !important;
  }

  .hero--flow h1 {
    max-width: 520px !important;
    margin: 22px 0 26px !important;
    overflow: visible !important;
    font-size: clamp(4.5rem, 5.45vw, 6.35rem) !important;
    line-height: 1.02 !important;
  }

  .hero--flow h1 span {
    white-space: nowrap !important;
  }

  .hero-flow__lead {
    max-width: 500px !important;
  }

  .hero-flow__claim {
    max-width: 500px !important;
    margin-top: 30px !important;
    padding-top: 22px !important;
    font-size: 0.78rem !important;
    line-height: 1.85 !important;
    letter-spacing: 0.22em !important;
  }

  .hero-flow__cta {
    margin-top: 22px !important;
  }

  .hero-product-scene {
    min-height: 780px !important;
  }

  .hero-laptop {
    top: 32% !important;
    right: auto !important;
    left: 9% !important;
    width: min(42vw, 620px) !important;
    height: auto !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) rotateZ(-3.6deg) rotateY(-8deg) rotateX(2.5deg) !important;
  }

  .hero-laptop__screen {
    height: clamp(280px, 25.4vw, 355px) !important;
  }

  .hero-laptop__base {
    height: clamp(84px, 7.5vw, 105px) !important;
  }

  .hero-phone {
    right: 22% !important;
    bottom: 118px !important;
    width: clamp(118px, 8.4vw, 150px) !important;
    min-height: clamp(238px, 18vw, 300px) !important;
  }

  .hero-product-scene__vase {
    right: -1% !important;
    bottom: 66px !important;
    width: clamp(250px, 18.5vw, 350px) !important;
    height: clamp(470px, 38vw, 610px) !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    top: 56% !important;
    right: 0 !important;
    width: clamp(172px, 12.5vw, 220px) !important;
    min-height: 250px !important;
    transform: translateY(-50%) !important;
  }

  .hero-floating-card {
    top: 45% !important;
    right: 38% !important;
    transform: rotate(-2deg) scale(0.92) !important;
  }

  .hero--flow .scroll-cue {
    bottom: 38px !important;
  }

  .hero-flow__values {
    margin-top: 0 !important;
    padding-top: 110px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero--flow .hero-flow {
    min-height: 880px !important;
    padding-top: 18px !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__layout {
    width: min(calc(100% - 48px), 1120px) !important;
    grid-template-columns: minmax(360px, 40%) minmax(0, 60%) !important;
    gap: 14px !important;
    min-height: 800px !important;
    align-items: center !important;
  }

  .hero-flow__copy {
    max-width: 430px !important;
    padding-top: 18px !important;
  }

  .hero-flow__mark span {
    font-size: clamp(5.9rem, 8.2vw, 7.6rem) !important;
    line-height: 0.78 !important;
  }

  .hero--flow h1 {
    max-width: 430px !important;
    font-size: clamp(3.4rem, 5.1vw, 4.8rem) !important;
    line-height: 1.02 !important;
  }

  .hero--flow h1 span {
    white-space: nowrap !important;
  }

  .hero-flow__claim {
    font-size: 0.66rem !important;
    letter-spacing: 0.18em !important;
  }

  .hero-product-scene {
    min-height: 650px !important;
  }

  .hero-laptop {
    top: 35% !important;
    left: 7% !important;
    width: min(47vw, 520px) !important;
  }

  .hero-laptop__screen {
    height: 280px !important;
  }

  .hero-laptop__base {
    height: 86px !important;
  }

  .hero-phone {
    right: 20% !important;
    bottom: 102px !important;
    width: 112px !important;
    min-height: 230px !important;
  }

  .hero-product-scene__vase {
    right: -2% !important;
    bottom: 64px !important;
    width: 230px !important;
    height: 500px !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    top: 57% !important;
    right: -1% !important;
    width: 160px !important;
    min-height: 226px !important;
    transform: translateY(-50%) !important;
  }

  .hero-floating-card {
    top: 46% !important;
    right: 36% !important;
    transform: rotate(-2deg) scale(0.82) !important;
  }

  .hero--flow .scroll-cue {
    bottom: 32px !important;
  }
}

@media (max-width: 900px) {
  .hero--flow,
  .hero--flow .hero-flow,
  .hero-product-scene {
    overflow: visible !important;
  }

  .hero-flow__mark span {
    line-height: 0.8 !important;
  }

  .hero--flow h1 span {
    white-space: nowrap !important;
  }
}

/* Scale correction after visual review: enlarge and settle the right product group. */
.hero-product-scene .hero-flow__metric-card--scene,
.hero-product-scene .hero-flow__metric-card--scene * {
  -webkit-user-select: none !important;
  user-select: none !important;
}

.hero-product-scene .hero-flow__metric-card--scene ::selection {
  color: inherit !important;
  background: transparent !important;
}

@media (min-width: 1181px) {
  .hero--flow .hero-flow {
    min-height: 940px !important;
  }

  .hero-flow__layout {
    min-height: 890px !important;
  }

  .hero-product-scene {
    min-height: 850px !important;
  }

  .hero-laptop {
    top: 36% !important;
    left: 7% !important;
    width: min(51vw, 760px) !important;
  }

  .hero-laptop__screen {
    height: clamp(330px, 30vw, 430px) !important;
  }

  .hero-laptop__base {
    height: clamp(108px, 9vw, 132px) !important;
  }

  .hero-phone {
    right: 19% !important;
    bottom: 96px !important;
    width: clamp(142px, 10.2vw, 178px) !important;
    min-height: clamp(292px, 21vw, 360px) !important;
  }

  .hero-product-scene__vase {
    right: -3.5% !important;
    bottom: 60px !important;
    width: clamp(318px, 23vw, 430px) !important;
    height: clamp(585px, 45vw, 725px) !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    right: -4% !important;
    top: 58% !important;
    width: clamp(208px, 15.2vw, 260px) !important;
    min-height: 292px !important;
  }

  .hero-floating-card {
    right: 33.5% !important;
    top: 47% !important;
    transform: rotate(-2deg) scale(1.02) !important;
  }

  .hero--flow .scroll-cue {
    bottom: 46px !important;
  }

  .hero-flow__values {
    margin-top: 36px !important;
    padding-top: 142px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero--flow .hero-flow {
    min-height: 920px !important;
  }

  .hero-flow__layout {
    min-height: 850px !important;
  }

  .hero-product-scene {
    min-height: 710px !important;
  }

  .hero-laptop {
    top: 38% !important;
    left: 5.5% !important;
    width: min(54vw, 595px) !important;
  }

  .hero-laptop__screen {
    height: 318px !important;
  }

  .hero-laptop__base {
    height: 102px !important;
  }

  .hero-phone {
    right: 18% !important;
    bottom: 92px !important;
    width: 132px !important;
    min-height: 270px !important;
  }

  .hero-product-scene__vase {
    right: -4% !important;
    bottom: 58px !important;
    width: 282px !important;
    height: 585px !important;
  }

  .hero-product-scene .hero-flow__metric-card--scene {
    right: -5% !important;
    top: 59% !important;
    width: 184px !important;
    min-height: 252px !important;
  }

  .hero-floating-card {
    right: 33% !important;
    top: 49% !important;
    transform: rotate(-2deg) scale(0.96) !important;
  }

  .hero--flow .scroll-cue {
    bottom: 42px !important;
  }

  .hero-flow__values {
    margin-top: 30px !important;
    padding-top: 132px !important;
  }
}

/* Restore the right-side hero process artwork: path + cards + vase + metric. */
.hero-flow__process-scene {
  display: block !important;
  overflow: visible !important;
}

.hero-flow__process-scene .hero-flow__metric-card--scene,
.hero-flow__process-scene .hero-flow__metric-card--scene * {
  -webkit-user-select: none;
  user-select: none;
}

.hero-flow__process-scene .hero-flow__metric-card--scene ::selection {
  color: inherit;
  background: transparent;
}

@media (min-width: 981px) {
  .hero-flow__process-scene {
    min-height: 850px !important;
    margin-top: 0 !important;
  }

  .hero-flow__path-wrap {
    left: 2% !important;
    top: 12px !important;
    width: min(43vw, 510px) !important;
    height: 760px !important;
  }

  .hero-flow__step {
    min-width: 178px !important;
    min-height: 78px !important;
  }

  .hero-flow__step--one {
    left: 33% !important;
    top: 20px !important;
  }

  .hero-flow__step--two {
    left: 13% !important;
    top: 180px !important;
  }

  .hero-flow__step--three {
    left: 42% !important;
    top: 338px !important;
  }

  .hero-flow__step--four {
    left: 10% !important;
    top: 520px !important;
  }

  .hero-flow__step--five {
    left: 38% !important;
    top: 688px !important;
  }

  .hero-flow__vase-stage {
    right: -5% !important;
    top: 82px !important;
    width: min(34vw, 390px) !important;
    height: 720px !important;
  }

  .hero-flow__vase-photo {
    right: -10px !important;
    bottom: 12px !important;
    width: min(30vw, 342px) !important;
    height: 690px !important;
  }

  .hero-flow__metric-card--scene {
    right: -1% !important;
    top: 410px !important;
    width: clamp(190px, 14vw, 230px) !important;
    min-height: 270px !important;
    transform: none !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero-flow__process-scene {
    min-height: 820px !important;
  }

  .hero-flow__path-wrap {
    left: 0 !important;
    width: 470px !important;
  }

  .hero-flow__vase-stage {
    right: -8% !important;
    top: 92px !important;
    width: 330px !important;
  }

  .hero-flow__vase-photo {
    width: 295px !important;
  }

  .hero-flow__metric-card--scene {
    right: -3% !important;
    top: 430px !important;
    width: 198px !important;
  }
}

@media (max-width: 900px) {
  .hero-flow__process-scene {
    min-height: 1080px !important;
    margin-top: 22px !important;
    overflow: visible !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    top: 8px !important;
    width: min(92vw, 390px) !important;
    height: 720px !important;
    transform: translateX(-50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__step {
    min-width: 150px !important;
    min-height: 68px !important;
    padding: 10px 16px 10px 12px !important;
    grid-template-columns: 48px auto !important;
  }

  .hero-flow__step span {
    width: 48px !important;
    height: 48px !important;
  }

  .hero-flow__step--one {
    left: 48% !important;
    top: 24px !important;
  }

  .hero-flow__step--two {
    left: 4% !important;
    top: 178px !important;
  }

  .hero-flow__step--three {
    left: 48% !important;
    top: 344px !important;
  }

  .hero-flow__step--four {
    left: 3% !important;
    top: 506px !important;
  }

  .hero-flow__step--five {
    left: 42% !important;
    top: 662px !important;
  }

  .hero-flow__vase-stage {
    right: 50% !important;
    top: 742px !important;
    width: min(78vw, 300px) !important;
    height: 360px !important;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__vase-photo {
    right: 4% !important;
    bottom: 28px !important;
    width: 220px !important;
    height: 360px !important;
  }

  .hero-flow__metric-card--scene {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    width: min(100%, 280px) !important;
    margin: 18px auto 0 !important;
    transform: none !important;
  }
}

/* Targeted fixes: hero logo gap, process route alignment, scroll position and value numbers. */
.hero-flow__mark {
  row-gap: clamp(24px, 2.4vw, 36px) !important;
  margin-bottom: clamp(56px, 5.2vw, 78px) !important;
}

.hero-flow__mark strong {
  margin-top: 6px !important;
  transform: translateY(10px);
}

.hero-flow__value-card small {
  display: none !important;
}

@media (min-width: 981px) {
  .hero-flow__process-scene {
    min-height: 930px !important;
  }

  .hero-flow__path-wrap {
    top: 4px !important;
    left: 3% !important;
    width: min(43vw, 520px) !important;
    height: 840px !important;
  }

  .hero-flow__step--one {
    left: 34% !important;
    top: 26px !important;
  }

  .hero-flow__step--two {
    left: 13% !important;
    top: 206px !important;
  }

  .hero-flow__step--three {
    left: 44% !important;
    top: 382px !important;
  }

  .hero-flow__step--four {
    left: 10% !important;
    top: 592px !important;
  }

  .hero-flow__step--five {
    left: 34% !important;
    top: 760px !important;
  }

  .hero-flow__metric-card--scene {
    right: -7% !important;
    top: 430px !important;
  }

  .hero--flow .scroll-cue {
    top: clamp(675px, 68vh, 760px) !important;
    bottom: auto !important;
    left: clamp(360px, 34vw, 560px) !important;
    z-index: 9 !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero-flow__path-wrap {
    height: 820px !important;
  }

  .hero-flow__step--one {
    left: 33% !important;
    top: 28px !important;
  }

  .hero-flow__step--two {
    left: 8% !important;
    top: 198px !important;
  }

  .hero-flow__step--three {
    left: 40% !important;
    top: 370px !important;
  }

  .hero-flow__step--four {
    left: 7% !important;
    top: 570px !important;
  }

  .hero-flow__step--five {
    left: 31% !important;
    top: 732px !important;
  }

  .hero-flow__metric-card--scene {
    right: -6% !important;
    top: 444px !important;
  }

  .hero--flow .scroll-cue {
    top: 690px !important;
    left: clamp(318px, 36vw, 430px) !important;
    bottom: auto !important;
  }
}

@media (max-width: 900px) {
  .hero-flow__mark {
    row-gap: 22px !important;
    margin-bottom: 48px !important;
  }

  .hero-flow__mark strong {
    transform: translateY(8px);
  }

  .hero-flow__process-scene {
    min-height: 1120px !important;
  }

  .hero-flow__path-wrap {
    height: 800px !important;
  }

  .hero-flow__step--one {
    top: 28px !important;
  }

  .hero-flow__step--two {
    top: 194px !important;
  }

  .hero-flow__step--three {
    top: 376px !important;
  }

  .hero-flow__step--four {
    top: 570px !important;
  }

  .hero-flow__step--five {
    top: 726px !important;
  }

  .hero--flow .scroll-cue {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: 50% !important;
    margin: -12px auto 34px !important;
    transform: translateX(-50%) !important;
  }
}

/* Final composition polish: center scroll cue, station path alignment and grounded vase scene. */
.hero-flow__mark {
  transform: translateY(52px);
}

.hero-flow__copy {
  padding-bottom: 52px !important;
}

.hero-flow__platform {
  z-index: 2;
  overflow: visible;
}

.hero-flow__platform::after {
  content: "";
  position: absolute;
  left: 1%;
  right: 1%;
  bottom: -2px;
  z-index: 5;
  height: 46%;
  border-radius: 0 0 50% 50% / 0 0 95% 95%;
  background:
    linear-gradient(180deg, rgba(255, 239, 230, 0.5), rgba(214, 123, 82, 0.2)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.56), transparent 64%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.hero-flow__orb {
  bottom: 22px !important;
  z-index: 3;
  box-shadow:
    0 18px 20px rgba(92, 55, 38, 0.2),
    0 34px 54px rgba(121, 75, 56, 0.18),
    inset 14px 8px 24px rgba(255, 255, 255, 0.48),
    inset -18px -18px 30px rgba(161, 75, 42, 0.18) !important;
}

.hero-flow__orb::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -14px;
  height: 24px;
  border-radius: 50%;
  background: rgba(102, 57, 37, 0.22);
  filter: blur(10px);
}

@media (min-width: 981px) {
  .hero--flow .hero-flow {
    min-height: 1010px !important;
  }

  .hero-flow__layout {
    min-height: 945px !important;
  }

  .hero-flow__process-scene {
    min-height: 965px !important;
  }

  .hero-flow__path-wrap {
    left: 2.5% !important;
    top: 16px !important;
    height: 840px !important;
  }

  .hero-flow__step--one {
    left: 35% !important;
    top: 34px !important;
  }

  .hero-flow__step--two {
    left: 13% !important;
    top: 218px !important;
  }

  .hero-flow__step--three {
    left: 42% !important;
    top: 408px !important;
  }

  .hero-flow__step--four {
    left: 11% !important;
    top: 604px !important;
  }

  .hero-flow__step--five {
    left: 38% !important;
    top: 788px !important;
  }

  .hero-flow__vase-stage {
    right: -6.5% !important;
    top: 76px !important;
    width: min(38vw, 430px) !important;
    height: 792px !important;
  }

  .hero-flow__vase-photo {
    right: -8px !important;
    bottom: 8px !important;
    width: min(33vw, 376px) !important;
    height: 754px !important;
  }

  .hero-flow__metric-card--scene {
    right: -10% !important;
    top: 450px !important;
  }

  .hero--flow .scroll-cue {
    position: absolute !important;
    left: 50% !important;
    top: auto !important;
    bottom: 250px !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__values {
    margin-top: 10px !important;
    padding-top: 168px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero-flow__mark {
    transform: translateY(44px);
  }

  .hero-flow__copy {
    padding-bottom: 44px !important;
  }

  .hero-flow__step--three {
    left: 38% !important;
    top: 398px !important;
  }

  .hero-flow__step--four {
    left: 8% !important;
    top: 588px !important;
  }

  .hero-flow__step--five {
    left: 34% !important;
    top: 762px !important;
  }

  .hero-flow__vase-stage {
    right: -10% !important;
    width: 360px !important;
  }

  .hero-flow__vase-photo {
    width: 326px !important;
    height: 704px !important;
  }

  .hero-flow__metric-card--scene {
    right: -9% !important;
    top: 462px !important;
  }

  .hero--flow .scroll-cue {
    left: 50% !important;
    bottom: 238px !important;
    top: auto !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 900px) {
  .hero-flow__mark {
    transform: translateY(34px);
  }

  .hero-flow__copy {
    padding-bottom: 34px !important;
  }

  .hero-flow__vase-stage {
    width: min(84vw, 330px) !important;
  }

  .hero-flow__vase-photo {
    width: 242px !important;
    height: 394px !important;
  }

  .hero-flow__metric-card--scene {
    margin-top: 28px !important;
  }

  .hero--flow .scroll-cue {
    margin-top: 8px !important;
  }
}

/* Final premium polish requested: stone pedestal, grounded orb, centered scroll cue and organic wave. */
.hero-flow__vase-stage {
  perspective: 1200px;
}

.hero-flow__vase-stage::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 2%;
  bottom: 72px;
  z-index: 5;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 60% 45%, rgba(69, 39, 28, 0.2), transparent 67%),
    radial-gradient(ellipse at 42% 52%, rgba(169, 91, 58, 0.16), transparent 74%);
  filter: blur(12px);
  opacity: 0.82;
  pointer-events: none;
}

.hero-flow__vase-stage::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 2px;
  z-index: 4;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%, rgba(100, 58, 39, 0.18), transparent 72%);
  filter: blur(16px);
  pointer-events: none;
}

.hero-flow__platform {
  z-index: 3 !important;
  height: 134px !important;
  overflow: visible !important;
  border: 1px solid rgba(201, 103, 67, 0.14);
  border-radius: 50% / 22%;
  background:
    radial-gradient(ellipse at 34% 18%, rgba(255, 255, 255, 0.8), transparent 34%),
    radial-gradient(ellipse at 74% 28%, rgba(255, 214, 193, 0.5), transparent 42%),
    radial-gradient(ellipse at 50% 74%, rgba(174, 98, 68, 0.14), transparent 66%),
    linear-gradient(180deg, #fae6db 0%, #eac3ad 58%, #d59b78 100%) !important;
  box-shadow:
    0 30px 52px rgba(93, 55, 39, 0.2),
    0 62px 98px rgba(201, 103, 67, 0.14),
    inset 0 2px 0 rgba(255, 255, 255, 0.7),
    inset 0 -20px 34px rgba(129, 69, 49, 0.14) !important;
  transform: rotateX(6deg);
}

.hero-flow__platform::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 5%;
  height: 58%;
  border-radius: 50%;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.04) 44%, rgba(198, 100, 68, 0.08)),
    radial-gradient(circle at 24% 54%, rgba(178, 98, 70, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 58% 42%, rgba(178, 98, 70, 0.11) 0 1px, transparent 2px);
  background-size: auto, 24px 18px, 31px 23px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -9px 22px rgba(201, 103, 67, 0.08);
}

.hero-flow__platform::after {
  left: 2% !important;
  right: 2% !important;
  bottom: -4px !important;
  z-index: 8 !important;
  height: 52% !important;
  border-radius: 0 0 50% 50% / 0 0 88% 88% !important;
  background:
    radial-gradient(ellipse at 50% 2%, rgba(255, 255, 255, 0.42), transparent 52%),
    linear-gradient(180deg, rgba(248, 219, 205, 0.92), rgba(210, 135, 96, 0.38) 62%, rgba(159, 87, 61, 0.16)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -13px 24px rgba(120, 66, 45, 0.1),
    0 22px 38px rgba(122, 73, 54, 0.13) !important;
}

.hero-flow__orb {
  bottom: 30px !important;
  z-index: 5 !important;
  transform: translateY(12px) scale(1.02);
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.95) 0 6%, transparent 16%),
    radial-gradient(circle at 64% 64%, rgba(255, 255, 255, 0.66), transparent 26%),
    radial-gradient(circle at 46% 44%, rgba(255, 210, 184, 0.38), rgba(219, 126, 86, 0.26) 54%, rgba(255, 255, 255, 0.22) 74%) !important;
  box-shadow:
    0 12px 12px rgba(72, 41, 29, 0.18),
    0 26px 48px rgba(132, 79, 54, 0.2),
    inset 14px 12px 22px rgba(255, 255, 255, 0.62),
    inset -18px -20px 34px rgba(157, 72, 42, 0.16) !important;
}

.hero-flow__orb::before {
  left: 4% !important;
  right: 4% !important;
  bottom: -17px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(76, 42, 30, 0.3), rgba(132, 72, 48, 0.12) 58%, transparent 76%) !important;
  filter: blur(9px) !important;
}

.hero-flow__orb::after {
  content: "";
  position: absolute;
  right: 19%;
  bottom: 17%;
  width: 34%;
  height: 12%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  filter: blur(3px);
  transform: rotate(-18deg);
}

.hero-flow__vase-photo {
  z-index: 9 !important;
}

.hero-flow__values {
  position: relative;
  isolation: isolate;
}

.hero-flow__values::before {
  left: 50% !important;
  right: auto !important;
  top: -78px !important;
  width: 120vw !important;
  height: 230px !important;
  transform: translateX(-50%) !important;
  border-radius: 50% 50% 0 0 / 35% 46% 0 0 !important;
  background:
    radial-gradient(ellipse at 24% 0%, rgba(255, 255, 255, 0.64), transparent 40%),
    radial-gradient(ellipse at 70% 8%, rgba(245, 205, 187, 0.42), transparent 48%),
    linear-gradient(180deg, rgba(255, 247, 242, 0.22), rgba(255, 240, 231, 0.9) 58%, rgba(255, 245, 239, 0.98)) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 -1px 0 rgba(201, 103, 67, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.hero-flow__values::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -52px;
  z-index: -1;
  width: 116vw;
  height: 142px;
  transform: translateX(-50%);
  border-top: 1px solid rgba(201, 103, 67, 0.12);
  border-radius: 50% 50% 0 0 / 42% 34% 0 0;
  opacity: 0.72;
  pointer-events: none;
}

@media (min-width: 981px) {
  .hero--flow .hero-flow {
    min-height: 1070px !important;
  }

  .hero-flow__layout {
    min-height: 980px !important;
  }

  .hero--flow .scroll-cue {
    display: inline-flex !important;
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 142px !important;
    transform: translateX(-50%) !important;
    z-index: 18 !important;
  }

  .hero-flow__values {
    margin-top: 36px !important;
    padding-top: 178px !important;
  }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero--flow .scroll-cue {
    bottom: 132px !important;
  }

  .hero-flow__platform {
    height: 118px !important;
  }

  .hero-flow__orb {
    bottom: 26px !important;
  }
}

@media (max-width: 900px) {
  .hero-flow__platform {
    height: 86px !important;
  }

  .hero-flow__platform::after {
    height: 48% !important;
  }

  .hero-flow__orb {
    bottom: 22px !important;
    transform: translateY(8px) scale(0.98);
  }

  .hero--flow .scroll-cue {
    display: inline-flex !important;
    position: relative !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    margin: 18px auto 56px !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__values {
    padding-top: 128px !important;
  }

  .hero-flow__values::before {
    top: -46px !important;
    height: 166px !important;
  }

  .hero-flow__values::after {
    top: -31px;
    height: 96px;
  }
}

/* Final responsive hero correction: centered eye-flow, wave scroll cue and realistic pedestal placement. */
.hero--flow,
.hero--flow .hero-flow {
  overflow-x: clip !important;
}

.hero-flow__platform {
  left: 18% !important;
  right: -13% !important;
  bottom: 20px !important;
  height: 124px !important;
  border-radius: 50% / 18% !important;
  background:
    radial-gradient(ellipse at 38% 15%, rgba(255, 255, 255, 0.86), transparent 34%),
    radial-gradient(ellipse at 78% 20%, rgba(255, 232, 220, 0.62), transparent 39%),
    radial-gradient(circle at 24% 48%, rgba(156, 88, 65, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 38%, rgba(156, 88, 65, 0.13) 0 1px, transparent 2px),
    linear-gradient(180deg, #f9e2d6 0%, #e9bea7 56%, #d39571 100%) !important;
  background-size: auto, auto, 26px 19px, 35px 25px, auto;
  box-shadow:
    0 26px 42px rgba(92, 55, 39, 0.2),
    0 58px 86px rgba(201, 103, 67, 0.14),
    inset 0 2px 0 rgba(255, 255, 255, 0.82),
    inset 0 -22px 36px rgba(129, 69, 49, 0.16) !important;
  transform: rotateX(7deg) translateX(2%);
}

.hero-flow__platform::before {
  left: 3% !important;
  right: 3% !important;
  top: 4% !important;
  height: 54% !important;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.08) 48%, rgba(195, 103, 72, 0.1)),
    radial-gradient(circle at 24% 44%, rgba(164, 91, 67, 0.15) 0 1px, transparent 2px),
    radial-gradient(circle at 63% 58%, rgba(164, 91, 67, 0.11) 0 1px, transparent 2px) !important;
  background-size: auto, 23px 17px, 31px 22px !important;
}

.hero-flow__platform::after {
  bottom: -10px !important;
  height: 56% !important;
  background:
    radial-gradient(ellipse at 50% 1%, rgba(255, 255, 255, 0.5), transparent 50%),
    linear-gradient(180deg, rgba(248, 218, 204, 0.96), rgba(213, 138, 98, 0.44) 60%, rgba(142, 78, 57, 0.18)) !important;
}

.hero-flow__vase-stage::before {
  left: 44% !important;
  right: 11% !important;
  bottom: 106px !important;
  height: 28px !important;
  z-index: 8 !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(69, 39, 28, 0.22), rgba(151, 85, 58, 0.13) 58%, transparent 78%) !important;
  filter: blur(11px) !important;
}

.hero-flow__vase-stage::after {
  left: 18% !important;
  right: -9% !important;
  bottom: 0 !important;
}

.hero-flow__orb {
  left: 21% !important;
  bottom: 38px !important;
}

@media (min-width: 1181px) {
  .hero--flow .hero-flow {
    min-height: clamp(980px, 62vw, 1080px) !important;
    padding-top: clamp(8px, 1vw, 18px) !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 72px), 1328px) !important;
    max-width: 1328px !important;
    min-height: clamp(830px, 57vw, 930px) !important;
    grid-template-columns: minmax(300px, 0.82fr) minmax(560px, 1.08fr) !important;
    column-gap: clamp(34px, 4.1vw, 74px) !important;
    align-items: center !important;
  }

  .hero-flow__copy {
    padding-top: clamp(30px, 4vw, 68px) !important;
  }

  .hero-flow__mark span {
    font-size: clamp(6.8rem, 8.8vw, 9.6rem) !important;
  }

  .hero--flow h1 {
    max-width: 450px !important;
    font-size: clamp(4.1rem, 5.45vw, 6.25rem) !important;
    line-height: 0.96 !important;
  }

  .hero-flow__lead {
    max-width: 430px !important;
  }

  .hero-flow__process-scene {
    min-height: clamp(800px, 55vw, 910px) !important;
    transform: scale(0.94) translateX(-1.4%);
    transform-origin: center center;
  }

  .hero--flow .scroll-cue {
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: clamp(230px, 16.6vw, 282px) !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__values {
    margin-top: 0 !important;
    padding-top: clamp(168px, 12vw, 210px) !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero--flow .hero-flow {
    min-height: 1030px !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 48px), 1060px) !important;
    grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1fr) !important;
    gap: 30px !important;
    min-height: 850px !important;
  }

  .hero-flow__mark span {
    font-size: clamp(6.4rem, 9vw, 8.7rem) !important;
  }

  .hero--flow h1 {
    font-size: clamp(3.8rem, 5.8vw, 5.7rem) !important;
  }

  .hero-flow__process-scene {
    transform: scale(0.9);
    transform-origin: center center;
  }

  .hero--flow .scroll-cue {
    left: 50% !important;
    top: auto !important;
    bottom: 226px !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__values {
    margin-top: 0 !important;
    padding-top: 178px !important;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .hero--flow .hero-flow {
    min-height: auto !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 48px), 760px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 46px !important;
    min-height: auto !important;
  }

  .hero-flow__copy {
    max-width: 650px;
    padding-top: 38px !important;
  }

  .hero-flow__process-scene {
    min-height: 980px !important;
    transform: none !important;
  }

  .hero-flow__path-wrap {
    left: 10% !important;
    top: 8px !important;
    height: 790px !important;
  }

  .hero-flow__vase-stage {
    right: 0 !important;
    top: 70px !important;
    width: min(42vw, 330px) !important;
  }

  .hero-flow__metric-card--scene {
    right: 0 !important;
    top: 456px !important;
  }

  .hero--flow .scroll-cue {
    position: relative !important;
    left: 50% !important;
    top: auto !important;
    bottom: auto !important;
    margin: -58px auto 34px !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 760px) {
  .hero--flow .hero-flow {
    min-height: auto !important;
    padding-top: 14px !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 32px), 460px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 38px !important;
    min-height: auto !important;
  }

  .hero-flow__copy {
    padding-top: 24px !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__mark {
    transform: none !important;
    row-gap: 18px !important;
    margin-bottom: 42px !important;
  }

  .hero-flow__mark span {
    font-size: clamp(5.2rem, 28vw, 7.1rem) !important;
    line-height: 0.78 !important;
  }

  .hero--flow h1 {
    max-width: 100% !important;
    font-size: clamp(3.25rem, 15.5vw, 4.9rem) !important;
    line-height: 0.98 !important;
  }

  .hero-flow__lead,
  .hero-flow__claim {
    max-width: 100% !important;
  }

  .hero-flow__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .hero-flow__cta-secondary {
    margin-left: 0 !important;
  }

  .hero-flow__process-scene {
    min-height: 1160px !important;
    width: 100% !important;
    transform: none !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    top: 0 !important;
    width: min(90vw, 360px) !important;
    height: 760px !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__step {
    min-width: min(78vw, 220px) !important;
  }

  .hero-flow__step--one {
    left: 42% !important;
    top: 16px !important;
  }

  .hero-flow__step--two {
    left: 2% !important;
    top: 174px !important;
  }

  .hero-flow__step--three {
    left: 36% !important;
    top: 346px !important;
  }

  .hero-flow__step--four {
    left: 0 !important;
    top: 530px !important;
  }

  .hero-flow__step--five {
    left: 31% !important;
    top: 692px !important;
  }

  .hero-flow__vase-stage {
    right: 50% !important;
    top: 740px !important;
    width: min(88vw, 330px) !important;
    height: 448px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__vase-photo {
    width: 244px !important;
    height: 394px !important;
    right: 12px !important;
    bottom: 54px !important;
  }

  .hero-flow__platform {
    left: calc(20% + 35px) !important;
    right: -6% !important;
    bottom: 28px !important;
    height: 82px !important;
  }

  .hero-flow__orb {
    left: 22% !important;
    bottom: 45px !important;
    width: 74px !important;
  }

  .hero-flow__metric-card--scene {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 1028px !important;
    width: min(78vw, 244px) !important;
    transform: translateX(-50%) !important;
  }

  .hero--flow .scroll-cue {
    display: inline-flex !important;
    position: relative !important;
    left: 50% !important;
    top: auto !important;
    bottom: auto !important;
    margin: 24px auto 42px !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__values {
    padding-top: 118px !important;
  }
}

/* Absolute final override for requested items only: hero width, responsiveness, wave scroll, pedestal and orb grounding. */
html,
body {
  overflow-x: hidden;
}

.hero--flow,
.hero--flow .hero-flow {
  max-width: 100%;
  overflow-x: hidden !important;
}

.hero-flow__layout {
  box-sizing: border-box;
  margin-inline: auto !important;
}

.hero--flow .scroll-cue {
  display: inline-flex !important;
  position: relative !important;
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  z-index: 30 !important;
}

.hero-flow__platform {
  left: 3% !important;
  right: -8% !important;
  bottom: 18px !important;
  height: 126px !important;
  border-radius: 50% / 18% !important;
  background:
    radial-gradient(ellipse at 32% 12%, rgba(255, 255, 255, 0.88), transparent 34%),
    radial-gradient(ellipse at 78% 18%, rgba(255, 232, 219, 0.64), transparent 40%),
    radial-gradient(circle at 21% 48%, rgba(149, 82, 62, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 62% 39%, rgba(149, 82, 62, 0.13) 0 1px, transparent 2px),
    radial-gradient(circle at 81% 58%, rgba(149, 82, 62, 0.1) 0 1px, transparent 2px),
    linear-gradient(180deg, #fae3d8 0%, #e8bea8 54%, #d19672 100%) !important;
  background-size: auto, auto, 24px 18px, 34px 25px, 42px 32px, auto !important;
  box-shadow:
    0 24px 44px rgba(91, 54, 38, 0.2),
    0 58px 88px rgba(201, 103, 67, 0.15),
    inset 0 2px 0 rgba(255, 255, 255, 0.84),
    inset 0 -24px 38px rgba(126, 68, 49, 0.17) !important;
  transform: rotateX(7deg) !important;
}

.hero-flow__platform::before {
  left: 3% !important;
  right: 3% !important;
  top: 4% !important;
  height: 54% !important;
  border-radius: 50% !important;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.06) 48%, rgba(195, 103, 72, 0.1)),
    radial-gradient(circle at 24% 44%, rgba(164, 91, 67, 0.15) 0 1px, transparent 2px),
    radial-gradient(circle at 63% 58%, rgba(164, 91, 67, 0.11) 0 1px, transparent 2px) !important;
  background-size: auto, 23px 17px, 31px 22px !important;
}

.hero-flow__platform::after {
  bottom: -11px !important;
  height: 58% !important;
  background:
    radial-gradient(ellipse at 50% 1%, rgba(255, 255, 255, 0.52), transparent 50%),
    linear-gradient(180deg, rgba(248, 218, 204, 0.98), rgba(213, 138, 98, 0.48) 61%, rgba(142, 78, 57, 0.19)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -15px 26px rgba(120, 66, 45, 0.12),
    0 24px 38px rgba(122, 73, 54, 0.15) !important;
}

.hero-flow__vase-stage::before {
  left: 37% !important;
  right: 22% !important;
  bottom: 106px !important;
  height: 30px !important;
  z-index: 8 !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(64, 37, 28, 0.26), rgba(151, 85, 58, 0.14) 58%, transparent 78%) !important;
  filter: blur(11px) !important;
}

.hero-flow__vase-stage::after {
  left: 3% !important;
  right: -8% !important;
  bottom: 0 !important;
}

.hero-flow__orb {
  left: 8% !important;
  bottom: 40px !important;
  transform: translateY(10px) scale(1) !important;
}

.hero-flow__orb::before {
  bottom: -18px !important;
  height: 30px !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(66, 38, 29, 0.34), rgba(132, 72, 48, 0.14) 58%, transparent 76%) !important;
}

@media (min-width: 1440px) {
  .hero--flow .hero-flow {
    min-height: clamp(930px, 58vw, 1040px) !important;
    padding-top: clamp(8px, 1vw, 18px) !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 128px), 1360px) !important;
    max-width: 1360px !important;
    padding-inline: clamp(48px, 4vw, 64px) !important;
    min-height: clamp(760px, 52vw, 880px) !important;
    grid-template-columns: minmax(315px, 0.88fr) minmax(540px, 1fr) !important;
    column-gap: clamp(24px, 3vw, 52px) !important;
    align-items: center !important;
  }

  .hero-flow__process-scene {
    min-height: clamp(780px, 51vw, 880px) !important;
    transform: scale(0.9) translateX(-2%) !important;
    transform-origin: center center !important;
  }

  .hero--flow .scroll-cue {
    margin: clamp(-92px, -5vw, -58px) auto clamp(-70px, -4vw, -48px) !important;
  }

  .hero-flow__values {
    margin-top: 0 !important;
    padding-top: clamp(176px, 12vw, 214px) !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero--flow .hero-flow {
    min-height: clamp(920px, 82vw, 1040px) !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 96px), 1280px) !important;
    max-width: 1280px !important;
    padding-inline: clamp(40px, 4vw, 56px) !important;
    min-height: clamp(760px, 73vw, 860px) !important;
    grid-template-columns: minmax(290px, 0.88fr) minmax(500px, 1fr) !important;
    column-gap: clamp(22px, 2.6vw, 42px) !important;
    align-items: center !important;
  }

  .hero-flow__process-scene {
    min-height: clamp(760px, 72vw, 880px) !important;
    transform: scale(0.84) translateX(-4%) !important;
    transform-origin: center center !important;
  }

  .hero--flow .scroll-cue {
    margin: clamp(-82px, -5vw, -54px) auto -50px !important;
  }

  .hero-flow__values {
    margin-top: 0 !important;
    padding-top: clamp(164px, 14vw, 196px) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero--flow .hero-flow {
    min-height: auto !important;
    padding-top: 20px !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 72px), 820px) !important;
    max-width: 820px !important;
    padding-inline: clamp(36px, 5vw, 52px) !important;
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    min-height: auto !important;
  }

  .hero-flow__copy {
    max-width: 660px !important;
    padding-top: 34px !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__process-scene {
    min-height: 960px !important;
    width: min(100%, 720px) !important;
    margin-inline: auto !important;
    transform: none !important;
  }

  .hero-flow__path-wrap {
    left: 8% !important;
    top: 8px !important;
    height: 790px !important;
  }

  .hero-flow__vase-stage {
    right: -2% !important;
    top: 76px !important;
    width: min(42vw, 330px) !important;
  }

  .hero-flow__metric-card--scene {
    right: 1% !important;
    top: 464px !important;
  }

  .hero--flow .scroll-cue {
    margin: -42px auto -34px !important;
  }

  .hero-flow__values {
    padding-top: 148px !important;
  }
}

@media (max-width: 767px) {
  .hero--flow .hero-flow {
    min-height: auto !important;
    padding-top: 12px !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - 32px), 480px) !important;
    max-width: 480px !important;
    padding-inline: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    min-height: auto !important;
  }

  .hero-flow__copy {
    padding-top: 22px !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__process-scene {
    min-height: 1168px !important;
    width: 100% !important;
    margin-inline: auto !important;
    transform: none !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    top: 0 !important;
    width: min(92vw, 360px) !important;
    height: 760px !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__vase-stage {
    right: 50% !important;
    top: 740px !important;
    width: min(88vw, 330px) !important;
    height: 448px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 5% !important;
    right: -8% !important;
    bottom: 26px !important;
    height: 84px !important;
  }

  .hero-flow__orb {
    left: 8% !important;
    bottom: 46px !important;
    width: 74px !important;
  }

  .hero-flow__metric-card--scene {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 1032px !important;
    width: min(78vw, 244px) !important;
    transform: translateX(-50%) !important;
  }

  .hero--flow .scroll-cue {
    margin: 22px auto -28px !important;
  }

  .hero-flow__values {
    padding-top: 132px !important;
  }
}

/* Last requested pass: pedestal realism + adaptive hero only. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.hero--flow,
.hero--flow .hero-flow,
.hero-flow__layout,
.hero-flow__process-scene {
  max-width: 100%;
}

.hero-flow__vase-stage {
  isolation: isolate;
}

.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(0.6rem, 1.2vw, 1rem) !important;
  width: min(112%, 27rem) !important;
  height: clamp(7rem, 8.2vw, 8.7rem) !important;
  transform: translateX(-50%) rotateX(7deg) !important;
  transform-origin: 50% 68% !important;
  border: 1px solid rgba(200, 119, 88, 0.18) !important;
  border-radius: 50% / 18% !important;
  background:
    radial-gradient(ellipse at 32% 9%, rgba(255, 255, 255, 0.9), transparent 32%),
    radial-gradient(ellipse at 72% 18%, rgba(255, 229, 217, 0.72), transparent 42%),
    radial-gradient(circle at 20% 46%, rgba(128, 74, 54, 0.16) 0 0.06rem, transparent 0.1rem),
    radial-gradient(circle at 54% 62%, rgba(128, 74, 54, 0.11) 0 0.055rem, transparent 0.095rem),
    radial-gradient(circle at 82% 38%, rgba(128, 74, 54, 0.1) 0 0.055rem, transparent 0.095rem),
    linear-gradient(180deg, #fde8dd 0%, #efc9b4 52%, #d79a74 100%) !important;
  background-size: auto, auto, 1.55rem 1.15rem, 2.2rem 1.6rem, 2.8rem 2rem, auto !important;
  box-shadow:
    0 clamp(1.2rem, 2.7vw, 2rem) clamp(2.4rem, 4.3vw, 3.7rem) rgba(82, 47, 34, 0.22),
    0 clamp(3.2rem, 5.8vw, 5.3rem) clamp(4.5rem, 7vw, 7rem) rgba(201, 103, 67, 0.14),
    inset 0 0.12rem 0 rgba(255, 255, 255, 0.8),
    inset 0 -1.55rem 2.2rem rgba(117, 63, 45, 0.16) !important;
}

.hero-flow__platform::before {
  left: 4% !important;
  right: 4% !important;
  top: 5% !important;
  height: 56% !important;
  border-radius: 50% !important;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.04) 48%, rgba(195, 103, 72, 0.1)),
    radial-gradient(circle at 23% 45%, rgba(154, 85, 63, 0.14) 0 0.06rem, transparent 0.105rem),
    radial-gradient(circle at 62% 56%, rgba(154, 85, 63, 0.1) 0 0.055rem, transparent 0.1rem) !important;
  background-size: auto, 1.5rem 1.1rem, 2rem 1.45rem !important;
  box-shadow:
    inset 0 0.08rem 0 rgba(255, 255, 255, 0.88),
    inset 0 -0.65rem 1.35rem rgba(201, 103, 67, 0.08) !important;
}

.hero-flow__platform::after {
  left: 1.5% !important;
  right: 1.5% !important;
  bottom: -0.55rem !important;
  height: 58% !important;
  border-radius: 0 0 50% 50% / 0 0 86% 86% !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.5), transparent 52%),
    linear-gradient(180deg, rgba(248, 220, 207, 0.98), rgba(219, 151, 110, 0.5) 62%, rgba(147, 82, 59, 0.24)) !important;
  box-shadow:
    inset 0 0.08rem 0 rgba(255, 255, 255, 0.58),
    inset 0 -1rem 1.7rem rgba(113, 61, 43, 0.12),
    0 1.65rem 2.6rem rgba(95, 57, 42, 0.15) !important;
}

.hero-flow__vase-stage::before {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(6.25rem, 7.1vw, 7.25rem) !important;
  width: min(44%, 10.7rem) !important;
  height: clamp(1.35rem, 1.9vw, 1.85rem) !important;
  transform: translateX(8%) !important;
  z-index: 8 !important;
  border-radius: 50% !important;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(47, 28, 22, 0.32), rgba(128, 70, 49, 0.16) 55%, transparent 76%) !important;
  filter: blur(0.65rem) !important;
  opacity: 0.86 !important;
}

.hero-flow__vase-stage::after {
  left: 50% !important;
  right: auto !important;
  bottom: -0.28rem !important;
  width: min(116%, 28rem) !important;
  height: clamp(1.9rem, 2.8vw, 2.8rem) !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
  border-radius: 50% !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(73, 41, 30, 0.18), rgba(180, 99, 66, 0.1) 56%, transparent 78%) !important;
  filter: blur(1rem) !important;
  opacity: 0.95 !important;
}

.hero-flow__orb {
  left: clamp(1.2rem, 7vw, 2.2rem) !important;
  bottom: clamp(2.45rem, 3.8vw, 3.35rem) !important;
  transform: translateY(0.65rem) scale(1) !important;
}

.hero-flow__orb::before {
  bottom: clamp(-1rem, -1.2vw, -0.7rem) !important;
  height: clamp(1.25rem, 1.9vw, 1.8rem) !important;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(54, 31, 24, 0.34), rgba(138, 73, 49, 0.18) 58%, transparent 76%) !important;
  filter: blur(0.45rem) !important;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero--flow .hero-flow {
    min-height: clamp(56rem, 84vw, 64rem) !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - clamp(3rem, 6vw, 6rem)), 78rem) !important;
    max-width: 78rem !important;
    padding-inline: clamp(2.5rem, 4vw, 3.5rem) !important;
    min-height: clamp(47rem, 72vw, 54rem) !important;
    grid-template-columns: minmax(18rem, 0.86fr) minmax(31rem, 1fr) !important;
    column-gap: clamp(1.35rem, 2.6vw, 2.65rem) !important;
    align-items: center !important;
  }

  .hero-flow__copy {
    max-width: min(100%, 29rem) !important;
  }

  .hero-flow__process-scene {
    width: min(100%, 43rem) !important;
    min-height: clamp(47rem, 70vw, 54rem) !important;
    transform: scale(clamp(0.8, 0.9, 0.9)) translateX(-3%) !important;
    transform-origin: center center !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero--flow .hero-flow {
    min-height: auto !important;
    padding-top: clamp(1.1rem, 2.4vw, 1.6rem) !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - clamp(2.5rem, 7vw, 4.5rem)), 51rem) !important;
    max-width: 51rem !important;
    padding-inline: clamp(2rem, 4vw, 3.25rem) !important;
    grid-template-columns: 1fr !important;
    gap: clamp(2.25rem, 5vw, 3.25rem) !important;
    min-height: auto !important;
  }

  .hero-flow__copy {
    max-width: min(100%, 40rem) !important;
    padding-top: clamp(1.8rem, 4vw, 2.5rem) !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__process-scene {
    width: min(100%, 44rem) !important;
    min-height: clamp(54rem, 111vw, 61rem) !important;
    margin-inline: auto !important;
    transform: none !important;
  }

  .hero-flow__path-wrap {
    left: 8% !important;
    top: clamp(0.25rem, 1vw, 0.75rem) !important;
    height: clamp(45rem, 84vw, 50.5rem) !important;
  }

  .hero-flow__vase-stage {
    right: min(-1.25rem, -1vw) !important;
    top: clamp(4.8rem, 10vw, 6rem) !important;
    width: min(43vw, 20.5rem) !important;
  }

  .hero-flow__metric-card--scene {
    right: 0 !important;
    top: clamp(28rem, 56vw, 31rem) !important;
  }

  .hero--flow .scroll-cue {
    margin: clamp(-3.4rem, -4vw, -2.2rem) auto clamp(-2.4rem, -3vw, -1.5rem) !important;
  }

  .hero-flow__values {
    padding-top: clamp(8.5rem, 16vw, 10rem) !important;
  }
}

@media (max-width: 767px) {
  .hero--flow .hero-flow {
    min-height: auto !important;
    padding-top: clamp(0.8rem, 3vw, 1.1rem) !important;
  }

  .hero-flow__layout {
    width: min(calc(100vw - clamp(2rem, 8vw, 2.75rem)), 30rem) !important;
    max-width: 30rem !important;
    padding-inline: 0 !important;
    grid-template-columns: 1fr !important;
    gap: clamp(2rem, 7vw, 2.8rem) !important;
    min-height: auto !important;
  }

  .hero-flow__copy {
    max-width: 100% !important;
    padding-top: clamp(1.25rem, 5vw, 1.8rem) !important;
    padding-bottom: 0 !important;
  }

  .hero-flow__mark {
    row-gap: clamp(0.9rem, 4vw, 1.25rem) !important;
    margin-bottom: clamp(2.3rem, 9vw, 3rem) !important;
  }

  .hero-flow__mark span {
    font-size: clamp(5rem, 27vw, 7.1rem) !important;
    line-height: 0.78 !important;
  }

  .hero--flow h1 {
    max-width: 100% !important;
    font-size: clamp(3.15rem, 15vw, 4.8rem) !important;
    line-height: 0.99 !important;
  }

  .hero-flow__lead,
  .hero-flow__claim,
  .hero-flow__caption {
    max-width: 100% !important;
  }

  .hero-flow__cta,
  .hero-flow__cta-secondary {
    margin-top: clamp(1rem, 5vw, 1.4rem) !important;
  }

  .hero-flow__process-scene {
    width: 100% !important;
    min-height: clamp(69rem, 285vw, 76rem) !important;
    margin-inline: auto !important;
    transform: none !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    top: 0 !important;
    width: min(92vw, 22.5rem) !important;
    height: clamp(42rem, 178vw, 48rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__step {
    min-width: min(78vw, 13.8rem) !important;
  }

  .hero-flow__step--one {
    left: 38% !important;
    top: clamp(0.75rem, 4vw, 1.25rem) !important;
  }

  .hero-flow__step--two {
    left: 1% !important;
    top: clamp(10rem, 42vw, 11.5rem) !important;
  }

  .hero-flow__step--three {
    left: 34% !important;
    top: clamp(20rem, 82vw, 22rem) !important;
  }

  .hero-flow__step--four {
    left: 0 !important;
    top: clamp(31rem, 128vw, 33.2rem) !important;
  }

  .hero-flow__step--five {
    left: 30% !important;
    top: clamp(40.5rem, 169vw, 43.5rem) !important;
  }

  .hero-flow__vase-stage {
    right: 50% !important;
    top: clamp(45rem, 190vw, 49rem) !important;
    width: min(88vw, 20.5rem) !important;
    height: clamp(27.5rem, 114vw, 30.5rem) !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__vase-photo {
    right: clamp(-1.4rem, -4vw, -0.8rem) !important;
    bottom: clamp(0.7rem, 3vw, 1rem) !important;
    width: clamp(13.6rem, 59vw, 15.4rem) !important;
    height: clamp(22.5rem, 95vw, 24.8rem) !important;
  }

  .hero-flow__platform {
    width: min(112%, 22rem) !important;
    height: clamp(4.8rem, 18vw, 5.5rem) !important;
    bottom: clamp(1.35rem, 5vw, 1.8rem) !important;
  }

  .hero-flow__orb {
    width: clamp(4.1rem, 18vw, 4.8rem) !important;
    left: clamp(1.3rem, 8vw, 2rem) !important;
    bottom: clamp(2.4rem, 9vw, 3rem) !important;
  }

  .hero-flow__vase-stage::before {
    bottom: clamp(5rem, 19vw, 5.8rem) !important;
    width: min(44%, 8.6rem) !important;
  }

  .hero-flow__metric-card--scene {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: clamp(64rem, 265vw, 68rem) !important;
    width: min(78vw, 15.25rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero--flow .scroll-cue {
    margin: clamp(1.1rem, 5vw, 1.6rem) auto clamp(-1.9rem, -4vw, -1.1rem) !important;
  }

  .hero-flow__values {
    padding-top: clamp(7.2rem, 25vw, 8.8rem) !important;
  }
}

/* Final targeted fix: clean vase asset, mobile hero graphic fit, visible step 05. */
.hero-flow__process-scene,
.hero-flow__vase-stage,
.hero-flow__vase-photo {
  overflow: visible !important;
}

.hero-flow__vase-photo {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.hero-flow__vase-photo img {
  object-fit: contain !important;
  object-position: center bottom !important;
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__process-scene {
    min-height: clamp(50rem, 75vw, 56rem) !important;
  }

  .hero-flow__path-wrap {
    height: clamp(43rem, 65vw, 49rem) !important;
  }

  .hero-flow__step--five {
    left: 38% !important;
    top: clamp(36.5rem, 55vw, 41.25rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__layout {
    width: min(calc(100vw - clamp(1.5rem, 7vw, 2.25rem)), 30rem) !important;
  }

  .hero-flow__process-scene {
    min-height: clamp(82rem, 320vw, 90rem) !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    width: min(86vw, 21rem) !important;
    height: clamp(39rem, 165vw, 45rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__step {
    width: min(58vw, 12.75rem) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 2rem) !important;
    padding: 0.75rem 0.85rem !important;
    gap: 0.55rem !important;
  }

  .hero-flow__step span {
    width: clamp(2.3rem, 11vw, 3rem) !important;
    min-width: clamp(2.3rem, 11vw, 3rem) !important;
    height: clamp(2.3rem, 11vw, 3rem) !important;
  }

  .hero-flow__step h2 {
    font-size: clamp(0.58rem, 2.4vw, 0.7rem) !important;
    letter-spacing: 0.18em !important;
  }

  .hero-flow__step--one {
    left: 40% !important;
    top: clamp(0.6rem, 3.5vw, 1rem) !important;
  }

  .hero-flow__step--two {
    left: 0 !important;
    top: clamp(9.3rem, 38vw, 10.6rem) !important;
  }

  .hero-flow__step--three {
    left: 40% !important;
    top: clamp(18.2rem, 74vw, 20.6rem) !important;
  }

  .hero-flow__step--four {
    left: 0 !important;
    top: clamp(28.2rem, 116vw, 31.2rem) !important;
  }

  .hero-flow__step--five {
    left: 40% !important;
    top: clamp(37.4rem, 156vw, 41rem) !important;
  }

  .hero-flow__vase-stage {
    right: 50% !important;
    top: clamp(43.5rem, 184vw, 48rem) !important;
    width: min(82vw, 19rem) !important;
    height: clamp(28rem, 118vw, 31rem) !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: clamp(0.8rem, 3vw, 1.1rem) !important;
    width: clamp(13.2rem, 58vw, 15.2rem) !important;
    height: clamp(22rem, 92vw, 24.6rem) !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__metric-card--scene {
    left: 50% !important;
    right: auto !important;
    top: clamp(68.5rem, 284vw, 74rem) !important;
    width: min(78vw, 15rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero--flow .scroll-cue {
    margin: clamp(0.8rem, 4vw, 1.4rem) auto clamp(-1.8rem, -3vw, -1rem) !important;
  }

  .hero-flow__values {
    padding-top: clamp(7.8rem, 26vw, 9.2rem) !important;
  }
}

/* CTA vase cleanup: remove pasted-photo feel in the final contact banner. */
.cta-card .cta-vase {
  right: clamp(-0.7rem, 1vw, 1.5rem) !important;
  bottom: -0.2rem !important;
  width: min(31vw, 21rem) !important;
  min-width: 14.5rem !important;
  height: clamp(18rem, 27vw, 25.5rem) !important;
  overflow: visible !important;
}

.cta-card .cta-vase::before {
  content: "";
  position: absolute;
  left: 31%;
  right: 14%;
  bottom: 0.1rem;
  height: 1.45rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(81, 48, 36, 0.2), rgba(179, 94, 61, 0.08) 58%, transparent 78%);
  filter: blur(0.75rem);
  pointer-events: none;
}

.cta-card .cta-vase-photo {
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  mix-blend-mode: normal !important;
  filter:
    saturate(1.02)
    contrast(1.03)
    drop-shadow(0 1.5rem 2.1rem rgba(121, 75, 56, 0.14)) !important;
  transform-origin: 52% 88% !important;
}

.cta-card .cta-vase-art,
.cta-card .vase,
.cta-card .vase-stems,
.cta-card .cta-bouquet {
  display: none !important;
}

@media (max-width: 900px) {
  .cta-card .cta-vase {
    right: 50% !important;
    bottom: -1.2rem !important;
    width: min(54vw, 16rem) !important;
    height: clamp(15rem, 48vw, 19rem) !important;
    transform: translateX(50%) !important;
    opacity: 0.34 !important;
  }
}

@media (max-width: 560px) {
  .cta-card .cta-vase {
    width: min(70vw, 15rem) !important;
    height: clamp(13rem, 72vw, 17rem) !important;
    opacity: 0.26 !important;
  }
}

/* Right hero composition cleanup: station 05, stone pedestal, orb and metric spacing only. */
.hero-flow__platform {
  left: 56% !important;
  right: auto !important;
  bottom: clamp(0.55rem, 0.9vw, 0.85rem) !important;
  width: min(78%, 21.25rem) !important;
  height: clamp(5.8rem, 6vw, 6.9rem) !important;
  transform: translateX(-50%) rotateX(8deg) !important;
  border-radius: 50% / 19% !important;
  background:
    radial-gradient(ellipse at 34% 12%, rgba(255, 255, 255, 0.92), transparent 30%),
    radial-gradient(ellipse at 72% 24%, rgba(255, 226, 213, 0.68), transparent 44%),
    radial-gradient(circle at 22% 48%, rgba(113, 68, 52, 0.16) 0 0.055rem, transparent 0.11rem),
    radial-gradient(circle at 58% 62%, rgba(113, 68, 52, 0.12) 0 0.055rem, transparent 0.11rem),
    radial-gradient(circle at 80% 37%, rgba(113, 68, 52, 0.1) 0 0.05rem, transparent 0.1rem),
    linear-gradient(180deg, #fff0e8 0%, #edc8b4 50%, #d49a75 100%) !important;
  background-size: auto, auto, 1.35rem 1rem, 1.9rem 1.45rem, 2.45rem 1.8rem, auto !important;
  box-shadow:
    0 1.15rem 2.4rem rgba(81, 48, 36, 0.2),
    0 3.2rem 5rem rgba(176, 89, 58, 0.13),
    inset 0 0.11rem 0 rgba(255, 255, 255, 0.86),
    inset 0 -1.15rem 1.8rem rgba(108, 61, 45, 0.14) !important;
}

.hero-flow__platform::before {
  left: 4% !important;
  right: 4% !important;
  top: 6% !important;
  height: 52% !important;
  border-radius: 50% !important;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.06) 52%, rgba(192, 101, 70, 0.1)),
    radial-gradient(circle at 26% 54%, rgba(147, 83, 62, 0.15) 0 0.055rem, transparent 0.105rem),
    radial-gradient(circle at 66% 42%, rgba(147, 83, 62, 0.1) 0 0.05rem, transparent 0.1rem) !important;
  background-size: auto, 1.35rem 1rem, 1.95rem 1.4rem !important;
  box-shadow:
    inset 0 0.07rem 0 rgba(255, 255, 255, 0.9),
    inset 0 -0.5rem 1rem rgba(201, 103, 67, 0.08) !important;
}

.hero-flow__platform::after {
  left: 2% !important;
  right: 2% !important;
  bottom: -0.56rem !important;
  height: 60% !important;
  border-radius: 0 0 50% 50% / 0 0 88% 88% !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.48), transparent 50%),
    linear-gradient(180deg, rgba(248, 219, 205, 0.96), rgba(214, 145, 104, 0.48) 62%, rgba(133, 76, 56, 0.2)) !important;
  box-shadow:
    inset 0 0.08rem 0 rgba(255, 255, 255, 0.56),
    inset 0 -0.85rem 1.5rem rgba(112, 62, 45, 0.13),
    0 1.4rem 2.4rem rgba(91, 54, 40, 0.15) !important;
}

.hero-flow__vase-stage::before {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(5.55rem, 6vw, 6.4rem) !important;
  width: min(34%, 8.4rem) !important;
  height: clamp(1.1rem, 1.35vw, 1.45rem) !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(45, 27, 21, 0.31), rgba(125, 68, 49, 0.14) 58%, transparent 76%) !important;
  filter: blur(0.55rem) !important;
  opacity: 0.88 !important;
}

.hero-flow__vase-stage::after {
  left: 56% !important;
  width: min(82%, 21.75rem) !important;
  transform: translateX(-50%) !important;
}

.hero-flow__orb {
  left: clamp(2.5rem, 6.6vw, 3.55rem) !important;
  bottom: clamp(2.15rem, 2.7vw, 2.8rem) !important;
  z-index: 6 !important;
  opacity: 1 !important;
  transform: translateY(0.15rem) scale(0.96) !important;
  box-shadow:
    0 0.85rem 1.2rem rgba(92, 55, 38, 0.18),
    0 1.9rem 3.2rem rgba(121, 75, 56, 0.15),
    inset 0.75rem 0.55rem 1.4rem rgba(255, 255, 255, 0.56),
    inset -1rem -1.1rem 1.8rem rgba(161, 75, 42, 0.17) !important;
}

.hero-flow__orb::before {
  bottom: -0.72rem !important;
  height: 1.15rem !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(50, 30, 23, 0.36), rgba(135, 72, 49, 0.15) 60%, transparent 78%) !important;
  filter: blur(0.45rem) !important;
}

@media (min-width: 1440px) {
  .hero-flow__step--five {
    left: 19% !important;
    top: clamp(37.8rem, 43vw, 39.5rem) !important;
  }

  .hero-flow__metric-card--scene {
    right: -21% !important;
    top: 446px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__step--five {
    left: 19% !important;
    top: clamp(34.8rem, 47vw, 37.6rem) !important;
  }

  .hero-flow__metric-card--scene {
    right: -16% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__step--five {
    left: calc(18% + 35px) !important;
    top: clamp(38.4rem, 74vw, 41.5rem) !important;
  }

  .hero-flow__metric-card--scene {
    right: -5% !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__step--five {
    left: 15% !important;
    top: clamp(35.4rem, 147vw, 39rem) !important;
  }

  .hero-flow__platform {
    left: 54% !important;
    width: min(78%, 17rem) !important;
    height: clamp(4.45rem, 16vw, 5.1rem) !important;
  }

  .hero-flow__orb {
    left: clamp(2rem, 13vw, 3rem) !important;
    bottom: clamp(2.05rem, 7vw, 2.55rem) !important;
    width: clamp(3.85rem, 16vw, 4.4rem) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    bottom: clamp(4.85rem, 18vw, 5.45rem) !important;
  }

  .hero-flow__metric-card--scene {
    top: clamp(69rem, 286vw, 74.5rem) !important;
  }
}

/* Focused cleanup for the lower right hero scene: steps 04/05, pedestal, orb and metric card. */
@media (min-width: 1440px) {
  .hero-flow__step--four {
    left: 3% !important;
    top: clamp(29.9rem, 34vw, 31.4rem) !important;
  }

  .hero-flow__step--five {
    left: 13% !important;
    top: clamp(36.2rem, 41.2vw, 38.1rem) !important;
  }

  .hero-flow__vase-stage {
    top: 58px !important;
  }

  .hero-flow__metric-card--scene {
    right: -24% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__step--four {
    left: 3% !important;
    top: clamp(28.5rem, 41vw, 30.5rem) !important;
  }

  .hero-flow__step--five {
    left: 13% !important;
    top: clamp(33.6rem, 45vw, 36.2rem) !important;
  }

  .hero-flow__vase-stage {
    top: 64px !important;
  }

  .hero-flow__metric-card--scene {
    right: -19% !important;
  }
}

.hero-flow__platform {
  left: 55% !important;
  bottom: clamp(0.75rem, 1.2vw, 1.15rem) !important;
  width: min(76%, 20.6rem) !important;
  height: clamp(5.35rem, 5.5vw, 6.35rem) !important;
  border-radius: 50% / 17% !important;
  transform: translateX(-50%) rotateX(10deg) !important;
  background:
    radial-gradient(ellipse at 34% 10%, rgba(255, 255, 255, 0.94), transparent 31%),
    radial-gradient(ellipse at 72% 20%, rgba(255, 232, 222, 0.68), transparent 44%),
    radial-gradient(circle at 21% 46%, rgba(98, 58, 44, 0.15) 0 0.05rem, transparent 0.105rem),
    radial-gradient(circle at 54% 60%, rgba(98, 58, 44, 0.11) 0 0.052rem, transparent 0.11rem),
    radial-gradient(circle at 81% 40%, rgba(98, 58, 44, 0.09) 0 0.05rem, transparent 0.1rem),
    linear-gradient(180deg, #fff4ee 0%, #ecc7b4 49%, #c98963 100%) !important;
  box-shadow:
    0 1rem 1.9rem rgba(68, 41, 31, 0.18),
    0 3rem 4.8rem rgba(176, 89, 58, 0.13),
    inset 0 0.12rem 0 rgba(255, 255, 255, 0.9),
    inset 0 -1.28rem 1.8rem rgba(108, 61, 45, 0.18) !important;
}

.hero-flow__platform::before {
  top: 5% !important;
  height: 49% !important;
  background:
    linear-gradient(114deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.1) 48%, rgba(185, 94, 65, 0.12)),
    radial-gradient(circle at 25% 48%, rgba(139, 76, 58, 0.14) 0 0.052rem, transparent 0.105rem),
    radial-gradient(circle at 66% 42%, rgba(139, 76, 58, 0.1) 0 0.048rem, transparent 0.1rem) !important;
}

.hero-flow__platform::after {
  bottom: -0.68rem !important;
  height: 66% !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.5), transparent 48%),
    linear-gradient(180deg, rgba(248, 219, 205, 0.98), rgba(205, 130, 91, 0.52) 60%, rgba(112, 63, 47, 0.24)) !important;
  box-shadow:
    inset 0 0.08rem 0 rgba(255, 255, 255, 0.58),
    inset 0 -0.95rem 1.5rem rgba(112, 62, 45, 0.15),
    0 1.5rem 2.25rem rgba(91, 54, 40, 0.17) !important;
}

.hero-flow__vase-stage::before {
  bottom: clamp(5.28rem, 5.7vw, 6.05rem) !important;
  width: min(32%, 7.8rem) !important;
  opacity: 0.84 !important;
}

.hero-flow__vase-stage::after {
  left: 55% !important;
  width: min(80%, 21rem) !important;
}

.hero-flow__orb {
  left: clamp(3.2rem, 7.4vw, 4.45rem) !important;
  bottom: clamp(2.2rem, 2.85vw, 2.95rem) !important;
  width: clamp(4.95rem, 7vw, 5.9rem) !important;
  transform: translateY(0.38rem) scale(0.82) !important;
  box-shadow:
    0 0.55rem 0.72rem rgba(70, 42, 31, 0.2),
    0 1.45rem 2.7rem rgba(121, 75, 56, 0.15),
    inset 0.68rem 0.5rem 1.25rem rgba(255, 255, 255, 0.64),
    inset -0.9rem -1rem 1.55rem rgba(161, 75, 42, 0.16) !important;
}

.hero-flow__orb::before {
  bottom: -0.58rem !important;
  height: 0.98rem !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(47, 29, 22, 0.38), rgba(132, 72, 48, 0.17) 60%, transparent 76%) !important;
  filter: blur(0.38rem) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__step--four {
    left: 0 !important;
    top: clamp(31rem, 59vw, 34rem) !important;
  }

  .hero-flow__step--five {
    left: 11% !important;
    top: clamp(37rem, 70vw, 40rem) !important;
  }

  .hero-flow__vase-stage {
    top: 720px !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__step--four {
    left: 0 !important;
    top: clamp(29rem, 121vw, 33rem) !important;
  }

  .hero-flow__step--five {
    left: 9% !important;
    top: clamp(34.2rem, 142vw, 38rem) !important;
  }

  .hero-flow__platform {
    left: 54% !important;
    width: min(76%, 16.2rem) !important;
    height: clamp(4.05rem, 14.5vw, 4.75rem) !important;
  }

  .hero-flow__orb {
    left: clamp(2.7rem, 16vw, 3.7rem) !important;
    bottom: clamp(2rem, 7vw, 2.45rem) !important;
    width: clamp(3.45rem, 14vw, 3.9rem) !important;
  }

  .hero-flow__metric-card--scene {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

/* Right hero scene spacing pass: keep the process route clear of the vase composition. */
.hero-flow__path-wrap {
  z-index: 1 !important;
}

.hero-flow__vase-stage {
  overflow: visible !important;
  z-index: 4 !important;
}

.hero-flow__platform {
  z-index: 1 !important;
  left: 54% !important;
  bottom: clamp(0.65rem, 1vw, 1rem) !important;
  width: min(72%, 19.6rem) !important;
  height: clamp(5.15rem, 5.35vw, 6.1rem) !important;
  border-radius: 50% / 18% !important;
  box-shadow:
    0 0.9rem 1.6rem rgba(57, 35, 27, 0.18),
    0 3rem 4.4rem rgba(176, 89, 58, 0.13),
    inset 0 0.12rem 0 rgba(255, 255, 255, 0.92),
    inset 0 -1.2rem 1.75rem rgba(108, 61, 45, 0.18) !important;
}

.hero-flow__platform::after {
  bottom: -0.62rem !important;
  height: 64% !important;
}

.hero-flow__vase-photo {
  z-index: 5 !important;
}

.hero-flow__vase-stage::before {
  left: 50% !important;
  bottom: clamp(5.18rem, 5.6vw, 5.95rem) !important;
  width: min(31%, 7.45rem) !important;
  height: clamp(1rem, 1.25vw, 1.35rem) !important;
  opacity: 0.88 !important;
}

.hero-flow__vase-stage::after {
  left: 54% !important;
  width: min(76%, 20.2rem) !important;
}

.hero-flow__orb {
  z-index: 6 !important;
  left: clamp(2.15rem, 5.8vw, 3.2rem) !important;
  bottom: clamp(2.18rem, 2.75vw, 2.9rem) !important;
  width: clamp(4.8rem, 6.3vw, 5.55rem) !important;
  transform: translateY(0.24rem) scale(0.84) !important;
}

.hero-flow__orb::before {
  bottom: -0.62rem !important;
  width: 82% !important;
  height: 1.05rem !important;
  filter: blur(0.36rem) !important;
  opacity: 0.9 !important;
}

.hero-flow__metric-card--scene {
  z-index: 7 !important;
}

@media (min-width: 1440px) {
  .hero-flow__path-wrap {
    left: calc(2% - 62px) !important;
  }

  .hero-flow__step--one {
    left: 26% !important;
  }

  .hero-flow__step--two {
    left: 6% !important;
  }

  .hero-flow__step--three {
    left: 35% !important;
  }

  .hero-flow__step--four {
    left: -4% !important;
    top: clamp(29.1rem, 33vw, 30.6rem) !important;
  }

  .hero-flow__step--five {
    left: 6% !important;
    top: clamp(35.5rem, 40vw, 37.3rem) !important;
  }

  .hero-flow__metric-card--scene {
    right: -27% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__path-wrap {
    left: calc(0% - 54px) !important;
  }

  .hero-flow__step--one {
    left: 26% !important;
  }

  .hero-flow__step--two {
    left: 6% !important;
  }

  .hero-flow__step--three {
    left: 34% !important;
  }

  .hero-flow__step--four {
    left: -4% !important;
    top: clamp(27.8rem, 40vw, 29.9rem) !important;
  }

  .hero-flow__step--five {
    left: 6% !important;
    top: clamp(32.8rem, 44vw, 35.4rem) !important;
  }

  .hero-flow__metric-card--scene {
    right: -22% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__path-wrap {
    left: 47% !important;
  }

  .hero-flow__step--four {
    left: -2% !important;
  }

  .hero-flow__step--five {
    left: 7% !important;
  }

  .hero-flow__platform {
    width: min(72%, 18rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    left: 53% !important;
    width: min(72%, 15.8rem) !important;
  }

  .hero-flow__orb {
    left: clamp(2.35rem, 14vw, 3.2rem) !important;
    width: clamp(3.25rem, 13vw, 3.7rem) !important;
  }
}

/* Final right-graphic alignment: full pedestal visibility and clearer process map spacing. */
.hero-flow__process-scene,
.hero-flow__vase-stage {
  overflow: visible !important;
}

.hero-flow__platform,
.hero-flow__platform::before,
.hero-flow__platform::after {
  overflow: visible !important;
}

.hero-flow__vase-stage {
  width: min(40vw, 438px) !important;
}

.hero-flow__platform {
  left: 50% !important;
  width: min(70%, 18.8rem) !important;
  max-width: 100% !important;
  transform: translateX(-50%) rotateX(10deg) !important;
}

.hero-flow__vase-stage::after {
  left: 50% !important;
  width: min(74%, 19.6rem) !important;
  transform: translateX(-50%) !important;
}

.hero-flow__vase-stage::before {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.hero-flow__orb {
  left: clamp(2.45rem, 6.25vw, 3.65rem) !important;
  bottom: clamp(2.25rem, 2.85vw, 3rem) !important;
  width: clamp(4.65rem, 5.9vw, 5.35rem) !important;
  transform: translateY(0.18rem) scale(0.86) !important;
}

@media (min-width: 1440px) {
  .hero-flow__path-wrap {
    left: calc(2% - 118px) !important;
  }

  .hero-flow__step {
    margin-left: -54px !important;
  }

  .hero-flow__step--one {
    left: 28% !important;
    top: 24px !important;
  }

  .hero-flow__step--two {
    left: 9% !important;
    top: 188px !important;
  }

  .hero-flow__step--three {
    left: 37% !important;
    top: 350px !important;
  }

  .hero-flow__step--four {
    left: 3% !important;
    top: clamp(29.4rem, 33.5vw, 31rem) !important;
  }

  .hero-flow__step--five {
    left: 13% !important;
    top: clamp(35.6rem, 40.2vw, 37.2rem) !important;
  }

  .hero-flow__metric-card--scene {
    right: -25% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__path-wrap {
    left: calc(0% - 104px) !important;
  }

  .hero-flow__step {
    margin-left: -46px !important;
  }

  .hero-flow__step--one {
    left: 28% !important;
  }

  .hero-flow__step--two {
    left: 9% !important;
  }

  .hero-flow__step--three {
    left: 36% !important;
  }

  .hero-flow__step--four {
    left: 2% !important;
    top: clamp(28rem, 40.2vw, 30rem) !important;
  }

  .hero-flow__step--five {
    left: 12% !important;
    top: clamp(33rem, 44.2vw, 35.5rem) !important;
  }

  .hero-flow__vase-stage {
    width: min(42vw, 390px) !important;
  }

  .hero-flow__metric-card--scene {
    right: -21% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__path-wrap {
    left: 44% !important;
  }

  .hero-flow__step {
    margin-left: -22px !important;
  }

  .hero-flow__vase-stage {
    width: min(86vw, 330px) !important;
  }

  .hero-flow__platform {
    width: min(72%, 17.2rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__step {
    margin-left: -12px !important;
  }

  .hero-flow__vase-stage {
    width: min(88vw, 310px) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    width: min(70%, 14.8rem) !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(74%, 15.2rem) !important;
  }

  .hero-flow__orb {
    left: clamp(2.45rem, 16vw, 3.3rem) !important;
  }
}

/* Pedestal anti-crop fix: keep the whole vase base inside the hero frame. */
@media (min-width: 901px) {
  .hero-flow__vase-stage {
    right: clamp(0.65rem, 1.5vw, 1.35rem) !important;
    width: min(36vw, 420px) !important;
    overflow: visible !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    width: min(64%, 17.6rem) !important;
    max-width: calc(100% - 2.5rem) !important;
    transform: translateX(-50%) rotateX(10deg) !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 3% !important;
    right: 3% !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(68%, 18.2rem) !important;
    max-width: calc(100% - 2.25rem) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    width: min(29%, 7rem) !important;
  }

  .hero-flow__orb {
    left: clamp(2.6rem, 6vw, 3.45rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .hero-flow__platform {
    width: min(66%, 15.8rem) !important;
    max-width: calc(100% - 2rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(64%, 13.8rem) !important;
    max-width: calc(100% - 1.75rem) !important;
  }
}

/* Latest hero graphic fix: centered vase base, route stops and compact mobile scene. */
.hero-flow__vase-stage {
  overflow: visible !important;
}

.hero-flow__platform {
  left: 50% !important;
  width: clamp(12.5rem, 58%, 16.6rem) !important;
  max-width: calc(100% - 3rem) !important;
  transform: translateX(-50%) rotateX(10deg) !important;
}

.hero-flow__vase-photo {
  right: 50% !important;
  transform: translateX(50%) !important;
}

.hero-flow__vase-stage::after {
  left: 50% !important;
  width: clamp(12.75rem, 60%, 17rem) !important;
  max-width: calc(100% - 2.75rem) !important;
  transform: translateX(-50%) !important;
}

.hero-flow__vase-stage::before {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

@media (min-width: 1440px) {
  .hero-flow__path-wrap {
    left: calc(2% - 104px) !important;
  }

  .hero-flow__step {
    margin-left: 0 !important;
  }

  .hero-flow__step--one {
    left: 24% !important;
    top: 24px !important;
  }

  .hero-flow__step--two {
    left: 5% !important;
    top: 188px !important;
  }

  .hero-flow__step--three {
    left: 32% !important;
    top: 350px !important;
  }

  .hero-flow__step--four {
    left: 5% !important;
    top: 520px !important;
  }

  .hero-flow__step--five {
    left: 24% !important;
    top: 682px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__path-wrap {
    left: calc(0% - 92px) !important;
  }

  .hero-flow__step {
    margin-left: 0 !important;
  }

  .hero-flow__step--one {
    left: 24% !important;
    top: 22px !important;
  }

  .hero-flow__step--two {
    left: 5% !important;
    top: 180px !important;
  }

  .hero-flow__step--three {
    left: 31% !important;
    top: 336px !important;
  }

  .hero-flow__step--four {
    left: 5% !important;
    top: 498px !important;
  }

  .hero-flow__step--five {
    left: 23% !important;
    top: 646px !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__process-scene {
    min-height: clamp(760px, 205vw, 850px) !important;
    margin-top: 10px !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    top: 0 !important;
    width: min(92vw, 340px) !important;
    height: 560px !important;
    transform: translateX(-50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__step {
    min-width: 138px !important;
    min-height: 60px !important;
    margin-left: 0 !important;
    padding: 8px 13px 8px 10px !important;
    grid-template-columns: 42px auto !important;
    column-gap: 10px !important;
  }

  .hero-flow__step span {
    width: 42px !important;
    height: 42px !important;
  }

  .hero-flow__step svg {
    width: 21px !important;
    height: 21px !important;
  }

  .hero-flow__step h2 {
    font-size: 0.64rem !important;
    letter-spacing: 0.2em !important;
  }

  .hero-flow__step small {
    font-size: 0.58rem !important;
  }

  .hero-flow__step--one {
    left: 46% !important;
    top: 4px !important;
  }

  .hero-flow__step--two {
    left: 4% !important;
    top: 124px !important;
  }

  .hero-flow__step--three {
    left: 48% !important;
    top: 246px !important;
  }

  .hero-flow__step--four {
    left: 5% !important;
    top: 370px !important;
  }

  .hero-flow__step--five {
    left: 42% !important;
    top: 492px !important;
  }

  .hero-flow__vase-stage {
    top: 548px !important;
    right: 50% !important;
    width: min(84vw, 280px) !important;
    height: 270px !important;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 20px !important;
    width: min(58vw, 180px) !important;
    height: 286px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    bottom: 10px !important;
    width: min(58%, 11.5rem) !important;
    max-width: calc(100% - 2.5rem) !important;
    height: 3.9rem !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(60%, 12rem) !important;
    max-width: calc(100% - 2.5rem) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    bottom: 4.25rem !important;
    width: min(26%, 5.25rem) !important;
  }

  .hero-flow__orb {
    left: clamp(2rem, 16vw, 2.8rem) !important;
    bottom: 1.8rem !important;
    width: clamp(3rem, 12vw, 3.45rem) !important;
  }

  .hero-flow__metric-card--scene {
    position: absolute !important;
    top: 622px !important;
    right: 0 !important;
    width: min(42vw, 145px) !important;
    min-height: 168px !important;
    margin: 0 !important;
    padding: 16px 14px !important;
  }

  .hero-flow__metric-card--scene strong {
    font-size: 2.2rem !important;
    margin-top: 10px !important;
  }

  .hero-flow__metric-card--scene h2 {
    font-size: 0.58rem !important;
    margin: 8px 0 10px !important;
  }

  .hero-flow__metric-card--scene p {
    font-size: 0.68rem !important;
    line-height: 1.45 !important;
  }
}

/* Final compact pass: prevent mobile spread and keep the pedestal fully in frame. */
@media (min-width: 1024px) {
  .hero-flow__vase-stage {
    overflow: visible !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    width: min(60%, 16.4rem) !important;
    max-width: calc(100% - 3.5rem) !important;
    transform: translateX(-50%) rotateX(10deg) !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 6% !important;
    right: 6% !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(64%, 17rem) !important;
    max-width: calc(100% - 3rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__vase-stage::before,
  .hero-flow__vase-photo {
    left: auto !important;
    right: 50% !important;
    transform: translateX(50%) !important;
  }
}

@media (min-width: 1440px) {
  .hero-flow__path-wrap {
    left: calc(2% - 96px) !important;
  }

  .hero-flow__step--four {
    left: calc(6% - 52px) !important;
    top: 514px !important;
  }

  .hero-flow__step--five {
    left: calc(24% - 52px) !important;
    top: 664px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__path-wrap {
    left: calc(0% - 84px) !important;
  }

  .hero-flow__step--four {
    left: calc(6% - 52px) !important;
    top: 488px !important;
  }

  .hero-flow__step--five {
    left: calc(24% - 52px) !important;
    top: 626px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__process-scene {
    min-height: 860px !important;
    overflow: visible !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    top: 0 !important;
    width: min(58vw, 360px) !important;
    height: 590px !important;
    transform: translateX(-50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__step {
    margin-left: 0 !important;
  }

  .hero-flow__step--one {
    left: 50% !important;
    top: 0 !important;
  }

  .hero-flow__step--two {
    left: 8% !important;
    top: 132px !important;
  }

  .hero-flow__step--three {
    left: 50% !important;
    top: 264px !important;
  }

  .hero-flow__step--four {
    left: calc(8% - 52px) !important;
    top: 398px !important;
  }

  .hero-flow__step--five {
    left: calc(46% - 52px) !important;
    top: 524px !important;
  }

  .hero-flow__vase-stage {
    top: 560px !important;
    right: 50% !important;
    width: min(48vw, 300px) !important;
    height: 280px !important;
    overflow: visible !important;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 18px !important;
    width: 178px !important;
    height: 286px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    bottom: 8px !important;
    width: min(58%, 12rem) !important;
    max-width: calc(100% - 2.5rem) !important;
    height: 4rem !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 7% !important;
    right: 7% !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(62%, 12.8rem) !important;
    max-width: calc(100% - 2.5rem) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    bottom: 4.25rem !important;
    width: min(26%, 5.5rem) !important;
  }

  .hero-flow__orb {
    left: clamp(2.15rem, 15vw, 3rem) !important;
    bottom: 1.8rem !important;
    width: 3.5rem !important;
  }

  .hero-flow__metric-card--scene {
    top: 610px !important;
    right: clamp(1rem, 8vw, 3rem) !important;
    width: min(30vw, 158px) !important;
    min-height: 170px !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__process-scene {
    min-height: clamp(700px, 188vw, 790px) !important;
    overflow: visible !important;
  }

  .hero-flow__path-wrap {
    left: 50% !important;
    top: -4px !important;
    width: min(86vw, 320px) !important;
    height: 510px !important;
    transform: translateX(-50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__step {
    min-width: 132px !important;
    min-height: 56px !important;
    padding: 7px 12px 7px 9px !important;
    grid-template-columns: 38px auto !important;
  }

  .hero-flow__step span {
    width: 38px !important;
    height: 38px !important;
  }

  .hero-flow__step svg {
    width: 20px !important;
    height: 20px !important;
  }

  .hero-flow__step--one {
    left: 47% !important;
    top: 2px !important;
  }

  .hero-flow__step--two {
    left: 4% !important;
    top: 108px !important;
  }

  .hero-flow__step--three {
    left: 47% !important;
    top: 218px !important;
  }

  .hero-flow__step--four {
    left: 4% !important;
    top: 328px !important;
  }

  .hero-flow__step--five {
    left: 42% !important;
    top: 434px !important;
  }

  .hero-flow__vase-stage {
    top: 488px !important;
    right: 50% !important;
    width: min(76vw, 250px) !important;
    height: 240px !important;
    overflow: visible !important;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 18px !important;
    width: min(50vw, 156px) !important;
    height: 250px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    bottom: 8px !important;
    width: min(56%, 10.2rem) !important;
    max-width: calc(100% - 2.25rem) !important;
    height: 3.45rem !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 8% !important;
    right: 8% !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(60%, 10.8rem) !important;
    max-width: calc(100% - 2.25rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    bottom: 3.85rem !important;
    width: min(25%, 4.55rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__orb {
    left: clamp(1.8rem, 14vw, 2.4rem) !important;
    bottom: 1.55rem !important;
    width: clamp(2.75rem, 10.8vw, 3.15rem) !important;
  }

  .hero-flow__metric-card--scene {
    top: 536px !important;
    right: clamp(0.25rem, 2vw, 0.85rem) !important;
    width: min(39vw, 132px) !important;
    min-height: 150px !important;
    padding: 13px 12px !important;
  }

  .hero-flow__metric-card--scene strong {
    font-size: 1.9rem !important;
    margin-top: 8px !important;
  }

  .hero-flow__metric-card--scene h2 {
    font-size: 0.5rem !important;
    letter-spacing: 0.17em !important;
  }

  .hero-flow__metric-card--scene p {
    font-size: 0.62rem !important;
    line-height: 1.38 !important;
  }
}

/* Final vase lift: keep the pot closer to the process path on smaller views. */
@media (min-width: 1440px) {
  .hero-flow__vase-stage {
    top: 34px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__vase-stage {
    top: 42px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage {
    top: 520px !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage {
    top: 462px !important;
  }
}

/* Targeted polish: vase shift, uncropped pedestal, lower wave and compact mobile composition. */
@media (min-width: 1024px) {
  .hero-flow__vase-stage {
    right: calc(50% - 10px) !important;
    top: 14px !important;
    width: min(37vw, 440px) !important;
    overflow: visible !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 112px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    right: auto !important;
    bottom: 18px !important;
    width: min(76%, 21.5rem) !important;
    max-width: calc(100% - 1.1rem) !important;
    transform: translateX(-50%) rotateX(10deg) !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 2% !important;
    right: 2% !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    right: auto !important;
    width: min(80%, 22.4rem) !important;
    max-width: calc(100% - 0.85rem) !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    right: auto !important;
    width: min(34%, 8.4rem) !important;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1440px) {
  .hero-flow__vase-stage {
    top: 14px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__vase-stage {
    top: 22px !important;
  }
}

.hero-flow__values {
  padding-top: clamp(152px, 11.5vw, 198px) !important;
}

.hero-flow__values::before {
  top: -18px !important;
}

.hero-flow__values::after {
  top: -4px !important;
}

.hero--flow .scroll-cue {
  margin-bottom: clamp(20px, 3vw, 42px) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__process-scene {
    min-height: 780px !important;
  }

  .hero-flow__vase-stage {
    top: 476px !important;
    right: calc(50% - 10px) !important;
    width: min(48vw, 290px) !important;
    height: 260px !important;
    overflow: visible !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 56px !important;
    width: 162px !important;
    height: 260px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    width: min(70%, 13rem) !important;
    max-width: calc(100% - 1rem) !important;
  }

  .hero-flow__metric-card--scene {
    top: 538px !important;
    right: clamp(0.25rem, 3vw, 1.2rem) !important;
  }

  .hero-flow__values {
    padding-top: 132px !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__process-scene {
    min-height: clamp(620px, 166vw, 700px) !important;
    overflow: visible !important;
  }

  .hero-flow__path-wrap {
    top: -10px !important;
    width: min(82vw, 300px) !important;
    height: 462px !important;
  }

  .hero-flow__step {
    min-width: 122px !important;
    min-height: 52px !important;
    padding: 6px 10px 6px 8px !important;
    grid-template-columns: 34px auto !important;
    column-gap: 8px !important;
  }

  .hero-flow__step span {
    width: 34px !important;
    height: 34px !important;
  }

  .hero-flow__step svg {
    width: 18px !important;
    height: 18px !important;
  }

  .hero-flow__step small {
    font-size: 0.54rem !important;
  }

  .hero-flow__step h2 {
    font-size: 0.58rem !important;
    letter-spacing: 0.18em !important;
  }

  .hero-flow__step--one {
    left: 47% !important;
    top: 0 !important;
  }

  .hero-flow__step--two {
    left: 4% !important;
    top: 96px !important;
  }

  .hero-flow__step--three {
    left: 47% !important;
    top: 194px !important;
  }

  .hero-flow__step--four {
    left: calc(4% - 52px) !important;
    top: 292px !important;
  }

  .hero-flow__step--five {
    left: calc(42% - 52px) !important;
    top: 386px !important;
  }

  .hero-flow__vase-stage {
    top: 418px !important;
    right: 6px !important;
    width: min(58vw, 212px) !important;
    height: 214px !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) !important;
    overflow: visible !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 48px !important;
    width: min(38vw, 130px) !important;
    height: 210px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    bottom: 8px !important;
    width: min(70%, 9.2rem) !important;
    max-width: calc(100% - 0.75rem) !important;
    height: 3.15rem !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 3% !important;
    right: 3% !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(74%, 9.8rem) !important;
    max-width: calc(100% - 0.75rem) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    bottom: 3.45rem !important;
    width: min(30%, 4.4rem) !important;
  }

  .hero-flow__orb {
    left: clamp(1rem, 8vw, 1.55rem) !important;
    bottom: 1.3rem !important;
    width: clamp(2.35rem, 9.5vw, 2.8rem) !important;
  }

  .hero-flow__metric-card--scene {
    top: 430px !important;
    right: auto !important;
    left: 0 !important;
    width: min(36vw, 122px) !important;
    min-height: 136px !important;
    padding: 12px 10px !important;
  }

  .hero-flow__metric-card--scene strong {
    font-size: 1.65rem !important;
  }

  .hero-flow__metric-card--scene p {
    font-size: 0.58rem !important;
  }

  .hero-flow__values {
    padding-top: 106px !important;
  }

  .hero-flow__values::before {
    top: -14px !important;
  }

  .hero-flow__values::after {
    top: 0 !important;
  }
}

/* Correction: keep desktop/tablet composition stable, move vase side only on mobile, and reveal full pedestal. */
.hero-flow__process-scene,
.hero-flow__vase-stage {
  overflow: visible !important;
}

@media (min-width: 1024px) {
  .hero-flow__vase-stage {
    right: clamp(0.65rem, 1.5vw, 1.35rem) !important;
    width: min(38vw, 460px) !important;
    height: 720px !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 20px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    right: auto !important;
    bottom: 18px !important;
    width: min(82%, 23.5rem) !important;
    max-width: none !important;
    border-radius: 999px / 48% !important;
    transform: translateX(-50%) rotateX(10deg) !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 0 !important;
    right: 0 !important;
    border-radius: inherit !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    right: auto !important;
    width: min(86%, 24rem) !important;
    max-width: none !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    right: auto !important;
    width: min(34%, 8.4rem) !important;
    transform: translateX(-50%) !important;
  }
}

@media (min-width: 1440px) {
  .hero-flow__vase-stage {
    top: 34px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__vase-stage {
    top: 42px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage {
    right: 50% !important;
    top: 520px !important;
    width: min(50vw, 320px) !important;
    height: 280px !important;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 18px !important;
    width: 178px !important;
    height: 286px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    right: auto !important;
    bottom: 8px !important;
    width: min(76%, 14.25rem) !important;
    max-width: none !important;
    border-radius: 999px / 48% !important;
    transform: translateX(-50%) rotateX(10deg) !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 0 !important;
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage {
    right: 0.35rem !important;
    top: 418px !important;
    width: min(62vw, 240px) !important;
    height: 218px !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: 48px !important;
    width: min(38vw, 130px) !important;
    height: 210px !important;
    transform: translateX(50%) !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    right: auto !important;
    bottom: 8px !important;
    width: min(78%, 10.8rem) !important;
    max-width: none !important;
    height: 3.15rem !important;
    border-radius: 999px / 48% !important;
    transform: translateX(-50%) rotateX(10deg) !important;
  }

  .hero-flow__platform::before,
  .hero-flow__platform::after {
    left: 0 !important;
    right: 0 !important;
  }

  .hero-flow__vase-stage::after {
    left: 50% !important;
    width: min(82%, 11.4rem) !important;
    max-width: none !important;
    transform: translateX(-50%) !important;
  }

  .hero-flow__vase-stage::before {
    left: 50% !important;
    bottom: 3.45rem !important;
    width: min(32%, 4.8rem) !important;
    transform: translateX(-50%) !important;
  }
}

/* Pedestal closure fix: make the stone base a complete visible object, not a cropped bar. */
.hero--flow,
.hero--flow .hero-flow,
.hero-flow__layout,
.hero-flow__process-scene,
.hero-flow__vase-stage {
  overflow: visible !important;
  clip-path: none !important;
}

.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  width: min(66%, 19rem) !important;
  max-width: calc(100% - 2.5rem) !important;
  overflow: visible !important;
  border-radius: 9999px / 48% !important;
  clip-path: none !important;
  transform: translateX(-50%) rotateX(10deg) !important;
}

.hero-flow__platform::before {
  left: 3% !important;
  right: 3% !important;
  width: auto !important;
  border-radius: 9999px / 48% !important;
}

.hero-flow__platform::after {
  left: 2% !important;
  right: 2% !important;
  width: auto !important;
  bottom: -0.28rem !important;
  border-radius: 9999px / 48% !important;
}

.hero-flow__vase-stage::after {
  left: 50% !important;
  right: auto !important;
  width: min(70%, 20rem) !important;
  max-width: calc(100% - 2rem) !important;
  transform: translateX(-50%) !important;
  border-radius: 9999px / 50% !important;
}

@media (min-width: 1024px) {
  .hero-flow__vase-stage {
    padding-inline: 1.25rem !important;
    box-sizing: border-box !important;
  }

  .hero-flow__platform {
    width: min(68%, 20rem) !important;
    max-width: calc(100% - 3.25rem) !important;
  }

  .hero-flow__vase-stage::after {
    width: min(72%, 20.75rem) !important;
    max-width: calc(100% - 3rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__platform {
    width: min(66%, 12.8rem) !important;
    max-width: calc(100% - 2rem) !important;
  }

  .hero-flow__vase-stage::after {
    width: min(70%, 13.5rem) !important;
    max-width: calc(100% - 1.8rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(66%, 9.6rem) !important;
    max-width: calc(100% - 1.35rem) !important;
  }

  .hero-flow__vase-stage::after {
    width: min(70%, 10rem) !important;
    max-width: calc(100% - 1.25rem) !important;
  }
}

/* Process route spacing and anti-flicker stabilization. */
.hero-flow__path-wrap,
.hero-flow__step,
.hero-flow__traveler,
.hero-flow__line {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-flow__path-wrap,
.hero-flow__step {
  will-change: transform;
  transform-style: flat !important;
}

.hero-flow__line,
.hero-flow__traveler {
  vector-effect: non-scaling-stroke;
}

.hero-flow__step {
  contain: layout paint;
}

@media (min-width: 1024px) {
  .hero-flow__path-wrap {
    margin-left: -86px !important;
  }

  .hero-flow__step {
    margin-left: -86px !important;
  }
}

@media (min-width: 1440px) {
  .hero-flow__path-wrap {
    margin-left: -104px !important;
  }

  .hero-flow__step {
    margin-left: -104px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__path-wrap {
    margin-left: -48px !important;
  }

  .hero-flow__step {
    margin-left: -48px !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__path-wrap,
  .hero-flow__step {
    margin-left: 0 !important;
  }
}

/* Object support alignment: only platform, vase and orb positioning. */
.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(.92rem, 1vw, 1.08rem) !important;
  width: min(72%, 21rem) !important;
  transform: translateX(-50%) !important;
}

.hero-flow__vase-photo {
  right: 50% !important;
  bottom: clamp(4.86rem, 5.38vw, 5.88rem) !important;
  transform: translateX(50%) !important;
}

.hero-flow__orb {
  left: clamp(3.8rem, 6.8vw, 5.25rem) !important;
  right: auto !important;
  bottom: clamp(3.28rem, 3.72vw, 4.08rem) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__platform {
    width: min(72%, 14.8rem) !important;
  }

  .hero-flow__vase-photo {
    bottom: 4.12rem !important;
  }

  .hero-flow__orb {
    left: clamp(2.25rem, 8vw, 3.25rem) !important;
    bottom: 2.7rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(76%, 10.8rem) !important;
  }

  .hero-flow__vase-photo {
    bottom: 3.16rem !important;
  }

  .hero-flow__orb {
    left: clamp(1.5rem, 9vw, 2.15rem) !important;
    bottom: 2.06rem !important;
  }
}

/* Final seating correction: only vase and orb positions. */
.hero-flow__vase-photo {
  right: 50% !important;
  bottom: clamp(4.08rem, 4.58vw, 4.96rem) !important;
  transform: translateX(50%) !important;
}

.hero-flow__orb {
  left: clamp(2.55rem, 5.05vw, 3.72rem) !important;
  right: auto !important;
  bottom: clamp(2.72rem, 3.05vw, 3.36rem) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-photo {
    bottom: 3.42rem !important;
  }

  .hero-flow__orb {
    left: clamp(1.7rem, 6.4vw, 2.55rem) !important;
    bottom: 2.18rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-photo {
    bottom: 2.62rem !important;
  }

  .hero-flow__orb {
    left: clamp(1rem, 6.5vw, 1.55rem) !important;
    bottom: 1.62rem !important;
  }
}

/* Reference composition match: right hero still-life only. */
@media (min-width: 1024px) {
  .hero-flow__vase-stage {
    right: clamp(-.35rem, .2vw, .4rem) !important;
    top: clamp(3.1rem, 4.6vw, 4.45rem) !important;
    width: min(42vw, 27rem) !important;
    height: clamp(39rem, 52vw, 47rem) !important;
    overflow: visible !important;
    clip-path: none !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    right: auto !important;
    bottom: clamp(1rem, 1.15vw, 1.32rem) !important;
    width: min(88%, 25.25rem) !important;
    max-width: none !important;
    height: clamp(3.25rem, 3.8vw, 4.18rem) !important;
    transform: translateX(-50%) !important;
    border-radius: 6px !important;
    background:
      radial-gradient(circle at 16% 42%, rgba(89, 64, 52, .16) 0 .035rem, transparent .082rem),
      radial-gradient(circle at 38% 64%, rgba(89, 64, 52, .11) 0 .03rem, transparent .075rem),
      radial-gradient(circle at 63% 34%, rgba(89, 64, 52, .13) 0 .034rem, transparent .08rem),
      radial-gradient(circle at 84% 68%, rgba(89, 64, 52, .1) 0 .03rem, transparent .072rem),
      linear-gradient(180deg, #efd4c4 0%, #e4b894 100%) !important;
    background-size: 1.2rem .95rem, 1.75rem 1.22rem, 2.05rem 1.48rem, 2.5rem 1.72rem, auto !important;
    box-shadow:
      0 1.15rem 1.9rem rgba(78, 48, 36, .18),
      0 2.6rem 4.2rem rgba(144, 80, 55, .11),
      inset 0 1px 0 rgba(255, 255, 255, .52) !important;
  }

  .hero-flow__platform::before {
    left: 0 !important;
    right: 0 !important;
    top: -.78rem !important;
    bottom: auto !important;
    width: auto !important;
    height: .82rem !important;
    border-radius: 6px 6px 0 0 !important;
    background:
      radial-gradient(circle at 22% 52%, rgba(97, 70, 57, .13) 0 .03rem, transparent .07rem),
      radial-gradient(circle at 56% 36%, rgba(97, 70, 57, .1) 0 .028rem, transparent .066rem),
      #f6dfd2 !important;
    background-size: 1.2rem .95rem, 1.85rem 1.3rem, auto !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .68),
      0 1px 0 rgba(111, 72, 54, .1) !important;
  }

  .hero-flow__platform::after {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    width: auto !important;
    height: 100% !important;
    border-radius: 0 0 6px 6px !important;
    background:
      radial-gradient(circle at 18% 48%, rgba(79, 58, 48, .14) 0 .032rem, transparent .072rem),
      radial-gradient(circle at 48% 70%, rgba(79, 58, 48, .1) 0 .03rem, transparent .07rem),
      radial-gradient(circle at 82% 42%, rgba(79, 58, 48, .11) 0 .03rem, transparent .07rem),
      linear-gradient(180deg, #e4b894 0%, #d59b75 100%) !important;
    background-size: 1.22rem .95rem, 1.82rem 1.25rem, 2.35rem 1.62rem, auto !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .18),
      inset 0 -1px 0 rgba(82, 57, 46, .18) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: clamp(4.22rem, 4.95vw, 5.42rem) !important;
    transform: translateX(50%) !important;
    z-index: 7 !important;
  }

  .hero-flow__orb {
    left: clamp(1.8rem, 4.35vw, 2.85rem) !important;
    right: auto !important;
    bottom: clamp(3.78rem, 4.18vw, 4.72rem) !important;
    transform: translate3d(0, 0, 0) scale(.98) !important;
    z-index: 8 !important;
  }

  .hero-flow__metric-card--scene {
    right: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9 !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage {
    overflow: visible !important;
  }

  .hero-flow__vase-photo {
    bottom: 3.54rem !important;
  }

  .hero-flow__orb {
    left: clamp(1.28rem, 5.2vw, 2rem) !important;
    bottom: 2.84rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage {
    overflow: visible !important;
  }

  .hero-flow__vase-photo {
    bottom: 2.78rem !important;
  }

  .hero-flow__orb {
    left: clamp(.92rem, 5vw, 1.35rem) !important;
    bottom: 2.1rem !important;
  }
}

/* SVG-only vase scene: final cascade guard for the inline vase and orb. */
svg.hero-flow__vase-photo,
svg.hero-flow__orb {
  display: block !important;
  overflow: visible !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

svg.hero-flow__vase-photo {
  position: absolute !important;
  width: min(34vw, 340px) !important;
  height: 690px !important;
  filter: drop-shadow(0 1.35rem 2.1rem rgba(104, 62, 44, .14)) !important;
}

svg.hero-flow__orb {
  position: absolute !important;
  width: 114px !important;
  height: 114px !important;
  aspect-ratio: 1 !important;
  border-radius: 0 !important;
}

svg.hero-flow__orb::before,
svg.hero-flow__orb::after,
svg.hero-flow__vase-photo::before,
svg.hero-flow__vase-photo::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 1024px) {
  svg.hero-flow__vase-photo {
    width: min(34vw, 340px) !important;
    height: 690px !important;
  }

  svg.hero-flow__orb {
    left: clamp(3.05rem, 5.25vw, 4.1rem) !important;
    bottom: clamp(3.78rem, 4.18vw, 4.72rem) !important;
    width: 114px !important;
    height: 114px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  svg.hero-flow__vase-photo {
    width: 235px !important;
    height: 430px !important;
  }

  svg.hero-flow__orb {
    left: clamp(1.95rem, 6.6vw, 2.75rem) !important;
    bottom: 2.84rem !important;
    width: 82px !important;
    height: 82px !important;
  }
}

@media (max-width: 767px) {
  svg.hero-flow__vase-photo {
    width: clamp(10rem, 48vw, 13.75rem) !important;
    height: clamp(18.5rem, 82vw, 26.5rem) !important;
  }

  svg.hero-flow__orb {
    left: clamp(1.22rem, 7.2vw, 1.85rem) !important;
    bottom: 2.1rem !important;
    width: clamp(3.25rem, 15vw, 4.625rem) !important;
    height: clamp(3.25rem, 15vw, 4.625rem) !important;
  }
}

/* SVG-only vase scene: replaces bitmap vase/orb while keeping the same stage layout. */
svg.hero-flow__vase-photo,
svg.hero-flow__orb {
  display: block !important;
  overflow: visible !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

svg.hero-flow__vase-photo {
  position: absolute !important;
  width: min(34vw, 340px) !important;
  height: 690px !important;
  filter: drop-shadow(0 1.35rem 2.1rem rgba(104, 62, 44, .14)) !important;
}

svg.hero-flow__orb {
  position: absolute !important;
  width: 114px !important;
  height: 114px !important;
  aspect-ratio: 1 !important;
  border-radius: 0 !important;
}

svg.hero-flow__orb::before,
svg.hero-flow__orb::after,
svg.hero-flow__vase-photo::before,
svg.hero-flow__vase-photo::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 1024px) {
  svg.hero-flow__vase-photo {
    width: min(34vw, 340px) !important;
    height: 690px !important;
  }

  svg.hero-flow__orb {
    width: 114px !important;
    height: 114px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  svg.hero-flow__vase-photo {
    width: 235px !important;
    height: 430px !important;
  }

  svg.hero-flow__orb {
    width: 82px !important;
    height: 82px !important;
  }
}

@media (max-width: 767px) {
  svg.hero-flow__vase-photo {
    width: clamp(10rem, 48vw, 13.75rem) !important;
    height: clamp(18.5rem, 82vw, 26.5rem) !important;
  }

  svg.hero-flow__orb {
    width: clamp(3.25rem, 15vw, 4.625rem) !important;
    height: clamp(3.25rem, 15vw, 4.625rem) !important;
  }
}

/* Final SVG composition placement: orb closer to the vase, platform untouched. */
@media (min-width: 1024px) {
  svg.hero-flow__orb {
    left: clamp(2.15rem, 4.05vw, 2.85rem) !important;
    bottom: clamp(3.78rem, 4.18vw, 4.72rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  svg.hero-flow__orb {
    left: clamp(1.45rem, 5.7vw, 2.2rem) !important;
    bottom: 2.84rem !important;
  }
}

@media (max-width: 767px) {
  svg.hero-flow__orb {
    left: clamp(1.02rem, 6.4vw, 1.55rem) !important;
    bottom: 2.1rem !important;
  }
}

/* Final support alignment: only platform, vase and orb positioning. */
.hero-flow__platform {
  bottom: clamp(1rem, 1.15vw, 1.25rem) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

.hero-flow__vase-photo {
  bottom: clamp(4.72rem, 5.25vw, 5.72rem) !important;
  right: 50% !important;
  transform: translateX(50%) !important;
}

.hero-flow__orb {
  bottom: clamp(3.2rem, 3.55vw, 3.95rem) !important;
  left: clamp(3.45rem, 6.2vw, 4.85rem) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-photo {
    bottom: 3.95rem !important;
  }

  .hero-flow__orb {
    bottom: 2.55rem !important;
    left: clamp(2rem, 8vw, 3.1rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-photo {
    bottom: 3.05rem !important;
  }

  .hero-flow__orb {
    bottom: 1.95rem !important;
    left: clamp(1.3rem, 9vw, 2rem) !important;
  }
}

/* Final support alignment: only platform, vase and orb positioning. */
.hero-flow__platform {
  bottom: clamp(1rem, 1.15vw, 1.25rem) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

.hero-flow__vase-photo {
  bottom: clamp(4.72rem, 5.25vw, 5.72rem) !important;
  right: 50% !important;
  transform: translateX(50%) !important;
}

.hero-flow__orb {
  bottom: clamp(3.2rem, 3.55vw, 3.95rem) !important;
  left: clamp(3.45rem, 6.2vw, 4.85rem) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-photo {
    bottom: 3.95rem !important;
  }

  .hero-flow__orb {
    bottom: 2.55rem !important;
    left: clamp(2rem, 8vw, 3.1rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-photo {
    bottom: 3.05rem !important;
  }

  .hero-flow__orb {
    bottom: 1.95rem !important;
    left: clamp(1.3rem, 9vw, 2rem) !important;
  }
}

/* Support alignment only: platform, vase and orb positions. */
.hero-flow__platform {
  bottom: clamp(1rem, 1.15vw, 1.25rem) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}

.hero-flow__vase-photo {
  bottom: clamp(4.72rem, 5.25vw, 5.72rem) !important;
  right: 50% !important;
  transform: translateX(50%) !important;
}

.hero-flow__orb {
  bottom: clamp(3.2rem, 3.55vw, 3.95rem) !important;
  left: clamp(3.45rem, 6.2vw, 4.85rem) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-photo {
    bottom: 3.95rem !important;
  }

  .hero-flow__orb {
    bottom: 2.55rem !important;
    left: clamp(2rem, 8vw, 3.1rem) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-photo {
    bottom: 3.05rem !important;
  }

  .hero-flow__orb {
    bottom: 1.95rem !important;
    left: clamp(1.3rem, 9vw, 2rem) !important;
  }
}

/* Hard-edge stone plinth: no cushion, no bulge, no rounded block. */
.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(.95rem, 1.05vw, 1.18rem) !important;
  width: min(72%, 21.25rem) !important;
  max-width: none !important;
  height: clamp(3.15rem, 3.55vw, 3.9rem) !important;
  transform: translateX(-50%) !important;
  transform-origin: center center !important;
  overflow: visible !important;
  clip-path: none !important;
  border-radius: 5px !important;
  background:
    radial-gradient(circle at 12% 38%, rgba(95, 70, 58, .14) 0 .035rem, transparent .078rem),
    radial-gradient(circle at 34% 62%, rgba(95, 70, 58, .1) 0 .032rem, transparent .074rem),
    radial-gradient(circle at 59% 42%, rgba(95, 70, 58, .11) 0 .034rem, transparent .076rem),
    radial-gradient(circle at 83% 66%, rgba(95, 70, 58, .09) 0 .03rem, transparent .07rem),
    linear-gradient(180deg, #f6dacb 0%, #edc4ae 100%) !important;
  background-size:
    1.2rem .9rem,
    1.7rem 1.2rem,
    2.05rem 1.45rem,
    2.45rem 1.7rem,
    auto !important;
  box-shadow:
    0 .8rem 1.55rem rgba(70, 44, 34, .16),
    0 2rem 3.65rem rgba(177, 94, 65, .1),
    inset 0 1px 0 rgba(255, 255, 255, .55),
    inset 0 -1px 0 rgba(111, 72, 58, .14) !important;
  z-index: 2 !important;
}

.hero-flow__platform::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -1.05rem !important;
  bottom: auto !important;
  width: auto !important;
  height: 2.1rem !important;
  border-radius: 5px !important;
  background:
    radial-gradient(circle at 16% 46%, rgba(95, 70, 58, .12) 0 .032rem, transparent .074rem),
    radial-gradient(circle at 42% 32%, rgba(95, 70, 58, .09) 0 .03rem, transparent .07rem),
    radial-gradient(circle at 76% 54%, rgba(95, 70, 58, .1) 0 .032rem, transparent .074rem),
    linear-gradient(180deg, #fff2ea 0%, #f3d3c3 100%) !important;
  background-size: 1.25rem .95rem, 1.8rem 1.25rem, 2.3rem 1.6rem, auto !important;
  box-shadow:
    0 .12rem .22rem rgba(87, 55, 43, .08),
    inset 0 1px 0 rgba(255, 255, 255, .72) !important;
}

.hero-flow__platform::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  width: auto !important;
  height: 100% !important;
  border-radius: 0 0 5px 5px !important;
  background:
    radial-gradient(circle at 21% 44%, rgba(82, 61, 50, .13) 0 .032rem, transparent .074rem),
    radial-gradient(circle at 52% 68%, rgba(82, 61, 50, .1) 0 .03rem, transparent .07rem),
    radial-gradient(circle at 88% 38%, rgba(82, 61, 50, .09) 0 .03rem, transparent .068rem),
    linear-gradient(180deg, #eac0aa 0%, #d79d79 100%) !important;
  background-size: 1.25rem .95rem, 1.8rem 1.25rem, 2.3rem 1.6rem, auto !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .24),
    inset 0 -1px 0 rgba(85, 55, 44, .16) !important;
}

.hero-flow__vase-stage::before {
  bottom: clamp(4.05rem, 4.52vw, 4.88rem) !important;
  width: min(27%, 7rem) !important;
  height: clamp(.5rem, .62vw, .72rem) !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(41, 27, 22, .35), rgba(116, 72, 54, .14) 60%, transparent 78%) !important;
  filter: blur(.28rem) !important;
  opacity: .82 !important;
}

.hero-flow__vase-stage::after {
  bottom: clamp(.25rem, .42vw, .48rem) !important;
  width: min(76%, 22rem) !important;
  height: clamp(1rem, 1.2vw, 1.35rem) !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(59, 38, 31, .16), rgba(150, 88, 64, .07) 55%, transparent 76%) !important;
  filter: blur(.34rem) !important;
  opacity: .66 !important;
}

@media (min-width: 1024px) {
  .hero-flow__platform {
    width: min(72%, 21.5rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__platform {
    width: min(72%, 14.5rem) !important;
    height: 2.65rem !important;
  }

  .hero-flow__platform::before {
    top: -.78rem !important;
    height: 1.55rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(72%, 10rem) !important;
    height: 2.1rem !important;
  }

  .hero-flow__platform::before {
    top: -.58rem !important;
    height: 1.16rem !important;
  }
}

/* Vase pedestal precision pass: vertical vase, flat premium plinth and grounded orb.
   This intentionally does not touch the process path/cards. */
.hero-flow__vase-stage {
  overflow: visible !important;
  clip-path: none !important;
}

.hero-flow__vase-photo {
  right: 50% !important;
  transform: translateX(50%) !important;
  transform-origin: center bottom !important;
  filter: drop-shadow(0 .9rem 1.35rem rgba(83, 50, 38, .12)) !important;
  z-index: 5 !important;
}

.hero-flow__vase-photo img {
  transform: none !important;
  rotate: 0deg !important;
  scale: 1 !important;
  object-fit: contain !important;
  object-position: center bottom !important;
}

.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(.58rem, .8vw, .82rem) !important;
  width: min(76%, 22rem) !important;
  max-width: none !important;
  height: clamp(4.85rem, 5.15vw, 5.8rem) !important;
  transform: translateX(-50%) rotateX(0deg) !important;
  transform-origin: center center !important;
  border-radius: 999px / 34% !important;
  overflow: visible !important;
  clip-path: none !important;
  background:
    radial-gradient(ellipse at 36% 18%, rgba(255, 255, 255, .9), transparent 32%),
    radial-gradient(ellipse at 78% 26%, rgba(255, 226, 214, .52), transparent 45%),
    radial-gradient(circle at 18% 48%, rgba(102, 66, 52, .16) 0 .042rem, transparent .09rem),
    radial-gradient(circle at 42% 66%, rgba(102, 66, 52, .11) 0 .038rem, transparent .085rem),
    radial-gradient(circle at 67% 40%, rgba(102, 66, 52, .12) 0 .042rem, transparent .09rem),
    radial-gradient(circle at 86% 58%, rgba(102, 66, 52, .09) 0 .036rem, transparent .08rem),
    linear-gradient(180deg, #fff3ec 0%, #f2d2c1 48%, #d9a17d 100%) !important;
  background-size:
    auto,
    auto,
    1.15rem .9rem,
    1.65rem 1.18rem,
    2rem 1.45rem,
    2.35rem 1.7rem,
    auto !important;
  box-shadow:
    0 .95rem 1.9rem rgba(70, 44, 34, .17),
    0 2.65rem 4.6rem rgba(177, 94, 65, .12),
    inset 0 .1rem 0 rgba(255, 255, 255, .88),
    inset 0 -.7rem 1.25rem rgba(102, 61, 47, .13) !important;
  z-index: 2 !important;
}

.hero-flow__platform::before {
  content: "" !important;
  position: absolute !important;
  left: 3.5% !important;
  right: 3.5% !important;
  top: 4% !important;
  bottom: auto !important;
  width: auto !important;
  height: 48% !important;
  border-radius: 999px / 48% !important;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, .76), rgba(255, 255, 255, .12) 56%, rgba(195, 107, 76, .12)),
    radial-gradient(circle at 26% 54%, rgba(123, 78, 61, .13) 0 .04rem, transparent .086rem),
    radial-gradient(circle at 62% 38%, rgba(123, 78, 61, .1) 0 .037rem, transparent .08rem) !important;
  background-size: auto, 1.2rem .9rem, 1.75rem 1.25rem !important;
  box-shadow:
    inset 0 .075rem 0 rgba(255, 255, 255, .92),
    inset 0 -.35rem .9rem rgba(203, 112, 78, .08) !important;
}

.hero-flow__platform::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 47% !important;
  bottom: auto !important;
  width: auto !important;
  height: 55% !important;
  border-radius: 0 0 999px 999px / 0 0 74% 74% !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, .4), transparent 53%),
    radial-gradient(circle at 24% 62%, rgba(104, 63, 50, .11) 0 .038rem, transparent .085rem),
    radial-gradient(circle at 72% 46%, rgba(104, 63, 50, .09) 0 .036rem, transparent .08rem),
    linear-gradient(180deg, rgba(247, 218, 204, .96), rgba(218, 154, 116, .62) 60%, rgba(143, 84, 63, .22)) !important;
  background-size: auto, 1.35rem 1rem, 2rem 1.45rem, auto !important;
  box-shadow:
    inset 0 .08rem 0 rgba(255, 255, 255, .56),
    inset 0 -.72rem 1.3rem rgba(105, 62, 48, .13),
    0 1.2rem 2.1rem rgba(75, 48, 37, .14) !important;
}

.hero-flow__vase-stage::before {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(5.58rem, 5.95vw, 6.35rem) !important;
  width: min(29%, 7.6rem) !important;
  height: clamp(.85rem, 1vw, 1.12rem) !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(47, 29, 23, .34), rgba(116, 70, 52, .14) 58%, transparent 76%) !important;
  filter: blur(.42rem) !important;
  opacity: .86 !important;
  z-index: 4 !important;
}

.hero-flow__vase-stage::after {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(.18rem, .48vw, .42rem) !important;
  width: min(80%, 23.5rem) !important;
  max-width: none !important;
  height: clamp(1.95rem, 2.25vw, 2.55rem) !important;
  transform: translateX(-50%) !important;
  border-radius: 999px / 50% !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(62, 39, 31, .2), rgba(157, 88, 63, .09) 55%, transparent 76%) !important;
  filter: blur(.48rem) !important;
  opacity: .72 !important;
}

.hero-flow__orb {
  z-index: 6 !important;
  filter:
    drop-shadow(0 .42rem .3rem rgba(72, 47, 38, .18))
    drop-shadow(0 1.15rem 1.65rem rgba(133, 77, 58, .14)) !important;
}

@media (min-width: 1024px) {
  .hero-flow__platform {
    width: min(77%, 22.5rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__platform {
    width: min(76%, 15.5rem) !important;
    height: 3.9rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(75%, 10.8rem) !important;
    height: 2.9rem !important;
  }
}

/* Pedestal geometry reset: a stable travertine display plinth, not a soft blob. */
.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(.78rem, .95vw, 1.05rem) !important;
  width: min(74%, 21.5rem) !important;
  max-width: none !important;
  height: clamp(4.25rem, 4.8vw, 5.25rem) !important;
  transform: translateX(-50%) !important;
  transform-origin: center center !important;
  overflow: visible !important;
  clip-path: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 2 !important;
}

.hero-flow__platform::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  width: auto !important;
  height: 48% !important;
  border-radius: 50% !important;
  background:
    radial-gradient(ellipse at 33% 22%, rgba(255, 255, 255, .88), transparent 34%),
    radial-gradient(ellipse at 72% 42%, rgba(229, 174, 143, .18), transparent 48%),
    radial-gradient(circle at 18% 55%, rgba(111, 76, 61, .15) 0 .038rem, transparent .08rem),
    radial-gradient(circle at 41% 36%, rgba(111, 76, 61, .11) 0 .034rem, transparent .076rem),
    radial-gradient(circle at 69% 58%, rgba(111, 76, 61, .12) 0 .036rem, transparent .078rem),
    radial-gradient(circle at 85% 42%, rgba(111, 76, 61, .09) 0 .032rem, transparent .072rem),
    linear-gradient(180deg, #fff3ec 0%, #f2d1bf 100%) !important;
  background-size:
    auto,
    auto,
    1.2rem .9rem,
    1.7rem 1.15rem,
    2rem 1.4rem,
    2.35rem 1.7rem,
    auto !important;
  box-shadow:
    inset 0 .1rem 0 rgba(255, 255, 255, .9),
    inset 0 -.32rem .75rem rgba(156, 90, 67, .08),
    0 .18rem .12rem rgba(91, 58, 45, .08) !important;
}

.hero-flow__platform::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 24% !important;
  bottom: auto !important;
  width: auto !important;
  height: 62% !important;
  border-radius: 0 0 50% 50% / 0 0 30% 30% !important;
  background:
    radial-gradient(circle at 21% 54%, rgba(99, 67, 54, .13) 0 .038rem, transparent .08rem),
    radial-gradient(circle at 46% 68%, rgba(99, 67, 54, .1) 0 .034rem, transparent .074rem),
    radial-gradient(circle at 72% 45%, rgba(99, 67, 54, .11) 0 .036rem, transparent .078rem),
    linear-gradient(180deg, #efd0bf 0%, #e4b18f 55%, #cf936f 100%) !important;
  background-size: 1.25rem .95rem, 1.75rem 1.25rem, 2.1rem 1.5rem, auto !important;
  box-shadow:
    inset 0 .08rem 0 rgba(255, 255, 255, .48),
    inset 0 -.45rem .85rem rgba(91, 58, 45, .13),
    0 1.15rem 1.9rem rgba(70, 44, 34, .16),
    0 2.6rem 4.5rem rgba(177, 94, 65, .11) !important;
}

.hero-flow__vase-stage::before {
  bottom: clamp(4.92rem, 5.35vw, 5.82rem) !important;
  width: min(28%, 7.3rem) !important;
  height: clamp(.72rem, .86vw, .95rem) !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(42, 27, 22, .34), rgba(117, 72, 54, .15) 58%, transparent 76%) !important;
  filter: blur(.35rem) !important;
  opacity: .86 !important;
}

.hero-flow__vase-stage::after {
  bottom: clamp(.12rem, .38vw, .35rem) !important;
  width: min(80%, 23rem) !important;
  height: clamp(1.45rem, 1.8vw, 2.05rem) !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(60, 39, 31, .18), rgba(153, 88, 64, .08) 54%, transparent 76%) !important;
  filter: blur(.42rem) !important;
  opacity: .72 !important;
}

.hero-flow__orb {
  filter:
    drop-shadow(0 .28rem .22rem rgba(66, 43, 35, .22))
    drop-shadow(0 .95rem 1.3rem rgba(131, 78, 59, .14)) !important;
}

@media (min-width: 1024px) {
  .hero-flow__platform {
    width: min(74%, 22rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__platform {
    width: min(74%, 15rem) !important;
    height: 3.45rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(74%, 10.4rem) !important;
    height: 2.7rem !important;
  }
}

/* Premium pedestal rebuild only: replaces the flat tray under the vase with a
   complete travertine-like plinth while leaving the vase, flowers and orb intact. */
.hero-flow__vase-stage {
  overflow: visible !important;
}

.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(1rem, 1.15vw, 1.25rem) !important;
  width: min(76%, 22rem) !important;
  max-width: none !important;
  height: clamp(3.1rem, 3.45vw, 3.75rem) !important;
  transform: translateX(-50%) !important;
  transform-origin: center center !important;
  overflow: visible !important;
  clip-path: none !important;
  border-radius: 6px !important;
  background:
    radial-gradient(circle at 14% 40%, rgba(92, 68, 56, .13) 0 .032rem, transparent .072rem),
    radial-gradient(circle at 38% 66%, rgba(92, 68, 56, .1) 0 .03rem, transparent .068rem),
    radial-gradient(circle at 67% 38%, rgba(92, 68, 56, .11) 0 .032rem, transparent .072rem),
    radial-gradient(circle at 86% 62%, rgba(92, 68, 56, .08) 0 .028rem, transparent .064rem),
    #e7b89e !important;
  background-size:
    1.25rem .95rem,
    1.75rem 1.2rem,
    2.1rem 1.45rem,
    2.5rem 1.7rem,
    auto !important;
  box-shadow:
    0 .85rem 1.25rem rgba(66, 42, 33, .16),
    0 1.9rem 3.2rem rgba(143, 82, 60, .1),
    inset 0 1px 0 rgba(255, 255, 255, .42) !important;
}

.hero-flow__platform::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: -1.05rem !important;
  bottom: auto !important;
  width: auto !important;
  height: 1.05rem !important;
  border-radius: 6px 6px 0 0 !important;
  background:
    radial-gradient(circle at 18% 52%, rgba(95, 70, 58, .12) 0 .03rem, transparent .07rem),
    radial-gradient(circle at 46% 38%, rgba(95, 70, 58, .09) 0 .028rem, transparent .066rem),
    radial-gradient(circle at 76% 56%, rgba(95, 70, 58, .1) 0 .03rem, transparent .07rem),
    #f4d2c0 !important;
  background-size: 1.2rem .9rem, 1.75rem 1.2rem, 2.25rem 1.55rem, auto !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 1px 0 rgba(93, 62, 50, .09) !important;
}

.hero-flow__platform::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: auto !important;
  width: auto !important;
  height: 100% !important;
  border-radius: 0 0 6px 6px !important;
  background:
    radial-gradient(circle at 22% 46%, rgba(83, 62, 51, .12) 0 .03rem, transparent .07rem),
    radial-gradient(circle at 54% 70%, rgba(83, 62, 51, .1) 0 .028rem, transparent .066rem),
    radial-gradient(circle at 86% 40%, rgba(83, 62, 51, .09) 0 .028rem, transparent .064rem),
    #dca37d !important;
  background-size: 1.25rem .95rem, 1.8rem 1.25rem, 2.3rem 1.6rem, auto !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    inset 0 -1px 0 rgba(82, 57, 46, .18) !important;
}

.hero-flow__vase-stage::after {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(0.25rem, .65vw, .55rem) !important;
  width: min(86%, 24.5rem) !important;
  max-width: none !important;
  height: clamp(2.4rem, 2.8vw, 3.15rem) !important;
  transform: translateX(-50%) !important;
  border-radius: 999px / 50% !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(63, 36, 27, .22), rgba(160, 88, 60, .1) 54%, transparent 75%) !important;
  filter: blur(.55rem) !important;
  opacity: .76 !important;
}

.hero-flow__vase-stage::before {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(5.85rem, 6.3vw, 6.85rem) !important;
  width: min(32%, 8.2rem) !important;
  height: clamp(1.05rem, 1.22vw, 1.35rem) !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(ellipse at 50% 50%, rgba(45, 27, 21, .32), rgba(125, 68, 49, .15) 58%, transparent 76%) !important;
  filter: blur(.48rem) !important;
  opacity: .9 !important;
}

@media (min-width: 1024px) {
  .hero-flow__platform {
    width: min(80%, 23.5rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__platform {
    width: min(78%, 16rem) !important;
    height: 4.15rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(78%, 11.6rem) !important;
    height: 3.25rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow__step,
  .hero-flow__line,
  .hero-flow__traveler {
    transition: none !important;
    animation: none !important;
  }
}

/* Route-only correction: move the process path away from the vase and keep its
   animated stops stable without touching the rest of the right illustration. */
.hero-flow__path-wrap,
.hero-flow__step {
  transform-style: flat !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-flow__step {
  transition:
    transform 360ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 360ms cubic-bezier(.2, .8, .2, 1),
    border-color 360ms cubic-bezier(.2, .8, .2, 1),
    background-color 360ms cubic-bezier(.2, .8, .2, 1) !important;
}

.hero-flow__line {
  shape-rendering: geometricPrecision;
}

@media (min-width: 1024px) {
  .hero-flow__path-wrap,
  .hero-flow__step {
    margin-left: -128px !important;
  }
}

@media (min-width: 1440px) {
  .hero-flow__path-wrap,
  .hero-flow__step {
    margin-left: -148px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__path-wrap,
  .hero-flow__step {
    margin-left: -62px !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__path-wrap,
  .hero-flow__step {
    margin-left: 0 !important;
  }
}

/* Object support alignment: only platform, vase and orb positioning. */
.hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: clamp(.92rem, 1vw, 1.08rem) !important;
  width: min(72%, 21rem) !important;
  transform: translateX(-50%) !important;
}

.hero-flow__vase-photo {
  right: 50% !important;
  bottom: clamp(4.86rem, 5.38vw, 5.88rem) !important;
  transform: translateX(50%) !important;
}

.hero-flow__orb {
  left: clamp(3.8rem, 6.8vw, 5.25rem) !important;
  right: auto !important;
  bottom: clamp(3.28rem, 3.72vw, 4.08rem) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__platform {
    width: min(72%, 14.8rem) !important;
  }

  .hero-flow__vase-photo {
    bottom: 4.12rem !important;
  }

  .hero-flow__orb {
    left: clamp(2.25rem, 8vw, 3.25rem) !important;
    bottom: 2.7rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__platform {
    width: min(76%, 10.8rem) !important;
  }

  .hero-flow__vase-photo {
    bottom: 3.16rem !important;
  }

  .hero-flow__orb {
    left: clamp(1.5rem, 9vw, 2.15rem) !important;
    bottom: 2.06rem !important;
  }
}

/* Final seating correction: only vase and orb positions. */
.hero-flow__vase-photo {
  right: 50% !important;
  bottom: clamp(4.08rem, 4.58vw, 4.96rem) !important;
  transform: translateX(50%) !important;
}

.hero-flow__orb {
  left: clamp(2.55rem, 5.05vw, 3.72rem) !important;
  right: auto !important;
  bottom: clamp(2.72rem, 3.05vw, 3.36rem) !important;
  transform: translate3d(0, 0, 0) !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-photo {
    bottom: 3.42rem !important;
  }

  .hero-flow__orb {
    left: clamp(1.7rem, 6.4vw, 2.55rem) !important;
    bottom: 2.18rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-photo {
    bottom: 2.62rem !important;
  }

  .hero-flow__orb {
    left: clamp(1rem, 6.5vw, 1.55rem) !important;
    bottom: 1.62rem !important;
  }
}

/* Final reference match: right hero still-life composition. */
@media (min-width: 1024px) {
  .hero-flow__vase-stage {
    right: clamp(-.35rem, .2vw, .4rem) !important;
    top: clamp(3.1rem, 4.6vw, 4.45rem) !important;
    width: min(42vw, 27rem) !important;
    height: clamp(39rem, 52vw, 47rem) !important;
    overflow: visible !important;
    clip-path: none !important;
  }

  .hero-flow__platform {
    left: 50% !important;
    right: auto !important;
    bottom: clamp(1rem, 1.15vw, 1.32rem) !important;
    width: min(88%, 25.25rem) !important;
    max-width: none !important;
    height: clamp(3.25rem, 3.8vw, 4.18rem) !important;
    transform: translateX(-50%) !important;
    border-radius: 6px !important;
    background:
      radial-gradient(circle at 16% 42%, rgba(89, 64, 52, .16) 0 .035rem, transparent .082rem),
      radial-gradient(circle at 38% 64%, rgba(89, 64, 52, .11) 0 .03rem, transparent .075rem),
      radial-gradient(circle at 63% 34%, rgba(89, 64, 52, .13) 0 .034rem, transparent .08rem),
      radial-gradient(circle at 84% 68%, rgba(89, 64, 52, .1) 0 .03rem, transparent .072rem),
      linear-gradient(180deg, #efd4c4 0%, #e4b894 100%) !important;
    background-size: 1.2rem .95rem, 1.75rem 1.22rem, 2.05rem 1.48rem, 2.5rem 1.72rem, auto !important;
    box-shadow:
      0 1.15rem 1.9rem rgba(78, 48, 36, .18),
      0 2.6rem 4.2rem rgba(144, 80, 55, .11),
      inset 0 1px 0 rgba(255, 255, 255, .52) !important;
  }

  .hero-flow__platform::before {
    left: 0 !important;
    right: 0 !important;
    top: -.78rem !important;
    bottom: auto !important;
    width: auto !important;
    height: .82rem !important;
    border-radius: 6px 6px 0 0 !important;
    background:
      radial-gradient(circle at 22% 52%, rgba(97, 70, 57, .13) 0 .03rem, transparent .07rem),
      radial-gradient(circle at 56% 36%, rgba(97, 70, 57, .1) 0 .028rem, transparent .066rem),
      #f6dfd2 !important;
    background-size: 1.2rem .95rem, 1.85rem 1.3rem, auto !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .68),
      0 1px 0 rgba(111, 72, 54, .1) !important;
  }

  .hero-flow__platform::after {
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: auto !important;
    width: auto !important;
    height: 100% !important;
    border-radius: 0 0 6px 6px !important;
    background:
      radial-gradient(circle at 18% 48%, rgba(79, 58, 48, .14) 0 .032rem, transparent .072rem),
      radial-gradient(circle at 48% 70%, rgba(79, 58, 48, .1) 0 .03rem, transparent .07rem),
      radial-gradient(circle at 82% 42%, rgba(79, 58, 48, .11) 0 .03rem, transparent .07rem),
      linear-gradient(180deg, #e4b894 0%, #d59b75 100%) !important;
    background-size: 1.22rem .95rem, 1.82rem 1.25rem, 2.35rem 1.62rem, auto !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .18),
      inset 0 -1px 0 rgba(82, 57, 46, .18) !important;
  }

  .hero-flow__vase-photo {
    right: 50% !important;
    bottom: clamp(4.22rem, 4.95vw, 5.42rem) !important;
    transform: translateX(50%) !important;
    z-index: 7 !important;
  }

  .hero-flow__orb {
    left: clamp(1.8rem, 4.35vw, 2.85rem) !important;
    right: auto !important;
    bottom: clamp(3.78rem, 4.18vw, 4.72rem) !important;
    transform: translate3d(0, 0, 0) scale(.98) !important;
    z-index: 8 !important;
  }

  .hero-flow__metric-card--scene {
    right: 40px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9 !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage {
    overflow: visible !important;
  }

  .hero-flow__vase-photo {
    bottom: 3.54rem !important;
  }

  .hero-flow__orb {
    left: clamp(1.28rem, 5.2vw, 2rem) !important;
    bottom: 2.84rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage {
    overflow: visible !important;
  }

  .hero-flow__vase-photo {
    bottom: 2.78rem !important;
  }

  .hero-flow__orb {
    left: clamp(.92rem, 5vw, 1.35rem) !important;
    bottom: 2.1rem !important;
  }
}

/* SVG-only vase scene: final cascade guard for the inline vase and orb. */
svg.hero-flow__vase-photo,
svg.hero-flow__orb {
  display: block !important;
  overflow: visible !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

svg.hero-flow__vase-photo {
  position: absolute !important;
  width: min(34vw, 340px) !important;
  height: 690px !important;
  filter: drop-shadow(0 1.35rem 2.1rem rgba(104, 62, 44, .14)) !important;
}

svg.hero-flow__orb {
  position: absolute !important;
  width: 114px !important;
  height: 114px !important;
  aspect-ratio: 1 !important;
  border-radius: 0 !important;
}

svg.hero-flow__orb::before,
svg.hero-flow__orb::after,
svg.hero-flow__vase-photo::before,
svg.hero-flow__vase-photo::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 1024px) {
  svg.hero-flow__vase-photo {
    width: min(34vw, 340px) !important;
    height: 690px !important;
  }

  svg.hero-flow__orb {
    width: 114px !important;
    height: 114px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  svg.hero-flow__vase-photo {
    width: 235px !important;
    height: 430px !important;
  }

  svg.hero-flow__orb {
    width: 82px !important;
    height: 82px !important;
  }
}

@media (max-width: 767px) {
  svg.hero-flow__vase-photo {
    width: clamp(10rem, 48vw, 13.75rem) !important;
    height: clamp(18.5rem, 82vw, 26.5rem) !important;
  }

  svg.hero-flow__orb {
    width: clamp(3.25rem, 15vw, 4.625rem) !important;
    height: clamp(3.25rem, 15vw, 4.625rem) !important;
  }
}

/* Final SVG composition placement: orb closer to the vase, platform untouched. */
@media (min-width: 1024px) {
  svg.hero-flow__orb {
    left: clamp(3.05rem, 5.25vw, 4.1rem) !important;
    bottom: clamp(3.78rem, 4.18vw, 4.72rem) !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  svg.hero-flow__orb {
    left: clamp(1.95rem, 6.6vw, 2.75rem) !important;
    bottom: 2.84rem !important;
  }
}

@media (max-width: 767px) {
  svg.hero-flow__orb {
    left: clamp(1.22rem, 7.2vw, 1.85rem) !important;
    bottom: 2.1rem !important;
  }
}

/* Final physical seating: inline SVG vase and orb rest on the existing platform. */
.hero-flow__vase-stage svg.hero-flow__vase-photo {
  right: 50% !important;
  bottom: clamp(1.12rem, 1.58vw, 2.06rem) !important;
  transform: translateX(50%) !important;
  z-index: 7 !important;
}

.hero-flow__vase-stage svg.hero-flow__orb {
  left: clamp(4.82rem, 7.4vw, 6.18rem) !important;
  right: auto !important;
  bottom: clamp(3.36rem, 3.82vw, 4.34rem) !important;
  transform: translate3d(0, 0, 0) scale(.96) !important;
  z-index: 8 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage svg.hero-flow__vase-photo {
    bottom: 1.08rem !important;
  }

  .hero-flow__vase-stage svg.hero-flow__orb {
    left: clamp(2.88rem, 11.2vw, 3.62rem) !important;
    bottom: 2.78rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage svg.hero-flow__vase-photo {
    bottom: .92rem !important;
  }

  .hero-flow__vase-stage svg.hero-flow__orb {
    left: clamp(1.84rem, 11.8vw, 2.42rem) !important;
    bottom: 2.08rem !important;
    transform: translate3d(0, 0, 0) scale(.94) !important;
  }
}

/* Final bouquet seating: one realistic transparent bouquet anchored in the existing vase neck. */
.hero-flow__vase-stage {
  position: absolute !important;
  overflow: visible !important;
  isolation: isolate;
}

.hero-flow__vase-stage .hero-flow__platform {
  z-index: 1 !important;
}

.hero-flow__vase-stage svg.hero-flow__vase-photo {
  z-index: 2 !important;
}

.hero-flow__vase-stage .hero-flow__bouquet-photo {
  display: none !important;
}

.hero-flow__vase-stage .hero-flow__bouquet-svg {
  position: absolute !important;
  left: calc(50% + .62rem) !important;
  bottom: clamp(23.08rem, 25.82vw, 24.28rem) !important;
  width: min(25vw, 15.55rem) !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
  overflow: visible !important;
  transform: translate3d(-50%, 0, 0) !important;
  transform-origin: center bottom !important;
  z-index: 3 !important;
  pointer-events: none !important;
  user-select: none !important;
  background: transparent !important;
  opacity: .94 !important;
  filter: saturate(.92) contrast(.96) brightness(1.03) drop-shadow(0 .24rem .42rem rgba(168, 89, 60, .05)) !important;
  will-change: transform;
}

.hero-flow__vase-stage::after {
  content: none !important;
  display: none !important;
}

.hero-flow__vase-stage svg.hero-flow__orb {
  z-index: 5 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage .hero-flow__bouquet-svg {
    bottom: clamp(13.28rem, 41.42vw, 15.55rem) !important;
    width: clamp(9.25rem, 29vw, 11.7rem) !important;
  }

  .hero-flow__vase-stage::after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage .hero-flow__bouquet-svg {
    bottom: clamp(10.7rem, 48.4vw, 13.72rem) !important;
    width: clamp(7.65rem, 32.5vw, 9.55rem) !important;
  }

  .hero-flow__vase-stage::after {
    content: none !important;
    display: none !important;
  }
}

/* Final proportion pass: platform, vase and orb only. Bouquet seating unchanged. */
.hero-flow__vase-stage .hero-flow__platform {
  height: clamp(2.28rem, 2.66vw, 2.93rem) !important;
}

.hero-flow__vase-stage svg.hero-flow__vase-photo {
  transform: translateX(50%) scale(1.12, .88) !important;
  transform-origin: center bottom !important;
}

.hero-flow__vase-stage svg.hero-flow__orb {
  left: clamp(5.45rem, 8.05vw, 6.8rem) !important;
  transform: translate3d(0, 0, 0) scale(.84) !important;
  transform-origin: center bottom !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage .hero-flow__platform {
    height: 2.9rem !important;
  }

  .hero-flow__vase-stage svg.hero-flow__orb {
    left: clamp(3.15rem, 12vw, 3.92rem) !important;
    transform: translate3d(0, 0, 0) scale(.82) !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage .hero-flow__platform {
    height: 2.28rem !important;
  }

  .hero-flow__vase-stage svg.hero-flow__orb {
    left: clamp(1.98rem, 12.9vw, 2.58rem) !important;
    transform: translate3d(0, 0, 0) scale(.82) !important;
  }
}

/* Connection-only correction: keep the bouquet shape, seat the objects physically. */
.hero-flow__vase-stage .hero-flow__platform {
  width: min(54%, 15.35rem) !important;
  z-index: 1 !important;
}

.hero-flow__vase-stage .hero-flow__bouquet-svg {
  bottom: clamp(16.91rem, calc(19.58vw - .81rem), 18.04rem) !important;
  z-index: 3 !important;
}

.hero-flow__vase-stage svg.hero-flow__vase-photo {
  bottom: clamp(.2rem, .43vw, .52rem) !important;
  translate: 0 -2px;
  z-index: 2 !important;
}

.hero-flow__vase-stage .hero-flow__vase-front-rim {
  position: absolute !important;
  left: 50% !important;
  bottom: clamp(17.42rem, 19.28vw, 18.58rem) !important;
  width: clamp(2.55rem, 2.82vw, 2.9rem) !important;
  height: clamp(.72rem, .82vw, .86rem) !important;
  transform: translateX(-50%) !important;
  overflow: visible !important;
  z-index: 4 !important;
  pointer-events: none !important;
}

.hero-flow__vase-stage svg.hero-flow__orb {
  bottom: clamp(2.24rem, 2.58vw, 2.82rem) !important;
  translate: 0 -3px;
  z-index: 5 !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage .hero-flow__platform {
    width: min(60%, 11.45rem) !important;
  }

  .hero-flow__vase-stage .hero-flow__bouquet-svg {
    bottom: clamp(9.6rem, calc(32.8vw - .72rem), 11.6rem) !important;
  }

  .hero-flow__vase-stage svg.hero-flow__vase-photo {
    bottom: .3rem !important;
  }

  .hero-flow__vase-stage .hero-flow__vase-front-rim {
    bottom: clamp(10.1rem, 31.9vw, 12.08rem) !important;
    width: clamp(1.85rem, 6vw, 2.18rem) !important;
    height: clamp(.56rem, 1.9vw, .68rem) !important;
  }

  .hero-flow__vase-stage svg.hero-flow__orb {
    bottom: 1.88rem !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage .hero-flow__platform {
    width: min(68%, 8.25rem) !important;
  }

  .hero-flow__vase-stage .hero-flow__bouquet-svg {
    bottom: clamp(8.02rem, calc(39.2vw - .6rem), 10.32rem) !important;
  }

  .hero-flow__vase-stage svg.hero-flow__vase-photo {
    bottom: .26rem !important;
  }

  .hero-flow__vase-stage .hero-flow__vase-front-rim {
    bottom: clamp(8.42rem, 38.1vw, 10.72rem) !important;
    width: clamp(1.5rem, 6.5vw, 1.78rem) !important;
    height: clamp(.46rem, 2.1vw, .58rem) !important;
  }

  .hero-flow__vase-stage svg.hero-flow__orb {
    bottom: 1.48rem !important;
  }
}

/* Final targeted corrections: only labels 04/05 and the visible HTML metric. */
.hero-flow__metric-card--copy {
  box-sizing: border-box !important;
  width: 230px !important;
  min-width: 230px !important;
  max-width: 230px !important;
}

@media (min-width: 1440px) {
  .hero-flow__step--four {
    left: 20% !important;
    translate: 0 5px;
  }

  .hero-flow__step--five {
    left: calc(8% - 11px) !important;
    translate: 0 13px;
  }

  .hero-flow__metric-card--copy {
    position: absolute !important;
    right: auto !important;
    left: calc(50% + .62rem + min(12.5vw, 7.775rem) + 5px) !important;
    top: calc(390px - clamp(3.1rem, 4.6vw, 4.45rem)) !important;
    transform: none !important;
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    min-height: 232px !important;
    margin: 0 !important;
    z-index: 8 !important;
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .hero-flow__step--four {
    left: 18% !important;
    translate: 0 5px;
  }

  .hero-flow__step--five {
    left: calc(6% - 11px) !important;
    translate: 0 13px;
  }

  .hero-flow__metric-card--copy {
    position: absolute !important;
    right: auto !important;
    left: calc(50% + .62rem + min(12.5vw, 7.775rem) + 5px) !important;
    top: calc(382px - clamp(3.1rem, 4.6vw, 4.45rem)) !important;
    transform: none !important;
    width: 225px !important;
    min-width: 225px !important;
    max-width: 225px !important;
    min-height: 232px !important;
    margin: 0 !important;
    z-index: 8 !important;
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .hero-flow__metric-card--copy {
    position: absolute !important;
    inset: auto !important;
    left: calc(50% + .62rem + clamp(4.625rem, 14.5vw, 5.85rem) + 5px) !important;
    top: 30px !important;
    transform: none !important;
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    min-height: 202px !important;
    margin: 0 !important;
    padding: 20px 18px !important;
    border-radius: 22px !important;
    display: block !important;
    z-index: 8 !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__metric-card--copy {
    left: calc(50% + .62rem + clamp(3.825rem, 16.25vw, 4.775rem) + 5px) !important;
    top: 52px !important;
    width: 118px !important;
    min-width: 118px !important;
    max-width: 118px !important;
    min-height: 158px !important;
    padding: 14px 12px !important;
    border-radius: 17px !important;
  }

  .hero-flow__metric-card--copy svg {
    width: 18px !important;
    height: 18px !important;
  }

  .hero-flow__metric-card--copy strong {
    margin-top: 10px !important;
    font-size: 2rem !important;
  }

  .hero-flow__metric-card--copy h2 {
    margin: 8px 0 10px !important;
    font-size: 0.49rem !important;
    letter-spacing: 0.18em !important;
  }

  .hero-flow__metric-card--copy h2::after {
    width: 28px !important;
    margin-top: 10px !important;
  }

  .hero-flow__metric-card--copy p {
    font-size: 0.56rem !important;
    line-height: 1.55 !important;
  }
}

/* Mobile still life keeps one composition; only the metric is reduced and moved left. */
@media (max-width: 767px) {
  .hero-flow__vase-stage {
    translate: clamp(78px, 20vw, 86px) -18px !important;
  }

  .hero-flow__step--four {
    left: max(12px, 3vw) !important;
  }

  .hero-flow__metric-card--copy {
    left: auto !important;
    right: calc(50% + clamp(5.6rem, 26.88vw, 7.7rem) + 5px) !important;
    top: 36px !important;
    width: 135px !important;
    min-width: 135px !important;
    max-width: 135px !important;
    min-height: 0 !important;
    padding: 14px !important;
  }

  .hero-flow__metric-card--copy svg {
    width: 18px !important;
    height: 18px !important;
  }

  .hero-flow__metric-card--copy strong {
    margin-top: 10px !important;
    font-size: clamp(38px, 11vw, 42px) !important;
  }

  .hero-flow__metric-card--copy h2 {
    margin: 8px 0 10px !important;
    font-size: clamp(9px, 2.6vw, 10px) !important;
  }

  .hero-flow__metric-card--copy h2::after {
    margin-top: 10px !important;
  }

  .hero-flow__metric-card--copy p {
    font-size: clamp(9px, 2.6vw, 10px) !important;
    line-height: 1.55 !important;
  }
}

/* Premium full-screen navigation for phones only. */
@media (max-width: 767px) {
  body.mobile-menu-open {
    overflow: hidden;
  }

  body.mobile-menu-open .mobile-quick-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header {
    z-index: 1000;
  }

  .nav {
    position: relative;
    z-index: 2;
  }

  .nav .brand,
  .nav-toggle {
    z-index: 1002;
  }

  .nav-toggle {
    position: relative;
    gap: 0;
    overflow: hidden;
    transition: background-color 260ms ease, box-shadow 260ms ease;
  }

  .nav-toggle span:not(.sr-only) {
    position: absolute;
    left: 13px;
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
    transform-origin: center;
  }

  .nav-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  .nav-toggle span:nth-child(2) {
    transform: translateY(0);
  }

  .nav-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  .nav-toggle[aria-expanded="true"] {
    background: rgba(255, 248, 244, 0.78);
    box-shadow: 0 10px 28px rgba(107, 56, 38, 0.14);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }

  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav__links {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: 100dvh;
    min-height: 0;
    max-height: calc(100dvh - 16px);
    padding: max(72px, calc(env(safe-area-inset-top) + 58px)) clamp(24px, 8vw, 42px) max(12px, env(safe-area-inset-bottom));
    overflow-y: hidden;
    counter-reset: mobile-nav;
    color: #2f2926;
    background:
      radial-gradient(circle at 88% 11%, rgba(223, 134, 99, 0.2), transparent 34%),
      radial-gradient(circle at 8% 90%, rgba(239, 187, 166, 0.18), transparent 40%),
      linear-gradient(145deg, #fffaf7, #fceae1);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition:
      transform 340ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 240ms ease,
      visibility 340ms;
    overscroll-behavior: contain;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .nav__links.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
  }

  .nav__links > a:not(.nav__mobile-contact) {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    min-height: 44px;
    padding: 3px 14px;
    color: #332d2a;
    border-radius: 8px;
    font-family: var(--serif);
    font-size: clamp(1.25rem, 6vw, 1.625rem);
    font-weight: 400;
    line-height: 1.1;
    opacity: 0;
    transform: translateX(24px);
    transition:
      color 220ms ease,
      background-color 220ms ease,
      transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
      opacity 280ms ease;
    counter-increment: mobile-nav;
  }

  .nav__links > a:not(.nav__mobile-contact)::before {
    content: counter(mobile-nav, decimal-leading-zero);
    align-self: start;
    padding-top: 5px;
    color: rgba(181, 83, 52, 0.62);
    font-family: var(--sans);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.12em;
  }

  .nav__links > a:not(.nav__mobile-contact)::after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 2px;
    height: auto;
    background: var(--accent);
    border-radius: 2px;
    opacity: 0;
    transform: scaleY(0.35);
    transform-origin: center;
    transition: opacity 220ms ease, transform 280ms ease;
  }

  .nav__links.is-open > a:not(.nav__mobile-contact) {
    opacity: 1;
    transform: translateX(0);
  }

  .nav__links.is-open > a:nth-child(1) { transition-delay: 60ms; }
  .nav__links.is-open > a:nth-child(2) { transition-delay: 100ms; }
  .nav__links.is-open > a:nth-child(3) { transition-delay: 140ms; }
  .nav__links.is-open > a:nth-child(4) { transition-delay: 180ms; }
  .nav__links.is-open > a:nth-child(5) { transition-delay: 220ms; }
  .nav__links.is-open > a:nth-child(6) { transition-delay: 260ms; }
  .nav__links.is-open > a:nth-child(7) { transition-delay: 300ms; }

  .nav__links > a:not(.nav__mobile-contact).is-active {
    color: var(--accent-dark);
    background: rgba(215, 112, 76, 0.09);
    transform: translateX(3px) scale(1.015);
  }

  .nav__links > a:not(.nav__mobile-contact).is-active::after {
    opacity: 1;
    transform: scaleY(1);
  }

  .nav__mobile-footer {
    display: grid;
    gap: 4px;
    margin-top: 8px;
    padding: 10px 14px 0;
    color: #4c403b;
    border-top: 1px solid rgba(201, 103, 67, 0.2);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 280ms ease 340ms, transform 340ms ease 340ms;
  }

  .nav__links.is-open .nav__mobile-footer {
    opacity: 1;
    transform: translateY(0);
  }

  .nav__mobile-footer > span {
    color: var(--accent);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .nav__mobile-footer p {
    margin: 0;
    font-family: var(--serif);
    font-size: 0.95rem;
    line-height: 1.25;
  }

  .nav__mobile-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    min-height: 44px;
    margin-top: 3px;
    padding: 0;
    color: var(--accent-dark);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .nav__mobile-contact svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .nav-toggle span:not(.sr-only),
  .nav__links,
  .nav__links > a:not(.nav__mobile-contact),
  .nav__links > a:not(.nav__mobile-contact)::after,
  .nav__mobile-footer {
    transition: none;
  }
}

/* Mobile UX safeguards. Desktop and tablet remain unchanged. */
@media (max-width: 767px) {
  html {
    scroll-padding-top: calc(var(--mobile-header-height, 76px) + 12px);
    -webkit-tap-highlight-color: rgba(201, 103, 67, 0.14);
  }

  #home,
  #offer,
  #pricing,
  #portfolio,
  #about-section,
  #about,
  #process,
  #contact {
    scroll-margin-top: calc(var(--mobile-header-height, 76px) + 12px);
  }

  a,
  button,
  input,
  select,
  textarea {
    touch-action: manipulation;
  }

  :is(a, button, input, select, textarea):focus-visible {
    outline: 3px solid rgba(201, 103, 67, 0.82);
    outline-offset: 3px;
  }

  .mobile-quick-nav__fab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .mobile-quick-nav.is-ready .mobile-quick-nav__fab,
  .mobile-quick-nav.is-open .mobile-quick-nav__fab {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .pricing-card a,
  .text-link,
  .round-control,
  .socials a,
  .newsletter button,
  .footer-grid > div > a,
  .footer-bottom__inner a {
    min-width: 44px;
    min-height: 44px;
  }

  .pricing-card a {
    min-height: 48px;
  }

  .text-link,
  .footer-grid > div > a,
  .footer-bottom__inner a {
    display: inline-flex;
    align-items: center;
  }

  .text-link {
    padding-block: 10px;
  }

  .round-control,
  .socials a {
    width: 44px;
    height: 44px;
  }

  .newsletter input {
    min-height: 48px;
    font-size: 16px;
  }

  .newsletter button {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) and (hover: none) {
  .button:active,
  .pricing-card a:active,
  .text-link:active,
  .socials a:active,
  .newsletter button:active,
  .mobile-quick-nav__fab:active,
  .mobile-quick-nav__top:active {
    transform: translateY(1px) scale(0.985);
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .mobile-quick-nav__fab {
    transition: none;
  }
}

.portfolio-swipe-hint { display: none; }

/* Final mobile-only UX and accessibility refinements. */
@media (max-width: 767px) {
  .hero-flow__metric-card--copy {
    right: calc(50% + clamp(5.6rem, 26.88vw, 7.7rem) + 4px) !important;
    top: 37px !important;
  }

  .footer-shortcuts { display: none !important; }

  .mobile-quick-nav__sheet {
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    max-height: calc(100dvh - 24px) !important;
    padding: 8px 16px max(16px, env(safe-area-inset-bottom)) !important;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-quick-nav__handle { margin-bottom: 6px; }
  .mobile-quick-nav__heading {
    min-height: 40px;
    margin-bottom: 2px;
  }
  .mobile-quick-nav__heading h2 { font-size: 1.3rem; }
  .mobile-quick-nav__links { gap: 0; }
  .mobile-quick-nav__links a {
    min-height: 44px;
    padding: 4px 12px;
    font-size: 16px;
  }

  .mobile-quick-nav__close,
  .mobile-quick-nav__fab,
  .mobile-quick-nav__top {
    min-width: 44px;
    min-height: 44px;
  }

  .mobile-quick-nav :is(a, button, [tabindex]):focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
  }

  .portfolio-shell { grid-template-columns: minmax(0, 1fr); }
  .project-grid {
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
  .project-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .project-card__image img { object-position: center top; }

  .portfolio-swipe-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    margin-top: 10px;
    padding-inline: 4px;
    color: #6d5045;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .portfolio-swipe-hint__arrows {
    color: var(--accent);
    font-size: 1rem;
    letter-spacing: 0;
  }
  .portfolio-swipe-hint__count {
    margin-left: auto;
    color: var(--accent-dark);
    font-variant-numeric: tabular-nums;
  }
  .portfolio-swipe-hint__label { transition: opacity 220ms ease; }
  .portfolio-swipe-hint.is-used .portfolio-swipe-hint__label { opacity: 0.48; }

  section[id],
  .section-anchor {
    scroll-margin-top: calc(var(--mobile-header-height, 76px) + 8px);
  }
}

@media (max-width: 767px) and (min-height: 667px) {
  .mobile-quick-nav__sheet { overflow-y: hidden; }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mobile-quick-nav,
  .mobile-quick-nav *,
  .portfolio-swipe-hint__label {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

.hero--flow .scroll-cue {
  translate: 0 48px !important;
}

/* Final pixel corrections and navigation targets for phones only. */
@media (max-width: 767px) {
  .hero-flow__vase-stage {
    translate: calc(clamp(78px, 20vw, 86px) - 5px) -18px !important;
  }

  .hero-flow__metric-card--copy {
    translate: calc(122.4px - 47vw) 1px !important;
  }

  .hero--flow .scroll-cue {
    translate: 0 63px !important;
  }

  .project-grid {
    padding-bottom: 52px;
  }

  .project-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .portfolio-swipe-hint {
    margin-top: 18px;
    color: #3f2e28;
    font-size: calc(0.72rem + 2px);
    font-weight: 800;
  }

  .portfolio-swipe-hint__arrows,
  .portfolio-swipe-hint__count {
    color: #a94f30;
    font-weight: 800;
    white-space: nowrap;
  }

  #home,
  #offer,
  #pricing,
  #portfolio,
  #about-section,
  #about,
  #process,
  #contact,
  #offer .section-heading,
  #pricing .section-title,
  #portfolio .portfolio-heading,
  #about-section .about__image,
  #process .section-heading,
  #contact .cta-card {
    scroll-margin-top: calc(var(--mobile-header-height, 76px) + 8px);
  }
}

@media (min-width: 391px) and (max-width: 767px) {
  .hero-flow__metric-card--copy {
    translate: calc(290.1px - 90vw) 1px !important;
  }
}

/* Final accessibility contrast overrides. */
.nav__links a:is(:hover, :focus, .is-active),
.section-heading :is(p, h2),
.hero--flow .eyebrow,
.eyebrow,
.text-link {
  color: var(--accent-dark);
}

.newsletter button {
  background: #8f3f28;
}

.newsletter button.loading {
  place-items: center;
}

.newsletter__loading-mark {
  width: 17px;
  height: 17px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #fff;
  border-radius: 50%;
  animation: newsletter-spinner 720ms linear infinite;
}

@keyframes newsletter-spinner {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .newsletter__loading-mark { animation: none; }
}

.button--primary {
  background: linear-gradient(135deg, #9c472d 0%, #a9492d 100%);
}

.button--primary:hover {
  background: linear-gradient(135deg, #8f3f28 0%, #9c472d 100%);
}

.footer-bottom__inner {
  color: #675f5a;
}

/* Stable still-life coordinate system.
   Master geometry: 432 x 752 px at 1920 x 1080 / 100% browser zoom. */
.hero-flow__vase-stage {
  height: auto !important;
  aspect-ratio: 432 / 752;
  padding: 0 !important;
  box-sizing: border-box !important;
  transform-origin: center bottom !important;
}

.hero-flow__vase-composition {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 432 / 752;
  transform-origin: center bottom;
  contain: layout;
}

/* Render the botanical shadow once for the bouquet instead of creating a
   separate filtered layer for every flower and bud. */
.hero-flow__bouquet-growth {
  filter: url(#bouquet-detail-shadow);
}

.hero-flow__bouquet-growth .hero-flow__flower,
.hero-flow__bouquet-growth .hero-flow__bud {
  filter: none;
}

.hero-flow__vase-composition > .hero-flow__platform {
  left: 50% !important;
  right: auto !important;
  bottom: 2.8085% !important;
  width: 54% !important;
  max-width: none !important;
  height: 6.234% !important;
  transform: translateX(-50%) !important;
  translate: none !important;
}

.hero-flow__vase-composition > .hero-flow__platform::before {
  top: -26.621% !important;
  height: 27.986% !important;
}

.hero-flow__vase-composition > svg.hero-flow__vase-photo {
  right: 50% !important;
  bottom: 1.364% !important;
  width: 88.148% !important;
  height: 80.745% !important;
  transform: translateX(50%) !important;
  transform-origin: center bottom !important;
  translate: none !important;
}

.hero-flow__vase-composition > .hero-flow__bouquet-svg {
  left: 52.296% !important;
  bottom: 38.383% !important;
  width: 57.593% !important;
  max-width: none !important;
  height: auto !important;
  transform: translateX(-50%) !important;
  transform-origin: center bottom !important;
  translate: none !important;
}

.hero-flow__vase-composition > svg.hero-flow__orb {
  left: 27.296% !important;
  right: auto !important;
  bottom: 6.399% !important;
  width: 22.167% !important;
  height: auto !important;
  aspect-ratio: 1 !important;
  transform: none !important;
  transform-origin: center bottom !important;
  translate: none !important;
}

.hero-flow__vase-composition > .hero-flow__vase-front-rim {
  left: 50% !important;
  bottom: 39.532% !important;
  width: 10.741% !important;
  height: 1.83% !important;
  transform: translateX(-50%) !important;
  translate: none !important;
}

.hero-flow__vase-stage::before {
  bottom: 14.574% !important;
  width: 30.37% !important;
  height: 2.872% !important;
}

@media (min-width: 1024px) {
  .hero-flow__vase-stage {
    right: clamp(-.35rem, .2vw, .4rem) !important;
    top: clamp(3.1rem, 4.6vw, 4.45rem) !important;
    width: min(42vw, 27rem) !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) !important;
    translate: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-flow__vase-stage {
    right: 50% !important;
    top: clamp(29rem, 54vw, 32.5rem) !important;
    width: min(42vw, 430px) !important;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
    translate: none !important;
  }
}

@media (max-width: 767px) {
  .hero-flow__vase-stage {
    right: 6px !important;
    top: 418px !important;
    width: min(62vw, 240px) !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) !important;
    translate: calc(clamp(78px, 20vw, 86px) - 5px) -18px !important;
  }
}

/* Full-height main navigation overlay for phones only. */
@media (max-width: 767px) {
  .nav__links {
    height: 100dvh;
    min-height: 100dvh;
    max-height: 100dvh;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: calc(clamp(116px, 14dvh, 124px) + env(safe-area-inset-top));
    padding-bottom: max(8px, env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .nav__links > a:not(.nav__mobile-contact) {
    flex: 1 1 44px;
    min-height: 44px;
    max-height: clamp(56px, 8.5dvh, 72px);
  }

  .nav__mobile-footer {
    flex: 0 0 auto;
    margin-top: clamp(2px, .8dvh, 8px);
    padding-top: clamp(6px, 1.2dvh, 10px);
    padding-bottom: clamp(4px, 1dvh, 10px);
  }

  body.mobile-menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }
}

/* Navigation and accessibility refinements without visual redesign. */
:root {
  --sticky-header-offset: 112px;
}

html {
  scroll-padding-top: var(--sticky-header-offset);
}

#offer,
#pricing,
#portfolio,
#about-section,
#process,
#contact {
  scroll-margin-top: var(--sticky-header-offset);
}

@media (min-width: 768px) {
  .site-header {
    position: sticky;
    top: 0;
  }

  .site-header:focus-within {
    transform: translateY(0);
  }
}

/* `hidden` turns body into a scroll container in Chromium, which breaks sticky
   positioning for its direct-child header. Clip the desktop paint overflow
   without creating that container, so the existing header stays pinned. */
@media (min-width: 1024px) {
  body {
    overflow-x: clip;
  }
}

:where(a, button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
  outline: 3px solid #8f3f28;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* WCAG 2.2 AA: retain the palette while increasing contrast of small text. */
.hero-flow__step small,
.pricing-card > span,
.pricing-card > a,
.project-card__tag,
.process-step > span,
.footer-hours > span,
.socials a {
  color: #8f3f28;
}

.text-link {
  min-height: 44px;
}

.work-hours > span {
  color: #8f3f28;
}

/* Requested polish: legal row alignment and a soft portfolio shadow fade. */
.footer-legal-links {
  display: contents !important;
}

.footer-bottom__inner > span,
.footer-bottom__inner > a,
.footer-legal-links > a,
.footer-legal-links > button {
  align-self: start;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 841px) {
  .footer-bottom__inner {
    grid-template-columns: repeat(5, minmax(max-content, 1fr));
    align-items: start;
  }

  .footer-bottom__inner > :first-child {
    justify-content: flex-start;
  }

  .footer-bottom__inner > :last-child {
    justify-content: flex-end;
  }
}

.project-grid {
  -webkit-mask-image: none;
  mask-image: none;
}

.project-card__image img {
  display: block;
}

.project-card {
  box-shadow: 0 18px 42px rgba(112, 74, 56, 0.05);
}

.project-card:hover,
.project-card:focus-visible {
  box-shadow: 0 24px 48px rgba(112, 74, 56, 0.12);
}

.project-card:focus-visible {
  outline: 3px solid #8f3f28;
  outline-offset: 4px;
}

/* Fluid proof area: the metric card and still life share one responsive grid.
   The bouquet, vase, orb and platform retain a single internal coordinate system. */
@media (max-width: 1180px) {
.hero--flow .hero-proof-area {
  --proof-card-width: clamp(108px, 18vw, 230px);
  --proof-gap: clamp(8px, 1.25vw, 16px);
  position: absolute !important;
  display: grid !important;
  grid-template-columns: minmax(0, var(--proof-card-width)) minmax(0, 1fr);
  grid-template-areas: "metric still-life";
  align-items: center;
  column-gap: var(--proof-gap);
  width: min(calc(100% - clamp(24px, 4vw, 64px)), clamp(296px, 58vw, 678px)) !important;
  height: auto !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  right: clamp(12px, 3vw, 48px) !important;
  top: clamp(2.125rem, calc(8rem - 4vw), 4.5rem) !important;
  overflow: visible !important;
  transform: translate3d(0, var(--parallax-y, 0px), 0) !important;
  translate: none !important;
  transform-origin: center bottom !important;
  isolation: isolate;
}

.hero--flow .hero-proof-area > .hero-vase-composition {
  grid-area: still-life;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 432 / 752;
  transform: none !important;
  translate: none !important;
  transform-origin: center bottom;
}

.hero--flow .hero-proof-area > .hero-proof-card {
  grid-area: metric;
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  translate: none !important;
  justify-self: stretch;
  align-self: center;
  z-index: 8 !important;
}

.hero--flow .hero-proof-area::before,
.hero--flow .hero-proof-area::after {
  content: none !important;
  display: none !important;
}

.hero--flow .hero-vase-composition::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14.574%;
  z-index: 6;
  width: 30.37%;
  height: 2.872%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%, rgba(45, 27, 21, 0.31), rgba(125, 68, 49, 0.14) 58%, transparent 76%);
  filter: blur(0.55rem);
  opacity: 0.88;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero--flow .hero-vase-composition::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.28rem;
  z-index: 0;
  width: 82%;
  height: 3.72%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 50%, rgba(73, 41, 30, 0.18), rgba(180, 99, 66, 0.1) 56%, transparent 78%);
  filter: blur(1rem);
  opacity: 0.95;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero--flow .hero-vase-composition > .hero-flow__platform,
.hero--flow .hero-vase-composition > svg.hero-flow__vase-photo,
.hero--flow .hero-vase-composition > .hero-flow__bouquet-svg,
.hero--flow .hero-vase-composition > svg.hero-flow__orb,
.hero--flow .hero-vase-composition > .hero-flow__vase-front-rim {
  translate: none !important;
}

/* The single-column hero below 901px keeps both proof components together,
   with one centered placement instead of independent viewport offsets. */
@media (max-width: 900px) {
  .hero--flow .hero-proof-area {
    right: 50% !important;
    top: clamp(26.125rem, calc(18rem + 25vw), 32.5rem) !important;
    transform: translateX(50%) translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero--flow .hero-flow__process-scene {
    min-height: clamp(780px, 134vw, 1150px) !important;
  }
}

@media (max-width: 767px) {
  .hero--flow .hero-proof-area {
    right: 50% !important;
    top: clamp(26.125rem, calc(18rem + 25vw), 30rem) !important;
    width: min(calc(100% - 24px), clamp(296px, 58vw, 430px)) !important;
  }

  .hero--flow .hero-proof-area > .hero-proof-card {
    align-self: start;
    margin-top: 36px !important;
  }

  .hero--flow .hero-flow__process-scene {
    min-height: clamp(760px, 170vw, 1000px) !important;
  }
}
}

/* Desktop master: retain the approved 1920 px composition. The fluid proof
   grid is intentionally limited to the single-column hero below this point. */
@media (min-width: 1181px) {
  .hero--flow .hero-proof-area {
    display: block !important;
    width: min(42vw, 27rem) !important;
    height: auto !important;
    aspect-ratio: 432 / 752 !important;
    right: clamp(-0.35rem, 0.2vw, 0.4rem) !important;
    top: clamp(3.1rem, 4.6vw, 4.45rem) !important;
    transform: translate3d(0, var(--parallax-y, 0px), 0) !important;
  }

  .hero--flow .hero-proof-area > .hero-vase-composition {
    display: block;
    width: 100%;
  }

  .hero--flow .hero-proof-area > .hero-proof-card {
    position: absolute !important;
    left: calc(50% + 0.62rem + min(12.5vw, 7.775rem) + 5px) !important;
    right: auto !important;
    top: calc(390px - clamp(3.1rem, 4.6vw, 4.45rem)) !important;
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    min-height: 232px !important;
    margin: 0 !important;
    transform: none !important;
    translate: none !important;
  }
}

/* Intermediate hero: bridge the tablet scene and the desktop master without
   inheriting the smaller 1024px process-scene transform. */
@media (min-width: 901px) and (max-width: 1180px) {
  .hero--flow .hero-flow__layout {
    --intermediate-scene-width: clamp(27.625rem, calc(80vw - 18.375rem), 40.625rem);
    width: min(calc(100vw - clamp(3rem, 8vw, 6rem)), 68rem) !important;
    max-width: 68rem !important;
    grid-template-columns: minmax(17.5rem, 1fr) minmax(0, var(--intermediate-scene-width)) !important;
    column-gap: clamp(1rem, 2.5vw, 2rem) !important;
    align-items: center !important;
  }

  .hero--flow .hero-flow__process-scene {
    width: 100% !important;
    min-height: clamp(47.5rem, 72vw, 53.125rem) !important;
    margin-inline: 0 !important;
    transform: none !important;
  }

  .hero--flow .hero-proof-area {
    width: min(100%, var(--intermediate-scene-width)) !important;
    right: 0 !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, var(--proof-card-width));
    grid-template-areas: "still-life metric";
  }
}
