:root {
  --cream:#f3ead8;
  --paper:#f5eddd;
  --ink:#15261c;
  --muted:#657068;
  --green:#1d4d34;
  --deep:#102f20;
  --lime:#c8f45a;
  --coffee:#8a4f2d;
  --line:rgba(21, 38, 28, .13);
  --radius:28px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  overflow-x:hidden;
  color:var(--ink);
  background:var(--paper);
  font-family:"DM Sans", sans-serif;
  line-height:1.6
}

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

button, input {
  font:inherit
}

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

.container {
  width:min(1160px, calc(100% - 48px));
  margin:auto
}

.site-header {
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid var(--line);
  background:rgba(245, 237, 221, .88);
  backdrop-filter:blur(16px)
}

.nav {
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between
}

.brand {
  display:flex;
  align-items:center;
  gap:11px;
  font-family:Manrope, sans-serif;
  font-size:1.05rem;
  font-weight:800
}

.brand img {
  width:40px;
  height:40px;
  object-fit:cover;
  border-radius:11px
}

.brand .brand__wordmark {
  width:178px;
  height:auto;
  object-fit:contain;
  border-radius:0
}

.nav__links {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:.9rem;
  font-weight:600
}

.nav__links>a:not(.button):hover {
  color:var(--coffee)
}

.nav__toggle {
  display:none;
  background:none;
  border:0;
  padding:8px
}

.nav__toggle span {
  display:block;
  width:24px;
  height:2px;
  margin:6px;
  background:var(--ink)
}

.button {
  min-height:53px;
  padding:0 23px;
  border:0;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  background:var(--lime);
  color:#102113;
  font-weight:800;
  cursor:pointer;
  transition:.2s
}

.button:hover {
  transform:translateY(-2px);
  box-shadow:0 10px 25px rgba(55, 92, 33, .17)
}

.button--small {
  min-height:43px;
  padding:0 18px;
  gap:10px
}

.hero {
  padding:54px 0 64px;
  overflow:hidden
}

.hero__grid {
  min-height:560px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:56px
}

.eyebrow {
  margin:0 0 20px;
  color:var(--coffee);
  font-size:.74rem;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase
}

.eyebrow span {
  display:inline-block;
  width:24px;
  height:1px;
  margin-right:8px;
  vertical-align:middle;
  background:currentColor
}

h1, h2, h3 {
  margin:0;
  font-family:Manrope, sans-serif;
  line-height:1.06;
  letter-spacing:-.045em
}

h1 {
  font-size:clamp(3rem, 5.2vw, 5rem);
  font-weight:700
}

h1 em {
  color:var(--green);
  font-style:normal
}

.headline-waste {
  color:var(--coffee)
}

h2 {
  font-size:clamp(2.55rem, 4.8vw, 4.65rem)
}

h3 {
  font-size:1.35rem
}

.hero__lead {
  max-width:650px;
  margin:24px 0 28px;
  color:var(--muted);
  font-size:1.1rem
}

.hero__actions {
  display:flex;
  align-items:center;
  gap:28px
}

.link-arrow {
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700
}

.play-mini {
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  font-size:.65rem
}

.hero__proof {
  display:flex;
  margin-top:40px;
  padding-top:24px;
  border-top:1px solid var(--line)
}

.hero__proof div {
  padding-right:28px;
  margin-right:28px;
  border-right:1px solid var(--line)
}

.hero__proof div:last-child {
  border:0
}

.hero__proof strong, .hero__proof span {
  display:block
}

.hero__proof strong {
  font-family:Manrope;
  font-size:.95rem
}

.hero__proof span {
  color:var(--muted);
  font-size:.75rem
}

.hero__visual {
  position:relative;
  min-height:480px;
  display:grid;
  place-items:center;
  border-radius:48% 48% 44% 44%;
  background:#e7ecd9
}

.hero__visual:before {
  content:"";
  position:absolute;
  inset:12%;
  border-radius:50%;
  background:var(--lime)
}

.orbit {
  position:absolute;
  border:1px solid rgba(30, 76, 51, .18);
  border-radius:50%
}

.orbit--one {
  inset:5%;
  transform:rotate(20deg)
}

.orbit--two {
  inset:18% -5%;
  transform:rotate(-32deg)
}

