:root {
  --orange: #f46718;
  --orange-dark: #c84d0f;
  --green: #347b35;
  --green-dark: #07503a;
  --cream: #fff5e5;
  --cream-2: #f5e7d2;
  --brown: #27160f;
  --brown-soft: #5b3a2c;
  --white: #fffdf7;
  --shadow: 0 28px 80px rgba(18, 9, 4, .42);
  --soft-shadow: 0 18px 46px rgba(42, 21, 8, .18);
  --radius: 34px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--brown);
  background: #160e09 url('../images/kitchen-bg.png') center top/cover fixed no-repeat
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(16, 8, 4, .78), rgba(16, 8, 4, .42) 26%, rgba(16, 8, 4, .88))
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 72% 35%, rgba(247, 121, 32, .22), transparent 32%), radial-gradient(circle at 15% 20%, rgba(255, 244, 224, .16), transparent 26%)
}

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

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

.serif {
  font-family: Georgia, "Times New Roman", serif
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(18, 10, 5, .96), rgba(18, 10, 5, .86));
  border-bottom: 1px solid rgba(255, 245, 226, .18);
  backdrop-filter: blur(10px)
}

.nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.brand {
  display: flex;
  align-items: center;
  min-width: 230px
}

.brand img {
  width: min(360px, 32vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(244, 103, 24, .25))
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  color: #fff7ea;
  font-weight: 800;
  font-size: 16px
}

.nav-links a {
  opacity: .92
}

.nav-links a:hover {
  color: #ffd3ae
}

.app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #ff7927, #f05c11);
  color: white;
  font-weight: 900;
  padding: 15px 23px;
  box-shadow: 0 14px 30px rgba(244, 103, 24, .28);
  white-space: nowrap
}

.app-btn.secondary {
  background: rgba(255, 253, 247, .78);
  color: var(--brown);
  border: 1px solid rgba(52, 123, 53, .35);
  box-shadow: 0 12px 30px rgba(42, 21, 8, .14)
}

.app-store-link{
    display:flex;
    align-items:center;
}

.app-store-badge{
    height:50px;
    width:auto;
    display:block;
}

.hero-badge{
    height:60px;
}

.play {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--green);
  display: inline-block
}

.hero-wrap {
  padding: 28px 0 0
}

.hero {
  position: relative;
  min-height: 690px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 245, 226, .34);
  background: linear-gradient(90deg, rgba(255, 248, 234, .98) 0%, rgba(255, 244, 224, .96) 37%, rgba(255, 244, 224, .65) 49%, rgba(255, 244, 224, .05) 61%), linear-gradient(180deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0));
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 248, 234, .10), rgba(255, 248, 234, .42) 41%, rgba(255, 248, 234, 0) 58%), radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .55), transparent 36%);
  pointer-events: none;
  z-index: 1
}

.hero-scene {
  position: absolute;
  right: 0;
  top: 0;
  width: 64%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  z-index: 0;
  filter: saturate(1.08) contrast(1.04)
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, 55%);
  padding: 72px 0 54px 64px
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 15px;
  font-weight: 950
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.4vw, 100px);
  line-height: .93;
  letter-spacing: -.055em;
  margin: 0 0 28px;
  color: #28150e
}

.hero h1 span {
  color: var(--orange);
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 12px
}

.hero p {
  font-size: 21px;
  line-height: 1.42;
  margin: 0 0 30px;
  max-width: 610px;
  font-weight: 750;
  color: #3e2a20
}

.cta-row {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 34px
}

.quick-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 620px
}

.point {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: flex-start
}

.check {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #3f913e, #23712d);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(35, 113, 45, .25)
}

.point strong {
  display: block;
  font-size: 16px
}

.point span:not(.check) {
  font-size: 14px;
  line-height: 1.24;
  color: #4c3428
}

.section {
  padding: 62px 0
}

.panel {
  background: rgba(255, 246, 229, .96);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: var(--soft-shadow);
  border-radius: 30px;
  padding: 44px
}

.section-head {
  text-align: center;
  margin-bottom: 34px
}

.section-head .eyebrow {
  margin-bottom: 10px
}

.section-head h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  margin: 0
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px
}

