/** Shopify CDN: Minification failed

Line 619:9 Expected identifier but found whitespace
Line 619:16 Unexpected ";"
Line 2639:1 Expected "}" to go with "{"

**/
:root {
  --avimo-ink: #2d3331;
  --avimo-muted: #626a66;
  --avimo-ivory: #fcfaf7;
  --avimo-warm: #f2ede6;
  --avimo-sage: #dfe6df;
  --avimo-blue: #dfe7e9;
  --avimo-line: #ded8d0;
  --avimo-white: #ffffff;
  --avimo-radius-sm: 12px;
  --avimo-radius: 22px;
  --avimo-radius-lg: 34px;
  --avimo-shadow: 0 22px 60px rgba(45, 51, 49, 0.1);
}

body {
  color: var(--avimo-ink);
}

.avimo-shell {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.avimo-kicker {
  margin: 0 0 14px;
  color: #56635c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.avimo-section-title {
  max-width: 720px;
  margin: 0;
  color: var(--avimo-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.avimo-section-intro {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--avimo-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.avimo-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.avimo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid var(--avimo-ink);
  border-radius: 999px;
  background: var(--avimo-ink);
  color: var(--avimo-white);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.avimo-button:hover {
  transform: translateY(-1px);
  background: #414a46;
}

.avimo-button--secondary {
  background: transparent;
  color: var(--avimo-ink);
}

.avimo-button--secondary:hover {
  background: rgba(255, 255, 255, 0.75);
}

.avimo-home {
  overflow: hidden;
  background: var(--avimo-ivory);
}

.avimo-hero {
  position: relative;
  padding: clamp(64px, 9vw, 118px) 0 clamp(52px, 8vw, 92px);
  background:
    radial-gradient(circle at 86% 18%, rgba(205, 220, 215, 0.72), transparent 25%),
    radial-gradient(circle at 15% 95%, rgba(226, 216, 204, 0.62), transparent 30%),
    var(--avimo-ivory);
}

.avimo-hero__grid {
  display: grid;
  align-items: center;
  gap: clamp(40px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
}

.avimo-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--avimo-ink);
  font-size: clamp(3rem, 6.6vw, 5.75rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.avimo-hero__copy {
  max-width: 660px;
  margin-top: 24px;
  color: var(--avimo-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.7;
}

.avimo-hero__visual {
  position: relative;
  min-height: 490px;
}

.avimo-hero__halo {
  position: absolute;
  inset: 8% 4% 3% 11%;
  border-radius: 46% 54% 44% 56% / 44% 42% 58% 56%;
  background: linear-gradient(145deg, #d6e0dc 0%, #eee6dc 100%);
}

.avimo-hero__product {
  position: absolute;
  overflow: hidden;
  width: 58%;
  aspect-ratio: 4 / 5;
  border: 9px solid rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  background: #ebe7e1;
  box-shadow: var(--avimo-shadow);
}

.avimo-hero__product:first-of-type {
  top: 2%;
  left: 4%;
  transform: rotate(-5deg);
}

.avimo-hero__product:nth-of-type(2) {
  right: 0;
  bottom: 0;
  z-index: 2;
  transform: rotate(4deg);
}

.avimo-hero__product img,
.avimo-card__image img,
.avimo-need-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avimo-hero__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  padding: 24px;
  color: #65716b;
  text-align: center;
}

.avimo-trust {
  border-block: 1px solid var(--avimo-line);
  background: rgba(255, 255, 255, 0.65);
}

.avimo-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.avimo-trust__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 28px clamp(18px, 4vw, 42px);
}

.avimo-trust__item + .avimo-trust__item {
  border-left: 1px solid var(--avimo-line);
}

.avimo-trust__icon {
  width: 32px;
  height: 32px;
  color: #64736b;
}

.avimo-trust__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.avimo-trust__text {
  margin: 4px 0 0;
  color: var(--avimo-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.avimo-home-section {
  padding: clamp(70px, 9vw, 112px) 0;
}

.avimo-needs {
  display: grid;
  gap: 20px;
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
}

.avimo-need-card {
  position: relative;
  display: flex;
  min-height: 440px;
  overflow: hidden;
  align-items: flex-end;
  padding: 28px;
  border: 1px solid var(--avimo-line);
  border-radius: var(--avimo-radius);
  background: var(--avimo-warm);
  color: var(--avimo-ink);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.avimo-need-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--avimo-shadow);
}

.avimo-need-card:nth-child(2) {
  background: var(--avimo-sage);
}

.avimo-need-card:nth-child(3) {
  background: var(--avimo-blue);
}

.avimo-need-card__image {
  position: absolute;
  inset: 0;
}

.avimo-need-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28, 34, 31, 0.68), rgba(28, 34, 31, 0.02) 64%);
  content: '';
}

.avimo-need-card__content {
  position: relative;
  z-index: 1;
}

.avimo-need-card:has(.avimo-need-card__image) .avimo-need-card__content {
  color: #fff;
}

.avimo-need-card h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.025em;
}

.avimo-need-card p {
  margin: 10px 0 0;
  font-size: 0.93rem;
  line-height: 1.6;
}

.avimo-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  font-size: 0.9rem;
  font-weight: 700;
}

.avimo-products {
  background: #f3f0eb;
}

.avimo-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.avimo-products__grid {
  display: grid;
  gap: 22px;
  margin-top: 42px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.avimo-product-card {
  color: var(--avimo-ink);
  text-decoration: none;
}

.avimo-card__image {
  overflow: hidden;
  aspect-ratio: 1 / 1.06;
  border-radius: 18px;
  background: #e9e5de;
}

.avimo-product-card:hover .avimo-card__image img {
  transform: scale(1.025);
}

.avimo-card__image img {
  transition: transform 260ms ease;
}

.avimo-card__title {
  margin: 16px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.avimo-card__price {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2.5rem;
  margin: 10px 0 0;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: var(--avimo-ink);
  color: var(--avimo-white);
  box-shadow: 0 8px 20px rgba(45, 51, 49, 0.14);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  font-weight: 750;
  letter-spacing: -0.015em;
  line-height: 1;
}

.avimo-story__grid {
  display: grid;
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
  grid-template-columns: 0.9fr 1.1fr;
}

.avimo-story__mark {
  display: grid;
  min-height: 420px;
  place-items: center;
  border-radius: var(--avimo-radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), transparent),
    #dce4df;
  color: var(--avimo-ink);
}

.avimo-story__monogram {
  text-align: center;
}

.avimo-story__monogram strong {
  display: block;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.avimo-story__monogram span {
  display: block;
  margin-top: 14px;
  color: var(--avimo-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.avimo-professional-cta {
  padding: clamp(58px, 8vw, 90px) 0;
  background: var(--avimo-ink);
  color: #fff;
}

.avimo-professional-cta__grid {
  display: grid;
  align-items: center;
  gap: 34px;
  grid-template-columns: 1.35fr auto;
}

.avimo-professional-cta h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.avimo-professional-cta p {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.avimo-professional-cta .avimo-button {
  border-color: #fff;
  background: #fff;
  color: var(--avimo-ink);
}

.avimo-page {
  background: var(--avimo-ivory);
}

.avimo-page-hero {
  padding: clamp(64px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(204, 219, 213, 0.75), transparent 24%),
    linear-gradient(135deg, #f6f1eb, #fcfaf7);
}

.avimo-page-hero__grid {
  display: grid;
  align-items: center;
  gap: 50px;
  grid-template-columns: 1.2fr 0.8fr;
}

.avimo-page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.avimo-page-hero__aside {
  padding: 28px;
  border: 1px solid rgba(45, 51, 49, 0.13);
  border-radius: var(--avimo-radius);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 48px rgba(45, 51, 49, 0.08);
}

.avimo-page-hero__aside strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1rem;
}

.avimo-page-hero__aside ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: var(--avimo-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.avimo-pro-section {
  padding: clamp(64px, 8vw, 100px) 0;
}

.avimo-pro-section--tint {
  background: #f1ede7;
}

.avimo-pro-grid {
  display: grid;
  gap: 20px;
  margin-top: 38px;
  grid-template-columns: repeat(4, 1fr);
}

.avimo-pro-card {
  padding: 26px;
  border: 1px solid var(--avimo-line);
  border-radius: 18px;
  background: #fff;
}

.avimo-pro-card__number {
  color: #728077;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.avimo-pro-card h3 {
  margin: 18px 0 8px;
  font-size: 1.08rem;
}

.avimo-pro-card p {
  margin: 0;
  color: var(--avimo-muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.avimo-pro-features {
  display: grid;
  gap: 22px 46px;
  margin-top: 38px;
  grid-template-columns: repeat(2, 1fr);
}

.avimo-pro-feature {
  padding: 0 0 22px;
  border-bottom: 1px solid var(--avimo-line);
}

.avimo-pro-feature strong {
  display: block;
  margin-bottom: 6px;
}

.avimo-pro-feature span {
  color: var(--avimo-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.avimo-pro-hero {
  overflow: hidden;
}

.avimo-pro-hero__note {
  margin: 18px 0 0;
  color: var(--avimo-muted);
  font-size: 0.82rem;
}

.avimo-pro-hero__visual {
  position: relative;
  min-height: 520px;
}

.avimo-pro-hero__media {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(45, 51, 49, 0.16);
}

.avimo-pro-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avimo-pro-hero__media span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--avimo-ink);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.avimo-pro-hero__media--primary {
  top: 10px;
  left: 0;
  width: 66%;
  height: 72%;
  transform: rotate(-3deg);
}

.avimo-pro-hero__media--secondary {
  right: 0;
  bottom: 28px;
  width: 48%;
  height: 55%;
  transform: rotate(4deg);
}

position: static;
margin-top: 18px;
  position: absolute;
  right: 26%;
  bottom: 0;
right: auto;
  position: absolute;
  right: 26%;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 3px;
  max-width: 260px;
  padding: 16px 18px;
  border: 1px solid rgba(45, 51, 49, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(45, 51, 49, 0.12);
}

.avimo-pro-hero__badge span {
  color: var(--avimo-muted);
  font-size: 0.74rem;
  line-height: 1.45;
}

.avimo-pro-audience {
  border-top: 1px solid var(--avimo-line);
  border-bottom: 1px solid var(--avimo-line);
  background: #fff;
}

.avimo-pro-audience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.avimo-pro-audience a {
  display: grid;
  gap: 5px;
  padding: 22px;
  border-right: 1px solid var(--avimo-line);
  color: var(--avimo-ink);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.avimo-pro-audience a:first-child {
  border-left: 1px solid var(--avimo-line);
}

.avimo-pro-audience a:hover {
  background: #f5f2ed;
}

.avimo-pro-audience a span {
  color: #77837c;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.avimo-pro-intro-grid {
  display: grid;
  align-items: end;
  gap: 70px;
  grid-template-columns: 1.1fr 0.9fr;
}

.avimo-pro-outcomes {
  display: grid;
  gap: 20px;
  margin-top: 46px;
  grid-template-columns: repeat(3, 1fr);
}

.avimo-pro-outcomes article {
  padding: 28px;
  border: 1px solid var(--avimo-line);
  border-radius: 18px;
  background: #fff;
}

.avimo-pro-outcomes h3 {
  margin: 18px 0 9px;
  font-size: 1.1rem;
}

.avimo-pro-outcomes p,
.avimo-pro-paths p,
.avimo-pro-steps p,
.avimo-pro-resources p {
  margin: 0;
  color: var(--avimo-muted);
  font-size: 0.91rem;
  line-height: 1.65;
}

.avimo-pro-section--dark {
  background: var(--avimo-ink);
  color: #fff;
}

.avimo-pro-section--dark .avimo-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.avimo-pro-paths {
  display: grid;
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.15);
  grid-template-columns: repeat(2, 1fr);
}

.avimo-pro-paths article {
  padding: clamp(26px, 4vw, 42px);
  background: #323a37;
}

.avimo-pro-paths article > span {
  color: #aebbb4;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.avimo-pro-paths h3 {
  margin: 16px 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.12;
}

.avimo-pro-paths p {
  color: rgba(255, 255, 255, 0.67);
}

.avimo-pro-paths a {
  display: inline-block;
  margin-top: 22px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.avimo-pro-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.avimo-pro-heading-row h2 {
  max-width: 820px;
}

.avimo-pro-solutions {
  display: grid;
  gap: 24px;
  margin-top: 42px;
  grid-template-columns: repeat(2, 1fr);
}

.avimo-pro-solution-card {
  overflow: hidden;
  border: 1px solid var(--avimo-line);
  border-radius: 22px;
  background: #fff;
}

.avimo-pro-solution-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f1f1ef;
}

.avimo-pro-solution-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avimo-pro-solution-card__body {
  padding: clamp(24px, 4vw, 38px);
}

.avimo-pro-solution-card h3 {
  margin: 7px 0 18px;
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  line-height: 1.08;
}

.avimo-pro-solution-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 19px;
  color: var(--avimo-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.avimo-pro-solution-card a {
  display: inline-block;
  margin-top: 24px;
  color: var(--avimo-ink);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.avimo-pro-steps {
  display: grid;
  gap: 20px;
  margin-top: 40px;
  grid-template-columns: repeat(3, 1fr);
}

.avimo-pro-steps article {
  padding: 28px;
  border: 1px solid var(--avimo-line);
  border-radius: 18px;
  background: #fff;
}

.avimo-pro-steps article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--avimo-ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.avimo-pro-steps h3 {
  margin: 19px 0 8px;
  font-size: 1.08rem;
}

.avimo-pro-resources {
  display: grid;
  gap: 60px;
  margin-top: 28px;
  padding: clamp(26px, 5vw, 48px);
  border-radius: 22px;
  background: #dfe7e3;
  grid-template-columns: 0.9fr 1.1fr;
}

.avimo-pro-resources h3 {
  margin: 7px 0 12px;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.avimo-pro-resources ul {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.avimo-pro-resources li {
  display: grid;
  gap: 3px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(45, 51, 49, 0.14);
}

.avimo-pro-resources li span {
  color: var(--avimo-muted);
  font-size: 0.84rem;
}

.avimo-pro-contact-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.avimo-pro-contact-points span {
  position: relative;
  padding-left: 23px;
  color: var(--avimo-muted);
  font-size: 0.88rem;
}

.avimo-pro-contact-points span::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  content: "✓";
  color: #547262;
  font-weight: 900;
}

.avimo-form-wrap {
  display: grid;
  align-items: start;
  gap: clamp(36px, 7vw, 86px);
  grid-template-columns: 0.78fr 1.22fr;
}

.avimo-form-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--avimo-line);
  border-radius: var(--avimo-radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(45, 51, 49, 0.07);
}

.avimo-form-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.avimo-field {
  display: grid;
  gap: 8px;
}

.avimo-field--full {
  grid-column: 1 / -1;
}

.avimo-field label {
  font-size: 0.84rem;
  font-weight: 700;
}

.avimo-field input,
.avimo-field select,
.avimo-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cbc5bd;
  border-radius: 10px;
  background: #fff;
  color: var(--avimo-ink);
  font: inherit;
}

.avimo-field textarea {
  min-height: 124px;
  resize: vertical;
}

.avimo-field input:focus,
.avimo-field select:focus,
.avimo-field textarea:focus {
  outline: 2px solid #7b9185;
  outline-offset: 1px;
}

.avimo-form-note {
  margin: 18px 0 0;
  color: var(--avimo-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.avimo-form-status {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #e6eee8;
  color: #344b3d;
}

.avimo-guidance {
  padding: 18px 0 clamp(64px, 8vw, 96px);
  background: var(--avimo-ivory);
}

.avimo-guidance__alert {
  display: grid;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid #d5c9bc;
  border-radius: 16px;
  background: #f5eee5;
  grid-template-columns: 40px 1fr;
}

.avimo-guidance__alert svg {
  width: 34px;
  height: 34px;
  color: #6f796f;
}

.avimo-guidance__alert strong {
  display: block;
  margin-bottom: 4px;
}

.avimo-guidance__alert p {
  margin: 0;
  color: var(--avimo-muted);
  font-size: 0.91rem;
  line-height: 1.6;
}

.avimo-guidance__grid {
  display: grid;
  gap: 18px;
  margin-top: 28px;
  grid-template-columns: repeat(3, 1fr);
}

.avimo-guidance__card {
  left: 8px;
right: auto;
  border: 1px solid var(--avimo-line);
  border-radius: 16px;
  background: #fff;
}

.avimo-guidance__card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.avimo-guidance__card p {
  margin: 0;
  color: var(--avimo-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

@media screen and (max-width: 989px) {
  .avimo-hero__grid,
  .avimo-story__grid,
  .avimo-page-hero__grid,
  .avimo-pro-intro-grid,
  .avimo-pro-resources,
  .avimo-form-wrap {
    grid-template-columns: 1fr;
  }

  .avimo-pro-hero__visual {
    min-height: 480px;
  }

  .avimo-pro-audience__grid,
  .avimo-pro-outcomes,
  .avimo-pro-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .avimo-hero__visual {
    min-height: 440px;
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .avimo-needs,
  .avimo-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .avimo-professional-cta__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .avimo-shell {
    width: min(calc(100% - 28px), 1200px);
  }

  .avimo-hero {
    padding-top: 48px;
  }

  .avimo-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .avimo-hero__visual {
    min-height: 330px;
  }

  .avimo-trust__grid,
  .avimo-needs,
  .avimo-products__grid,
  .avimo-pro-grid,
  .avimo-pro-features,
  .avimo-pro-audience__grid,
  .avimo-pro-outcomes,
  .avimo-pro-paths,
  .avimo-pro-solutions,
  .avimo-pro-steps,
  .avimo-guidance__grid,
  .avimo-form-grid {
    grid-template-columns: 1fr;
  }

  .avimo-pro-audience a,
  .avimo-pro-audience a:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--avimo-line);
    border-left: 0;
  }

  .avimo-pro-hero__visual {
    min-height: 390px;
  }

  .avimo-pro-hero__badge {
    right: 8px;
  }

  .avimo-pro-heading-row {
    align-items: start;
    flex-direction: column;
  }

  .avimo-trust__item + .avimo-trust__item {
    border-top: 1px solid var(--avimo-line);
    border-left: 0;
  }

  .avimo-need-card {
    min-height: 360px;
  }

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

  .avimo-story__mark {
    min-height: 300px;
  }

  .avimo-field--full {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .avimo-button,
  .avimo-need-card,
  .avimo-card__image img {
    transition: none;
  }
}

/* AVIMO urn: variant-specific gallery and long-form product story */
.avimo-urn-gallery {
  display: block;
  width: 100%;
}

.avimo-urn-gallery__group[hidden] {
  display: none !important;
}

.avimo-urn-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.avimo-urn-gallery__item {
  margin: 0;
  overflow: hidden;
  background: #f7f7f5;
}

.avimo-urn-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.avimo-urn-story {
  width: 100%;
  padding: clamp(36px, 6vw, 84px) 0;
  background: #f7f4ef;
}

.avimo-urn-story__inner {
  width: min(calc(100% - 40px), 1464px);
  margin: 0 auto;
  display: grid;
  gap: clamp(12px, 2vw, 26px);
}

.avimo-urn-story picture,
.avimo-urn-story img {
  display: block;
  width: 100%;
}

.avimo-urn-story img {
  height: auto;
}

@media screen and (max-width: 749px) {
  .avimo-urn-gallery__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 0 14px 10px;
  }

  .avimo-urn-gallery__grid::-webkit-scrollbar {
    display: none;
  }

  .avimo-urn-gallery__item {
    flex: 0 0 calc(100vw - 42px);
    scroll-snap-align: center;
  }

  .avimo-urn-story {
    padding: 36px 0;
  }

  .avimo-urn-story__inner {
    width: min(calc(100% - 24px), 600px);
    gap: 12px;
  }
}


.avimo-pro-faq {
  margin-top: 36px;
  max-width: 920px;
  border: 1px solid var(--avimo-line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}

.avimo-pro-faq details {
  border-bottom: 1px solid var(--avimo-line);
}

.avimo-pro-faq details:last-child {
  border-bottom: 0;
}

.avimo-pro-faq summary {
  position: relative;
  padding: 20px 60px 20px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.avimo-pro-faq summary::-webkit-details-marker {
  display: none;
}

.avimo-pro-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
}

.avimo-pro-faq details[open] summary::after {
  content: "–";
}

.avimo-pro-faq details p {
  margin: 0;
  padding: 0 60px 22px 24px;
  color: var(--avimo-muted);
  line-height: 1.7;
  max-width: 780px;
}
/* Professional page typography increase */

.avimo-pro-page .avimo-section-intro,
.avimo-pro-page .avimo-outcomes p,
.avimo-pro-page .avimo-pro-outcomes p,
.avimo-pro-page .avimo-pro-paths p,
.avimo-pro-page .avimo-pro-solution-card__body li,
.avimo-pro-page .avimo-pro-steps p,
.avimo-pro-page .avimo-pro-resources p,
.avimo-pro-page .avimo-pro-resources span,
.avimo-pro-page .avimo-form-note,
.avimo-pro-page .avimo-pro-faq details p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.avimo-pro-page .avimo-pro-outcomes h3,
.avimo-pro-page .avimo-pro-paths h3,
.avimo-pro-page .avimo-pro-solution-card__body h3,
.avimo-pro-page .avimo-pro-steps h3,
.avimo-pro-page .avimo-pro-resources h3 {
  font-size: 1.35rem;
  line-height: 1.3;
}

.avimo-pro-page .avimo-kicker {
  font-size: 0.84rem;
}

.avimo-pro-page .avimo-button,
.avimo-pro-page .avimo-pro-solution-card__body a,
.avimo-pro-page .avimo-form-card button,
.avimo-pro-page .avimo-pro-faq summary {
  font-size: 1rem;
}

.avimo-pro-page .avimo-form-card label,
.avimo-pro-page .avimo-form-card input,
.avimo-pro-page .avimo-form-card select,
.avimo-pro-page .avimo-form-card textarea {
  font-size: 1rem;
}

/* Header and announcement typography */

.announcement-bar__message {
  font-size: 1rem !important;
  line-height: 1.4;
}

.header__inline-menu .header__menu-item,
.header__inline-menu .list-menu__item {
  font-size: 1.05rem !important;
  line-height: 1.4;
}

/* Increase desktop menu spacing slightly */
@media screen and (min-width: 990px) {
  .header__inline-menu .header__menu-item {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }
}
/* Fix professional path section spacing */
.avimo-pro-section--dark .avimo-section-title {
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 36px;
  max-width: 720px;
}

.avimo-pro-section--dark .avimo-pro-paths {
  margin-top: 0;
}
.avimo-no-break {
  display: inline-block;
  white-space: nowrap;
}
/* Keep professional FAQ title on one line on desktop */
@media screen and (min-width: 990px) {
  #professional-faq-title {
    max-width: none;
    white-space: nowrap;
  }
}/* Professional page hero title */
@media screen and (min-width: 990px) {
  #professional-page-title {
    max-width: 900px;
    font-size: clamp(64px, 5.2vw, 84px);
    line-height: 0.98;
    letter-spacing: -0.045em;
  }

  #professional-page-title .avimo-hero-line {
    display: block;
    white-space: nowrap;
  }
}

@media screen and (max-width: 989px) {
  #professional-page-title .avimo-hero-line {
    display: inline;
    white-space: normal;
  }

  #professional-page-title .avimo-hero-line:not(:last-child)::after {
    content: " ";
  }
}
/* AVIMO professional brand color */
.avimo-pro-section--dark {
  background: #24483d;
  color: #ffffff;
}

.avimo-pro-section--dark .avimo-kicker {
  color: #c9d7cf;
}

.avimo-pro-section--dark .avimo-section-title {
  color: #ffffff;
}

.avimo-pro-section--dark .avimo-pro-paths {
  border-color: rgba(255, 255, 255, 0.22);
}

.avimo-pro-section--dark .avimo-pro-paths article {
  border-color: rgba(255, 255, 255, 0.18);
}

.avimo-pro-section--dark .avimo-pro-paths span {
  color: #c9d7cf;
}

.avimo-pro-section--dark .avimo-pro-paths h3 {
  color: #ffffff;
}

.avimo-pro-section--dark .avimo-pro-paths p {
  color: rgba(255, 255, 255, 0.76);
}
/* Professional page - purchasing steps */
.avimo-pro-page section[aria-labelledby="purchase-title"] {
  background: #E7EEE9;
}
/* Professional inquiry - strong AVIMO brand section */
#professional-inquiry {
  background: #24483d;
}

#professional-inquiry .avimo-kicker {
  color: #c9d7cf;
}

#professional-inquiry .avimo-section-title {
  color: #ffffff;
}

#professional-inquiry .avimo-section-intro {
  color: rgba(255, 255, 255, 0.78);
}

#professional-inquiry .avimo-pro-contact-points span {
  color: rgba(255, 255, 255, 0.82);
}

#professional-inquiry .avimo-form-card {
  background: #ffffff;
}
/* Professional inquiry check marks */
#professional-inquiry .avimo-pro-contact-points span::before {
  color: #D8C07A;
}
/* AVIMO Contact page cards */
.avimo-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 42px 0 30px;
}

.avimo-contact-card {
  padding: 32px;
  border: 1px solid #d9e1dc;
  border-radius: 22px;
  background: #eef4ef;
}

.avimo-contact-card--professional {
  background: #f6f2e9;
  border-color: #e1d5bd;
}

.avimo-contact-label {
  margin: 0 0 10px;
  color: #5e7068;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.avimo-contact-card h3 {
  margin: 0 0 18px;
  color: #28332f;
}

.avimo-contact-card a {
  color: #24483d;
  font-weight: 600;
}

.avimo-contact-form-intro {
  margin-top: 30px;
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  .avimo-contact-cards {
    grid-template-columns: 1fr;
  }

  .avimo-contact-card {
    padding: 24px;
  }
}
/* ================================
   AVIMO Contact Us page
   ================================ */

.avimo-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 40px 0 32px;
}

.avimo-contact-card {
  padding: 30px 32px;
  background: #e7eee9;
  border: 1px solid #d5dfd9;
  border-radius: 22px;
}

.avimo-contact-cards > .avimo-contact-card:nth-child(2) {
  background: #f6f2e9;
  border-color: #e4d9c5;
}

.avimo-contact-label {
  margin: 0 0 12px !important;
  color: #607168;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.avimo-contact-card h3 {
  margin: 0 0 18px !important;
  color: #28332f;
  font-size: 30px;
  line-height: 1.15;
}

.avimo-contact-card p {
  margin: 0 0 12px;
}

.avimo-contact-card p:last-child {
  margin-bottom: 0;
}

.avimo-contact-card a {
  color: #24483d;
  font-weight: 600;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.avimo-contact-form-intro {
  margin-top: 28px !important;
  color: #52605a;
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  .avimo-contact-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .avimo-contact-card {
    padding: 24px;
  }

  .avimo-contact-card h3 {
    font-size: 26px;
  }
}
/* Contact page width */
.avimo-contact-router {
  width: calc(100% - 64px) !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

@media screen and (max-width: 749px) {
  .avimo-contact-router {
    width: calc(100% - 32px) !important;
  }
}
/* Homepage - Featured Essentials */
.avimo-home .avimo-products {
  background: #E7EEE9;
  padding-top: 72px;
  padding-bottom: 72px;
}

.avimo-home .avimo-products .avimo-product-card {
  background: #FFFCF8;
  border-radius: 22px;
}

.avimo-home .avimo-products .avimo-card__image {
  background: #ffffff;
  border-radius: 18px;
}
/* Shop by need - first card image smaller */
.avimo-needs .avimo-need-card:first-child .avimo-need-card__image img {
  object-fit: contain !important;
  object-position: center top !important;
  transform: scale(0.78);
  transform-origin: center top;
}

.avimo-needs .avimo-need-card:first-child .avimo-need-card__image {
  background: #f6f6f3;
}

/* make bottom text area easier to read */
.avimo-needs .avimo-need-card:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.00) 35%,
    rgba(0,0,0,0.18) 65%,
    rgba(0,0,0,0.45) 100%
  );
  pointer-events: none;
  border-radius: inherit;
}

