* {
  box-sizing: border-box;
}

:root {
  --site-shell: 1120px;
  --site-gutter: max(48px, calc((100vw - var(--site-shell)) / 2));
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #4F6B2F;
  outline-offset: 3px;
}

.site-nav {
  isolation: isolate;
}

.site-nav,
.home-hero,
.feature-grid,
.section-pad,
.travel-section,
.shop-teaser,
.faq-section,
.page-hero,
.pricing-section,
.travel-section-page,
.terms-section,
.final-cta,
.about-layout,
.shop-layout,
.contact-page,
.footer-grid,
.page-footer {
  padding-left: var(--site-gutter) !important;
  padding-right: var(--site-gutter) !important;
}

.faq-section > div {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 820px !important;
}

.desktop-nav {
  gap: clamp(16px, 2.2vw, 28px) !important;
}

.mobile-menu {
  display: none;
  position: static;
}

.mobile-menu > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 2px;
  list-style: none;
  min-height: 44px;
  padding: 8px 0;
}

.mobile-menu > summary::-webkit-details-marker {
  display: none;
}

.mobile-menu-icon {
  font-size: 18px;
  line-height: 1;
}

.mobile-menu-panel {
  background: #EFF3E5;
  border-bottom: 1.5px solid #2f4a1e;
  border-top: 1.5px solid #2f4a1e;
  display: grid;
  gap: 4px;
  left: 0;
  padding: 14px 20px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.mobile-menu-panel a {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: 2px;
  min-height: 48px;
  text-decoration: none;
}

.mobile-menu-panel .mobile-book-link {
  background: #2f4a1e;
  border-radius: 999px;
  color: #F7F6EF;
  justify-content: center;
  margin-top: 8px;
}

.content-shell {
  margin-inline: auto;
  max-width: var(--site-shell);
  width: 100%;
}

.content-shell-narrow {
  max-width: 920px;
}

.hero-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-page-hero {
  padding-bottom: 48px !important;
  padding-top: 56px !important;
}

.service-section {
  padding: 52px 48px;
}

.section-eyebrow {
  color: #4F6B2F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.section-title {
  font-size: clamp(34px, 4vw, 42px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 14px;
  max-width: 760px;
  text-wrap: balance;
}

.hero-intro,
.section-intro {
  color: #3d5231;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
  max-width: 700px;
  text-wrap: pretty;
}

.hero-intro {
  font-size: 18px;
  max-width: 660px;
}

.section-intro {
  margin-bottom: 26px;
}

.hosted-package-grid {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

.service-section .pricing-card {
  border: 1.5px solid #2f4a1e;
  border-radius: 18px;
  padding: 32px;
}

.package-summary {
  background: #FBFCF8;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.package-price-row {
  align-items: flex-start;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.package-label {
  color: #4F6B2F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.package-price {
  color: #2f4a1e;
  font-size: clamp(42px, 5vw, 58px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1;
  margin-top: 8px;
}

.package-price span {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}

.tax-note {
  background: #E4ECD4;
  border-radius: 999px;
  color: #2f4a1e;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1.2px;
  padding: 8px 11px;
  text-align: center;
}

.package-facts {
  border-bottom: 1px solid #94a583;
  border-top: 1px solid #94a583;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-fact {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 92px;
  padding: 18px 16px 18px 0;
}

.package-fact:nth-child(odd) {
  border-right: 1px solid #b4c0a4;
}

.package-fact:nth-child(even) {
  padding-left: 18px;
}

.package-fact:nth-child(-n + 2) {
  border-bottom: 1px solid #b4c0a4;
}

.package-fact strong {
  color: #1C2A12;
  font-size: 20px;
}

.package-fact span {
  color: #3d5231;
  font-size: 14px;
  line-height: 1.4;
}

.package-note,
.quote-caveat,
.operational-note p,
.retail-menu-card p,
.sponsored-card p {
  color: #3d5231;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.pill-button {
  align-self: flex-start;
  background: #2f4a1e;
  border-radius: 999px;
  color: #F7F6EF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
}

.inclusions-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.inclusions-card h3,
.retail-menu-card h3,
.sponsored-card h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}

.inclusions-card > h3 {
  color: #4F6B2F;
  font-size: 12px;
  letter-spacing: 2px;
}

.inclusions-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.inclusions-list li {
  color: #3d5231;
  display: grid;
  font-size: 15px;
  gap: 10px;
  grid-template-columns: 14px minmax(0, 1fr);
  line-height: 1.5;
}

.inclusions-list li::before {
  color: #4F6B2F;
  content: "✦";
  font-weight: 700;
}

.operational-note {
  border-top: 1.5px solid #2f4a1e;
  display: grid;
  gap: 7px;
  padding-top: 16px;
}

.operational-note strong {
  font-size: 14px;
}

.quote-caveat {
  border-left: 3px solid #4F6B2F;
  margin-top: 18px;
  max-width: 900px;
  padding: 9px 0 9px 15px;
}

.service-card-grid {
  align-items: start;
  display: grid;
  gap: 24px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.retail-menu-card,
.sponsored-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.retail-menu-card {
  background: #FBFCF8;
}

.sponsored-card {
  background: #2f4a1e;
  color: #F7F6EF;
}

.sponsored-card .package-label,
.sponsored-card p,
.sponsored-card a {
  color: #F7F6EF;
}

.sponsored-card a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-top: 4px;
}

.card-rule-note {
  border-top: 1px solid #a7c57e;
  padding-top: 15px;
}

.menu-price-list {
  border-bottom: 1.5px solid #2f4a1e;
  border-top: 1.5px solid #2f4a1e;
}

.menu-price-list > div {
  align-items: baseline;
  display: flex;
  font-size: 15px;
  gap: 20px;
  justify-content: space-between;
  padding: 13px 0;
}

.menu-price-list > div + div {
  border-top: 1px solid #b4c0a4;
}

.menu-price-list strong {
  font-size: 18px;
}

.travel-list {
  border-bottom: 1.5px solid #2f4a1e;
  margin-top: 24px;
}

.travel-row {
  align-items: baseline;
  border-top: 1.5px solid #2f4a1e;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.45fr);
  padding: 16px 0;
}

.travel-row strong {
  font-size: 17px;
}

.travel-row span {
  color: #3d5231;
  font-size: 15px;
  line-height: 1.45;
  text-align: right;
}

.pricing-fine-print {
  color: #3d5231;
  font-size: 13px;
  line-height: 1.6;
  margin: 16px 0 0;
  max-width: 780px;
}

.launch-terms-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  margin-top: 26px;
}

.service-section .term-card {
  background: #FBFCF8;
  border: 1.5px solid #2f4a1e;
  border-radius: 14px;
  padding: 22px;
}

.service-section .term-card > div {
  color: #4F6B2F;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.8px;
  margin-bottom: 9px;
}

.service-section .term-card p {
  color: #3d5231;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.contact-page {
  flex: 1;
  padding: 56px 48px 64px;
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-aside h1 {
  font-size: clamp(42px, 4.5vw, 58px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
  max-width: 440px;
  text-wrap: balance;
}

.contact-aside > p {
  color: #3d5231;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 430px;
}

.contact-direct {
  border-top: 1.5px solid #2f4a1e;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 8px;
  margin-top: 6px;
  padding-top: 18px;
}

.contact-direct > div {
  color: #4F6B2F;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

.contact-price-reminder {
  background: #E4ECD4;
  border: 1px solid #A9BA8F;
  border-radius: 14px;
  display: grid;
  gap: 6px;
  margin-top: 8px;
  padding: 18px;
}

.contact-price-reminder strong {
  font-size: 16px;
}

.contact-price-reminder span {
  color: #3d5231;
  font-size: 13px;
  line-height: 1.5;
}

.contact-main {
  border-left: 1.5px solid #2f4a1e;
  min-width: 0;
  padding-left: 48px;
}

.form-heading {
  margin-bottom: 24px;
}

.form-heading h2 {
  font-size: 34px;
  letter-spacing: -0.025em;
  margin: 0 0 7px;
}

.form-heading p {
  color: #3d5231;
  font-size: 13px;
  margin: 0;
}

.inquiry-form {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.inquiry-form label {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 700;
  gap: 7px;
  letter-spacing: 1.5px;
  min-width: 0;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: #FBFCF8;
  border: 1.5px solid #2f4a1e;
  border-radius: 10px;
  color: #1C2A12;
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

.inquiry-form textarea {
  line-height: 1.45;
  min-height: 84px;
  resize: vertical;
}

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

.form-actions {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: 4px;
}

.form-actions button {
  background: #2f4a1e;
  border: 0;
  border-radius: 999px;
  color: #F7F6EF;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  min-height: 50px;
  padding: 15px 24px;
}

.form-actions span {
  color: #3d5231;
  font-size: 12px;
  line-height: 1.5;
  max-width: 340px;
}

.mail-ready {
  background: #E4ECD4;
  border: 1px solid #A9BA8F;
  border-radius: 10px;
  color: #2f4a1e;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding: 13px 15px;
}

@media (max-width: 1050px) {
  .launch-terms-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 920px) {
  .hosted-package-grid,
  .service-card-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 720px;
  }
}

@media (max-width: 900px) {
  .site-nav {
    padding: 12px 20px !important;
  }

  .home-hero,
  .feature-grid,
  .section-pad,
  .travel-section,
  .shop-teaser,
  .faq-section,
  .page-hero,
  .pricing-section,
  .travel-section-page,
  .terms-section,
  .final-cta,
  .about-layout,
  .shop-layout,
  .contact-page,
  .footer-grid,
  .page-footer {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .desktop-nav {
    display: none !important;
  }

  .mobile-menu {
    display: block;
  }

  .brand-link {
    gap: 9px !important;
    min-width: 0;
  }

  .brand-logo {
    height: 38px;
    width: 38px;
  }

  .brand-text {
    font-size: 12px !important;
    letter-spacing: 2px !important;
    white-space: nowrap;
  }
}

@media (max-width: 820px) {
  .home-hero,
  .feature-grid,
  .two-card-grid,
  .process-grid,
  .pricing-grid,
  .shop-teaser,
  .shop-layout,
  .about-layout,
  .contact-layout,
  .contact-form,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .home-hero {
    gap: 36px !important;
    padding: 48px 20px 56px !important;
  }

  .home-hero h1 {
    font-size: clamp(48px, 14vw, 62px) !important;
    line-height: 0.98 !important;
  }

  .home-hero p {
    font-size: 17px !important;
  }

  .hero-buttons,
  .about-actions {
    flex-wrap: wrap;
  }

  .hero-buttons a,
  .about-actions a {
    flex: 1 1 155px;
    padding: 14px 18px !important;
    text-align: center;
  }

  .home-hero-art img {
    width: 220px !important;
  }

  .feature-grid > div {
    border-bottom: 1.5px solid #2f4a1e;
    border-right: 0 !important;
    padding: 32px 20px !important;
  }

  .feature-grid > div:last-child {
    border-bottom: 0;
  }

  .section-pad,
  .pricing-section,
  .faq-section,
  .terms-section {
    padding: 44px 20px !important;
  }

  .two-card-grid,
  .pricing-grid {
    gap: 16px !important;
  }

  .two-card-grid > div,
  .pricing-card {
    padding: 28px !important;
  }

  .process-grid {
    gap: 34px !important;
  }

  .travel-section {
    align-items: flex-start !important;
    padding: 40px 20px !important;
  }

  .shop-teaser {
    gap: 36px !important;
    padding: 56px 20px !important;
  }

  .shop-teaser h2,
  .final-cta h2 {
    font-size: 42px !important;
  }

  .waitlist-form {
    flex-direction: column !important;
  }

  .waitlist-form button {
    min-height: 48px;
    width: 100%;
  }

  .shop-placeholder {
    height: 280px !important;
  }

  .final-cta {
    padding: 64px 20px !important;
  }

  .page-footer,
  .footer-grid {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 36px 20px !important;
  }

  .page-footer .footer-links {
    flex-wrap: wrap;
    gap: 14px 22px !important;
  }

  .page-hero {
    padding: 40px 20px !important;
  }

  .page-hero h1 {
    font-size: 44px !important;
  }

  .pricing-section h2,
  .travel-section-page h2 {
    font-size: 32px !important;
  }

  .pricing-total {
    font-size: clamp(34px, 10vw, 40px) !important;
  }

  .travel-section-page {
    padding: 44px 20px !important;
  }

  .travel-row {
    align-items: flex-start !important;
    gap: 20px;
  }

  .travel-row span:last-child {
    max-width: 48%;
    text-align: right;
  }

  .shop-layout {
    gap: 44px !important;
    padding: 56px 20px !important;
  }

  .shop-layout h1 {
    font-size: 52px !important;
  }

  .shop-product {
    height: 320px !important;
  }

  .about-layout {
    gap: 40px !important;
    padding: 48px 20px !important;
  }

  .about-copy {
    order: 1;
  }

  .about-photo {
    order: 2;
  }

  .about-layout h1 {
    font-size: 44px !important;
  }

  .contact-aside {
    border-bottom: 1.5px solid #2f4a1e;
    border-right: 0 !important;
    padding: 48px 20px !important;
  }

  .contact-aside h1 {
    font-size: 44px !important;
  }

  .contact-aside img {
    display: none;
  }

  .contact-main {
    border-left: 0;
    padding: 40px 20px 52px !important;
  }

  .contact-form {
    gap: 18px !important;
  }

  .form-actions {
    align-items: stretch !important;
    flex-direction: column;
  }

  .form-actions button {
    min-height: 50px;
    width: 100%;
  }

  .contact-page {
    padding: 0;
  }
}

@media (max-width: 520px) {
  .travel-row {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 6px !important;
  }

  .travel-row span:last-child {
    max-width: none;
    text-align: left;
  }

  .pricing-card {
    padding: 24px !important;
  }

  .estimate-total-row {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .pricing-total {
    text-align: left !important;
  }

  .launch-terms-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .package-price-row {
    flex-direction: column;
  }

  .tax-note {
    align-self: flex-start;
  }

  .package-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .package-fact,
  .package-fact:nth-child(even) {
    border-bottom: 1px solid #b4c0a4;
    border-right: 0;
    min-height: 0;
    padding: 14px 0;
  }

  .package-fact:last-child {
    border-bottom: 0;
  }

  .travel-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .travel-row span {
    text-align: left;
  }
}

.process-step {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-art {
  align-items: flex-end;
  display: flex;
  height: 108px;
}

.step-art img,
.step-art svg {
  display: block;
  height: auto;
  width: 94px;
}

.step-label {
  color: #4F6B2F;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.step-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.step-copy h3 {
  font-size: 19px;
  margin: 0;
}

.step-copy p {
  color: #3d5231;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.sponsored-card a:hover,
.shop-layout a:hover {
  color: #A7C57E;
}

.marquee-track {
  display: inline-flex;
  animation: marquee-scroll 48s linear infinite;
  will-change: transform;
}

.marquee-track span {
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

@media (max-width: 1080px) {
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .process-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .process-step {
    align-items: start;
    display: grid;
    gap: 4px 18px;
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .step-art {
    height: auto;
  }

  .step-art img,
  .step-art svg {
    width: 84px;
  }
}

.process-grid.anim-ready:not(.play) .step-svg {
  opacity: 0;
}

.process-grid.play .process-step:nth-child(1) { --d: 0s; }
.process-grid.play .process-step:nth-child(2) { --d: 0.3s; }
.process-grid.play .process-step:nth-child(3) { --d: 0.6s; }
.process-grid.play .process-step:nth-child(4) { --d: 0.9s; }
.process-grid.play .process-step:nth-child(5) { --d: 1.2s; }

.process-grid.play .step-svg {
  animation: step-enter 0.5s ease-out var(--d, 0s) both;
}

.process-grid.play .a-drop {
  animation: part-drop 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) calc(var(--d) + 0.35s) both;
}

.process-grid.play .a-drop2 {
  animation: part-drop 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) calc(var(--d) + 0.5s) both;
}

.process-grid.play .a-drop3 {
  animation: part-drop 0.5s cubic-bezier(0.34, 1.3, 0.64, 1) calc(var(--d) + 0.65s) both;
}

.process-grid.play .a-draw,
.process-grid.play .a-draw2,
.process-grid.play .a-draw3,
.process-grid.play .a-draw4 {
  stroke-dasharray: 90;
}

.process-grid.play .a-draw {
  animation: part-draw 0.5s ease-out calc(var(--d) + 0.35s) both;
}

.process-grid.play .a-draw2 {
  animation: part-draw 0.5s ease-out calc(var(--d) + 0.6s) both;
}

.process-grid.play .a-draw3 {
  animation: part-draw 0.45s ease-out calc(var(--d) + 0.75s) both;
}

.process-grid.play .a-draw4 {
  animation: part-draw 0.45s ease-out calc(var(--d) + 0.9s) both;
}

.process-grid.play .a-rise {
  animation: part-rise 0.6s ease-out calc(var(--d) + 0.5s) both;
}

.process-grid.play .a-rise-sm {
  animation: part-rise-sm 0.45s ease-out calc(var(--d) + 0.65s) both;
}

.process-grid.play .a-sink {
  animation: part-sink 0.5s ease-out calc(var(--d) + 0.55s) both;
}

.process-grid.play .a-fade {
  animation: part-fade 0.45s ease-out calc(var(--d) + 0.9s) both;
}

.process-grid.play .a-rise-swirl {
  animation:
    part-rise 0.5s ease-out calc(var(--d) + 0.45s) both,
    part-slosh 1.2s ease-in-out calc(var(--d) + 1s);
}

.process-grid.play .a-swirl {
  animation: part-swirl 1.4s cubic-bezier(0.18, 0.7, 0.25, 1) calc(var(--d) + 0.85s) both;
}

.process-grid.play .a-straw {
  animation:
    part-straw 0.45s cubic-bezier(0.34, 1.3, 0.64, 1) calc(var(--d) + 0.55s) both,
    part-stir 1.15s ease-in-out calc(var(--d) + 0.95s);
}

.process-grid.play .a-pop {
  animation: part-pop 0.35s ease-out calc(var(--d) + 0.95s) both;
}

.process-grid.play .a-pop2 {
  animation: part-pop 0.35s ease-out calc(var(--d) + 1.1s) both;
}

.process-grid .a-pop,
.process-grid .a-pop2,
.process-grid .a-rise-swirl {
  transform-box: fill-box;
  transform-origin: center;
}

.process-grid .a-straw {
  transform-box: fill-box;
  transform-origin: 50% 12%;
}

@keyframes step-enter {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes part-drop {
  from {
    opacity: 0;
    transform: translateY(-36px);
  }
  75% {
    opacity: 1;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes part-rise {
  from {
    transform: translateY(64px);
  }
  to {
    transform: none;
  }
}

@keyframes part-rise-sm {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes part-sink {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes part-draw {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes part-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes part-straw {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes part-pop {
  from {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes part-swirl {
  from {
    opacity: 0;
    transform: translateX(126px);
  }
  12% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes part-slosh {
  0%, 100% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(3deg);
  }
  65% {
    transform: rotate(-2.5deg);
  }
}

@keyframes part-stir {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(7deg);
  }
  55% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(4deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinning-logo {
    animation: none !important;
  }

  .process-grid.anim-ready:not(.play) .step-svg {
    opacity: 1;
  }

  .process-grid .step-svg,
  .process-grid [class^="a-"],
  .process-grid [class*=" a-"] {
    animation: none !important;
  }
}