.step-card {
  text-align: center
}

.step-card img {
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(28, 16, 9, .18)
}

.step-number {
  width: 34px;
  height: 34px;
  background: var(--green);
  color: #fff;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: -17px auto 12px;
  position: relative;
  z-index: 2;
  font-weight: 900
}

.step-card h3 {
  margin: 0 0 7px;
  font-size: 21px
}

.step-card p {
  margin: 0;
  color: #5c4639;
  line-height: 1.35
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px
}

.feature {
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf0, #f5e2c7);
  padding: 32px;
  box-shadow: var(--soft-shadow);
  display: flex;
  gap: 24px;
  align-items: center
}

.feature img {
  width: 44%;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .22)
}

.feature h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  margin: 0 0 10px
}

.feature p {
  margin: 0;
  color: #5b3a2c;
  line-height: 1.5;
  font-size: 17px
}

.sites {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center
}

.site-pill {
  padding: 16px 22px;
  border-radius: 999px;
  background: #fffaf0;
  border: 1px solid rgba(85, 55, 36, .18);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 800;
  color: #503124;
  box-shadow: 0 8px 22px rgba(51, 29, 15, .12)
}

.footer {
  background: linear-gradient(180deg, rgba(20, 10, 4, .96), #120905);
  color: #fff4e4;
  padding: 36px 0;
  margin-top: 34px
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr 1fr;
  gap: 28px;
  align-items: start
}

.footer img {
  width: 220px;
  filter: drop-shadow(0 8px 20px rgba(244, 103, 24, .22))
}

.footer h4 {
  margin: 0 0 12px
}

.footer a,
.footer p {
  display: block;
  color: rgba(255, 244, 228, .78);
  margin: 0 0 8px
}

.utility-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 120px 24px 60px
}

.utility-card {
  width: min(820px, 100%);
  background: rgba(255, 246, 229, .96);
  border-radius: 28px;
  padding: 42px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, .45)
}

.utility-card img {
  width: 260px;
  max-width: 70%;
  display: block;
  margin: 0 auto 22px
}

.utility-card h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  margin: 0 0 14px
}

.utility-card p,
.utility-card li {
  font-size: 17px;
  line-height: 1.6;
  color: #493226
}

.utility-card input {
  width: 100%;
  padding: 14px 15px;
  margin: 8px 0;
  border-radius: 12px;
  border: 1px solid rgba(54, 35, 20, .25);
  font-size: 16px
}

.utility-card button {
  width: 100%;
  margin-top: 10px
}

.message {
  margin-top: 14px;
  font-weight: 800
}

.error {
  color: #b00020
}

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

@media(max-width:1050px) {
  .nav {
    height: auto;
    padding: 14px 0;
    flex-wrap: wrap
  }

  .nav-links {
    display: none
  }

  .brand img {
    width: 300px
  }

  .hero {
    min-height: auto;
    background: linear-gradient(180deg, rgba(255, 248, 234, .98), rgba(255, 244, 224, .93) 52%, rgba(255, 244, 224, .72))
  }

  .hero-scene {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin-top: -20px
  }

  .hero-content {
    width: 100%;
    padding: 44px 34px 0
  }

  .quick-points,
  .steps,
  .feature-grid,
  .footer-inner {
    grid-template-columns: 1fr 1fr
  }

  .feature {
    flex-direction: column
  }

  .feature img {
    width: 100%;
    max-width: 320px
  }
}

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

  .brand img {
    width: 245px
  }

  .app-btn {
    width: 100%;
    padding: 14px 18px
  }

  .hero {
    border-radius: 24px
  }

  .hero-content {
    padding: 32px 22px 0
  }

  .hero h1 {
    font-size: 52px
  }

  .hero p {
    font-size: 18px
  }

  .quick-points,
  .steps,
  .feature-grid,
  .footer-inner {
    grid-template-columns: 1fr
  }

  .panel {
    padding: 28px 18px
  }

  .feature {
    padding: 24px
  }

  .footer {
    text-align: center
  }

  .footer img {
    margin: auto
  }

  .utility-card {
    padding: 28px 22px
  }

  .utility-card h1 {
    font-size: 34px
  }
}