.avimo-needs .avimo-need-card:first-child {
  position: relative;
  overflow: hidden;
}

.avimo-needs .avimo-need-card:first-child .avimo-need-card__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  z-index: 2;
}
.avimo-home .avimo-home-section[aria-labelledby="shop-by-need-title"] {
  background: #F6F2E9;
}
/* Shop by need - Urns & Keepsakes card */
.avimo-needs .avimo-need-card:nth-child(2) {
  position: relative;
  overflow: hidden;
}

.avimo-needs .avimo-need-card:nth-child(2)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 45%,
    rgba(0,0,0,0.18) 65%,
    rgba(0,0,0,0.60) 100%
  );
  pointer-events: none;
  border-radius: inherit;
}

.avimo-needs .avimo-need-card:nth-child(2) .avimo-need-card__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  z-index: 2;
}

.avimo-needs .avimo-need-card:nth-child(2) .avimo-need-card__content h3 {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 8px;
}
/* Professional Solutions card */
.avimo-needs .avimo-need-card:nth-child(3) {
  position: relative;
  overflow: hidden;
  background: #E3ECE8;
}

.avimo-needs .avimo-need-card:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(36, 72, 61, 0.06);
  top: -55px;
  right: -45px;
}

.avimo-needs .avimo-need-card:nth-child(3) .avimo-need-card__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 32px;
  z-index: 2;
}
/* Homepage Hero - refine overlapping product cards */
.avimo-hero__visual {
  position: relative;
}