.coffee-crumbs {
  position:absolute;
  z-index:1;
  inset:7%;
  pointer-events:none;
  background:radial-gradient(circle at 8% 62%, rgba(103, 58, 34, .88) 0 3px, transparent 4px), radial-gradient(circle at 15% 76%, rgba(126, 72, 42, .7) 0 5px, transparent 6px), radial-gradient(circle at 24% 88%, rgba(82, 47, 30, .78) 0 2px, transparent 3px), radial-gradient(circle at 76% 9%, rgba(126, 72, 42, .68) 0 4px, transparent 5px), radial-gradient(circle at 89% 25%, rgba(92, 51, 31, .82) 0 3px, transparent 4px), radial-gradient(circle at 94% 67%, rgba(126, 72, 42, .72) 0 5px, transparent 6px), radial-gradient(circle at 84% 82%, rgba(83, 47, 29, .76) 0 2px, transparent 3px), radial-gradient(ellipse at 18% 28%, rgba(112, 62, 36, .7) 0 5px, transparent 6px), radial-gradient(ellipse at 70% 94%, rgba(112, 62, 36, .7) 0 4px, transparent 5px);
  filter:drop-shadow(0 2px 1px rgba(62, 37, 23, .14));
  transform:rotate(-4deg)
}

.coffee-crumbs:before, .coffee-crumbs:after {
  content:"";
  position:absolute;
  border-radius:50%;
  background:var(--coffee);
  opacity:.7
}

.coffee-crumbs:before {
  width:7px;
  height:4px;
  left:4%;
  top:42%;
  transform:rotate(28deg)
}

.coffee-crumbs:after {
  width:5px;
  height:8px;
  right:5%;
  bottom:39%;
  transform:rotate(-22deg)
}

.product-card {
  position:relative;
  z-index:2;
  width:66%;
  padding:20px;
  border-radius:28px;
  background:#fff;
  box-shadow:0 28px 70px rgba(20, 58, 35, .2);
  transform:rotate(-3deg)
}

.product-card img {
  width:100%;
  aspect-ratio:1/1;
  object-fit:contain;
  border-radius:19px;
  background:#17241b
}

.product-card p {
  margin:18px 0 2px;
  font-family:Manrope;
  font-size:1.25rem;
  line-height:1.15
}

.product-card__tag {
  position:absolute;
  right:12px;
  top:12px;
  padding:7px 10px;
  border-radius:99px;
  background:var(--ink);
  color:#fff;
  font-size:.61rem;
  font-weight:800;
  letter-spacing:.1em
}

.visual-note {
  position:absolute;
  z-index:3;
  padding:9px 14px;
  border-radius:99px;
  background:rgba(255, 255, 255, .92);
  box-shadow:0 8px 24px rgba(22, 43, 29, .1);
  font-size:.76rem;
  font-weight:700
}

.note--top {
  top:46px;
  left:-18px
}

.note--bottom {
  bottom:50px;
  right:-30px
}

.ticker {
  overflow:hidden;
  padding:17px 0;
  background:var(--deep);
  color:#fff;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.13em;
  white-space:nowrap
}

.ticker__track {
  display:flex;
  width:max-content;
  animation:ticker 25s linear infinite
}

.ticker__group {
  flex:none;
  min-width:100vw;
  padding-right:8vw
}

.ticker span {
  padding:0 clamp(30px, 4vw, 70px);
  color:var(--lime)
}

@keyframes ticker {
  to {
  transform:translateX(-50%)
}

}

.section {
  padding:120px 0
}

.section-intro {
  margin-bottom:58px
}

.section-intro h2 {
  max-width:850px
}

.problem {
  background:var(--cream)
}

.problem-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}

.problem-card {
  position:relative;
  min-height:430px;
  padding:42px;
  border-radius:var(--radius);
  overflow:visible
}

.problem-card--dark {
  color:#fff;
  background:var(--deep)
}

.problem-card--light {
  background:#e1e8d8
}

.problem-card .number {
  position:absolute;
  right:36px;
  top:31px;
  font-size:.8rem;
  font-weight:800;
  opacity:.6
}

.problem-icon {
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  margin-bottom:95px;
  border-radius:22px;
  background:rgba(200, 244, 90, .16);
  color:var(--lime);
  font-size:2rem
}

