:root {
  --cream: #fbf6ee;
  --cream-deep: #f0e7d8;
  --paper: #fffdf9;
  --olive: #93a46f;
  --olive-deep: #788958;
  --olive-fade: #dce4c7;
  --ink: #2f1d14;
  --ink-soft: #684f42;
  --coral: #ea8f72;
  --coral-deep: #d96d4c;
  --sun: #f0c24b;
  --sun-deep: #e19c1e;
  --pink: #ef8ea0;
  --pistachio: #b7c55f;
  --chocolate: #4f2d1d;
  --mint: #65e4ff;
  --success: #2e9d58;
  --danger: #cf5446;
  --warning: #e39239;
  --call: #3c78d8;
  --shadow-soft: 0 24px 64px rgba(80, 54, 35, 0.12);
  --shadow-card: 0 18px 34px rgba(80, 54, 35, 0.08);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1240px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 2.4rem));
  margin: 0 auto;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

p {
  margin: 0;
}

.mini-kicker,
.brand-sub,
.served-brand-sub,
.served-brand-mark,
.product-label,
.tool-chip,
.status-badge,
.landing-links a,
.footer-grid h3,
.portal-nav-links a,
.inline-action,
.session-chip,
.month-head,
.field-help,
.print-meta,
.print-badge,
.print-table th,
.cart-button span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn,
.mini-button,
.pill-link,
.cart-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.mini-button:hover,
.pill-link:hover,
.cart-button:hover {
  transform: translateY(-1px);
}