.avimo-hero__product {
  overflow: hidden;
}

/* Back card: Aftercare bag */
.avimo-hero__product:nth-of-type(1) {
  width: 54% !important;
  left: 5% !important;
  right: auto !important;
  top: 8% !important;
  transform: rotate(-2deg) !important;
  z-index: 1 !important;
}

/* Front card: Urn gift box */
.avimo-hero__product:nth-of-type(2) {
  width: 43% !important;
  right: 3% !important;
  left: auto !important;
  top: 25% !important;
  transform: rotate(2deg) !important;
  z-index: 2 !important;
}

.avimo-hero__product img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

/* Burial bag should remain fully visible */
.avimo-hero__product:nth-of-type(1) img {
  object-fit: contain !important;
  background: #ffffff;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .avimo-hero__product:nth-of-type(1) {
    width: 58% !important;
    left: 1% !important;
    top: 8% !important;
  }

  .avimo-hero__product:nth-of-type(2) {
    width: 47% !important;
    right: 0 !important;
    top: 28% !important;
  }
}/* Hero burial bag - slightly larger inside card */
.avimo-hero__product:nth-of-type(1) img {
  transform: scale(1.50);
  transform-origin: center center;
}
/* Final desktop Hero - smaller urn card */
@media screen and (min-width: 750px) {
  .avimo-hero__product:nth-of-type(2) {
    width: 36% !important;
    right: 4% !important;
    left: auto !important;
    top: 30% !important;
    bottom: auto !important;
    transform: rotate(2deg) !important;
    z-index: 2 !important;
  }
}/* Homepage Hero scene image */
.avimo-hero__visual--scene {
  position: relative !important;
  height: 520px !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 50px rgba(39, 52, 46, 0.10);
}