.problem-icon--coffee {
  width:190px;
  height:118px;
  margin:-8px 0 57px -18px;
  background:transparent;
  transform:translate(-38px, -50px)
}

.problem-icon--coffee img {
  width:215px;
  height:215px;
  max-width:none;
  object-fit:contain;
  filter:drop-shadow(0 17px 22px rgba(0, 0, 0, .3))
}

.problem-card--light .problem-icon {
  background:#fff;
  color:var(--coffee)
}

.problem-card--light .problem-icon--smoke {
  width:220px;
  height:110px;
  margin:-10px 0 67px -20px;
  border-radius:0;
  background:transparent;
  transform:translate(-8px, -52px)
}

.problem-icon--smoke img {
  width:225px;
  height:auto;
  max-width:none;
  object-fit:contain;
  filter:drop-shadow(0 12px 17px rgba(48, 52, 50, .18));
  transform:rotate(-50deg);
  transform-origin:50% 75%
}

.problem-card h3 {
  font-size:2rem;
  max-width:450px
}

.problem-card p {
  max-width:500px;
  margin:18px 0 0;
  color:rgba(255, 255, 255, .65)
}

.problem-card--light p {
  color:var(--muted)
}

.solution {
  color:#fff;
  background:var(--green);
  padding:88px 0
}

.solution__grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:100px
}

.solution__visual {
  position:relative;
  min-height:470px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255, 255, 255, .12);
  border-radius:50%;
  background:radial-gradient(circle, rgba(200, 244, 90, .18), transparent 60%)
}

.coffee-ring {
  position:absolute;
  inset:14%;
  border:40px dotted rgba(107, 70, 42, 1);
  border-radius:50%;
  transform:rotate(-40deg)
}

.solution__visual img {
  position:relative;
  width:42%;
  border-radius:30px;
  box-shadow:0 28px 60px rgba(0, 0, 0, .25)
}

.solution__visual>span {
  position:absolute;
  padding:8px 13px;
  border-radius:99px;
  background:#fff;
  color:var(--ink);
  font-size:.74rem;
  font-weight:700
}

.solution__visual>span:nth-of-type(1) {
  left:5%;
  top:25%
}

.solution__visual>span:nth-of-type(2) {
  right:2%;
  top:48%
}

.solution__visual>span:nth-of-type(3) {
  left:25%;
  bottom:5%
}

.eyebrow--light {
  color:var(--lime)
}

.solution__copy > h3 {
  position:relative;
  max-width:680px;
  margin-left:-18px;
  padding-left:24px;
  font-size:clamp(2rem, 3.2vw, 3rem)
}

.solution__copy > h3::before {
  content:"";
  position:absolute;
  left:0;
  top:.16em;
  bottom:.16em;
  width:3px;
  border-radius:99px;
  background:var(--lime)
}

.solution__copy>p:nth-of-type(2) {
  color:rgba(255, 255, 255, .68);
  font-size:.94rem
}

.process {
  padding:0;
  margin:38px 0 0;
  list-style:none;
  border-top:1px solid rgba(255, 255, 255, .16)
}

.process li {
  display:flex;
  align-items:center;
  gap:12px;
  padding:20px 0;
  border-bottom:1px solid rgba(255, 255, 255, .16)
}

.process li>span {
  width:58px;
  flex:0 0 58px;
  color:var(--lime);
  font-family:Manrope, sans-serif;
  font-size:2.65rem;
  font-weight:800;
  line-height:1;
  text-align:right
}

.process strong {
  font-family:Manrope
}

.process p {
  margin:2px 0 0;
  color:rgba(255, 255, 255, .58);
  font-size:.9rem
}

.section-intro--split {
  display:grid;
  grid-template-columns:1.3fr .7fr;
  align-items:end;
  gap:80px
}

.section-intro--split>p {
  margin:0 0 8px;
  color:var(--muted)
}

.section-intro--split>.feature-callout {
  position:relative;
  z-index:0;
  isolation:isolate;
  padding:24px 28px;
  transform:rotate(6deg);
  transform-origin:center
}

.feature-callout::before, .feature-callout::after {
  content:"";
  position:absolute;
  inset:0;
  clip-path:polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px)
}

.feature-callout::before {
  z-index:-2;
  background:rgba(29, 77, 52, .12);
  transform:translate(9px, 9px)
}

.feature-callout::after {
  z-index:-1;
  background:rgba(255, 255, 255, .92)
}

