/* Homepage-specific styles. Kept separate so homepage revisions do not alter interior pages. */

.zirve-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 999px;
  background: #111c22;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.zirve-home-shell {
  width: min(100% - 32px, 1280px);
  margin-inline: auto;
}

.zirve-home-eyebrow {
  margin: 0 0 20px;
  color: #008c95;
  text-transform: uppercase;
}

.zirve-home-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 14px;
  padding-block: 8px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: gap 220ms ease, color 220ms ease, border-color 220ms ease;
}

.zirve-home-link:hover,
.zirve-home-link:focus-visible {
  gap: 20px;
  color: #00c2c7;
}

.zirve-home-link:focus-visible,
.zirve-home-slider-controls button:focus-visible,
.zirve-home-hero__controls button:focus-visible {
  outline: 2px solid #00c2c7;
  outline-offset: 4px;
}

.zirve-home-link--light { color: #fff; }
.zirve-home-link--muted { color: rgba(255, 255, 255, .64); }
.zirve-home-link--dark { color: #111c22; }

.zirve-home-section-head {
  display: grid;
  gap: 28px;
  margin-bottom: clamp(40px, 6vw, 80px);
}

.zirve-home-section-head h2,
.zirve-home-plants__top h2,
.zirve-home-about__intro h2 {
  margin: 0;
  color: #111c22;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.045em;
}

.zirve-home-section-head__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.zirve-home-section-head__side p {
  max-width: 440px;
  margin: 0;
  color: #526067;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

.zirve-home-slider-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.zirve-home-slider-controls button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(17, 28, 34, .22);
  border-radius: 50%;
  background: transparent;
  color: #111c22;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.zirve-home-slider-controls button:hover {
  border-color: #008c95;
  background: #008c95;
  color: #fff;
}

.zirve-home-slider-controls button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.zirve-home-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 112px);
  margin-top: 112px;
  overflow: hidden;
  background: #111c22;
}

.zirve-home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(38px, 5vw, 72px) 24px 24px;
  overflow: hidden;
  background: #111c22;
  color: #fff;
}



.zirve-home-hero__copy-inner {
  position: relative;
  z-index: 1;
  max-width: 590px;
}

.zirve-home-hero .zirve-home-eyebrow { color: #60dce0; }

.zirve-home-hero h1 {
  max-width: 620px;
  margin: 0;
}

.zirve-home-hero__slide-copy {
  position: relative;
  min-height: 112px;
  margin-top: clamp(26px, 3.2vw, 44px);
}

.zirve-home-hero__slide-copy > div {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
}

.zirve-home-hero__slide-copy h2 {
  margin: 0 0 12px;
  color: #fff;
}

.zirve-home-hero__slide-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
}

.zirve-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 32px;
  margin-top: 28px;
}

.zirve-home-hero__controls {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.zirve-home-hero__controls [data-slide-button] {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .42);
  text-align: left;
  cursor: pointer;
}

.zirve-home-hero__controls [data-slide-button] > span {
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.zirve-home-hero__controls [data-slide-button] > i {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .17);
}

.zirve-home-hero__controls [data-slide-button] b {
  position: absolute;
  inset: 0;
  display: block;
  background: #00c2c7;
  transform: scaleX(0);
  transform-origin: left;
}

.zirve-home-hero__controls [aria-current="true"] { color: #fff; }

.zirve-home-hero__pause {
  flex: 0 0 auto;
  padding: 0 0 2px 10px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
  background: transparent;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.zirve-home-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 390px;
  overflow: hidden;
}

.zirve-home-hero__visual .swiper,
.zirve-home-hero__visual .swiper-wrapper,
.zirve-home-hero__visual .swiper-slide { height: 100%; }

.zirve-home-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zirve-home-hero__visual-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 28, 34, .06), rgba(17, 28, 34, .32));
  pointer-events: none;
}

.zirve-home-hero__note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  max-width: 310px;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .94);
  color: #111c22;
  backdrop-filter: blur(12px);
}