.avimo-hero__visual--scene img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  transform: none !important;
}

@media screen and (max-width: 749px) {
  .avimo-hero__visual--scene {
    height: 330px !important;
    border-radius: 22px !important;
  }

  .avimo-hero__visual--scene img {
    object-position: 64% center !important;
  }
}/* =========================================
   FINAL HOMEPAGE HERO - FULL BACKGROUND SCENE
   ========================================= */

.avimo-hero {
  position: relative !important;
  overflow: hidden !important;
  min-height: 620px !important;
  background: none !important;
}

/* Full-width blurred background */
.avimo-hero::before {
  content: "";
  position: absolute;
  inset: -12px;
  background-image: url("/cdn/shop/files/abc1b46cab5934fc3b8692629d1e5af0.png?v=1786369589");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  filter: blur(4px);
  transform: scale(1.035);
  z-index: 0;
}

/* Light overlay: strong on left, transparent on right */
.avimo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(250, 248, 243, 0.97) 0%,
    rgba(250, 248, 243, 0.94) 30%,
    rgba(250, 248, 243, 0.82) 48%,
    rgba(250, 248, 243, 0.30) 68%,
    rgba(250, 248, 243, 0.08) 100%
  );
  z-index: 1;
  pointer-events: none;
}

/* Keep text above background */
.avimo-hero .avimo-shell,
.avimo-hero .avimo-hero__grid {
  position: relative;
  z-index: 2;
}

