:root {
  --sage: #97ab67;
  --sage-deep: #6c8644;
  --sage-soft: #c8d3a4;
  --cream: #f7f6ff;
  --cream-deep: #f0eef8;
  --white: #ffffff;
  --ink: #211c22;
  --muted: #7b727a;
  --line: rgba(42, 33, 36, 0.1);
  --accent: #7faa3d;
  --accent-deep: #658b2d;
  --card-shadow: 0 26px 60px rgba(109, 121, 78, 0.18);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #9cb26e 0%, #91a862 100%);
  overflow-x: hidden;
}

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

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

.cookie-slot:empty {
  display: none;
}

.site-shell {
  width: min(1280px, calc(100% - 34px));
  margin: 0 auto;
  padding: 18px 0 52px;
}

.top-note {
  width: max-content;
  margin: 0 auto 14px;
  padding: 10px 26px;
  border: 1px solid rgba(65, 79, 30, 0.22);
  color: #546534;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-frame {
  padding: 28px 28px 40px;
  border-radius: var(--radius-xl);
  background: var(--cream);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.site-brand__icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f4f1ff, #ffffff);
  border: 1px solid rgba(71, 59, 45, 0.08);
  box-shadow: 0 8px 18px rgba(40, 36, 42, 0.08);
  font-size: 1rem;
}

.site-brand__text {
  font-size: 1.16rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
}

.site-nav a {
  font-size: 0.93rem;
  font-weight: 500;
}

.site-nav a.is-active,
.site-nav a:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.login-pill,
.button-primary,
.button-outline,
.mobile-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 700;
}

.login-pill {
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(71, 59, 45, 0.08);
}

.nav-toggle,
.mobile-nav {
  display: none;
}

.button-primary {
  padding: 0 22px;
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: #fff;
  box-shadow: 0 16px 26px rgba(111, 150, 43, 0.25);
}

.button-outline {
  padding: 0 20px;
  border: 1px solid rgba(43, 35, 38, 0.12);
  background: rgba(255, 255, 255, 0.75);
  color: #5c4f55;
}

.site-main {
  display: grid;
  gap: 34px;
  margin-top: 24px;
}

.hero {
  display: grid;
  grid-template-columns: 84px minmax(0, 0.88fr) minmax(380px, 0.92fr);
  gap: 22px;
  align-items: center;
}

.social-rail {
  display: grid;
  gap: 18px;
  justify-items: center;
  align-self: stretch;
  padding-top: 70px;
  color: #4f4247;
}

.social-rail__links {
  display: grid;
  gap: 14px;
  font-size: 0.86rem;
}

.social-rail__vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #8e868d;
}

.hero-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.hero-copy h1,
.section-head h2,
.inner-hero h1,
.info-panel h3,
.footer-grid h3 {
  margin: 0;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 0.96;
  font-weight: 500;
}

.hero-copy p,
.section-head p,
.info-panel p,
.inner-hero p,
.footer-grid p,
.footer-grid a,
.detail-list,
.field span,
.checkbox-field span {
  color: var(--muted);
  line-height: 1.72;
}

.metric-row {
  display: flex;
  gap: 22px;
  color: #5b5558;
  font-size: 0.92rem;
}

.metric-row strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: 1.12rem;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.dish-stage {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.plate-shadow,
.plate,
.pancake-stack,
.berry,
.leaf,
.card-review {
  position: absolute;
}

.plate-shadow {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(35, 28, 34, 0.1), transparent 70%);
  filter: blur(8px);
}

.plate {
  width: 382px;
  height: 382px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.72), rgba(240, 239, 248, 0.95) 72%, #dfdde7 100%);
  box-shadow: 0 30px 40px rgba(67, 60, 69, 0.12);
}

.pancake-stack {
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 222, 149, 0.88), rgba(224, 148, 40, 0.96) 58%, #8f4f14 100%);
  box-shadow:
    inset 0 -12px 20px rgba(112, 60, 13, 0.24),
    0 10px 24px rgba(115, 70, 16, 0.22);
}

.pancake-stack::before,
.pancake-stack::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 12px;
  right: 12px;
}

.pancake-stack::before {
  top: 22px;
  bottom: 68px;
  background: radial-gradient(circle at 46% 34%, rgba(255, 238, 180, 0.85), rgba(242, 162, 43, 0.95) 60%, transparent 61%);
}

.pancake-stack::after {
  top: 80px;
  bottom: 18px;
  background: radial-gradient(circle at 50% 20%, rgba(255, 223, 137, 0.84), rgba(215, 136, 32, 0.96) 62%, transparent 63%);
}

.berry {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #7f87ff, #2a2140 70%);
  box-shadow: 0 3px 8px rgba(32, 23, 53, 0.22);
}

.berry--center-a { left: 180px; top: 118px; }
.berry--center-b { left: 206px; top: 112px; width: 20px; height: 20px; }
.berry--center-c { left: 196px; top: 138px; width: 16px; height: 16px; }
.berry--outer-a { left: 110px; top: 92px; }
.berry--outer-b { left: 142px; top: 84px; }
.berry--outer-c { right: 112px; top: 96px; }
.berry--outer-d { right: 94px; top: 130px; width: 16px; height: 16px; }
.berry--outer-e { left: 114px; bottom: 112px; width: 20px; height: 20px; }
.berry--outer-f { left: 88px; bottom: 152px; }
.berry--outer-g { right: 106px; bottom: 116px; }
.berry--outer-h { right: 126px; bottom: 92px; width: 17px; height: 17px; }