.zirve-home-hero__note span {
  color: #008c95;
  font-size: 12px;
  font-weight: 800;
}

.zirve-home-hero__note p {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

@media (min-width: 768px) {
  .zirve-home-section-head { grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); align-items: end; }
  .zirve-home-hero { grid-template-columns: minmax(0, 46%) minmax(0, 54%); }
  .zirve-home-hero__copy { padding-inline: clamp(36px, 5vw, 74px); }
  .zirve-home-hero__visual { min-height: 640px; }
}

@media (min-width: 1280px) {
  .zirve-home-hero { min-height: calc(100svh - 139px); margin-top: 139px; }
}

@media (max-width: 767px) {
  .zirve-home-hero__visual { order: -1; min-height: 46svh; }
  .zirve-home-hero__copy { min-height: 620px; }
  .zirve-home-hero__note { right: 16px; bottom: 16px; max-width: calc(100% - 32px); }
  .zirve-home-hero__pause { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .zirve-home-link,
  .zirve-home-slider-controls button { transition: none; }
}
.zirve-home-about {
  padding: clamp(76px, 10vw, 150px) 0;
  overflow: hidden;
  background: #fff;
}

.zirve-home-about__intro {
  display: grid;
  gap: 26px;
}

.zirve-home-about__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.zirve-home-about__lead p {
  max-width: 560px;
  margin: 0;
  color: #526067;
  font-size: clamp(17px, 1.75vw, 22px);
  line-height: 1.65;
}

.zirve-home-about__media {
  position: relative;
  min-height: clamp(480px, 67vw, 800px);
  margin-top: clamp(52px, 8vw, 110px);
}

.zirve-home-about__media figure { margin: 0; }

.zirve-home-about__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zirve-home-about__primary {
  position: absolute;
  inset: 0 10% 10% 0;
  overflow: hidden;
}

.zirve-home-about__secondary {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(48%, 470px);
  padding: 10px 0 0 10px;
  background: #fff;
}

.zirve-home-about__secondary img { aspect-ratio: 4 / 3; }

.zirve-home-about__secondary figcaption {
  padding-top: 14px;
  color: #111c22;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .02em;
}

.zirve-home-about__facts {
  display: grid;
  gap: 0;
  margin: clamp(54px, 7vw, 92px) 0 0;
  border-top: 1px solid rgba(17, 28, 34, .16);
}

.zirve-home-about__facts div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 28, 34, .16);
}

.zirve-home-about__facts dt {
  color: #008c95;
  font-size: 12px;
  font-weight: 800;
}

.zirve-home-about__facts dd {
  margin: 0;
  color: #26343a;
  font-size: 15px;
  font-weight: 650;
}

@media (min-width: 768px) {
  .zirve-home-about__intro { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: end; }
  .zirve-home-about__intro > .zirve-home-eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
  .zirve-home-about__facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .zirve-home-about__facts div { display: block; padding: 28px 32px 28px 0; border-right: 1px solid rgba(17, 28, 34, .16); }
  .zirve-home-about__facts div + div { padding-left: 32px; }
  .zirve-home-about__facts div:last-child { border-right: 0; }
  .zirve-home-about__facts dd { margin-top: 18px; }
}
.zirve-home-products {
  position: relative;
  padding: clamp(76px, 9vw, 132px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 5%, rgba(0, 194, 199, .16), transparent 19rem),
    #f3f7f7;
}

.zirve-home-products__pin { position: relative; }

.zirve-home-products__heading {
  display: grid;
  gap: 26px;
  margin-bottom: clamp(42px, 6vw, 72px);
  padding-top: 22px;
  border-top: 1px solid rgba(17, 63, 69, .18);
}

.zirve-home-products__heading h2 {
  max-width: 760px;
  margin: 0;
  color: #102d34;
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 620;
  line-height: .96;
  letter-spacing: -.052em;
}

.zirve-home-products__heading .zirve-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
}

.zirve-home-products__heading .zirve-home-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00aeb5;
  box-shadow: 0 0 0 6px rgba(0, 174, 181, .12);
  content: "";
}