/* No separate right-side image card anymore */
.avimo-hero__visual {
  display: none !important;
}

/* Let the copy occupy the hero naturally */
.avimo-hero__grid {
  display: block !important;
  min-height: 620px !important;
}

.avimo-hero__grid > :first-child {
  max-width: 680px !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* Hero text */
.avimo-hero h1 {
  max-width: 650px;
}

.avimo-hero__copy {
  max-width: 630px;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .avimo-hero {
    min-height: 620px !important;
  }

  .avimo-hero::before {
    background-position: 68% center;
    filter: blur(3px);
  }

  .avimo-hero::after {
    background: linear-gradient(
      180deg,
      rgba(250,248,243,0.94) 0%,
      rgba(250,248,243,0.88) 48%,
      rgba(250,248,243,0.40) 72%,
      rgba(250,248,243,0.15) 100%
    );
  }

  .avimo-hero__grid {
    min-height: 620px !important;
  }

  .avimo-hero__grid > :first-child {
    max-width: 100% !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}/* FINAL HERO - tighter background composition */
.avimo-hero {
  min-height: 540px !important;
  background: #f7f4ee !important;
}

/* scene concentrated on the right */
.avimo-hero::before {
  inset: 0 !important;
  background-image: url("/cdn/shop/files/abc1b46cab5934fc3b8692629d1e5af0.png?v=1786369589") !important;

  background-size: auto 100% !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;

  filter: blur(2px) !important;
  transform: scale(1.01) !important;
}

/* left side stays clean for copy */
.avimo-hero::after {
  background: linear-gradient(
    90deg,
    rgba(247,244,238,1) 0%,
    rgba(247,244,238,0.98) 30%,
    rgba(247,244,238,0.90) 44%,
    rgba(247,244,238,0.55) 56%,
    rgba(247,244,238,0.15) 70%,
    rgba(247,244,238,0) 82%
  ) !important;
}

/* make hero more compact */
.avimo-hero__grid {
  min-height: 540px !important;
}

.avimo-hero__grid > :first-child {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}/* FINAL HERO - soft blended scene */
@media screen and (min-width: 750px) {

  .avimo-hero {
    min-height: 560px !important;
    background: #f7f4ee !important;
  }

  .avimo-hero::before {
    content: "";
    position: absolute;
    inset: 0 !important;

    background-image: url("/cdn/shop/files/abc1b46cab5934fc3b8692629d1e5af0.png?v=1786369589") !important;
    background-size: auto 110% !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;

    filter: blur(1px) !important;
    transform: none !important;

    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      transparent 34%,
      rgba(0,0,0,0.18) 43%,
      rgba(0,0,0,0.65) 53%,
      #000 63%,
      #000 100%
    );

    mask-image: linear-gradient(
      to right,
      transparent 0%,
      transparent 34%,
      rgba(0,0,0,0.18) 43%,
      rgba(0,0,0,0.65) 53%,
      #000 63%,
      #000 100%
    );

    z-index: 0;
  }

  .avimo-hero::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
      90deg,
      rgba(247,244,238,1) 0%,
      rgba(247,244,238,0.98) 35%,
      rgba(247,244,238,0.88) 46%,
      rgba(247,244,238,0.45) 58%,
      rgba(247,244,238,0.08) 72%,
      rgba(247,244,238,0) 100%
    ) !important;

    z-index: 1;
    pointer-events: none;
  }

  .avimo-hero__grid {
    min-height: 560px !important;
  }

  .avimo-hero__grid > :first-child {
    max-width: 610px !important;
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
}/* FINAL HERO - same content width as sections below */

