:root {
  --ink: #29170f;
  --brown: #4a291b;
  --caramel: #c9782b;
  --cream: #fff7e9;
  --paper: #f4eadb;
  --hot: #f3a45b;
  --white: #fffdf8;
  --apple: #ec7e68;
  --line: rgba(41, 23, 15, .14);
  --shadow: 0 35px 80px rgba(65, 37, 17, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(244, 164, 91, .25), transparent 25rem),
    radial-gradient(circle at 8% 55%, rgba(199, 120, 43, .12), transparent 28rem),
    var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .055;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.nav {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: .83rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  font-size: .65rem;
  letter-spacing: 0;
}

nav {
  display: flex;
  gap: 34px;
}

nav a,
footer a {
  color: var(--ink);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 700;
}

.nav-order {
  padding: 11px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 800;
}

.nav-order span {
  margin-left: 10px;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 5vh 7vw 8vh;
  gap: 2vw;
  position: relative;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .17em;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  background: var(--caramel);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(201, 120, 43, .12);
}

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

h1 {
  font-size: clamp(4rem, 8.2vw, 8.6rem);
  line-height: .79;
  letter-spacing: -.075em;
  margin: 30px 0 32px;
  font-weight: 950;
  max-width: 850px;
}

h1 em,
h2 em {
  font-style: normal;
  color: var(--caramel);
}

.hero-sub {
  max-width: 490px;
  font-size: 1.03rem;
  line-height: 1.7;
  opacity: .72;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: .82rem;
  font-weight: 900;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.button:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(41, 23, 15, .14);
}

.button.primary {
  color: var(--cream);
  background: var(--ink);
}

.button.ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}

.micro-proof {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: .68rem;
  font-weight: 800;
  opacity: .55;
}

.micro-proof span {
  color: var(--caramel);
}

.hero-stage {
  height: min(72vh, 720px);
  min-height: 520px;
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1200px;
  isolation: isolate;
}