.zirve-home-products__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 63, 69, .14);
}

.zirve-home-products__intro p {
  max-width: 440px;
  margin: 0;
  color: #526067;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

.zirve-home-products__intro .zirve-home-link {
  gap: 12px;
  padding: 5px 5px 5px 18px;
  border: 0;
  border-radius: 999px;
  background: #113b42;
  color: #fff;
  box-shadow: 0 10px 24px rgba(8, 55, 62, .14);
}

.zirve-home-products__intro .zirve-home-link span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #8fe7e4;
  color: #103b42;
  font-size: 17px;
  line-height: 1;
  transition: transform 220ms ease, background-color 220ms ease;
}

.zirve-home-products__intro .zirve-home-link:hover,
.zirve-home-products__intro .zirve-home-link:focus-visible {
  gap: 12px;
  background: #008c95;
  color: #fff;
}

.zirve-home-products__intro .zirve-home-link:hover span,
.zirve-home-products__intro .zirve-home-link:focus-visible span {
  background: #fff;
  transform: translateX(3px);
}

.zirve-home-products__viewport { overflow: hidden; }

.zirve-home-products__track {
  display: grid;
  gap: 16px;
}

.zirve-home-product-card { min-width: 0; }

.zirve-home-product {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 28, 34, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 36px rgba(11, 42, 46, .08);
  color: #111c22;
  text-decoration: none;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.zirve-home-product:focus-visible {
  outline: 3px solid #008c95;
  outline-offset: 4px;
}

.zirve-home-product__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #dcebea;
}

.zirve-home-product__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.22, 1, .36, 1);
}

.zirve-home-product__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7, 37, 42, .38));
  content: "";
}

.zirve-home-product__media > span {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: rgba(7, 37, 42, .38);
  color: #fff;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.zirve-home-product:hover {
  border-color: rgba(0, 140, 149, .5);
  box-shadow: 0 26px 52px rgba(11, 42, 46, .16);
  transform: translateY(-7px);
}

.zirve-home-product:hover .zirve-home-product__media img { transform: scale(1.06); }

.zirve-home-product__body {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 12px;
  padding: 22px;
}

.zirve-home-product__number {
  color: #008c95;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.zirve-home-product__body h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 620;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.zirve-home-product__body p {
  grid-column: 1 / -1;
  margin: 0;
  color: #68757b;
  font-size: 14px;
  line-height: 1.5;
}

.zirve-home-product__action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 8px;
  color: #173e45;
  font-size: 12px;
  font-weight: 760;
}

.zirve-home-product__action b {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #d1f4f0;
  color: #00757b;
  font-size: 14px;
  transition: background-color 220ms ease, transform 220ms ease;
}

.zirve-home-product:hover .zirve-home-product__action b {
  background: #00aeb5;
  color: #fff;
  transform: translate(3px, -3px);
}

.zirve-home-products__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 24px;
  color: #64747a;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .zirve-home-products__heading { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: clamp(44px, 7vw, 110px); }
  .zirve-home-products__intro { padding: 0 0 2px clamp(26px, 4vw, 58px); border-top: 0; border-left: 1px solid rgba(17, 63, 69, .18); }
  .zirve-home-products__track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
}

@media (min-width: 1024px) {
  .zirve-home-products[data-products-scroll-ready="true"] { padding: 0; }
  .zirve-home-products[data-products-scroll-ready="true"] .zirve-home-products__pin { display: grid; min-height: 100svh; align-content: center; }
  .zirve-home-products[data-products-scroll-ready="true"] .zirve-home-products__heading { margin-bottom: clamp(34px, 4vw, 52px); }
  .zirve-home-products[data-products-scroll-ready="true"] .zirve-home-products__track { display: flex; width: max-content; gap: clamp(18px, 2.2vw, 34px); will-change: transform; }
  .zirve-home-products[data-products-scroll-ready="true"] .zirve-home-product-card { width: clamp(330px, 29vw, 470px); }
  .zirve-home-products[data-products-scroll-ready="true"] .zirve-home-product__media { aspect-ratio: 1.08 / 1; }
  .zirve-home-products[data-products-scroll-ready="true"] .zirve-home-products__footer { margin-top: clamp(20px, 2vw, 30px); }
}