.feature-grid {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  border-top:1px solid var(--line)
}

.feature-grid article {
  padding:34px 28px 24px 0;
  border-right:1px solid var(--line)
}

.feature-grid article+article {
  padding-left:28px
}

.feature-grid article:last-child {
  border:0
}

.feature-icon {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:70px;
  border-radius:15px;
  background:#edf2e8;
  color:var(--green);
  font-weight:800
}

.feature-grid p {
  color:var(--muted);
  font-size:.92rem
}

.prototype-note {
  margin-top:24px;
  color:var(--muted);
  font-size:.75rem
}

.video-section {
  background:#13261b;
  color:#fff
}

.video-grid {
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  align-items:center;
  gap:75px
}

.use-steps {
  padding:0;
  margin:32px 0 0;
  list-style:none
}

.use-steps li {
  display:flex;
  gap:16px;
  padding:18px 0;
  border-top:1px solid rgba(255, 255, 255, .12)
}

.use-steps li:last-child {
  border-bottom:1px solid rgba(255, 255, 255, .12)
}

.use-steps span {
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(200, 244, 90, .45);
  border-radius:50%;
  color:var(--lime);
  font-family:Manrope, sans-serif;
  font-size:.86rem;
  font-weight:800
}

.use-steps strong {
  display:block;
  font-family:Manrope, sans-serif;
  line-height:1.1
}

.use-steps p {
  margin:6px 0 0;
  color:rgba(255, 255, 255, .58);
  font-size:.92rem;
  line-height:1.5
}

.video-carousel {
  position:relative
}

.video-slides {
  position:relative
}

.video-frame {
  position:relative;
  aspect-ratio:16/10;
  border-radius:var(--radius);
  overflow:hidden;
  background:#263d2e
}

.video-frame:not(.is-active) {
  display:none
}

.video-frame video {
  width:100%;
  height:100%;
  object-fit:cover
}

.video-placeholder {
  position:absolute;
  inset:0;
  display:grid;
  place-content:center;
  justify-items:center;
  background:radial-gradient(circle at 50% 30%, rgba(200, 244, 90, .18), transparent 45%), linear-gradient(135deg, #213c2a, #0e2016)
}

.play-button {
  width:75px;
  height:75px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  border-radius:50%;
  background:var(--lime);
  color:var(--ink)
}

.video-placeholder strong {
  font-family:Manrope;
  font-size:1.25rem
}

.video-placeholder small {
  color:rgba(255, 255, 255, .55)
}

.video-frame.has-video .video-placeholder {
  display:none
}

.carousel-arrow {
  position:absolute;
  top:50%;
  z-index:4;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255, 255, 255, .18);
  border-radius:50%;
  background:rgba(9, 23, 15, .34);
  color:#fff;
  cursor:pointer;
  font-size:1.8rem;
  line-height:1;
  transform:translateY(-50%);
  transition:.2s
}

.carousel-arrow:hover {
  background:rgba(200, 244, 90, .92);
  color:var(--ink)
}

.carousel-arrow--prev {
  left:14px
}

.carousel-arrow--next {
  right:14px
}

.video-carousel[data-count="1"] .carousel-arrow {
  display:none
}

.waitlist {
  position:relative;
  overflow:hidden;
  background:var(--lime)
}

.waitlist::before {
  content:"";
  position:absolute;
  left:max(-120px, -8vw);
  bottom:-150px;
  width:min(430px, 42vw);
  aspect-ratio:1;
  background:url("assets/cafe-disperso.png") center/contain no-repeat;
  opacity:.18;
  transform:rotate(-18deg);
  pointer-events:none
}

.waitlist::after {
  content:"";
  position:absolute;
  right:max(-160px, -10vw);
  top:-170px;
  width:min(390px, 38vw);
  aspect-ratio:1;
  background:url("assets/cafe-disperso.png") center/contain no-repeat;
  opacity:.1;
  transform:rotate(28deg);
  pointer-events:none
}

.waitlist__box {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:100px;
  align-items:center
}

.waitlist__copy>p:not(.eyebrow) {
  max-width:560px
}

.privacy {
  margin-top:30px;
  font-size:.86rem;
  font-weight:600
}

.privacy span {
  margin-right:8px
}

