:root {
  --ink: #153833;
  --muted: #607672;
  --cream: #f7fbfa;
  --paper: #ffffff;
  --mint: #dff5ed;
  --mint-strong: #80d5bd;
  --green: #168f75;
  --green-dark: #0e6e5c;
  --aqua: #d9f3f6;
  --line: rgba(21, 56, 51, 0.12);
  --shadow: 0 30px 80px rgba(19, 78, 68, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 85% 10%, rgba(217, 243, 246, 0.85), transparent 29rem),
    radial-gradient(circle at 3% 92%, rgba(223, 245, 237, 0.8), transparent 25rem),
    var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100%, 1440px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.site-header {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.brand-mark {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 8px 24px rgba(22, 143, 117, 0.24);
}

.brand-mark svg {
  width: 1.55rem;
  fill: white;
}

.brand-mark .spark-small {
  fill: var(--mint-strong);
}

.brand-accent {
  color: var(--green);
}

.header-contact {
  padding: 0.72rem 1.12rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-contact:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 143, 117, 0.32);
  background: white;
}

.hero {
  min-width: 0;
  min-height: calc(100vh - 194px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding: 3rem 0 5rem;
}

.hero-copy {
  min-width: 0;
  max-width: 670px;
  padding-bottom: 2rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.5rem;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 1.9rem;
  height: 2px;
  background: var(--green);
}

h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.45rem, 7.4vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.hero-intro {
  max-width: 590px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.25rem;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-primary {
  background: var(--green);
  color: white;
  box-shadow: 0 12px 28px rgba(22, 143, 117, 0.22);
}

.button-primary svg {
  fill: none;
}

.button-primary:hover {
  transform: translateY(-2px);
  background: var(--green-dark);
  box-shadow: 0 16px 34px rgba(22, 143, 117, 0.28);
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--paper);
}

.button-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(21, 56, 51, 0.08);
}

.location-line {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1.6rem 0 0;
  color: #748783;
  font-size: 0.83rem;
}

.location-line svg {
  width: 1rem;
  fill: none;
  stroke: var(--green);
  stroke-width: 1.7;
}

.hero-art {
  position: relative;
  min-width: 0;
  min-height: 570px;
  display: grid;
  place-items: center;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.orb-one {
  width: min(32vw, 470px);
  height: min(32vw, 470px);
  background: linear-gradient(145deg, rgba(206, 241, 230, 0.9), rgba(216, 244, 246, 0.45));
}

.orb-two {
  width: 250px;
  height: 250px;
  top: 4%;
  right: -4%;
  background: rgba(255, 255, 255, 0.7);
}

.clean-card {
  z-index: 2;
  min-width: 0;
  width: min(100%, 405px);
  min-height: 495px;
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  transform: rotate(2deg);
}

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

.mini-mark {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  background: var(--mint);
}

.mini-mark svg {
  width: 1.55rem;
  fill: var(--green);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.48rem 0.68rem;
  border-radius: 999px;
  background: rgba(223, 245, 237, 0.7);
  color: var(--green-dark);
  font-size: 0.67rem;
  font-weight: 750;
}

.status-pill i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(22, 143, 117, 0.1);
}

.card-illustration {
  position: relative;
  height: 355px;
  display: grid;
  place-items: end center;
  margin-top: 0.45rem;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.95) 0 8%, transparent 8.5%),
    linear-gradient(150deg, var(--aqua), var(--mint));
}

.spray-bottle {
  width: 245px;
  max-height: 320px;
  overflow: visible;
  filter: drop-shadow(0 18px 16px rgba(14, 110, 92, 0.16));
}

.bottle-shadow {
  fill: rgba(14, 110, 92, 0.13);
}

.bottle-body {
  fill: rgba(255, 255, 255, 0.92);
  stroke: rgba(14, 110, 92, 0.22);
  stroke-width: 2;
}

.bottle-fill {
  fill: var(--mint-strong);
  opacity: 0.82;
}

.bottle-neck,
.sprayer,
.nozzle {
  fill: var(--green-dark);
}

.trigger {
  fill: var(--green);
}

.label {
  fill: white;
  opacity: 0.92;
}

.label-spark {
  fill: var(--green);
}

.bubble {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: drift 5s ease-in-out infinite;
}

.bubble-one {
  width: 3rem;
  height: 3rem;
  top: 18%;
  left: 14%;
}

.bubble-two {
  width: 1.7rem;
  height: 1.7rem;
  top: 34%;
  right: 14%;
  animation-delay: -1.6s;
}

.bubble-three {
  width: 1.05rem;
  height: 1.05rem;
  top: 11%;
  right: 31%;
  animation-delay: -3.1s;
}

.clean-card-caption {
  margin: 1.2rem 0 0.2rem;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.spark {
  position: absolute;
  z-index: 3;
  color: var(--green);
  font-size: 2rem;
  text-shadow: 0 8px 25px rgba(22, 143, 117, 0.25);
  animation: pulse 3.8s ease-in-out infinite;
}

.spark-one {
  top: 11%;
  left: 3%;
}

.spark-two {
  right: 0;
  bottom: 21%;
  font-size: 1.35rem;
  animation-delay: -1.4s;
}

.spark-three {
  bottom: 8%;
  left: 10%;
  color: var(--mint-strong);
  font-size: 1.15rem;
  animation-delay: -2.5s;
}

footer {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  color: #748783;
  font-size: 0.78rem;
}

footer a {
  font-weight: 650;
  text-decoration: none;
}

footer a:hover {
  color: var(--green-dark);
}

@keyframes drift {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse {
  0%, 100% { transform: scale(0.92) rotate(0deg); opacity: 0.7; }
  50% { transform: scale(1.08) rotate(9deg); opacity: 1; }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
  }

  .hero-copy {
    max-width: 720px;
    padding-bottom: 0;
  }

  .hero-art {
    min-height: 520px;
  }

  .orb-one {
    width: 430px;
    height: 430px;
  }
}

@media (max-width: 560px) {
  .page-shell {
    padding: 0 1.15rem;
  }

  .site-header {
    height: 84px;
  }

  .header-contact {
    flex: 0 0 auto;
    padding: 0.64rem 0.9rem;
    font-size: 0.78rem;
  }

  .hero {
    gap: 3.4rem;
    padding: 3rem 0 4rem;
  }

  h1 {
    font-size: clamp(3.25rem, 17vw, 4.7rem);
    overflow-wrap: anywhere;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-art {
    min-height: 455px;
  }

  .clean-card {
    width: 100%;
    min-height: 425px;
    padding: 0.9rem;
    border-radius: 1.6rem;
    transform: rotate(1deg);
  }

  .card-illustration {
    height: 305px;
  }

  .spray-bottle {
    width: 215px;
  }

  .orb-one {
    width: 340px;
    height: 340px;
  }

  .spark-one {
    left: -1%;
  }

  .status-pill {
    max-width: 13rem;
    white-space: normal;
  }

  footer {
    min-height: 108px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 1.5rem 0;
  }

  footer p {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light;
  }
}