@media (prefers-reduced-motion: reduce) {
  .zirve-home-product,
  .zirve-home-product__media img,
  .zirve-home-product__action b { transition: none; }
}
.zirve-home-plants {
  position: relative;
  padding: clamp(76px, 10vw, 150px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(0, 194, 199, .2), transparent 24rem),
    radial-gradient(circle at 8% 86%, rgba(0, 140, 149, .23), transparent 28rem),
    #071d25;
  color: #fff;
}

.zirve-home-plants::before,
.zirve-home-plants::after {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(151, 235, 231, .14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.zirve-home-plants::before {
  top: -19rem;
  right: -13rem;
  width: 40rem;
  height: 40rem;
  box-shadow: 0 0 0 5rem rgba(0, 194, 199, .025), 0 0 0 10rem rgba(0, 194, 199, .02);
}

.zirve-home-plants::after {
  bottom: -26rem;
  left: -19rem;
  width: 46rem;
  height: 46rem;
}

.zirve-home-plants .zirve-home-shell {
  position: relative;
  z-index: 1;
}

.zirve-home-plants__top {
  display: grid;
  gap: 28px;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.zirve-home-plants .zirve-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #72e6e4;
}

.zirve-home-plants .zirve-home-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00c2c7;
  box-shadow: 0 0 0 6px rgba(0, 194, 199, .14);
  content: "";
}

.zirve-home-plants .zirve-home-plants__top h2 {
  max-width: 760px;
  color: #fff;
}

.zirve-home-plants__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.zirve-home-plants__intro > p {
  max-width: 500px;
  margin: 0;
  color: rgba(232, 255, 254, .7);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.7;
}

.zirve-home-plants__journey {
  display: grid;
  gap: 20px;
  margin-bottom: clamp(28px, 4vw, 48px);
  padding: 18px 0;
  border-top: 1px solid rgba(191, 244, 242, .2);
  border-bottom: 1px solid rgba(191, 244, 242, .2);
}

.zirve-home-plants__journey-label {
  color: rgba(232, 255, 254, .55);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.zirve-home-plants__journey ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.zirve-home-plants__journey li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 680;
}

.zirve-home-plants__journey li span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(114, 230, 228, .4);
  border-radius: 50%;
  color: #72e6e4;
  font-size: 10px;
  font-weight: 800;
}

.zirve-home-plants__showcase {
  position: relative;
}

.zirve-home-plants__showcase::before {
  position: absolute;
  inset: 12% -20vw 5% 24%;
  border: 1px solid rgba(114, 230, 228, .13);
  border-radius: 999px 0 0 999px;
  content: "";
  pointer-events: none;
}

.zirve-home-plants__slider { overflow: visible; }

.zirve-home-plants__slider .swiper-slide {
  width: min(84vw, 650px);
  height: auto;
}

.zirve-home-plant-card {
  position: relative;
  display: block;
  height: 100%;
  min-height: clamp(460px, 53vw, 650px);
  overflow: hidden;
  border: 1px solid rgba(191, 244, 242, .22);
  border-radius: 20px;
  background: #163c43;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 24px 62px rgba(0, 7, 12, .22);
  transition: border-color 320ms ease, box-shadow 320ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.zirve-home-plant-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 16, 21, .08) 22%, rgba(2, 16, 21, .34) 48%, rgba(2, 16, 21, .94) 100%);
  content: "";
}

.zirve-home-plant-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(.22, 1, .36, 1);
}

.zirve-home-plant-card:hover {
  border-color: rgba(114, 230, 228, .75);
  box-shadow: 0 30px 72px rgba(0, 7, 12, .38);
  transform: translateY(-7px);
}