.waitlist-form {
  padding:38px;
  border-radius:var(--radius);
  background:var(--paper);
  box-shadow:0 20px 50px rgba(42, 70, 24, .14)
}

.waitlist-form label>span:first-child {
  display:block;
  margin-bottom:7px;
  font-size:.8rem;
  font-weight:700
}

.waitlist-form input[type=text], .waitlist-form input[type=email] {
  width:100%;
  height:53px;
  margin-bottom:16px;
  padding:0 15px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
  outline:0
}

.waitlist-form input:focus {
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(29, 77, 52, .1)
}

.checkbox {
  display:flex;
  gap:9px;
  margin:2px 0 20px;
  color:var(--muted);
  font-size:.8rem
}

.checkbox input {
  margin-top:4px
}

.button--full {
  width:100%;
  background:var(--green);
  color:#fff
}

.form-message {
  min-height:20px;
  margin:10px 0 0;
  font-size:.82rem
}

.form-message--success {
  color:var(--green)
}

.form-message--error {
  color:#a7372a
}

.site-footer {
  padding:55px 0;
  background:#09170f;
  color:rgba(255, 255, 255, .65)
}

.footer-grid {
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr;
  align-items:end;
  gap:50px
}

.brand--footer {
  color:#fff
}

.footer-grid p {
  margin:14px 0 0;
  font-size:.82rem
}

.footer-links {
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:.85rem
}

.footer-grid>p {
  text-align:right
}

@media(max-width:900px) {
  .hero__grid, .solution__grid, .video-grid, .waitlist__box {
  grid-template-columns:minmax(0, 1fr)
}

.hero__grid>* {
  min-width:0
}

.hero__grid {
  min-height:auto
}

.hero__visual {
  min-height:560px
}

.problem-grid {
  grid-template-columns:1fr
}

.feature-grid {
  grid-template-columns:1fr 1fr
}

.feature-grid article:nth-child(2) {
  border-right:0
}

.feature-grid article {
  border-bottom:1px solid var(--line)
}

.section-intro--split {
  grid-template-columns:1fr;
  gap:20px
}

.solution__visual {
  max-width:620px;
  width:100%;
  margin:auto
}

.waitlist__box {
  gap:45px
}

}

@media(max-width:680px) {
  .container {
  width:min(calc(100% - 28px), 1160px)
}

.section {
  padding:82px 0
}

.nav {
  min-height:70px
}

.nav__toggle {
  display:block
}

.nav__links {
  display:none;
  position:absolute;
  top:70px;
  left:14px;
  right:14px;
  padding:20px;
  flex-direction:column;
  align-items:stretch;
  border:1px solid var(--line);
  border-radius:18px;
  background:var(--paper);
  box-shadow:0 18px 45px rgba(21, 38, 28, .12)
}

.nav__links.is-open {
  display:flex
}

.hero {
  padding:55px 0
}

.hero__grid {
  gap:50px
}

.hero__content {
  min-width:0;
  overflow:hidden
}

h1 {
  font-size:clamp(2.55rem, 10.8vw, 4.3rem);
  overflow-wrap:anywhere
}

.hero__lead {
  max-width:100%;
  font-size:1.02rem;
  overflow-wrap:anywhere
}

.hero__actions {
  align-items:flex-start;
  flex-direction:column
}

.hero__proof {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}

.hero__proof div {
  padding-right:18px;
  margin-right:0
}

.hero__visual {
  min-height:430px
}

.product-card {
  width:68%
}

.note--top {
  left:5px
}

.note--bottom {
  right:0;
  bottom:35px
}

.problem-card {
  min-height:400px;
  padding:30px
}

.problem-icon {
  margin-bottom:80px
}

.solution__grid {
  gap:50px
}

.solution__visual {
  min-height:390px
}

.coffee-ring {
  border-width:24px
}

.feature-grid {
  grid-template-columns:1fr
}

.feature-grid article, .feature-grid article+article {
  padding:28px 0;
  border-right:0
}

.feature-icon {
  margin-bottom:35px
}

.video-grid {
  gap:40px
}

.waitlist-form {
  padding:24px
}

.footer-grid {
  grid-template-columns:1fr
}

.footer-grid>p {
  text-align:left
}

}

@media(prefers-reduced-motion:reduce) {
  * {
  scroll-behavior:auto
}

.ticker__track {
  animation:none
}

}