.btn {
  min-height: 3.2rem;
  padding: 0.85rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.btn-primary {
  background: #f9f6f0;
  border-color: rgba(47, 29, 20, 0.12);
  color: var(--ink);
  box-shadow: 0 12px 24px rgba(47, 29, 20, 0.08);
}

.coral-button {
  background: linear-gradient(180deg, #ef9a7a, #dd7450);
  color: #fff9f4;
  border-color: rgba(222, 116, 80, 0.4);
}

.btn-light {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  border-color: rgba(47, 29, 20, 0.1);
}

.btn-dark {
  background: #4e4037;
  color: #fffaf4;
  border-color: #4e4037;
}

.btn-outline {
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  border-color: rgba(47, 29, 20, 0.14);
}

.btn-success {
  background: linear-gradient(180deg, #5ac57f, var(--success));
  color: #f5fff9;
}

.btn-warning {
  background: linear-gradient(180deg, #f3b368, var(--warning));
  color: #fff8ef;
}

.btn-danger {
  background: linear-gradient(180deg, #ed8376, var(--danger));
  color: #fff8f6;
}

.btn-call {
  background: linear-gradient(180deg, #76b1ff, var(--call));
  color: #f4fbff;
}

.mini-button {
  min-height: 2.3rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-color: transparent;
}

.mini-button.is-success {
  background: linear-gradient(180deg, #64cf87, var(--success));
  color: #f5fff9;
}

.mini-button.is-danger {
  background: linear-gradient(180deg, #ef8577, var(--danger));
  color: #fff8f6;
}

.mini-button.is-warning {
  background: linear-gradient(180deg, #f4b86e, var(--warning));
  color: #fff8f0;
}

.mini-button.is-call {
  background: linear-gradient(180deg, #7db6ff, var(--call));
  color: #f3fbff;
}

.wavy-line {
  display: block;
  width: 144px;
  height: 12px;
  margin-top: 0.9rem;
  color: #9db36b;
  background:
    radial-gradient(circle at 8px 2px, transparent 7px, currentColor 7px, currentColor 8px, transparent 8px)
      0 100% / 28px 12px repeat-x;
  opacity: 0.9;
}

.light-wave {
  color: rgba(255, 248, 238, 0.86);
}

.inline-action {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 1.4rem;
  color: var(--ink);
}

.inline-action.light-action {
  color: #fffaf2;
}

.servedhappy-landing {
  background:
    radial-gradient(circle at left bottom, rgba(240, 194, 75, 0.18), transparent 28%),
    linear-gradient(180deg, #fdf8f2 0%, #fbf5ed 100%);
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(253, 248, 242, 0.72);
  border-bottom: 1px solid rgba(47, 29, 20, 0.08);
}

.landing-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  min-height: 5.5rem;
}

.served-brand,
.brand-port {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.served-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1.5px solid rgba(222, 116, 80, 0.44);
  border-radius: 999px;
  color: var(--coral-deep);
  font-size: 0.86rem;
}

.served-brand-copy,
.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.served-brand-title,
.brand-english {
  font-size: 2rem;
  line-height: 0.85;
}

.served-brand-sub,
.brand-sub {
  color: var(--ink-soft);
}

.brand-city {
  color: var(--coral-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.landing-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.landing-links a,
.portal-nav-links a {
  color: rgba(47, 29, 20, 0.82);
}

.landing-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.pill-link {
  min-height: 2.85rem;
  padding: 0.72rem 1rem;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(47, 29, 20, 0.08);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cart-button {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(47, 29, 20, 0.1);
  color: var(--ink);
}

.hero-section {
  padding: 1.4rem 0 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  min-height: 760px;
  background: linear-gradient(90deg, #fdf7f0 0%, #fbf6ef 48%, #9cae74 48%, #8fa267 100%);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.hero-copy {
  padding: 5.4rem 3.8rem 4rem;
  position: relative;
}

.hero-copy h1 {
  font-size: clamp(4rem, 7vw, 6.8rem);
  line-height: 0.88;
  max-width: 470px;
}

.hero-copy p {
  margin-top: 1.8rem;
  max-width: 22rem;
  font-size: 1.16rem;
  color: var(--ink-soft);
}

.hero-copy .btn {
  margin-top: 2rem;
}

.hero-visual {
  position: relative;
  overflow: hidden;
}

.tile-wall {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 100%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 15.5%,
      rgba(255, 255, 255, 0.32) 15.5%,
      rgba(255, 255, 255, 0.32) 16.2%
    ),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 13.5%,
      rgba(255, 255, 255, 0.32) 13.5%,
      rgba(255, 255, 255, 0.32) 14.2%
    ),
    linear-gradient(180deg, #9caf7b, #84965f);
}

.tile-wall::before {
  content: "";
  position: absolute;
  inset: 0 auto auto -10%;
  width: 56%;
  height: 26%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
  filter: blur(10px);
  opacity: 0.78;
}

.cone-art {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  width: 380px;
  height: 560px;
  transform: translateX(-6%);
}

.scoop {
  position: absolute;
  left: 50%;
  width: 240px;
  height: 196px;
  border-radius: 50% 50% 46% 46%;
  transform: translateX(-50%);
  box-shadow: inset 0 12px 24px rgba(255, 255, 255, 0.26), 0 24px 44px rgba(51, 37, 25, 0.16);
}

.scoop::before,
.scoop::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.18;
}

.scoop::before {
  inset: 22% auto auto 18%;
  width: 38%;
  height: 22%;
  background: rgba(255, 255, 255, 0.92);
}

.scoop::after {
  inset: 44% 16% auto auto;
  width: 26%;
  height: 18%;
  background: rgba(61, 38, 21, 0.48);
}

.scoop-coral {
  top: 0;
  background:
    radial-gradient(circle at 35% 26%, rgba(255, 225, 214, 0.48), transparent 28%),
    radial-gradient(circle at 68% 42%, rgba(169, 74, 44, 0.35), transparent 24%),
    linear-gradient(180deg, #f59b82, #e66d49);
}

.scoop-pistachio {
  top: 140px;
  width: 220px;
  height: 172px;
  background:
    radial-gradient(circle at 37% 28%, rgba(248, 255, 215, 0.45), transparent 25%),
    radial-gradient(circle at 62% 48%, rgba(101, 122, 33, 0.34), transparent 22%),
    linear-gradient(180deg, #c4cf72, #9fb544);
}

.scoop-vanilla {
  top: 258px;
  width: 248px;
  height: 182px;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.68), transparent 23%),
    radial-gradient(circle at 68% 46%, rgba(179, 127, 37, 0.34), transparent 22%),
    linear-gradient(180deg, #fff8e8, #f3e2bb);
}

.cone-shell {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  border-top: 294px solid #b7702f;
  transform: translateX(-50%);
  filter: drop-shadow(0 18px 30px rgba(91, 55, 17, 0.24));
}

.cone-shell::before {
  content: "";
  position: absolute;
  left: -88px;
  top: -264px;
  width: 176px;
  height: 240px;
  background:
    linear-gradient(55deg, rgba(137, 84, 34, 0.45) 0 7%, transparent 7% 17%, rgba(137, 84, 34, 0.45) 17% 24%, transparent 24% 34%, rgba(137, 84, 34, 0.45) 34% 41%, transparent 41%),
    linear-gradient(-55deg, rgba(137, 84, 34, 0.45) 0 7%, transparent 7% 17%, rgba(137, 84, 34, 0.45) 17% 24%, transparent 24% 34%, rgba(137, 84, 34, 0.45) 34% 41%, transparent 41%),
    linear-gradient(180deg, rgba(255, 190, 126, 0.24), rgba(155, 92, 31, 0.1));
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.seal-badge {
  position: absolute;
  right: 3.5rem;
  top: 50%;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  color: #fffaf3;
  display: grid;
  place-items: center;
  transform: translateY(-12%);
  text-align: center;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.06);
}

.seal-badge span {
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.seal-badge strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  line-height: 0.8;
}

.flavor-section {
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.96)),
    #fffdf8;
}

.flavor-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  align-items: stretch;
}

.flavor-copy {
  position: relative;
  padding: 5.5rem 1.8rem 5.5rem 1.4rem;
  overflow: hidden;
}

.flavor-copy h2 {
  font-size: clamp(3rem, 5vw, 4.9rem);
  line-height: 0.9;
  color: var(--coral);
}

.flavor-copy p {
  max-width: 17rem;
  margin-top: 2rem;
  color: var(--ink-soft);
}

.flavor-copy-shape {
  position: absolute;
  border-radius: 44% 56% 48% 52%;
}

.flavor-copy-shape-top {
  left: -2rem;
  top: -0.4rem;
  width: 7.4rem;
  height: 12rem;
  background:
    linear-gradient(180deg, rgba(240, 143, 114, 0.9), rgba(234, 143, 114, 0.65));
}

.flavor-copy-shape-bottom {
  left: -1.5rem;
  bottom: -1.5rem;
  width: 14rem;
  height: 7rem;
  background:
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.4), transparent 14%),
    linear-gradient(135deg, #f0c24b, #eba81e);
}

.flavor-board {
  padding: 3.8rem 2.2rem 4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas:
    "pistachio strawberry chocolate"
    "blank mango mango";
  gap: 2.2rem 1.8rem;
  align-items: start;
  background:
    radial-gradient(circle at 35% 52%, rgba(240, 194, 75, 0.12), transparent 22%),
    linear-gradient(180deg, #fffdf9, #faf5eb);
}

.flavor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: var(--ink);
  text-align: center;
}

.flavor-card span {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.pistachio-card {
  grid-area: pistachio;
  margin-top: 1rem;
}

.strawberry-card {
  grid-area: strawberry;
  margin-top: 2.8rem;
}

.chocolate-card {
  grid-area: chocolate;
  margin-top: 0.5rem;
}

.mango-card {
  grid-area: mango;
  justify-self: center;
  margin-top: -0.8rem;
}

.flavor-scoop {
  width: 210px;
  aspect-ratio: 1;
  border-radius: 999px;
  box-shadow: inset 0 16px 22px rgba(255, 255, 255, 0.3), 0 18px 34px rgba(66, 44, 25, 0.1);
}

.pistachio-top {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.48), transparent 24%),
    radial-gradient(circle at 62% 44%, rgba(110, 122, 41, 0.36), transparent 18%),
    linear-gradient(180deg, #bccb67, #a3b84f);
}

.strawberry-top {
  background:
    radial-gradient(circle at 28% 26%, rgba(255, 255, 255, 0.45), transparent 24%),
    radial-gradient(circle at 62% 46%, rgba(176, 55, 88, 0.24), transparent 20%),
    linear-gradient(180deg, #ef9aaa, #dd768a);
}

.chocolate-top {
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.22), transparent 24%),
    radial-gradient(circle at 70% 50%, rgba(0, 0, 0, 0.2), transparent 20%),
    linear-gradient(180deg, #6d3c25, #3f2417);
}

.mango-top {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.44), transparent 24%),
    radial-gradient(circle at 62% 46%, rgba(216, 124, 19, 0.34), transparent 20%),
    linear-gradient(180deg, #f4d06a, #e7a83a);
}

.way-section {
  background: #faf4ea;
}

.way-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.31fr) minmax(0, 0.69fr);
}

.way-copy {
  background:
    linear-gradient(180deg, rgba(145, 162, 106, 0.96), rgba(131, 149, 93, 0.98));
  color: #fff9ef;
  padding: 4rem 2.4rem 3.6rem;
}

.way-copy .mini-kicker {
  color: rgba(255, 249, 239, 0.8);
}

.way-copy h2 {
  margin-top: 1.2rem;
  font-size: clamp(3rem, 4.6vw, 4.6rem);
  line-height: 0.92;
}

.way-copy p {
  margin-top: 1.8rem;
  max-width: 18rem;
  color: rgba(255, 249, 239, 0.82);
}

.product-stage {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 1.1rem;
  padding: 3.2rem 2.2rem 2.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 238, 226, 0.88)),
    repeating-linear-gradient(
      180deg,
      transparent 0,
      transparent 16%,
      rgba(120, 108, 96, 0.08) 16%,
      rgba(120, 108, 96, 0.08) 17%
    );
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.product-label {
  color: rgba(47, 29, 20, 0.72);
}

.dessert-glass,
.shake-glass,
.pint-cup,
.mini-cone,
.catering-tub {
  position: relative;
  box-shadow: 0 18px 34px rgba(75, 57, 35, 0.12);
}

.dessert-glass {
  width: 98px;
  height: 148px;
  border-radius: 24px 24px 18px 18px;
  background:
    radial-gradient(circle at 48% 22%, #fff5e2 0 17%, transparent 18%),
    linear-gradient(180deg, #fff4ea 0 44%, #a84b2d 44% 54%, #f0d8b1 54% 100%);
}

.dessert-glass::before {
  content: "";
  position: absolute;
  inset: 10px 18px auto;
  height: 28px;
  border-radius: 999px;
  background: #fff6ef;
}

.shake-glass {
  width: 84px;
  height: 170px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fff9ef 0 12%, transparent 12%),
    linear-gradient(180deg, #f5eddc, #e3c89c 65%, #d7ba8d);
}

.shake-glass::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -18px;
  width: 8px;
  height: 70px;
  background: #f5f7f8;
  border-radius: 999px;
  transform: rotate(12deg);
}

.pint-cup {
  width: 118px;
  height: 122px;
  border-radius: 16px 16px 28px 28px;
  background: linear-gradient(180deg, #fef7eb, #ece1cf);
}

.pint-cup::before,
.catering-tub::before {
  content: "SERVED HAPPY";
  position: absolute;
  inset: 42px 10px auto;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 0.9;
  color: var(--ink);
}

.mini-cone {
  width: 72px;
  height: 176px;
}

.mini-cone::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.38), transparent 24%),
    linear-gradient(180deg, #6c3e25, #422317);
  transform: translateX(-50%);
}

.mini-cone::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 112px solid #bb7a39;
  transform: translateX(-50%);
}

.catering-tub {
  width: 144px;
  height: 134px;
  border-radius: 16px 16px 24px 24px;
  background: linear-gradient(180deg, #fff9ef, #ece1cf);
}

.catering-tub::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  width: 118px;
  height: 56px;
  border: 3px solid #d98e2f;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateX(-50%);
}

.scoopers-section {
  background: #fffaf4;
}

.scoopers-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 0.4fr) minmax(250px, 0.28fr);
}

.testimonial-panel,
.promise-panel {
  padding: 3.8rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-panel h2 {
  font-size: clamp(3rem, 4.4vw, 4.8rem);
  color: var(--coral);
}

.testimonial-panel blockquote {
  margin: 1.8rem 0 1rem;
  font-size: 1.18rem;
  color: var(--ink-soft);
}

.pager-dots {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.pager-dots span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 29, 20, 0.3);
}

.pager-dots .is-active {
  background: var(--coral);
  border-color: var(--coral);
}

.interior-panel {
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(255, 247, 237, 0.74), rgba(244, 228, 209, 0.4)),
    linear-gradient(135deg, #dac5a7, #eadcc8 50%, #cab290);
  position: relative;
  overflow: hidden;
}

.counter-scene {
  position: absolute;
  inset: 0;
}

.menu-board {
  position: absolute;
  left: 24%;
  top: 8%;
  width: 30%;
  height: 26%;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(84, 64, 43, 0.72), rgba(124, 91, 55, 0.2)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0 4%, transparent 4% 14%);
}

.counter-case {
  position: absolute;
  left: 24%;
  right: 18%;
  bottom: 10%;
  height: 32%;
  border-radius: 18px 18px 12px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(186, 161, 130, 0.58)),
    linear-gradient(135deg, #857254, #d8c4a7 68%, #8d734f);
  box-shadow: 0 18px 40px rgba(76, 56, 32, 0.18);
}

.counter-case::before {
  content: "";
  position: absolute;
  inset: 16% 10% 34%;
  border-radius: 12px;
  background:
    radial-gradient(circle at 16% 56%, #f6d36c 0 12%, transparent 13%),
    radial-gradient(circle at 35% 54%, #ef8ea0 0 12%, transparent 13%),
    radial-gradient(circle at 55% 54%, #b7c55f 0 12%, transparent 13%),
    radial-gradient(circle at 75% 54%, #4f2d1d 0 12%, transparent 13%),
    rgba(255, 255, 255, 0.22);
}

.shop-figure {
  position: absolute;
  bottom: 14%;
  width: 42px;
  border-radius: 999px 999px 14px 14px;
  background: linear-gradient(180deg, #5f4d40, #3a2d25);
}

.shop-figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -22px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #d1ac8e;
  transform: translateX(-50%);
}

.figure-one {
  left: 15%;
  height: 104px;
}

.figure-two {
  left: 36%;
  height: 118px;
}

.figure-three {
  left: 74%;
  height: 108px;
}

.glow-orb {
  position: absolute;
  top: 10%;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: 0 0 0 8px rgba(255, 250, 241, 0.08), 0 0 40px rgba(255, 250, 241, 0.54);
}

.orb-one {
  right: 24%;
}

.orb-two {
  right: 10%;
}

.promise-panel {
  background:
    radial-gradient(circle at right center, rgba(240, 194, 75, 0.24), transparent 28%),
    linear-gradient(180deg, #fbe6da, #f7dac8);
}

.promise-panel h3 {
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  line-height: 0.95;
}

.promise-panel p {
  margin-top: 1.4rem;
  color: var(--ink-soft);
}

.seasonal-section {
  background: #f7f1e6;
}

.seasonal-grid {
  display: grid;
  grid-template-columns: minmax(270px, 0.36fr) minmax(0, 0.64fr);
}

.seasonal-copy {
  padding: 3.4rem 2.4rem 3.6rem;
  background:
    linear-gradient(135deg, #d87d68, #e79679);
  color: #fff8ef;
}

.seasonal-copy h2 {
  font-size: clamp(3.4rem, 5vw, 5.6rem);
  line-height: 0.9;
}

.seasonal-copy p {
  margin-top: 1rem;
  max-width: 15rem;
}

.seasonal-copy .btn {
  margin-top: 1.8rem;
}

.seasonal-visual {
  position: relative;
  min-height: 320px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 236, 168, 0.8), transparent 28%),
    linear-gradient(135deg, #fff4cf, #f7d866 42%, #fff1c7);
  overflow: hidden;
}

.seasonal-bowl {
  position: absolute;
  right: 14%;
  bottom: -7%;
  width: 340px;
  height: 250px;
  border-radius: 50% 50% 42% 42%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.55), transparent 20%),
    radial-gradient(circle at 56% 50%, rgba(175, 116, 34, 0.3), transparent 18%),
    linear-gradient(180deg, #fff7e3, #eec157);
  box-shadow: 0 24px 50px rgba(146, 106, 24, 0.22);
}

.seasonal-bowl::before {
  content: "";
  position: absolute;
  inset: auto 16% -32px;
  height: 72px;
  border-radius: 999px;
  background: rgba(255, 248, 232, 0.72);
}

.seasonal-stamp {
  position: absolute;
  right: 9%;
  top: 18%;
  width: 142px;
  height: 142px;
  border-radius: 999px;
  border: 2px dashed rgba(47, 29, 20, 0.48);
  color: var(--ink);
  display: grid;
  place-items: center;
  text-align: center;
}

.seasonal-stamp span {
  letter-spacing: 0.18em;
  font-size: 0.76rem;
}

.seasonal-stamp strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
}

.footer-cta-band {
  background:
    linear-gradient(180deg, rgba(147, 164, 111, 0.96), rgba(131, 149, 93, 0.98));
  color: #fffaf1;
}

.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 7rem;
}

.footer-cta-inner p {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-cta-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.landing-footer {
  background: #fdf8f1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 2rem;
  padding: 2.6rem 0 2.2rem;
}

.footer-grid h3 {
  color: var(--ink-soft);
  margin-bottom: 0.8rem;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.social-row {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.social-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(47, 29, 20, 0.16);
  font-size: 0.74rem;
  font-weight: 800;
}

.footer-copy {
  border-top: 1px solid rgba(47, 29, 20, 0.08);
  padding: 1rem 0 1.6rem;
  text-align: center;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.portal-page,
.client-page {
  background:
    radial-gradient(circle at top left, rgba(234, 143, 114, 0.12), transparent 28%),
    linear-gradient(180deg, #fffaf3 0%, #f3eadb 100%);
}

.portal-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(255, 250, 243, 0.78);
  border-bottom: 1px solid rgba(47, 29, 20, 0.08);
}

.portal-nav {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 5.2rem;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(47, 29, 20, 0.12);
}

.portal-nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.portal-nav-links a.is-active,
.landing-links a:hover,
.portal-nav-links a:hover {
  color: var(--coral-deep);
}

.session-chip {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(47, 29, 20, 0.08);
  color: var(--ink-soft);
}

.portal-main {
  padding: 1.6rem 0 4rem;
}

.portal-grid,
.client-shell {
  display: grid;
  gap: 1.4rem;
}

.page-hero,
.dual-grid,
.three-grid,
.stats-grid,
.module-grid,
.four-grid {
  display: grid;
  gap: 1.25rem;
}

.page-hero,
.dual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.surface-card,
.gateway-card,
.metric-card,
.module-card,
.invoice-card,
.history-card,
.list-card,
.schedule-day,
.schedule-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(253, 248, 240, 0.94));
  border: 1px solid rgba(47, 29, 20, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}

.surface-card.padded,
.metric-card,
.module-card,
.invoice-card,
.history-card,
.list-card,
.schedule-day,
.schedule-card,
.gateway-card {
  padding: 1.5rem;
}

.surface-card h1 {
  font-size: clamp(2.7rem, 4vw, 4.2rem);
  line-height: 0.95;
}

.surface-card h2,
.gateway-card h1,
.client-section h2,
.print-table td strong {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.98;
}

.page-lead {
  margin-top: 0.9rem;
  color: var(--ink-soft);
  font-size: 1rem;
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.section-head p {
  max-width: 24rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.card-meta,
.meta-row,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.card-meta {
  margin-top: 1.25rem;
}

.tool-chip,
.status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}

.tool-chip {
  background: rgba(147, 164, 111, 0.12);
  color: var(--olive-deep);
}

.status-badge.is-new {
  background: rgba(234, 143, 114, 0.16);
  color: var(--coral-deep);
}

.status-badge.is-warn {
  background: rgba(240, 194, 75, 0.22);
  color: #8a5a0b;
}

.status-badge.is-done {
  background: rgba(46, 157, 88, 0.16);
  color: #1f6b3b;
}

.status-badge.is-call {
  background: rgba(60, 120, 216, 0.16);
  color: #28569d;
}

.status-badge.is-off {
  background: rgba(207, 84, 70, 0.14);
  color: #9b3228;
}

.list-card h3,
.module-card h3,
.invoice-card h3,
.history-card h3,
.metric-card h3,
.schedule-card h3 {
  font-size: 1.55rem;
  line-height: 1;
}

.metric-card .value,
.invoice-card .value {
  margin-top: 0.45rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.55rem;
  line-height: 0.92;
}

.metric-card.compact-card .value {
  font-size: 2rem;
}

.metric-plain {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.module-card,
.invoice-card,
.history-card,
.list-card,
.metric-card,
.schedule-day,
.schedule-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.meta-item,
.field-help,
.status-line.is-muted {
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.form-stack {
  display: grid;
  gap: 1rem;
}

.split-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field-label {
  display: grid;
  gap: 0.55rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.field-label input,
.field-label select,
.field-label textarea {
  width: 100%;
  min-height: 3rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(47, 29, 20, 0.12);
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  padding: 0.82rem 0.95rem;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.field-label textarea {
  min-height: 7rem;
  resize: vertical;
}

.field-label input:focus,
.field-label select:focus,
.field-label textarea:focus {
  border-color: rgba(217, 109, 76, 0.4);
  box-shadow: 0 0 0 4px rgba(217, 109, 76, 0.08);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.centered-actions {
  justify-content: center;
}

.top-space {
  margin-top: 1.4rem;
}

.time-display {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.timer-value {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 0.85;
}

.customer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.schedule-board {
  display: grid;
  gap: 1rem;
}

.schedule-day-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.schedule-day-list {
  display: grid;
  gap: 0.7rem;
}

.schedule-line {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem 0.95rem;
  border-radius: var(--radius-sm);
  background: rgba(147, 164, 111, 0.08);
}

.schedule-card.is-off {
  background: linear-gradient(180deg, rgba(255, 239, 237, 0.98), rgba(255, 250, 248, 0.98));
}

.schedule-card.is-done {
  background: linear-gradient(180deg, rgba(237, 255, 245, 0.98), rgba(251, 255, 253, 0.98));
}

.schedule-card.is-call {
  background: linear-gradient(180deg, rgba(240, 247, 255, 0.98), rgba(252, 254, 255, 0.98));
}

.callout-card {
  border-color: rgba(60, 120, 216, 0.2);
}

.gateway-hero {
  padding: 3rem 0;
}

.gateway-served {
  background:
    radial-gradient(circle at right top, rgba(240, 194, 75, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 249, 240, 0.84), rgba(243, 234, 219, 0.4));
}

.gateway-card {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.client-sticky-nav {
  position: sticky;
  top: 5.8rem;
  z-index: 25;
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(47, 29, 20, 0.08);
  box-shadow: var(--shadow-card);
}

.client-sticky-nav a {
  flex: 0 0 auto;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(147, 164, 111, 0.08);
}

.client-sticky-nav a:hover {
  background: rgba(234, 143, 114, 0.16);
  color: var(--coral-deep);
}

.client-section {
  scroll-margin-top: 7rem;
}

.invoice-grid,
.history-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.map-shell {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(47, 29, 20, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.map-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.88) sepia(0.06) brightness(1.01);
}

.tracking-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.tracking-pin {
  position: absolute;
  min-width: 124px;
  padding: 0.7rem 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(47, 29, 20, 0.16);
  transform: translate(-50%, -50%);
  font-size: 0.82rem;
}

.tracking-pin strong {
  display: block;
  font-size: 0.88rem;
}

.tracking-pin.is-warn {
  border: 1px solid rgba(240, 194, 75, 0.56);
}

.tracking-pin.is-call {
  border: 1px solid rgba(60, 120, 216, 0.42);
}

.bar-stack {
  display: grid;
  gap: 0.35rem;
}

.bar-track {
  height: 0.9rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 29, 20, 0.08);
}

.bar-fill {
  height: 100%;
  border-radius: 999px;
}

.bar-fill.sales {
  background: linear-gradient(90deg, var(--coral), var(--coral-deep));
}

.bar-fill.delivery {
  background: linear-gradient(90deg, #8fb36e, var(--olive-deep));
}

.bar-fill.payroll {
  background: linear-gradient(90deg, #7bb5ff, var(--call));
}

.month-row {
  display: grid;
  gap: 0.8rem;
}

.month-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.table-shell {
  overflow-x: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(47, 29, 20, 0.08);
  background: rgba(255, 255, 255, 0.82);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}

th,
td {
  padding: 1rem 0.95rem;
  border-bottom: 1px solid rgba(47, 29, 20, 0.08);
  text-align: left;
  vertical-align: top;
}

thead th {
  background: rgba(147, 164, 111, 0.12);
  color: var(--ink-soft);
}

.actions-cell .action-row {
  gap: 0.45rem;
}

.invoice-page {
  background: #f6efe3;
}

.print-shell {
  width: min(960px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.print-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.print-invoice-card {
  background: #fffdf8;
  border-radius: 28px;
  border: 1px solid rgba(47, 29, 20, 0.08);
  padding: 2rem;
  box-shadow: var(--shadow-soft);
}

.print-invoice-head,
.print-dual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.print-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  line-height: 0.88;
}

.print-badge {
  justify-self: end;
  align-self: start;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(147, 164, 111, 0.12);
  color: var(--olive-deep);
}

.print-dual {
  margin: 1.8rem 0;
}

.print-dual h2 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}

.print-table {
  width: 100%;
  min-width: 0;
}

.print-table th {
  background: rgba(147, 164, 111, 0.12);
}

.print-note {
  margin-top: 1.4rem;
  color: var(--ink-soft);
}

.aibiz-return-cta {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 90;
  max-width: calc(100% - 2rem);
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(66, 245, 141, 0.75);
  border-radius: 16px;
  background: linear-gradient(135deg, #42f58d, #65e4ff);
  color: #03120a;
  padding: 0.78rem 1.05rem;
  box-shadow: 0 14px 36px rgba(66, 245, 141, 0.2);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.aibiz-return-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(66, 245, 141, 0.24);
}

@media (max-width: 1180px) {
  .landing-nav,
  .portal-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0.9rem 0;
  }

  .hero-grid,
  .flavor-grid,
  .way-grid,
  .scoopers-grid,
  .seasonal-grid,
  .page-hero,
  .dual-grid,
  .footer-grid,
  .stats-grid,
  .module-grid,
  .invoice-grid,
  .history-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid,
  .flavor-grid,
  .way-grid,
  .scoopers-grid,
  .seasonal-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 2rem;
  }

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

  .seal-badge {
    right: 1.8rem;
    top: 4rem;
    transform: none;
  }

  .product-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .container {
    width: min(var(--container), calc(100% - 1.2rem));
  }

  .landing-links,
  .portal-nav-links {
    gap: 0.75rem 1rem;
  }

  .landing-actions {
    justify-content: center;
  }

  .hero-copy {
    padding: 3rem 1.5rem 1.4rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 13vw, 5rem);
  }

  .hero-visual {
    min-height: 440px;
  }

  .cone-art {
    width: 290px;
    height: 430px;
    bottom: 2rem;
    transform: translateX(-8%);
  }

  .scoop {
    width: 190px;
    height: 148px;
  }

  .scoop-pistachio {
    top: 112px;
    width: 176px;
    height: 136px;
  }

  .scoop-vanilla {
    top: 206px;
    width: 196px;
    height: 148px;
  }

  .cone-shell {
    border-left-width: 78px;
    border-right-width: 78px;
    border-top-width: 218px;
  }

  .cone-shell::before {
    left: -64px;
    top: -194px;
    width: 128px;
    height: 176px;
  }

  .seal-badge {
    width: 118px;
    height: 118px;
    top: 1.3rem;
    right: 1.2rem;
  }

  .flavor-board,
  .customer-grid,
  .three-grid,
  .stats-grid,
  .module-grid,
  .invoice-grid,
  .history-grid,
  .four-grid,
  .split-fields,
  .print-invoice-head,
  .print-dual {
    grid-template-columns: 1fr;
  }

  .flavor-board {
    grid-template-areas:
      "pistachio"
      "strawberry"
      "chocolate"
      "mango";
  }

  .pistachio-card,
  .strawberry-card,
  .chocolate-card,
  .mango-card {
    margin-top: 0;
  }

  .product-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule-line {
    grid-template-columns: 1fr;
  }

  .client-sticky-nav {
    top: 7.5rem;
  }

  .print-toolbar {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .hero-section {
    padding-top: 0.6rem;
  }

  .hero-grid {
    border-radius: 24px;
  }

  .hero-copy p,
  .promise-panel p,
  .page-lead {
    font-size: 0.95rem;
  }

  .product-stage {
    grid-template-columns: 1fr;
  }

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

  .footer-cta-inner {
    flex-direction: column;
    justify-content: center;
    padding: 1.2rem 0;
    text-align: center;
  }

  .session-chip {
    text-align: center;
  }

  .aibiz-return-cta {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
  }
}

@media print {
  .print-toolbar,
  .aibiz-return-cta {
    display: none !important;
  }

  body {
    background: #fff;
  }

  .print-shell {
    width: 100%;
    padding: 0;
  }

  .print-invoice-card {
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
}