.zirve-home-plant-card:hover > img { transform: scale(1.055); }

.zirve-home-plant-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 14px;
  padding: clamp(24px, 4vw, 48px);
}

.zirve-home-plant-card__number,
.zirve-home-plant-card__type {
  align-self: center;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.zirve-home-plant-card__number {
  color: #60dce0;
}

.zirve-home-plant-card__type {
  color: rgba(255, 255, 255, .62);
}

.zirve-home-plant-card h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 620;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.zirve-home-plant-card p {
  grid-column: 1 / 2;
  max-width: 440px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.55;
}

.zirve-home-plant-card__arrow {
  display: grid;
  width: 44px;
  height: 44px;
  align-self: end;
  place-items: center;
  border-radius: 50%;
  background: #72e6e4;
  color: #082b32;
  font-size: 20px;
  font-weight: 700;
  transition: background-color 220ms ease, transform 220ms ease;
}

.zirve-home-plant-card:hover .zirve-home-plant-card__arrow {
  background: #fff;
  transform: translate(3px, -3px);
}

.zirve-home-plant-card:focus-visible {
  outline: 3px solid #72e6e4;
  outline-offset: 4px;
}

.zirve-home-plants__bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  margin-top: clamp(28px, 4vw, 44px);
}

.zirve-home-plants .zirve-home-slider-controls button {
  border-color: rgba(191, 244, 242, .34);
  color: #fff;
}

.zirve-home-plants .zirve-home-slider-controls button:hover {
  border-color: #00c2c7;
  background: #00c2c7;
  color: #071d25;
}

.zirve-home-plants__index {
  display: none;
  margin: 0;
  color: rgba(232, 255, 254, .58);
  font-size: 12px;
  justify-self: center;
}

.zirve-home-plants__index b {
  margin-left: 8px;
  color: #72e6e4;
  font-weight: 800;
  letter-spacing: .08em;
}

@media (min-width: 768px) {
  .zirve-home-plants__top { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; }
  .zirve-home-plants__journey { grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); align-items: center; }
  .zirve-home-plants__journey ol { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .zirve-home-plants__journey li { min-width: 0; }
  .zirve-home-plants__slider .swiper-slide { width: min(58vw, 650px); }
  .zirve-home-plants__bottom { grid-template-columns: auto 1fr auto; }
  .zirve-home-plants__index { display: block; }
}

@media (min-width: 1024px) {
  .zirve-home-plants__slider .swiper-slide { width: min(46vw, 640px); }
}