.avimo-hero {
  background: #f7f4ee !important;
  padding: 28px 0 !important;
}

/* turn off the old full-width background */
.avimo-hero::before,
.avimo-hero::after {
  display: none !important;
}

/* put the scene inside the same shell width as the rest of homepage */
.avimo-hero .avimo-shell {
  position: relative !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border-radius: 28px !important;

  background-image:
    linear-gradient(
      90deg,
      rgba(247,244,238,0.98) 0%,
      rgba(247,244,238,0.94) 32%,
      rgba(247,244,238,0.75) 47%,
      rgba(247,244,238,0.20) 63%,
      rgba(247,244,238,0) 78%
    ),
    url("/cdn/shop/files/abc1b46cab5934fc3b8692629d1e5af0.png?v=1786369589") !important;

  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;

  box-shadow: 0 16px 45px rgba(39, 52, 46, 0.08);
}

/* hero height */
.avimo-hero__grid {
  min-height: 520px !important;
}

/* left copy */
.avimo-hero__grid > :first-child {
  max-width: 570px !important;
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

/* right-side standalone image stays hidden */
.avimo-hero__visual {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .avimo-hero {
    padding: 16px !important;
  }

  .avimo-hero .avimo-shell {
    border-radius: 22px !important;
    background-position: 64% center !important;
  }

  .avimo-hero__grid {
    min-height: 570px !important;
  }
}#avimo-home-title {
  font-size: clamp(56px, 5.6vw, 94px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.045em !important;
}/* =====================================
   Homepage trust bar
   ===================================== */

.avimo-trust {
  background: #E8EFEB !important;
  border-top: 1px solid rgba(36, 72, 61, 0.10);
  border-bottom: 1px solid rgba(36, 72, 61, 0.10);
  padding: 26px 0 !important;
}

.avimo-trust__grid {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

/* each trust item */
.avimo-trust__item {
  padding: 8px 34px !important;
  align-items: flex-start !important;
}

/* separators between the 3 items */
.avimo-trust__item:not(:last-child) {
  border-right: 1px solid rgba(36, 72, 61, 0.14);
}

/* icons */
.avimo-trust__icon {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  color: #24483D !important;
  stroke: #24483D !important;
  margin-top: 2px;
}

/* titles */
.avimo-trust__title {
  margin: 0 0 6px !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 650 !important;
  color: #2D3331 !important;
  letter-spacing: -0.01em;
}

/* supporting copy */
.avimo-trust__text {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #68736F !important;
  max-width: 260px;
}

/* mobile */
@media screen and (max-width: 749px) {
  .avimo-trust {
    padding: 12px 20px !important;
  }

  .avimo-trust__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .avimo-trust__item {
    padding: 18px 0 !important;
  }

  .avimo-trust__item:not(:last-child) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(36, 72, 61, 0.12);
  }

  .avimo-trust__title {
    font-size: 16px !important;
  }

  .avimo-trust__text {
    font-size: 14px !important;
    max-width: none;
  }
}/* Shop by need - final section styling */
.avimo-home .avimo-home-section[aria-labelledby="shop-by-need-title"] {
  background: #F3EFE6 !important;
  padding-top: 64px !important;
  padding-bottom: 72px !important;
}

#shop-by-need-title {
  max-width: 650px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
}

