:root {
  --bg: #fff8f3;
  --bg-soft: #fff3eb;
  --text: #2c241e;
  --muted: #7a6558;
  --border: rgba(90, 55, 40, 0.12);
  --brand: #e85d3a;
  --brand-dark: #c94a2c;
  --card: #ffffff;
  --footer: #2c241e;
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Outfit", ui-sans-serif, system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
}

.apple-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.apple-symbol-source {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.floating-apple {
  position: absolute;
  top: var(--float-top);
  left: var(--float-left);
  width: var(--float-size);
  height: auto;
  color: var(--brand);
  color: color-mix(in srgb, var(--brand) var(--float-alpha), transparent);
  opacity: var(--float-opacity);
  filter: drop-shadow(0 1.25rem 1.5rem rgba(232, 93, 58, 0.16));
  transform-origin: 50% 58%;
  transform: translate3d(var(--float-x0), var(--float-y0), 0) rotate(var(--float-r0));
  animation: apple-float-loop var(--float-duration) cubic-bezier(0.45, 0, 0.2, 1) infinite;
  animation-delay: var(--float-delay);
  will-change: transform;
}

.apple-body {
  fill: currentColor;
  stroke: rgba(201, 74, 44, 0.28);
  stroke-width: 1.4;
}

.apple-leaf {
  fill: rgba(42, 168, 160, 0.45);
  stroke: rgba(42, 168, 160, 0.3);
  stroke-width: 1.2;
}

.apple-stem {
  fill: none;
  stroke: rgba(90, 64, 52, 0.5);
  stroke-linecap: round;
  stroke-width: 3;
}

.floating-apple-1 {
  --float-top: 10%;
  --float-left: 78%;
  --float-size: clamp(4.4rem, 7.4vw, 7.1rem);
  --float-alpha: 28%;
  --float-opacity: 0.64;
  --float-duration: 24s;
  --float-delay: -5s;
  --float-x0: 0rem;
  --float-y0: 0rem;
  --float-r0: -10deg;
  --float-x1: -2.2rem;
  --float-y1: 2.8rem;
  --float-r1: 6deg;
  --float-x2: 0.8rem;
  --float-y2: 5.2rem;
  --float-r2: 12deg;
  --float-x3: 2.4rem;
  --float-y3: 2.1rem;
  --float-r3: -3deg;
}

.floating-apple-2 {
  --float-top: 36%;
  --float-left: 5%;
  --float-size: clamp(3.4rem, 6vw, 5.6rem);
  --float-alpha: 22%;
  --float-opacity: 0.54;
  --float-duration: 29s;
  --float-delay: -13s;
  --float-x0: 0rem;
  --float-y0: 0rem;
  --float-r0: 8deg;
  --float-x1: 2.4rem;
  --float-y1: -2.6rem;
  --float-r1: -6deg;
  --float-x2: 0.6rem;
  --float-y2: -5.6rem;
  --float-r2: -12deg;
  --float-x3: -1.8rem;
  --float-y3: -2.7rem;
  --float-r3: 3deg;
}

.floating-apple-3 {
  --float-top: 64%;
  --float-left: 84%;
  --float-size: clamp(3.8rem, 6.6vw, 6.3rem);
  --float-alpha: 24%;
  --float-opacity: 0.48;
  --float-duration: 32s;
  --float-delay: -8s;
  --float-x0: 0rem;
  --float-y0: 0rem;
  --float-r0: 13deg;
  --float-x1: -2.8rem;
  --float-y1: -1.8rem;
  --float-r1: -2deg;
  --float-x2: -5rem;
  --float-y2: 1.4rem;
  --float-r2: -10deg;
  --float-x3: -2rem;
  --float-y3: 3.2rem;
  --float-r3: 5deg;
}

.floating-apple-4 {
  --float-top: 76%;
  --float-left: 16%;
  --float-size: clamp(3rem, 5.3vw, 4.9rem);
  --float-alpha: 19%;
  --float-opacity: 0.44;
  --float-duration: 27s;
  --float-delay: -17s;
  --float-x0: 0rem;
  --float-y0: 0rem;
  --float-r0: -6deg;
  --float-x1: 3rem;
  --float-y1: -1.6rem;
  --float-r1: 7deg;
  --float-x2: 4.2rem;
  --float-y2: -4.8rem;
  --float-r2: 14deg;
  --float-x3: 1.4rem;
  --float-y3: -3.4rem;
  --float-r3: -4deg;
}

.floating-apple-5 {
  --float-top: 8%;
  --float-left: 30%;
  --float-size: clamp(2.9rem, 5vw, 4.6rem);
  --float-alpha: 17%;
  --float-opacity: 0.4;
  --float-duration: 35s;
  --float-delay: -21s;
  --float-x0: 0rem;
  --float-y0: 0rem;
  --float-r0: 4deg;
  --float-x1: 2.4rem;
  --float-y1: 3.6rem;
  --float-r1: -9deg;
  --float-x2: -0.8rem;
  --float-y2: 6.4rem;
  --float-r2: -14deg;
  --float-x3: -2.3rem;
  --float-y3: 2.8rem;
  --float-r3: 8deg;
}

.floating-apple-6 {
  --float-top: 48%;
  --float-left: 58%;
  --float-size: clamp(2.8rem, 4.7vw, 4.4rem);
  --float-alpha: 14%;
  --float-opacity: 0.36;
  --float-duration: 38s;
  --float-delay: -29s;
  --float-x0: 0rem;
  --float-y0: 0rem;
  --float-r0: -14deg;
  --float-x1: -1.8rem;
  --float-y1: 2.4rem;
  --float-r1: -2deg;
  --float-x2: 1.6rem;
  --float-y2: 4.8rem;
  --float-r2: 9deg;
  --float-x3: 3rem;
  --float-y3: 1.6rem;
  --float-r3: -6deg;
}

@keyframes apple-float-loop {
  0%,
  100% {
    transform: translate3d(var(--float-x0), var(--float-y0), 0) rotate(var(--float-r0));
  }

  25% {
    transform: translate3d(var(--float-x1), var(--float-y1), 0) rotate(var(--float-r1));
  }

  50% {
    transform: translate3d(var(--float-x2), var(--float-y2), 0) rotate(var(--float-r2));
  }

  75% {
    transform: translate3d(var(--float-x3), var(--float-y3), 0) rotate(var(--float-r3));
  }
}

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

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.narrow {
  width: min(900px, 92vw);
}

.row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  background: rgba(255, 248, 243, 0.95);
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
  z-index: 20;
}