@media (max-width: 639px) {
  .zirve-home-plants__bottom > .zirve-home-link { grid-column: 1 / -1; }
  .zirve-home-plant-card__type { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .zirve-home-plant-card,
  .zirve-home-plant-card > img,
  .zirve-home-plant-card__arrow { transition: none; }
}

/* Full-screen home hero revision. */
.zirve-home-hero { min-height: calc(100svh - 112px); }
.zirve-home-hero__visual { position: absolute; inset: 0; min-height: 0; }
.zirve-home-hero__visual-shade { background: linear-gradient(90deg, rgba(0, 0, 0, .79) 0%, rgba(0, 0, 0, .56) 42%, rgba(0, 0, 0, .18) 76%, rgba(0, 0, 0, .3) 100%), linear-gradient(180deg, rgba(0, 0, 0, .1) 35%, rgba(0, 0, 0, .56) 100%); }
.zirve-home-hero__copy { z-index: 3; align-items: center; min-height: inherit; width: min(100% - 48px, 1280px); margin-inline: auto; padding: 0; overflow: visible; background: transparent; }

.zirve-home-hero__copy-inner { width: min(100%, 42rem); max-width: none; padding: clamp(7.5rem, 14vh, 11rem) 0 clamp(10.5rem, 18vh, 13.5rem); }
.zirve-home-hero h1 { max-width: 700px; text-wrap: balance; }
.zirve-home-hero__slide-copy > div { inset: 0; }
.zirve-home-hero__slide-copy p { color: rgba(255, 255, 255, .78); }
.zirve-home-hero__controls { position: absolute; bottom: clamp(22px, 3.2vw, 48px); left: 50%; z-index: 4; width: min(100% - 48px, 570px); margin-top: 0; transform: translateX(-50%); }
.zirve-home-hero__note { right: clamp(24px, 4vw, 72px); bottom: clamp(100px, 12vh, 144px); display: block; width: min(100% - 48px, 19.5rem); max-width: none; padding: 0; background: transparent; color: #fff; backdrop-filter: none; }
.zirve-home-hero__note [data-slide-note] { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 14px; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(7, 35, 38, .52); box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .16); backdrop-filter: blur(14px); }
.zirve-home-hero__note p { color: rgba(255, 255, 255, .9); }

@media (min-width: 768px) {
  .zirve-home-hero__copy { width: min(100% - 72px, 1280px); }
  .zirve-home-hero__copy-inner { padding-bottom: clamp(11.5rem, 20vh, 15rem); }
  .zirve-home-hero__note [data-slide-note] { padding: 18px 20px; }
}

@media (min-width: 1280px) { .zirve-home-hero { min-height: calc(100svh - 139px); } }

@media (max-width: 767px) {
  .zirve-home-hero { min-height: max(700px, calc(100svh - 112px)); }
  .zirve-home-hero__copy { width: min(100% - 32px, 1280px); }
  .zirve-home-hero__copy-inner { padding-top: 7rem; padding-bottom: 15.5rem; }
  .zirve-home-hero__note { right: 16px; bottom: 96px; width: min(100% - 32px, 18rem); }
  .zirve-home-hero__note [data-slide-note] { gap: 11px; padding: 12px 14px; }
  .zirve-home-hero__note p { font-size: 13px; }
  .zirve-home-hero__controls { bottom: 22px; width: min(100% - 32px, 570px); }
}

/* Centred hero copy and slide-synchronised note transitions. */
.zirve-home-hero__copy { justify-content: center; }
.zirve-home-hero__copy-inner { margin-inline: auto; text-align: center; }
.zirve-home-hero__slide-copy p { margin-inline: auto; }
.zirve-home-hero__actions { justify-content: center; }
.zirve-home-hero__note { position: absolute; min-height: 102px; }
.zirve-home-hero__note [data-slide-note] { position: absolute; inset: 0; box-sizing: border-box; width: 100%; will-change: clip-path, opacity, transform; }
.zirve-home-hero__slide-copy > div { will-change: clip-path, opacity, transform; }

@media (max-width: 767px) {
  .zirve-home-hero__note { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .zirve-home-hero__note [data-slide-note],
  .zirve-home-hero__slide-copy > div { will-change: auto; }
}

/* The hero copy lives on the viewport layer, not the former left grid column. */
.zirve-home-hero { display: block; }
.zirve-home-hero__copy { position: absolute; inset: 0; width: 100%; margin: 0; }
.zirve-home-hero__copy-inner { width: min(100% - 32px, 42rem); }
.zirve-home-hero__note [data-active-note] { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 14px; box-sizing: border-box; width: 100%; min-height: 100%; padding: 16px 18px; border: 1px solid rgba(255, 255, 255, .2); background: rgba(7, 35, 38, .52); box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .16); backdrop-filter: blur(14px); will-change: clip-path, opacity, transform; }

@media (min-width: 768px) {
  .zirve-home-hero__copy-inner { width: min(100% - 72px, 42rem); }
  .zirve-home-hero__note [data-active-note] { padding: 18px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .zirve-home-hero__note [data-active-note] { will-change: auto; }
}

/* Keep the full-screen copy visually present without blocking slider gestures. */
.zirve-home-hero__copy,
.zirve-home-hero__copy-inner,
.zirve-home-hero__note { pointer-events: none; }
.zirve-home-hero__copy-inner a,
.zirve-home-hero__controls { pointer-events: auto; }
.zirve-home-hero__visual img { user-select: none; -webkit-user-drag: none; }