.leaf {
  width: 72px;
  height: 26px;
  border-radius: 72px 0 72px 0;
  background: linear-gradient(180deg, #7fcd4e, #4d8f23);
  box-shadow: inset 0 -6px 10px rgba(35, 86, 18, 0.24);
}

.leaf--a { left: 182px; top: 132px; transform: rotate(-8deg); }
.leaf--b { left: 166px; top: 148px; transform: rotate(44deg); }
.leaf--c { right: 98px; top: 116px; transform: rotate(64deg); width: 78px; }
.leaf--d { left: 82px; bottom: 126px; transform: rotate(-44deg); width: 62px; }

.card-review {
  width: 172px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 28px rgba(82, 78, 86, 0.16);
}

.card-review--left {
  left: 92px;
  bottom: 116px;
}

.card-review--right {
  right: 76px;
  bottom: 64px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.review-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(180deg, #dca28d, #7e4336);
}

.review-head strong {
  display: block;
  font-size: 0.9rem;
}

.review-head span,
.review-text,
.review-stars {
  color: var(--muted);
  font-size: 0.78rem;
}

.review-stars {
  color: #d09d31;
  letter-spacing: 0.08em;
}

.course-strip {
  display: grid;
  gap: 16px;
  padding: 24px 28px;
  border-radius: 999px 999px 26px 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--card-shadow);
}

.course-strip__row {
  display: grid;
  grid-template-columns: 150px repeat(4, minmax(0, 1fr)) 80px;
  gap: 16px;
  align-items: center;
}

.course-intro {
  color: #b0a8b0;
  font-size: 0.86rem;
}

.mini-course {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mini-course div,
.hero-copy,
.course-card,
.info-panel,
.faq-card,
.contact-panel {
  min-width: 0;
}

.mini-course__thumb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(180deg, #d7f1a6, #87b24a);
  box-shadow: inset 0 -8px 12px rgba(82, 105, 35, 0.22);
}

.mini-course__thumb--orange {
  background: linear-gradient(180deg, #ffd8a2, #db8f2d);
}

.mini-course__thumb--brown {
  background: linear-gradient(180deg, #d7a578, #7e4b20);
}

.mini-course strong {
  display: block;
  font-size: 0.94rem;
  white-space: normal;
}

.mini-course span {
  color: var(--muted);
  font-size: 0.78rem;
  white-space: normal;
}

.section {
  display: grid;
  gap: 20px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.section-kicker {
  margin: 0 0 6px;
  color: #85974d;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.course-grid,
.info-grid,
.faq-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

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

.course-card,
.info-panel,
.faq-card,
.contact-panel,
.footer-grid,
.inner-hero {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(33, 28, 34, 0.06);
  box-shadow: var(--card-shadow);
}

.course-card,
.info-panel,
.faq-card,
.contact-panel {
  padding: 22px;
  border-radius: var(--radius-lg);
}

.course-visual {
  height: 220px;
  margin-bottom: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f9efe5, #e5c08b);
  position: relative;
  overflow: hidden;
}

.course-visual::before {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffeeb0, #d78e2a 62%, #9a5a17 100%);
}

.course-visual::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #7f87ff, #2a2140 70%);
  transform: translate(-50%, -50%);
}

.course-card h3,
.info-panel h3,
.faq-card h3,
.contact-panel h3 {
  margin: 0 0 10px;
  font-size: 1.12rem;
}

.info-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.detail-list {
  padding-left: 18px;
}

.detail-list li + li {
  margin-top: 8px;
}

.inner-page {
  display: grid;
  gap: 24px;
}

.inner-hero {
  padding: 30px;
  border-radius: 28px;
}

.inner-hero__row {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 22px;
  align-items: end;
}

.contact-grid {
  grid-template-columns: 0.92fr 1.08fr;
}

.contact-form {
  display: grid;
  gap: 16px;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(33, 28, 34, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  outline: 0;
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.checkbox-field {
  display: flex;
  align-items: start;
  gap: 10px;
}

.checkbox-field input {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

.site-footer {
  margin-top: 2px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 0.8fr));
  gap: 22px;
  padding: 28px;
  border-radius: 28px;
}

.footer-grid a {
  display: block;
}

.footer-grid a + a {
  margin-top: 8px;
}

@media (max-width: 1120px) {
  .hero,
  .info-grid,
  .inner-hero__row,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .course-strip__row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .site-nav,
  .header-actions .login-pill {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    width: 24px;
    height: 2px;
    background: var(--ink);
  }

  .mobile-nav {
    display: none;
    gap: 12px;
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--card-shadow);
  }

  .mobile-nav.is-open {
    display: grid;
  }

  .course-strip__row,
  .hero,
  .course-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .social-rail {
    display: none;
  }

  .dish-stage {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100%, calc(100% - 12px));
  }

  .site-brand__text {
    font-size: 0.98rem;
  }

  .site-frame,
  .course-strip,
  .course-card,
  .info-panel,
  .faq-card,
  .contact-panel,
  .inner-hero,
  .footer-grid {
    padding: 18px;
  }

  .hero-copy h1,
  .section-head h2,
  .inner-hero h1 {
    font-size: 2rem;
    line-height: 1.02;
  }

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

  .plate {
    width: 300px;
    height: 300px;
  }

  .pancake-stack {
    width: 196px;
    height: 196px;
  }

  .card-review {
    width: 136px;
    padding: 12px;
  }

  .card-review--left {
    left: 18px;
    bottom: 114px;
  }

  .card-review--right {
    right: 18px;
    bottom: 50px;
  }
}