.site-header .container {
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--text);
}

.brand-mark {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  box-shadow: 0 6px 14px -8px color-mix(in srgb, var(--brand) 70%, transparent);
}

.main-nav {
  display: flex;
  gap: 1.25rem;
  color: var(--muted);
}

.main-nav a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.language-switcher {
  position: relative;
  width: 3.5rem;
  height: 2.5rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background: var(--card);
}

.language-switcher:focus-within {
  outline: 2px solid var(--brand-dark);
  outline-offset: 2px;
}

.language-switcher::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.65rem;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.lang-select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: inherit;
  background: transparent;
  color: transparent;
  cursor: pointer;
  padding: 0;
  font: inherit;
}

.lang-select option {
  background: var(--card);
  color: var(--text);
}

.language-flag {
  position: absolute;
  top: 50%;
  left: 0.55rem;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

.section {
  padding: 5rem 0;
}

.section-reveal .section-reveal-item {
  opacity: 0;
  transform: translateY(1.5rem);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
  will-change: opacity, transform;
}

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

.section-soft {
  background: linear-gradient(180deg, var(--bg-soft), var(--bg));
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}

.pill {
  display: inline-flex;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: #ffe4d0;
  color: var(--brand-dark);
  font-size: 0.9rem;
  font-weight: 600;
}

.pill-inverse {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  margin-top: 1rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.1;
}

h1 span {
  color: var(--brand);
}

.hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.5rem);
}

.lead {
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.6;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.85rem 1.2rem;
  border-radius: 0.65rem;
  border: 2px solid transparent;
  font-weight: 600;
  transition: 0.2s ease;
}

.btn-row {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
}

.btn-primary {
  background: var(--brand);
  color: #fff;
}

.btn-primary:hover {
  background: var(--brand-dark);
}

.btn-ghost {
  border-color: transparent;
}

.btn-outline {
  border-color: var(--border);
}