.cookie-wrap {
  width: min(42vw, 590px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  transition: transform .15s ease-out;
  z-index: 2;
  filter: drop-shadow(0 38px 30px rgba(74, 41, 27, .16));
}

.cookie-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cookie-shadow {
  position: absolute;
  width: 65%;
  height: 13%;
  bottom: 15%;
  border-radius: 50%;
  background: rgba(61, 33, 17, .22);
  filter: blur(24px);
  transform: rotate(-4deg);
  z-index: 1;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(74, 41, 27, .17);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 95%;
  height: 38%;
  transform: rotate(-24deg);
}

.orbit-two {
  width: 75%;
  height: 58%;
  transform: rotate(38deg);
}

.float-tag {
  position: absolute;
  z-index: 4;
  background: rgba(255, 253, 248, .76);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(74, 41, 27, .14);
  border-radius: 18px;
  padding: 12px 16px;
  font-size: 1.2rem;
  font-weight: 950;
  box-shadow: 0 15px 40px rgba(74, 41, 27, .1);
  animation: float 4s ease-in-out infinite;
}

.float-tag small {
  display: block;
  font-size: .58rem;
  font-weight: 800;
  opacity: .5;
  letter-spacing: .08em;
}

.tag-top {
  top: 13%;
  right: 3%;
  transform: rotate(7deg);
}

.tag-bottom {
  bottom: 17%;
  left: 2%;
  transform: rotate(-8deg);
  animation-delay: -2s;
}

.burst {
  position: absolute;
  z-index: 5;
  right: 6%;
  bottom: 25%;
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  background: var(--caramel);
  color: var(--cream);
  font-size: .66rem;
  font-weight: 950;
  line-height: 1.05;
  transform: rotate(12deg);
  box-shadow: 10px 15px 0 var(--ink);
  animation: pulse 3s ease-in-out infinite;
}

@keyframes float {
  50% {
    translate: 0 -12px;
  }
}

@keyframes pulse {
  50% {
    transform: rotate(8deg) scale(1.05);
  }
}

.ticker {
  overflow: hidden;
  white-space: nowrap;
  border-block: 1px solid var(--line);
  padding: 14px 0;
  font-weight: 950;
  letter-spacing: .16em;
  font-size: .75rem;
}

.ticker div {
  width: max-content;
  animation: marquee 24s linear infinite;
}

.ticker span {
  color: var(--caramel);
  padding: 0 22px;
}

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

.menu-section {
  padding: 130px 7vw;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 50px;
}

.section-heading h2,
.story h2,
.order-card h2 {
  font-size: clamp(3rem, 6vw, 6.3rem);
  line-height: .84;
  letter-spacing: -.065em;
  margin: 25px 0 0;
}

.section-heading>p {
  max-width: 310px;
  line-height: 1.6;
  opacity: .6;
  margin: 0;
}

.cookie-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.flavor-card {
  min-height: 420px;
  padding: 28px;
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  background: #e6a15b;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s ease;
  cursor: pointer;
  transform-style: preserve-3d;
}

.flavor-card:hover {
  transform: translateY(-12px) rotateX(4deg) rotateY(-4deg);
  box-shadow: var(--shadow);
}

.flavor-card.cream {
  background: #f0d9b9;
}

.flavor-card.caramel {
  background: #a85e2a;
  color: var(--cream);
}

.flavor-card.apple {
  background: var(--apple);
  color: var(--cream);
}

.card-number {
  font-size: .7rem;
  font-weight: 900;
  opacity: .55;
}

.mini-cookie {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #a9612b;
  position: absolute;
  right: -20px;
  top: 60px;
  box-shadow: inset -18px -18px 0 rgba(72, 35, 17, .12), 12px 18px 0 rgba(72, 35, 17, .1);
  transform: rotate(-12deg);
  transition: transform .4s ease;
}

.flavor-card:hover .mini-cookie {
  transform: rotate(8deg) scale(1.08) translateZ(20px);
}

.mini-cookie i {
  position: absolute;
  width: 22px;
  height: 18px;
  border-radius: 50%;
  background: #4a291b;
}

.mini-cookie i:nth-child(1) {
  left: 35px;
  top: 48px
}

.mini-cookie i:nth-child(2) {
  right: 32px;
  top: 82px
}

.mini-cookie i:nth-child(3) {
  left: 82px;
  bottom: 35px
}

.cream-cookie {
  background: #d4a26e;
}

.apple-cookie {
  background: var(--apple);
}

.caramel-cookie {
  background: #6c351e;
}

.flavor-card h3 {
  position: absolute;
  left: 28px;
  bottom: 74px;
  font-size: 2.4rem;
  line-height: .88;
  letter-spacing: -.05em;
}

.flavor-card p {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 25px;
  font-size: .75rem;
  line-height: 1.5;
  opacity: .7;
  max-width: 260px;
}

.price {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: .8rem;
  font-weight: 950;
}

.story {
  min-height: 700px;
  margin: 0 5vw 130px;
  padding: 7vw;
  border-radius: 45px;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.story-orb {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: var(--caramel);
  left: -280px;
  bottom: -360px;
  filter: blur(2px);
}

.story-cookie {
  position: relative;
  z-index: 2;
  transform: rotate(-7deg);
}

.story-cookie img {
  width: min(100%, 530px);
  filter: drop-shadow(0 35px 25px rgba(0, 0, 0, .3));
}

.story-copy {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.story-copy p {
  opacity: .68;
  line-height: 1.75;
  max-width: 480px;
  margin-top: 35px;
}

.stat-row {
  display: flex;
  gap: 38px;
  margin-top: 45px;
}

.stat-row div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-row strong {
  font-size: 2rem;
  color: var(--hot);
}

.stat-row span {
  font-size: .64rem;
  letter-spacing: .12em;
  opacity: .55;
  font-weight: 800;
}

.order-section {
  padding: 0 7vw 130px;
}

.order-card {
  background: linear-gradient(135deg, #e79a51, #c56f2b);
  border-radius: 38px;
  padding: 7vw;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.order-card:after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 80px solid rgba(255, 247, 233, .1);
  right: -170px;
  top: -220px;
}

.order-copy {
  position: relative;
  z-index: 2;
}

.order-copy .eyebrow {
  color: var(--ink);
}

.order-copy p {
  max-width: 420px;
  line-height: 1.65;
  opacity: .7;
  margin-top: 28px;
}

.contact-box {
  position: relative;
  z-index: 3;
  background: rgba(255, 247, 233, .88);
  color: var(--ink);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 25px 70px rgba(65, 37, 17, .2);
  backdrop-filter: blur(15px);
}

.contact-label {
  font-size: .62rem;
  letter-spacing: .15em;
  font-weight: 900;
  opacity: .55;
}

.phone {
  display: block;
  color: var(--ink);
  text-decoration: none;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.06em;
  margin: 14px 0;
}

.contact-email {
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
}

.contact-box p {
  font-size: .7rem;
  opacity: .5;
}

.wide {
  width: 100%;
  margin-top: 15px;
}

footer {
  border-top: 1px solid var(--line);
  padding: 30px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: .68rem;
  opacity: .7;
}

.flavor-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 120px);
  z-index: 50;
  padding: 14px 20px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 800;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
  transition: transform .35s ease;
}

.flavor-toast.show {
  transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  h1 {
    font-size: clamp(4rem, 16vw, 7rem);
  }

  .hero-stage {
    min-height: 450px;
    height: 60vh;
  }

  .cookie-wrap {
    width: min(90vw, 560px);
  }

  .cookie-grid,
  .story,
  .order-card {
    grid-template-columns: 1fr;
  }

  .story {
    padding: 10vw;
  }

  .story-cookie {
    text-align: center;
  }

  .story-cookie img {
    max-width: 450px;
  }

  .section-heading {
    display: block;
  }

  .section-heading>p {
    margin-top: 30px;
  }

   .less {
    color :#f0d9b9;
  }
}

@media (max-width: 560px) {
  .nav {
    padding: 0 5vw;
  }

  .nav-order {
    font-size: .65rem;
  }

  .hero {
    padding-inline: 5vw;
  }

  .hero-stage {
    min-height: 390px;
  }

  .float-tag {
    display: none;
  }

  .burst {
    right: 0;
    bottom: 17%;
    width: 90px;
    height: 90px;
  }

  .menu-section,
  .order-section {
    padding-inline: 5vw;
  }

  .cookie-grid {
    gap: 12px;
  }

  .flavor-card {
    min-height: 350px;
  }

  .story {
    margin-inline: 3vw;
    border-radius: 28px;
  }

  .stat-row {
    gap: 20px;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}


.bg-butter {
  background-image: url('butter-caramel-cookie.jpg');
}

.no-underline {
  text-decoration: none;
}

.text-brown {
  color: var(--brown);
}