.avimo-home .avimo-section-intro {
  max-width: 640px;
  font-size: 17px;
  line-height: 1.65;
  color: #68736F;
  margin-bottom: 42px;
}/* Featured Essentials - smaller product images */
.avimo-products .avimo-card__image {
  padding: 36px 32px !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
}

.avimo-products .avimo-card__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transform: scale(0.82) !important;
  transform-origin: center center !important;
}/* Featured Essentials - larger price badge */
.avimo-home .avimo-products .avimo-card__price {
  min-height: 3em !important;
  margin: 12px 0 18px !important;
  padding: 0.7em 1.15em !important;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem) !important;
  font-weight: 750 !important;
  line-height: 1 !important;
}/* Featured Essentials kicker */
.avimo-products .avimo-featured-kicker {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 0 12px !important;

  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;

  color: #5F6D68 !important;
}/* Featured Essentials - product info spacing */
.avimo-home .avimo-products .avimo-card__title {
  margin: 14px 18px 0 !important;
  line-height: 1.35 !important;
}

.avimo-home .avimo-products .avimo-card__price {
  margin: 12px 18px 18px !important;
}/* Our Purpose - single column */
.avimo-story__mark {
  display: none !important;
}

.avimo-story__grid {
  grid-template-columns: 1fr !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

.avimo-story__grid > div:last-child {
  max-width: 760px !important;
}

.avimo-story {
  background: #F6F2EA !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#avimo-story-title {
  max-width: 620px !important;
}

.avimo-story .avimo-section-intro {
  max-width: 720px !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}
/* Our Purpose - single column */
.avimo-story__mark {
  display: none !important;
}

.avimo-story__grid {
  grid-template-columns: 1fr !important;
  max-width: 1180px !important;
  margin-inline: auto !important;
}

.avimo-story__grid > div:last-child {
  max-width: 760px !important;
}

.avimo-story {
  background: #F6F2EA !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

#avimo-story-title {
  max-width: 620px !important;
}

.avimo-story .avimo-section-intro {
  max-width: 720px !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}/* Our Purpose - subtle brand atmosphere */
.avimo-story {
  position: relative;
  overflow: hidden;
}

.avimo-story::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(185, 203, 195, 0.22) 0%,
    rgba(185, 203, 195, 0.10) 45%,
    rgba(185, 203, 195, 0) 72%
  );
  pointer-events: none;
}