.btn-light {
  background: var(--card);
  color: var(--brand-dark);
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.stats {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.stats div {
  min-width: 7rem;
}

.stats strong {
  display: block;
  font-size: 1.6rem;
}

.stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
}

.hero-media img {
  height: 331px;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 22px 45px rgba(90, 55, 40, 0.16);
}

.floating-note {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  background: var(--card);
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  padding: 0.8rem;
  box-shadow: 0 10px 30px rgba(90, 55, 40, 0.12);
}

.floating-note p {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.section-head {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 2.5rem;
}

.section-head h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
}

.section-head p {
  margin-top: 0.8rem;
  color: var(--muted);
}

.cards-grid,
.steps-grid,
.pricing-grid,
.testimonial-grid,
.footer-grid {
  display: grid;
  gap: 1rem;
}

.cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  padding: 1.25rem;
}

.card p {
  margin-top: 0.65rem;
  color: var(--muted);
  line-height: 1.5;
}

.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step {
  background: var(--card);
  border-radius: 1rem;
  border: 1px solid var(--border);
  padding: 1.25rem;
}

.step span {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
}

.step h3 {
  margin-top: 0.75rem;
}

.step p {
  margin-top: 0.6rem;
  color: var(--muted);
}

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

.price-card {
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  padding: 1.25rem;
}

.price-card-popular {
  background: var(--brand);
  color: #fff;
}

.badge {
  display: inline-block;
  background: #f0a202;
  color: #2c241e;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.75rem;
}

.badge-soft {
  background: #ffe4d0;
  color: var(--brand-dark);
}

.price {
  margin: 0.7rem 0;
}

.price strong {
  font-size: 2rem;
}

.price-card ul {
  margin: 1rem 0 0;
  padding: 0 0 0 1rem;
}

.price-card li {
  margin-top: 0.35rem;
}

.pricing-offers {
  display: grid;
  gap: 1rem;
}

.pricing-tabs {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.35rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--card);
  max-width: 28rem;
  margin: 0 auto;
  width: 100%;
}

[data-pricing-tabs].is-enhanced .pricing-tabs {
  display: grid;
}

.pricing-tab {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.7rem 1rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.pricing-tab:hover {
  color: var(--text);
}

.pricing-tab.is-active {
  background: var(--brand);
  color: #fff;
}

.pricing-tab:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 2px;
}

.pricing-tab-panel {
  display: grid;
  gap: 1rem;
}

.pricing-tab-panel[hidden] {
  display: none;
}

.pricing-offers-head {
  display: grid;
  gap: 0.45rem;
  text-align: center;
}

.pricing-offers-head p {
  color: var(--muted);
}

.pricing-offers-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.pricing-offers-grid-subs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 40rem;
  margin: 0 auto;
  width: 100%;
}

.price-offer {
  position: relative;
  display: grid;
  gap: 0.75rem;
  height: 100%;
}

.pricing-offers-grid:not(.pricing-offers-grid-subs) .price-offer {
  grid-template-rows: auto 1fr;
}

.pricing-offers-grid-subs .price-offer {
  grid-template-rows: auto auto auto 1fr auto;
}

.price-offer-badge {
  min-height: 1.7rem;
  display: flex;
  align-items: center;
}

.pricing-offers-grid:not(.pricing-offers-grid-subs) .price-offer-badge {
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  min-height: 0;
}

.price-offer-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2rem;
}

.pricing-offers-grid:not(.pricing-offers-grid-subs) .price-offer-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 0.25rem;
  text-align: center;
}

.price-offer-top h3 {
  margin: 0;
}

.price-inline {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
}

.price-period {
  margin-left: 0.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.85;
}

.price-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  min-height: 2.6rem;
}

.price-note.is-empty {
  visibility: hidden;
}

.price-card-popular .price-note {
  color: rgba(255, 255, 255, 0.88);
}

.price-offer-desc {
  margin: 0;
}

.price-offer .btn {
  width: 100%;
  align-self: end;
}

.pricing-footer {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.85rem;
  justify-items: center;
}

.pricing-footer .btn {
  min-width: 14rem;
}

.small-center {
  margin: 0;
  text-align: center;
  color: var(--muted);
}

.testimonial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
}

.teachers-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.teacher-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  height: 100%;
  padding: 1.15rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  background: var(--card);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.35s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.35s cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}

.teacher-card:hover,
.teacher-card:focus-visible {
  border-color: color-mix(in srgb, var(--brand) 35%, var(--border));
  box-shadow: 0 12px 28px rgba(90, 55, 40, 0.1);
  transform: translateY(-2px);
}

.teacher-portrait {
  flex-shrink: 0;
  width: 4.5rem;
  height: 4.5rem;
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid var(--border);
  background: var(--bg-soft);
}

.teacher-card-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.2rem;
}

.teacher-name {
  font-weight: 650;
  font-size: 1.05rem;
  line-height: 1.25;
}

.teacher-role {
  color: var(--brand);
  font-size: 0.88rem;
  font-weight: 600;
}

.teacher-blurb {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.teachers-cta {
  margin-top: 2rem;
  text-align: center;
}

.stars {
  color: #f0a202;
  letter-spacing: 0.15rem;
}

.testimonial p:nth-child(2) {
  margin: 0.75rem 0;
  color: var(--muted);
  line-height: 1.6;
}

.cta {
  background: linear-gradient(135deg, #e85d3a, #c94a2c);
  color: #fff;
}

.center {
  text-align: center;
}

.light {
  color: #ffe4d0;
}

.site-footer {
  background: var(--footer);
  color: #c4b4a6;
  padding: 3rem 0 2rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer a {
  text-decoration: none;
}

.footer-legal {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.legal-page {
  padding: 4rem 0;
}

.legal-shell {
  display: grid;
  gap: 1.5rem;
}

.legal-shell h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.legal-shell h2 {
  font-size: 1.3rem;
}

.legal-shell h3 {
  font-size: 1.08rem;
}

.legal-shell p,
.legal-shell li {
  color: var(--muted);
  line-height: 1.7;
}

.legal-shell a {
  text-decoration: underline;
}

.legal-shell ul {
  margin: 0;
  padding-left: 1.2rem;
}

.legal-meta {
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 960px) {
  .main-nav {
    display: none;
  }

  .split,
  .cards-grid,
  .steps-grid,
  .pricing-grid,
  .testimonial-grid,
  .teachers-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .header-actions {
    display: none;
  }

  .split,
  .cards-grid,
  .steps-grid,
  .pricing-grid,
  .pricing-offers-grid,
  .testimonial-grid,
  .teachers-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 3.5rem 0;
  }

  .btn-row,
  .stats,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-note {
    position: static;
    margin-top: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-apple {
    animation: none;
    transform: translate3d(var(--float-x0), var(--float-y0), 0) rotate(var(--float-r0));
  }

  .section-reveal .section-reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #1c1815;
    --bg-soft: #221c18;
    --text: #f8f1ea;
    --muted: #c4b4a6;
    --border: rgba(248, 241, 234, 0.12);
    --brand: #ff7a55;
    --brand-dark: #ff9477;
    --card: #26201c;
    --footer: #14110f;
  }

  html,
  body {
    color-scheme: dark;
  }

  .site-header {
    background: rgba(28, 24, 21, 0.95);
    background: color-mix(in srgb, var(--bg) 92%, transparent);
  }

  .language-switcher,
  .step,
  .price-card,
  .testimonial,
  .teacher-card {
    background: var(--card);
    color: var(--text);
  }

  .lang-select option {
    background: var(--card);
    color: var(--text);
  }

  .pricing-tabs {
    background: var(--card);
    border-color: var(--border);
  }

  .pricing-tab {
    color: var(--muted);
  }

  .pricing-tab:hover {
    color: var(--text);
    background: color-mix(in srgb, var(--text) 8%, transparent);
  }

  .pricing-tab.is-active {
    background: var(--brand);
    color: #fff;
  }

  .section-soft {
    background: linear-gradient(180deg, var(--bg-soft), var(--bg) 65%);
  }

  .pill {
    background: color-mix(in srgb, var(--card) 88%, var(--border));
    color: var(--text);
  }

  .btn-outline {
    border-color: var(--border);
  }

  .btn-light {
    background: color-mix(in srgb, var(--text) 96%, var(--bg));
    color: var(--bg-soft);
  }

  .hero-media img {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
    filter: brightness(0.8) saturate(0.88) contrast(0.94);
  }

  .floating-note {
    background: var(--card);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  }

  .floating-apple {
    color: var(--brand-dark);
    color: color-mix(in srgb, var(--brand-dark) var(--float-alpha), transparent);
    filter: drop-shadow(0 1rem 1.4rem rgba(0, 0, 0, 0.18));
  }

  .apple-leaf {
    fill: rgba(61, 204, 196, 0.36);
    stroke: rgba(61, 204, 196, 0.22);
  }

  .apple-stem {
    stroke: rgba(196, 180, 166, 0.36);
  }
}