.avimo-story__grid {
  position: relative;
  z-index: 2;
}

.avimo-story__grid > div:last-child {
  max-width: 680px !important;
}/* Our Purpose - subtle brand atmosphere */
.avimo-story {
  position: relative;
  overflow: hidden;
}

.avimo-story::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(185, 203, 195, 0.22) 0%,
    rgba(185, 203, 195, 0.10) 45%,
    rgba(185, 203, 195, 0) 72%
  );
  pointer-events: none;
}

.avimo-story__grid {
  position: relative;
  z-index: 2;
}

.avimo-story__grid > div:last-child {
  max-width: 680px !important;
}/* Our Purpose - move About AVIMO CTA to the right */
.avimo-story {
  position: relative;
}

.avimo-story .avimo-button-row {
  position: absolute !important;
  right: 8% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
}

.avimo-story .avimo-button {
  min-width: 220px !important;
  min-height: 64px !important;
  padding: 0 28px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  border-radius: 999px !important;
}

@media screen and (max-width: 749px) {
  .avimo-story .avimo-button-row {
    position: static !important;
    transform: none !important;
    margin-top: 28px !important;
  }

  .avimo-story .avimo-button {
    min-width: 0 !important;
    min-height: 54px !important;
    font-size: 17px !important;
  }
}/* Our Purpose - desktop two-column layout */
@media screen and (min-width: 750px) {

  .avimo-story__grid > div:last-child {
    display: grid !important;
    grid-template-columns: minmax(0, 680px) 240px !important;
    column-gap: 100px !important;
    align-items: center !important;

    max-width: 1180px !important;
    width: 100% !important;
  }

  /* left-side copy */
  .avimo-story__grid > div:last-child > .avimo-kicker,
  .avimo-story__grid > div:last-child > #avimo-story-title,
  .avimo-story__grid > div:last-child > .avimo-section-intro {
    grid-column: 1 !important;
  }

  /* right-side About AVIMO button */
  .avimo-story .avimo-button-row {
    position: static !important;
    transform: none !important;

    grid-column: 2 !important;
    grid-row: 1 / 4 !important;

    align-self: center !important;
    justify-self: end !important;

    margin: 0 !important;
  }

  .avimo-story .avimo-button {
    min-width: 230px !important;
    min-height: 68px !important;
    padding: 0 30px !important;

    font-size: 20px !important;
    font-weight: 700 !important;
    justify-content: center !important;
  }
}/* Our Purpose - final CTA position */
@media screen and (min-width: 750px) {
  .avimo-story .avimo-button-row {
    justify-self: end !important;
    margin-right: 40px !important;
  }

  .avimo-story .avimo-button {
    min-width: 250px !important;
    min-height: 72px !important;
    padding: 0 34px !important;
    font-size: 21px !important;
  }
}

/* Footer AVIMO logo size */
footer img[alt*="AVIMO"],
footer img[alt*="Avimo"] {
  width: 280px !important;
  max-width: 280px !important;
  height: auto !important;
margin-top: 28px !important;}

@media screen and (max-width: 749px) {
  footer img[alt*="AVIMO"],
  footer img[alt*="Avimo"] {
    width: 210px !important;
    max-width: 210px !important;
  }
}
/* Footer information menu links */
footer a {
  font-size: 18px !important;

.shopify-policy__container {
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 48px 24px 64px !important;
}

.shopify-policy__title {
  margin-bottom: 36px !important;
}

.shopify-policy__title h1 {
  font-size: 44px !important;
  line-height: 1.1 !important;
}

.shopify-policy__body {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.shopify-policy__body h2,
.shopify-policy__body h3 {
  font-size: 28px !important;
  line-height: 1.2 !important;
  margin-top: 36px !important;
  margin-bottom: 14px !important;
}

@media screen and (max-width: 749px) {
  .shopify-policy__container {
    padding: 32px 20px 48px !important;
  }

  .shopify-policy__title h1 {
    font-size: 36px !important;
  }

  .shopify-policy__body {
    font-size: 16px !important;
  }

  .shopify-policy__body h2,
  .shopify-policy__body h3 {
    font-size: 24px !important;
  }
.shopify-policy__body,
.shopify-policy__body .rte {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.shopify-policy__body,
.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.shopify-policy__body h2,
.shopify-policy__body h3 {
  font-size: 28px !important;
  line-height: 1.2 !important;
}/* AVIMO policy pages - final */
.shopify-policy__container {
  width: min(92%, 960px) !important;
  max-width: 960px !important;
  margin: 0 auto !important;
  padding: 48px 24px 72px !important;
}

.shopify-policy__title {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto 40px !important;
  text-align: left !important;
}

.shopify-policy__title h1 {
  font-size: 44px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.shopify-policy__body,
.shopify-policy__body .rte {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.shopify-policy__body p,
.shopify-policy__body li {
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.shopify-policy__body h2,
.shopify-policy__body h3 {
  font-size: 28px !important;
  line-height: 1.2 !important;
  margin-top: 40px !important;
  margin-bottom: 14px !important;
}

@media screen and (max-width: 749px) {
  .shopify-policy__container {
    width: 100% !important;
    padding: 32px 20px 48px !important;
  }

  .shopify-policy__title h1 {
    font-size: 36px !important;
  }

  .shopify-policy__body p,
  .shopify-policy__body li {
    font-size: 16px !important;
  }

  .shopify-policy__body h2,
  .shopify-policy__body h3 {
    font-size: 24px !important;
  }
}