:root {
  --ink: #201d18;
  --muted: #6f665b;
  --paper: #f5efe3;
  --paper-deep: #e8dcc8;
  --cream: #fffaf1;
  --gold: #b89a5f;
  --olive: #26352d;
  --clay: #9d4937;
  --line: rgba(32, 29, 24, 0.16);
  --shadow: 0 24px 80px rgba(32, 29, 24, 0.18);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(184, 154, 95, 0.12), transparent 30%),
    linear-gradient(180deg, var(--cream), var(--paper) 46%, var(--paper-deep));
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

body::after {
  background: rgba(255, 250, 241, 0.18);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 260ms ease;
  z-index: 60;
}

body.is-jumping::after {
  opacity: 1;
}

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

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

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.page-section {
  opacity: 0.72;
  position: relative;
  transform: translateY(var(--section-drift, 26px)) scale(var(--section-scale, 0.985));
  transform-origin: center top;
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms ease;
  will-change: transform, opacity;
}

.page-section.is-current {
  filter: none;
  opacity: 1;
  transform: translateY(var(--section-drift, 0px)) scale(1);
}

.page-section.is-past {
  opacity: 0.58;
  transform: translateY(var(--section-drift, -12px)) scale(0.988);
}

.page-section .section-heading,
.page-section .intro-grid,
.page-section .work-board,
.page-section .package-grid,
.page-section .timeline,
.page-section .story-frame,
.page-section .support-panel,
.page-section .faq-list,
.page-section .contact-form,
.page-section .hero-content,
.page-section .hero-panel {
  transform: translateY(var(--content-shift, 0px));
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.section-progress {
  display: grid;
  gap: 10px;
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 25;
}

.section-progress button {
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(32, 29, 24, 0.18);
  border-radius: 999px;
  cursor: pointer;
  height: 11px;
  padding: 0;
  position: relative;
  transition: background 220ms ease, height 260ms ease, transform 220ms ease;
  width: 11px;
}

.section-progress button::after {
  background: var(--ink);
  border-radius: 999px;
  color: var(--cream);
  content: attr(aria-label);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  opacity: 0;
  padding: 7px 10px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.section-progress button:hover,
.section-progress button.is-active {
  background: var(--gold);
  height: 30px;
  transform: scale(1.08);
}

.section-progress button:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(245, 239, 227, 0.76);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 160px 1fr auto 160px;
  height: 76px;
  left: 0;
  padding: 0 34px;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 260ms ease, box-shadow 260ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 241, 0.96);
  box-shadow: 0 14px 40px rgba(32, 29, 24, 0.08);
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 8px;
  height: 48px;
  justify-self: start;
  padding: 0;
  width: 48px;
}

.nav-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  transform-origin: left center;
  transition: transform 220ms ease;
  width: 34px;
}

.nav-toggle:hover span:first-child {
  transform: scaleX(0.72);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
  gap: 12px;
  justify-self: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.desktop-nav {
  display: flex;
  gap: 24px;
  justify-self: end;
  margin-right: 24px;
}

.desktop-nav a,
.header-cta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.desktop-nav a {
  color: var(--muted);
  position: relative;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  background: var(--gold);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
  width: 100%;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.desktop-nav a.is-active {
  color: var(--ink);
}

.desktop-nav a.is-active::after {
  transform: scaleX(1);
}

.header-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  justify-self: end;
  padding: 13px 18px;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.header-cta:hover {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-1px);
}

.drawer {
  background: var(--cream);
  border-right: 1px solid var(--line);
  bottom: 0;
  box-shadow: var(--shadow);
  left: 0;
  max-width: 720px;
  padding: 38px clamp(28px, 4vw, 56px);
  position: fixed;
  top: 0;
  transform: translateX(-104%);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  width: min(94vw, 720px);
  z-index: 40;
}

.drawer.is-open {
  transform: translateX(0);
}

.drawer-head {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 26px;
}

.drawer-head span {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.drawer-head button {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  padding: 10px 14px;
}

.drawer nav {
  display: grid;
  gap: 18px;
  padding: 34px 0;
}

.drawer nav a {
  border-bottom: 1px solid rgba(32, 29, 24, 0.12);
  font-family: var(--serif);
  font-size: clamp(25px, 3.8vw, 40px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.02;
  padding-bottom: 16px;
  transition: color 180ms ease, transform 180ms ease;
}

.drawer nav a:hover {
  color: var(--clay);
  transform: translateX(10px);
}

.drawer p {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  padding-top: 24px;
}

.drawer-backdrop {
  background: rgba(15, 13, 10, 0.36);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 360ms ease;
  z-index: 35;
}

.drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.hero {
  --hero-x: 0px;
  --hero-y: 0px;
  isolation: isolate;
  min-height: 100svh;
  position: relative;
}

.hero-image {
  height: calc(100% + 32px);
  inset: -16px;
  object-fit: cover;
  position: absolute;
  transform: translate3d(var(--hero-x), calc(var(--hero-y) + var(--image-shift, 0px)), 0) scale(1.025);
  transition: transform 500ms ease-out;
  width: 100%;
}

.hero-texture {
  background-image:
    linear-gradient(rgba(255, 250, 241, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 241, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  inset: 0;
  mix-blend-mode: soft-light;
  opacity: 0.54;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-shade {
  background:
    radial-gradient(circle at 78% 30%, rgba(184, 154, 95, 0.18), transparent 26%),
    linear-gradient(90deg, rgba(18, 15, 12, 0.84), rgba(18, 15, 12, 0.5) 46%, rgba(18, 15, 12, 0.14)),
    linear-gradient(180deg, rgba(18, 15, 12, 0.12), rgba(18, 15, 12, 0.56));
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-content {
  color: var(--cream);
  max-width: 820px;
  padding: 22vh 7vw 210px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-section h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.hero h1 {
  font-size: clamp(48px, 7.2vw, 116px);
  max-width: 840px;
}

.hero-title span {
  display: block;
  opacity: 0;
  transform: translateY(18px);
}

.hero-content.is-visible .hero-title span {
  animation: titleLineIn 760ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-content.is-visible .hero-title span:nth-child(2) {
  animation-delay: 100ms;
}

.hero-copy {
  color: rgba(255, 250, 241, 0.82);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 560px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 50px;
  padding: 0 22px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.button:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}

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

.button.ghost {
  border: 1px solid rgba(255, 250, 241, 0.5);
  color: var(--cream);
}

.button.text-link {
  border-bottom: 1px solid rgba(255, 250, 241, 0.62);
  border-radius: 0;
  color: var(--cream);
  min-height: 50px;
  padding: 0 2px;
}

.hero-panel {
  align-items: stretch;
  background: rgba(20, 18, 14, 0.5);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 250, 241, 0.24);
  bottom: 34px;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
  color: var(--cream);
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  max-width: 620px;
  padding: 0;
  position: absolute;
  right: 7vw;
  z-index: 3;
}

.hero-panel a {
  border-right: 1px solid rgba(255, 250, 241, 0.18);
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 20px 22px;
  position: relative;
  transition: background 180ms ease, transform 180ms ease;
}

.hero-panel a::after {
  background: linear-gradient(90deg, rgba(184, 154, 95, 0.64), transparent);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
  width: 100%;
}

.hero-panel a:last-child {
  border-right: 0;
}

.hero-panel a:hover {
  background: rgba(255, 250, 241, 0.1);
  transform: translateY(-2px);
}

.hero-panel a:hover::after {
  transform: scaleX(1);
}

.hero-marquee {
  bottom: 126px;
  color: rgba(255, 250, 241, 0.58);
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 96px);
  font-weight: 500;
  left: 0;
  line-height: 1;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 2;
}

.hero-marquee div {
  animation: marqueeMove 28s linear infinite;
  display: flex;
  gap: 54px;
  width: max-content;
}

.hero-marquee span {
  opacity: 0.22;
  white-space: nowrap;
}

.hero-marquee span:nth-child(2n) {
  font-style: italic;
}

.hero-panel span {
  color: rgba(255, 250, 241, 0.66);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.scroll-note {
  align-items: center;
  bottom: 38px;
  color: rgba(255, 250, 241, 0.7);
  display: flex;
  gap: 12px;
  left: 7vw;
  position: absolute;
  z-index: 3;
}

.scroll-note span {
  background: rgba(255, 250, 241, 0.36);
  display: block;
  height: 1px;
  width: 64px;
}

.scroll-note p {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.signal-strip {
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.signal-strip div {
  border-right: 1px solid rgba(255, 250, 241, 0.14);
  padding: 26px 34px;
  position: relative;
  transition: background 220ms ease, transform 220ms ease;
}

.signal-strip div::after {
  background: var(--gold);
  bottom: 0;
  content: "";
  height: 2px;
  left: 34px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
  width: calc(100% - 68px);
}

.signal-strip div:hover {
  background: rgba(255, 250, 241, 0.055);
  transform: translateY(-2px);
}

.signal-strip div:hover::after {
  transform: scaleX(1);
}

.signal-strip strong {
  display: block;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.signal-strip span {
  color: rgba(255, 250, 241, 0.68);
  font-size: 13px;
}

.section {
  padding: clamp(74px, 10vw, 150px) 7vw;
  position: relative;
}

.section-kicker {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  padding-top: 18px;
  text-transform: uppercase;
}

.intro-section {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.72), rgba(245, 239, 227, 0.7)),
    var(--paper);
  position: relative;
}

.intro-section::before {
  border: 1px solid rgba(32, 29, 24, 0.08);
  content: "";
  inset: 34px 7vw;
  pointer-events: none;
  position: absolute;
}

.intro-section > * {
  position: relative;
  z-index: 1;
}

.intro-grid {
  display: grid;
  gap: 8vw;
  grid-template-columns: 1fr 0.72fr;
  margin-top: 36px;
}

.section h2,
.contact-section h2 {
  font-size: clamp(36px, 4.4vw, 66px);
  line-height: 1.04;
}

.intro-copy {
  align-self: end;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.intro-copy p {
  transition: color 200ms ease, transform 200ms ease;
}

.intro-copy p:hover {
  color: var(--ink);
  transform: translateX(8px);
}

.section-heading {
  max-width: 900px;
}

.section-heading h2 {
  text-wrap: balance;
}

.showcase {
  background:
    radial-gradient(circle at 84% 10%, rgba(157, 73, 55, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 241, 1), rgba(245, 239, 227, 0.72)),
    var(--cream);
}

.work-board {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 280px;
  margin-top: 48px;
  perspective: 1400px;
}

.work-feature {
  align-content: end;
  background:
    linear-gradient(90deg, rgba(18, 15, 12, 0.74), rgba(18, 15, 12, 0.42) 52%, rgba(18, 15, 12, 0.12)),
    var(--paper-deep);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 28px;
  box-shadow: 0 34px 96px rgba(32, 29, 24, 0.22);
  color: var(--cream);
  display: none;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(28px, 6vw, 72px);
  position: relative;
  transform-style: preserve-3d;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease;
}

.work-feature:hover {
  box-shadow: 0 40px 110px rgba(32, 29, 24, 0.26);
  transform: rotateX(1deg) rotateY(-1deg) translateY(-4px);
}

.work-maison {
  background-image:
    linear-gradient(90deg, rgba(18, 15, 12, 0.76), rgba(18, 15, 12, 0.46) 52%, rgba(18, 15, 12, 0.12)),
    url("../../demos/maison-lumiere/assets/hero-dining.jpg");
}

.work-kuro {
  background-image:
    linear-gradient(90deg, rgba(18, 15, 12, 0.82), rgba(18, 15, 12, 0.5) 52%, rgba(18, 15, 12, 0.14)),
    url("../../demos/kuro-noodle-bar/assets/ramen-shop.jpg");
}

.work-casa {
  background-image:
    linear-gradient(90deg, rgba(18, 15, 12, 0.78), rgba(18, 15, 12, 0.44) 52%, rgba(18, 15, 12, 0.14)),
    url("../../demos/casa-verde-taqueria/assets/taqueria-entrance.jpg");
}

.work-feature::before {
  border: 1px solid rgba(255, 250, 241, 0.24);
  border-radius: 20px;
  content: "";
  inset: 18px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.work-feature::after {
  background:
    radial-gradient(circle at 18% 18%, rgba(184, 154, 95, 0.24), transparent 32%),
    linear-gradient(120deg, rgba(255, 250, 241, 0.08), transparent 42%, rgba(157, 73, 55, 0.2));
  content: "";
  inset: 0;
  opacity: 0.72;
  position: absolute;
  transform: translateX(-18px);
  transition: opacity 300ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.work-feature:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.work-feature > * {
  position: relative;
  z-index: 2;
}

.work-feature.active {
  animation: panelIn 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  display: grid;
}

.tag,
.package-name {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.work-feature h3 {
  font-family: var(--serif);
  font-size: clamp(36px, 4.6vw, 66px);
  font-weight: 500;
  line-height: 1.04;
  margin: 0;
  max-width: 760px;
}

.work-feature p {
  color: rgba(255, 250, 241, 0.78);
  font-size: 18px;
  line-height: 1.65;
  max-width: 620px;
}

.work-feature a {
  border-bottom: 1px solid currentColor;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding-bottom: 6px;
  text-transform: uppercase;
  width: max-content;
}

.work-feature a:hover {
  color: var(--gold);
}

.work-tabs {
  display: grid;
  gap: 12px;
}

.work-tabs button,
.support-actions button {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  min-height: 58px;
  padding: 0 18px;
  text-align: left;
  text-transform: uppercase;
  transition: background 190ms ease, color 190ms ease, transform 190ms ease;
}

.work-tabs button {
  border-radius: 999px;
  min-height: 96px;
  overflow: hidden;
  position: relative;
  transform-origin: right center;
}

.work-tabs button.active {
  box-shadow: inset 0 0 0 1px rgba(255, 250, 241, 0.2), 0 14px 34px rgba(32, 29, 24, 0.12);
}

.work-tabs button::before {
  background:
    linear-gradient(90deg, rgba(32, 29, 24, 0.58), rgba(32, 29, 24, 0.18));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 190ms ease;
  z-index: 0;
}

.work-tabs button:nth-child(1)::before {
  background:
    linear-gradient(90deg, rgba(32, 29, 24, 0.78), rgba(127, 37, 31, 0.34)),
    url("../../demos/maison-lumiere/assets/candle-table.jpg") center/cover;
}

.work-tabs button:nth-child(2)::before {
  background:
    linear-gradient(90deg, rgba(32, 29, 24, 0.82), rgba(217, 54, 34, 0.34)),
    url("../../demos/kuro-noodle-bar/assets/counter.jpg") center/cover;
}

.work-tabs button:nth-child(3)::before {
  background:
    linear-gradient(90deg, rgba(32, 29, 24, 0.76), rgba(157, 73, 55, 0.36)),
    url("../../demos/casa-verde-taqueria/assets/tacos.jpg") center/cover;
}

.work-tabs button.active::before,
.work-tabs button:hover::before {
  opacity: 1;
}

.work-tabs button {
  isolation: isolate;
}

.work-tabs button {
  color: var(--ink);
}

.work-tabs button span {
  position: relative;
  z-index: 1;
}

.work-tabs button.active,
.work-tabs button:hover {
  color: var(--cream);
}

.work-tabs button:hover,
.work-tabs button.active,
.support-actions button:hover {
  background: var(--ink);
  transform: translateX(-4px);
}

.packages {
  background:
    radial-gradient(circle at 13% 8%, rgba(184, 154, 95, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.7), rgba(232, 220, 200, 0.55)),
    var(--paper);
}

.package-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
}

.package-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.96), rgba(255, 250, 241, 0.82)),
    var(--cream);
  border: 1px solid rgba(32, 29, 24, 0.12);
  border-radius: 28px;
  box-shadow: 0 18px 54px rgba(32, 29, 24, 0.07);
  display: flex;
  flex-direction: column;
  min-height: 690px;
  overflow: hidden;
  padding: 34px;
  position: relative;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.package-card::before {
  background: linear-gradient(90deg, transparent, rgba(184, 154, 95, 0.16), transparent);
  content: "";
  height: 1px;
  left: 26px;
  position: absolute;
  right: 26px;
  top: 20px;
}

.package-card::after {
  background: radial-gradient(circle at 50% 0%, rgba(184, 154, 95, 0.16), transparent 46%);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 260ms ease;
}

.package-card:hover {
  border-color: rgba(184, 154, 95, 0.46);
  box-shadow: 0 28px 70px rgba(32, 29, 24, 0.13);
  transform: translateY(-6px);
}

.package-card:hover::after {
  opacity: 1;
}

.package-card > * {
  position: relative;
  z-index: 1;
}

.package-card.featured {
  background:
    radial-gradient(circle at 20% 0%, rgba(184, 154, 95, 0.22), transparent 34%),
    linear-gradient(180deg, #2c4036, #1f3028);
  border-color: rgba(255, 250, 241, 0.16);
  box-shadow: 0 34px 92px rgba(32, 29, 24, 0.22);
  color: var(--cream);
  transform: translateY(-20px);
}

.package-card.featured:hover {
  transform: translateY(-26px);
}

.package-ribbon {
  border: 1px solid rgba(255, 250, 241, 0.38);
  border-radius: 999px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 10px 12px;
  position: absolute;
  right: 28px;
  text-transform: uppercase;
  top: 28px;
}

.package-head {
  margin-bottom: 28px;
}

.package-head span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 8px;
  text-transform: uppercase;
}

.featured .package-head span {
  color: rgba(255, 250, 241, 0.56);
}

.package-name {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(54px, 5.8vw, 86px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0;
  text-transform: none;
}

.featured .package-name {
  color: var(--cream);
}

.package-card h3 {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.16;
  margin: 0 0 30px;
  max-width: 94%;
}

.price-row {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid currentColor;
  margin: 0 0 18px;
  padding: 24px 0 22px;
}

.featured .price-row {
  border-bottom-color: rgba(255, 250, 241, 0.16);
}

.price {
  font-family: var(--serif);
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 600;
  line-height: 1;
}

.monthly {
  color: var(--muted);
  font-size: 14px;
  margin: 8px 0 0;
}

.featured .monthly {
  color: rgba(255, 250, 241, 0.72);
}

.package-card ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.package-card li {
  border-top: 1px solid var(--line);
  padding: 0;
}

.package-card li:first-child {
  border-top: 0;
}

.package-card li button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  gap: 14px;
  justify-content: space-between;
  line-height: 1.4;
  min-height: 54px;
  padding: 14px 0;
  text-align: left;
  transition: color 180ms ease, padding-left 180ms ease;
  width: 100%;
}

.package-card li button::after {
  border: 1px solid currentColor;
  border-radius: 999px;
  color: rgba(111, 102, 91, 0.62);
  content: "+";
  display: grid;
  flex: 0 0 auto;
  font-size: 14px;
  height: 24px;
  place-items: center;
  transition: transform 180ms ease, color 180ms ease;
  width: 24px;
}

.package-card li button:hover {
  color: var(--ink);
  padding-left: 8px;
}

.package-card li button.is-active {
  color: var(--ink);
  padding-left: 8px;
}

.package-card li button:hover::after {
  color: var(--gold);
  transform: rotate(90deg);
}

.package-card li button.is-active::after {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  content: "i";
  transform: rotate(0);
}

.featured li {
  border-color: rgba(255, 250, 241, 0.16);
}

.featured li button {
  color: rgba(255, 250, 241, 0.72);
}

.featured li button::after {
  color: rgba(255, 250, 241, 0.42);
}

.featured li button:hover {
  color: var(--cream);
}

.featured li button.is-active {
  color: var(--cream);
}

.package-cta {
  align-items: center;
  border: 1px solid rgba(32, 29, 24, 0.24);
  border-radius: 999px;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.12em;
  margin-top: auto;
  min-height: 50px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.package-cta:hover {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-2px);
}

.featured .package-cta {
  border-color: rgba(255, 250, 241, 0.38);
  color: var(--cream);
}

.featured .package-cta:hover {
  background: var(--cream);
  color: var(--ink);
}

.feature-popover {
  background: rgba(255, 250, 241, 0.98);
  border: 1px solid rgba(32, 29, 24, 0.14);
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(32, 29, 24, 0.2);
  color: var(--ink);
  max-width: 430px;
  opacity: 0;
  padding: 26px;
  pointer-events: none;
  position: fixed;
  left: var(--popover-left, 28px);
  top: var(--popover-top, 28px);
  transform: translateY(18px) scale(0.98);
  transition: opacity 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  width: calc(100vw - 56px);
  z-index: 70;
}

.feature-popover.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.feature-popover::before {
  background: rgba(255, 250, 241, 0.98);
  border-bottom: 1px solid rgba(32, 29, 24, 0.14);
  border-left: 1px solid rgba(32, 29, 24, 0.14);
  content: "";
  height: 14px;
  left: var(--popover-arrow-left, -7px);
  position: absolute;
  top: var(--popover-arrow-top, 28px);
  transform: rotate(45deg);
  width: 14px;
}

.feature-close {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 9px 12px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 18px;
}

.feature-label {
  color: var(--clay);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.feature-popover h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 14px;
  padding-right: 78px;
}

.feature-popover p:last-child {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 860px) {
  .feature-popover {
    border-radius: 18px;
    left: 18px;
    max-width: none;
    right: 18px;
    top: auto;
    bottom: 18px;
    width: auto;
  }

  .feature-popover::before {
    display: none;
  }
}

.founding-offer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 44px 0 0;
  max-width: 820px;
  padding-top: 24px;
}

.process {
  background:
    radial-gradient(circle at 16% 24%, rgba(184, 154, 95, 0.12), transparent 30%),
    var(--ink);
  color: var(--cream);
}

.process .section-heading {
  margin-left: auto;
}

.timeline {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
}

.step {
  border-left: 1px solid rgba(255, 250, 241, 0.18);
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: background 240ms ease, transform 240ms ease;
}

.step::after {
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.1), transparent);
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 240ms ease;
}

.step:hover,
.step.is-active {
  background: rgba(255, 250, 241, 0.045);
  transform: translateY(-6px);
}

.step:hover::after,
.step.is-active::after {
  opacity: 1;
}

.step > * {
  position: relative;
  z-index: 1;
}

.step span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 52px;
}

.step h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
  margin: 80px 0 18px;
}

.step p {
  color: rgba(255, 250, 241, 0.68);
  line-height: 1.7;
  margin: 0;
}

.brand-story {
  background: var(--paper);
}

.story-frame {
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.78), rgba(255, 250, 241, 0.24)),
    var(--paper);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(32, 29, 24, 0.08);
  display: grid;
  gap: 7vw;
  grid-template-columns: 280px 1fr;
  padding: clamp(34px, 5vw, 66px) clamp(24px, 4vw, 54px);
  transition: box-shadow 240ms ease, transform 240ms ease;
}

.story-frame:hover {
  box-shadow: 0 34px 90px rgba(32, 29, 24, 0.12);
  transform: translateY(-4px);
}

.story-label {
  position: sticky;
  top: 110px;
  height: max-content;
}

.story-label span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-content {
  max-width: 940px;
}

.story-content h2 {
  font-size: clamp(36px, 4.2vw, 64px);
  margin-bottom: 34px;
}

.story-content p {
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.8;
  margin: 0;
}

.story-content p + p {
  margin-top: 22px;
}

.support {
  background: var(--paper-deep);
}

.support-panel {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 26px 76px rgba(32, 29, 24, 0.12);
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 320px;
  padding: clamp(30px, 6vw, 74px);
}

.support-panel h2 {
  max-width: 760px;
}

.support-actions {
  display: grid;
  gap: 12px;
}

.support-actions button {
  border-radius: 999px;
}

.support-result {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 48px);
  grid-column: 1 / -1;
  line-height: 1.08;
  min-height: 150px;
  padding-top: 28px;
  transition: color 220ms ease;
}

.support-panel:hover .support-result {
  color: var(--ink);
}

.faq {
  background: var(--cream);
}

.faq-list {
  border-top: 1px solid var(--line);
  margin-top: 44px;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
  transition: background 180ms ease, padding-left 180ms ease;
}

details:hover,
details[open] {
  background: rgba(184, 154, 95, 0.06);
  padding-left: 18px;
}

summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.12;
}

details p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
  max-width: 820px;
}

.contact-section {
  background:
    radial-gradient(circle at 8% 16%, rgba(184, 154, 95, 0.16), transparent 28%),
    var(--olive);
  color: var(--cream);
  display: grid;
  gap: 6vw;
  grid-template-columns: 0.9fr 1fr;
  padding: clamp(74px, 10vw, 150px) 7vw;
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 250, 241, 0.7);
  font-size: 18px;
  line-height: 1.8;
}

.contact-form {
  background: var(--cream);
  border-radius: 22px;
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.18);
  color: var(--ink);
  display: grid;
  gap: 16px;
  padding: 32px;
}

.contact-form label {
  color: var(--muted);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.honey-field {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--ink);
  min-height: 52px;
  padding: 0 14px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(184, 154, 95, 0.8);
  box-shadow: 0 0 0 4px rgba(184, 154, 95, 0.14);
  outline: 0;
}

.contact-form textarea {
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}

.contact-form button {
  background: var(--ink);
  border: 0;
  color: var(--cream);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.12em;
  min-height: 56px;
  text-transform: uppercase;
  transition: transform 200ms ease, background 200ms ease;
}

.contact-form button:hover {
  background: var(--clay);
  transform: translateY(-2px);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .page-section,
  .page-section.is-current,
  .page-section.is-past,
  .page-section .section-heading,
  .page-section .intro-grid,
  .page-section .work-board,
  .page-section .package-grid,
  .page-section .timeline,
  .page-section .story-frame,
  .page-section .support-panel,
  .page-section .faq-list,
  .page-section .contact-form,
  .page-section .hero-content,
  .page-section .hero-panel {
    opacity: 1;
    transform: none !important;
  }
}

/* Company story, service promise and direct contact. */
.story-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 2.5rem;
  background: rgba(255, 250, 241, 0.22);
  border: 1px solid rgba(255, 250, 241, 0.22);
}

.story-facts div { padding: 1.2rem; background: rgba(38, 53, 45, 0.82); }
.story-facts span { display: block; margin-bottom: 0.45rem; color: #cdbf9e; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.story-facts strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; }

.promise-section {
  padding-block: clamp(6rem, 10vw, 11rem);
  color: var(--cream);
  background: var(--clay);
}

.promise-intro { display: grid; grid-template-columns: 0.55fr 1.2fr 0.7fr; gap: 2rem; align-items: end; margin-bottom: clamp(3rem, 7vw, 7rem); }
.promise-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 6.5vw, 7rem); line-height: 0.92; font-weight: 600; }
.promise-intro > p:last-child { color: rgba(255, 250, 241, 0.72); line-height: 1.7; }
.promise-stage { display: grid; grid-template-columns: 0.9fr 1.1fr; min-height: 32rem; border: 1px solid rgba(255,250,241,0.28); }
.promise-list { display: flex; flex-direction: column; border-right: 1px solid rgba(255,250,241,0.28); }
.promise-list button { flex: 1; display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; align-items: center; padding: 1rem 1.3rem; border: 0; border-bottom: 1px solid rgba(255,250,241,0.22); color: inherit; background: transparent; text-align: left; cursor: pointer; transition: color 260ms ease, background 260ms ease, padding 360ms cubic-bezier(0.22,1,0.36,1); }
.promise-list button:last-child { border-bottom: 0; }
.promise-list button span { color: #d8bd9b; font-size: 0.72rem; letter-spacing: 0.1em; }
.promise-list button:hover,
.promise-list button.active { padding-left: 2rem; color: var(--ink); background: var(--cream); }
.promise-list button.active span { color: var(--clay); }
.promise-result { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 6vw, 6rem); background: rgba(32,29,24,0.14); }
.promise-result > span { color: #dbc8ae; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.promise-result h3 { max-width: 16ch; margin: 1.2rem 0 1.5rem; font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4.7rem); line-height: 0.98; font-weight: 600; }
.promise-result p { max-width: 38rem; color: rgba(255,250,241,0.75); line-height: 1.75; }

.faq-list details p { animation: brandAnswer 320ms cubic-bezier(0.22,1,0.36,1); }
@keyframes brandAnswer { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

.direct-contact { display: grid; gap: 0.75rem; margin-top: 2rem; }
.direct-contact a { display: grid; gap: 0.3rem; padding: 1.1rem 0; border-top: 1px solid rgba(255,250,241,0.28); transition: padding 280ms ease, color 280ms ease; }
.direct-contact a:last-child { border-bottom: 1px solid rgba(255,250,241,0.28); }
.direct-contact a:hover { padding-left: 0.8rem; color: #e3c991; }
.direct-contact span { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.direct-contact strong { overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(1.25rem, 2.4vw, 2rem); font-weight: 600; }

@media (max-width: 900px) {
  .story-facts { grid-template-columns: 1fr; }
  .promise-intro { grid-template-columns: 1fr; }
  .promise-stage { grid-template-columns: 1fr; }
  .promise-list { border-right: 0; border-bottom: 1px solid rgba(255,250,241,0.28); }
  .promise-list button { min-height: 4.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  .promise-list button,
  .direct-contact a { transition: none !important; }
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.footer {
  align-items: start;
  background: var(--ink);
  border-top: 1px solid rgba(255, 250, 241, 0.12);
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  padding: 34px 7vw;
}

.footer strong {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
}

.footer p,
.footer a {
  color: rgba(255, 250, 241, 0.68);
}

.footer-links {
  display: grid;
  gap: 10px;
  text-align: right;
}

.thank-you-page {
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 154, 95, 0.2), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(157, 73, 55, 0.18), transparent 28%),
    var(--olive);
}

.thanks-screen {
  align-items: center;
  color: var(--cream);
  display: grid;
  min-height: 100svh;
  padding: clamp(28px, 6vw, 80px);
}

.thanks-brand {
  color: var(--cream);
  justify-self: start;
  position: fixed;
  top: 28px;
}

.thanks-card {
  border: 1px solid rgba(255, 250, 241, 0.18);
  border-radius: 28px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.22);
  max-width: 880px;
  padding: clamp(34px, 7vw, 82px);
}

.thanks-card h1 {
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.thanks-card p:not(.eyebrow) {
  color: rgba(255, 250, 241, 0.72);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.75;
  margin: 26px 0 0;
  max-width: 680px;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.thanks-actions .button.ghost {
  border: 1px solid rgba(255, 250, 241, 0.42);
  color: var(--cream);
}

.package-page {
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.72), rgba(245, 239, 227, 0.96)),
    var(--paper);
}

.package-top {
  align-items: center;
  background: rgba(255, 250, 241, 0.9);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 7vw;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
}

.package-top .brand {
  justify-self: auto;
}

.package-top nav {
  display: flex;
  gap: 22px;
}

.package-top nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-hero {
  background:
    linear-gradient(120deg, rgba(38, 53, 45, 0.94), rgba(32, 29, 24, 0.72) 54%, rgba(32, 29, 24, 0.42)),
    url("assets/hero-real-restaurant.jpg") center/cover;
  color: var(--cream);
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  min-height: 74svh;
  padding: clamp(120px, 16vw, 190px) 7vw clamp(70px, 9vw, 120px);
  position: relative;
  overflow: hidden;
}

.package-hero::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 250, 241, 0.16), transparent);
  content: "";
  height: 1px;
  left: 7vw;
  position: absolute;
  right: 7vw;
  top: 76px;
}

.package-hero-copy {
  animation: packageIn 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.package-hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 106px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
  max-width: 900px;
}

.package-hero p:not(.eyebrow) {
  color: rgba(255, 250, 241, 0.74);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.75;
  max-width: 680px;
}

.package-hero-actions,
.package-final {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.package-hero-card {
  animation: packageIn 820ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  background: rgba(255, 250, 241, 0.92);
  border: 1px solid rgba(255, 250, 241, 0.34);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  padding: clamp(26px, 4vw, 42px);
}

.package-hero-card span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.package-hero-card strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}

.package-hero-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 18px 0 0;
}

.package-summary {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 28px 7vw;
  transform: translateY(-52px);
  margin-bottom: -52px;
  position: relative;
  z-index: 2;
}

.summary-card {
  background: rgba(255, 250, 241, 0.94);
  border: 1px solid rgba(32, 29, 24, 0.12);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(32, 29, 24, 0.11);
  color: var(--ink);
  display: grid;
  min-height: 300px;
  padding: 30px;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.summary-card:hover {
  border-color: rgba(184, 154, 95, 0.52);
  box-shadow: 0 34px 86px rgba(32, 29, 24, 0.16);
  transform: translateY(-8px);
}

.summary-card span,
.package-fit,
.process-cards span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.summary-card h2 {
  font-family: var(--serif);
  font-size: clamp(50px, 5vw, 82px);
  font-weight: 600;
  line-height: 0.9;
  margin: 28px 0 0;
}

.summary-card p {
  color: var(--muted);
  line-height: 1.68;
  margin: 20px 0;
}

.summary-card strong {
  align-self: end;
  border-top: 1px solid var(--line);
  font-size: 14px;
  letter-spacing: 0.08em;
  padding-top: 18px;
  text-transform: uppercase;
}

.pro-summary {
  background:
    radial-gradient(circle at 20% 0%, rgba(184, 154, 95, 0.22), transparent 34%),
    var(--olive);
  color: var(--cream);
}

.pro-summary p {
  color: rgba(255, 250, 241, 0.7);
}

.pro-summary strong {
  border-color: rgba(255, 250, 241, 0.18);
}

.package-detail {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(34px, 7vw, 92px);
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  min-height: 78svh;
  padding: clamp(74px, 10vw, 140px) 7vw;
  position: relative;
  overflow: hidden;
}

.package-detail::before {
  border: 1px solid rgba(32, 29, 24, 0.08);
  border-radius: 30px;
  content: "";
  inset: 34px 4vw;
  pointer-events: none;
  position: absolute;
}

.pro-detail::before {
  border-color: rgba(255, 250, 241, 0.1);
}

.package-detail > * {
  position: relative;
  z-index: 1;
}

.pro-detail {
  background: var(--olive);
  color: var(--cream);
}

.premium-detail {
  background: var(--cream);
}

.package-detail-price {
  border-top: 1px solid currentColor;
  height: max-content;
  padding-top: 22px;
  position: sticky;
  top: 110px;
}

.package-detail-price p {
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.pro-detail .package-detail-price p {
  color: var(--gold);
}

.package-detail-price strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(44px, 5.4vw, 76px);
  font-weight: 600;
  line-height: 0.95;
}

.package-detail-price span {
  color: var(--muted);
  display: block;
  line-height: 1.5;
  margin-top: 14px;
}

.pro-detail .package-detail-price span,
.pro-detail .package-detail-copy p {
  color: rgba(255, 250, 241, 0.7);
}

.package-detail-copy h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 920px;
}

.package-fit {
  display: inline-flex;
  margin-bottom: 18px;
}

.package-detail-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.78;
  max-width: 780px;
}

.detail-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px 0;
}

.detail-grid article {
  background: rgba(255, 250, 241, 0.64);
  border: 1px solid var(--line);
  border-radius: 20px;
  min-height: 160px;
  padding: 24px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pro-detail .detail-grid article {
  background: rgba(255, 250, 241, 0.08);
  border-color: rgba(255, 250, 241, 0.14);
}

.detail-grid article:hover {
  box-shadow: 0 18px 48px rgba(32, 29, 24, 0.1);
  transform: translateY(-4px);
}

.detail-grid b {
  display: block;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
}

.detail-grid span {
  color: var(--muted);
  display: block;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 12px;
}

.pro-detail .detail-grid span {
  color: rgba(255, 250, 241, 0.62);
}

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

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

.deliverable-strip {
  align-items: center;
  background: rgba(32, 29, 24, 0.06);
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 22px 24px;
}

.pro-detail .deliverable-strip {
  background: rgba(255, 250, 241, 0.08);
  border-color: rgba(255, 250, 241, 0.14);
}

.deliverable-strip span {
  color: var(--clay);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pro-detail .deliverable-strip span {
  color: var(--gold);
}

.deliverable-strip b {
  font-family: var(--serif);
  font-size: clamp(22px, 2.3vw, 34px);
  font-weight: 500;
  line-height: 1.08;
}

.package-process,
.package-compare,
.package-final {
  padding: clamp(74px, 10vw, 140px) 7vw;
}

.package-process {
  background: var(--ink);
  color: var(--cream);
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
}

.package-process h2,
.package-compare h2,
.package-final h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 4.8vw, 74px);
  font-weight: 500;
  line-height: 1.02;
  margin: 0;
}

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

.process-cards article {
  background: rgba(255, 250, 241, 0.08);
  border: 1px solid rgba(255, 250, 241, 0.14);
  border-radius: 22px;
  padding: 24px;
}

.process-cards b {
  display: block;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  margin-top: 42px;
}

.process-cards p {
  color: rgba(255, 250, 241, 0.66);
  line-height: 1.7;
}

.package-compare {
  background: var(--cream);
}

.compare-table {
  border: 1px solid var(--line);
  border-radius: 26px;
  margin-top: 36px;
  overflow: hidden;
}

.compare-table > div {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(120px, 1fr));
}

.compare-table b,
.compare-table span {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 20px;
}

.compare-table div:last-child span {
  border-bottom: 0;
}

.compare-table b {
  background: var(--ink);
  color: var(--cream);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compare-table span {
  color: var(--muted);
  line-height: 1.5;
}

.package-final {
  align-items: flex-start;
  background:
    linear-gradient(120deg, rgba(38, 53, 45, 0.92), rgba(157, 73, 55, 0.68)),
    url("assets/hero-real-restaurant.jpg") center/cover;
  color: var(--cream);
  flex-direction: column;
  min-height: 58svh;
}

.package-final p:not(.eyebrow) {
  color: rgba(255, 250, 241, 0.72);
  font-size: 18px;
  line-height: 1.8;
  max-width: 680px;
}

@keyframes packageIn {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(7vw);
  }
  to {
    transform: translateX(-52%);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 760ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.delay-3 {
  transition-delay: 320ms;
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleLineIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

  .desktop-nav {
    display: none;
  }

  .brand {
    font-size: 22px;
  }

  .header-cta {
    font-size: 11px;
    padding: 11px 14px;
  }

  .intro-grid,
  .contact-section,
  .support-panel,
  .work-board,
  .story-frame {
    grid-template-columns: 1fr;
  }

  .story-label {
    position: static;
  }

  .package-grid,
  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .package-card.featured {
    transform: none;
  }

  .package-detail {
    grid-template-columns: 1fr;
  }

  .package-hero,
  .package-summary,
  .package-process {
    grid-template-columns: 1fr;
  }

  .package-detail-price {
    position: static;
  }
}

@media (max-width: 720px) {
  .page-section {
    opacity: 1;
    transform: none;
  }

  .page-section.is-current,
  .page-section.is-past {
    opacity: 1;
    transform: none;
  }

  .section-progress {
    display: none;
  }

  .site-header {
    height: 68px;
    padding: 0 16px;
  }

  .brand img {
    display: none;
  }

  .brand span {
    font-size: 14px;
  }

  .header-cta {
    display: none;
  }

  .hero-content {
    padding: 15vh 24px 390px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-copy {
    font-size: 15px;
    max-width: 330px;
  }

  .hero-marquee {
    bottom: 320px;
    font-size: 44px;
  }

  .hero-panel {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-panel a {
    border-bottom: 1px solid rgba(255, 250, 241, 0.18);
    border-right: 0;
    min-height: 74px;
    padding: 16px 18px;
  }

  .scroll-note {
    display: none;
  }

  .signal-strip,
  .package-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .signal-strip div {
    border-bottom: 1px solid rgba(255, 250, 241, 0.14);
  }

  .section,
  .contact-section {
    padding: 72px 24px;
  }

  .section h2,
  .contact-section h2 {
    font-size: 38px;
  }

  .work-feature {
    border-radius: 22px;
    min-height: 480px;
  }

  .work-feature h3 {
    font-size: 38px;
  }

  .work-tabs button {
    min-height: 72px;
  }

  .package-card {
    min-height: auto;
    padding: 26px;
  }

  .step {
    min-height: auto;
  }

  .step h3 {
    margin-top: 42px;
  }

  .footer {
    display: grid;
    gap: 24px;
  }

  .footer-links {
    text-align: left;
  }

  .package-top {
    padding: 0 20px;
  }

  .package-top nav {
    gap: 12px;
  }

  .package-top nav a {
    font-size: 10px;
  }

  .package-hero,
  .package-detail {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .package-hero {
    min-height: auto;
    padding-top: 110px;
  }

  .package-summary {
    margin-bottom: -20px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(-20px);
  }

  .summary-card {
    min-height: 250px;
  }

  .deliverable-strip,
  .package-hero-actions,
  .package-final {
    display: grid;
  }

  .process-cards {
    grid-template-columns: 1fr;
  }

  .compare-table {
    border-radius: 18px;
    overflow-x: auto;
  }

  .compare-table > div {
    min-width: 720px;
  }
}

.payment-page {
  background: var(--cream);
}

.payment-intro {
  align-items: end;
  background: radial-gradient(circle at 84% 18%, rgba(184, 154, 95, 0.22), transparent 28%), var(--olive);
  color: var(--cream);
  display: grid;
  gap: clamp(38px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  min-height: 62svh;
  padding: clamp(132px, 16vw, 198px) 7vw clamp(64px, 8vw, 110px);
  position: relative;
}

.payment-intro::after {
  border: 1px solid rgba(255, 250, 241, 0.14);
  content: "";
  inset: 30px 3vw;
  pointer-events: none;
  position: absolute;
}

.payment-intro-copy,
.payment-intro-note {
  position: relative;
  z-index: 1;
}

.payment-intro-copy {
  animation: packageIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.payment-intro h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 8.4vw, 132px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  max-width: 780px;
}

.payment-intro-copy > p:not(.eyebrow) {
  color: rgba(255, 250, 241, 0.72);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.75;
  margin: 26px 0 0;
  max-width: 610px;
}

.payment-intro-note {
  align-items: start;
  animation: packageIn 760ms 140ms cubic-bezier(0.22, 1, 0.36, 1) both;
  border-top: 1px solid rgba(255, 250, 241, 0.48);
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  padding-top: 22px;
}

.payment-note-mark,
.payment-workflow span,
.payment-questions > .eyebrow {
  color: var(--gold);
}

.payment-note-mark,
.payment-workflow span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.payment-intro-note strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 500;
  line-height: 1.1;
}

.payment-intro-note p,
.payment-workflow p {
  color: rgba(255, 250, 241, 0.65);
  line-height: 1.7;
  margin: 12px 0 0;
}

.payment-workflow {
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 7vw;
}

.payment-workflow article {
  border-right: 1px solid rgba(255, 250, 241, 0.15);
  min-height: 235px;
  padding: 34px clamp(22px, 3vw, 48px) 38px 0;
}

.payment-workflow article + article {
  padding-left: clamp(22px, 3vw, 48px);
}

.payment-workflow article:last-child {
  border-right: 0;
}

.payment-workflow h2 {
  font-family: var(--serif);
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 500;
  line-height: 1.04;
  margin: 40px 0 0;
}

.payment-workflow p {
  max-width: 320px;
}

.payment-checkout {
  display: grid;
  gap: clamp(36px, 7vw, 100px);
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.7fr);
  padding: clamp(74px, 10vw, 142px) 7vw;
}

.payment-section-heading h2,
.payment-support h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 78px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 780px;
}

.checkout-plan-list {
  border-top: 1px solid var(--ink);
  display: grid;
  margin-top: 46px;
}

.checkout-plan {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 18px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  padding: 28px 16px 28px 0;
  text-align: left;
  transition: background 240ms ease, padding 240ms ease, color 240ms ease;
  width: 100%;
}

.checkout-plan:hover,
.checkout-plan.is-selected {
  background: var(--ink);
  color: var(--cream);
  padding-left: 20px;
}

.checkout-plan-index {
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.checkout-plan.is-selected .checkout-plan-index {
  color: var(--gold);
}

.checkout-plan-copy strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1;
}

.checkout-plan-copy strong em {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-block;
  font-family: var(--sans);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-left: 12px;
  padding: 6px 9px;
  text-transform: uppercase;
  transform: translateY(-5px);
}

.checkout-plan-copy > span {
  color: var(--muted);
  display: block;
  line-height: 1.6;
  margin-top: 10px;
  max-width: 570px;
}

.checkout-plan.is-selected .checkout-plan-copy > span {
  color: rgba(255, 250, 241, 0.65);
}

.checkout-plan-price {
  font-size: clamp(17px, 1.7vw, 23px);
  font-weight: 800;
  white-space: nowrap;
}

.payment-answer-strip {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 26px;
}

.payment-answer-strip span,
.payment-answer-strip a {
  font-size: 14px;
}

.payment-answer-strip a {
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  font-weight: 800;
  padding-bottom: 2px;
}

.checkout-summary {
  align-self: start;
  background: var(--paper-deep);
  border: 1px solid rgba(32, 29, 24, 0.18);
  border-radius: 8px;
  box-shadow: 12px 12px 0 rgba(38, 53, 45, 0.16);
  padding: clamp(28px, 3.5vw, 46px);
  position: sticky;
  top: 104px;
}

.checkout-summary-head {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 26px;
}

.checkout-summary h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 3.3vw, 50px);
  font-weight: 500;
  line-height: 0.98;
  margin: 0;
}

.summary-status {
  border: 1px solid rgba(38, 53, 45, 0.46);
  border-radius: 999px;
  color: var(--olive);
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 8px 10px;
  text-transform: uppercase;
}

.summary-lines {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 20px;
  padding: 26px 0;
}

.summary-lines div {
  align-items: baseline;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.summary-lines span {
  color: var(--muted);
  font-size: 14px;
}

.summary-lines strong {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 33px);
  font-weight: 600;
  text-align: right;
}

.summary-includes {
  border-bottom: 1px solid var(--line);
  padding: 26px 0 22px;
}

.summary-includes p {
  color: var(--clay);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.summary-includes ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.summary-includes li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  padding-left: 19px;
  position: relative;
}

.summary-includes li::before {
  background: var(--olive);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 1px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.checkout-button {
  align-items: center;
  background: var(--olive);
  border: 1px solid var(--olive);
  border-radius: 0;
  color: var(--cream);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-top: 26px;
  padding: 18px 20px;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
  width: 100%;
}

.checkout-button span {
  font-size: 20px;
  line-height: 0;
}

.checkout-button:hover {
  background: transparent;
  color: var(--olive);
  transform: translateY(-2px);
}

.checkout-fineprint {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
  margin: 16px 0 0;
}

.payment-support {
  align-items: end;
  background: var(--clay);
  color: var(--cream);
  display: flex;
  gap: 42px;
  justify-content: space-between;
  padding: clamp(62px, 9vw, 120px) 7vw;
}

.payment-support .eyebrow {
  color: rgba(255, 250, 241, 0.78);
}

.payment-support h2 {
  max-width: 720px;
}

.payment-support-actions {
  display: grid;
  gap: 12px;
  min-width: 240px;
}

.payment-support-actions a {
  border-bottom: 1px solid rgba(255, 250, 241, 0.46);
  font-size: 14px;
  font-weight: 800;
  padding: 0 0 12px;
}

.payment-questions {
  display: grid;
  gap: clamp(36px, 8vw, 112px);
  grid-template-columns: 0.45fr 1fr;
  padding: clamp(74px, 10vw, 140px) 7vw;
}

.payment-questions details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

.payment-questions details:last-child {
  border-bottom: 1px solid var(--line);
}

.payment-questions summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(23px, 2.7vw, 38px);
  font-weight: 500;
  line-height: 1.08;
  list-style: none;
  padding-right: 42px;
  position: relative;
}

.payment-questions summary::-webkit-details-marker {
  display: none;
}

.payment-questions summary::after {
  color: var(--clay);
  content: "+";
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  right: 3px;
  top: -3px;
}

.payment-questions details[open] summary::after {
  content: "−";
}

.payment-questions details p {
  color: var(--muted);
  line-height: 1.75;
  margin: 18px 42px 0 0;
  max-width: 720px;
}

.payment-modal {
  align-items: center;
  background: rgba(16, 14, 11, 0.6);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 240ms ease;
  z-index: 100;
}

.payment-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.payment-modal-card {
  background: var(--cream);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.3);
  max-width: 610px;
  padding: clamp(34px, 5vw, 64px);
  position: relative;
  transform: translateY(22px);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.payment-modal.is-open .payment-modal-card {
  transform: translateY(0);
}

.payment-modal-card h2 {
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 500;
  line-height: 0.97;
  margin: 0;
  max-width: 520px;
}

.payment-modal-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 20px 0 30px;
  max-width: 480px;
}

.payment-modal-close {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 12px 0;
  position: absolute;
  right: 28px;
  text-transform: uppercase;
  top: 22px;
}

@media (max-width: 1120px) {
  .payment-intro,
  .payment-checkout,
  .payment-questions {
    grid-template-columns: 1fr;
  }

  .payment-intro {
    min-height: auto;
  }

  .checkout-summary {
    position: static;
  }
}

@media (max-width: 720px) {
  .payment-intro {
    gap: 44px;
    padding: 118px 24px 64px;
  }

  .payment-intro::after {
    inset: 16px;
  }

  .payment-intro h1 {
    font-size: 58px;
  }

  .payment-workflow {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }

  .payment-workflow article,
  .payment-workflow article + article {
    border-bottom: 1px solid rgba(255, 250, 241, 0.15);
    border-right: 0;
    min-height: 0;
    padding: 28px 0;
  }

  .payment-workflow article:last-child {
    border-bottom: 0;
  }

  .payment-workflow h2 {
    margin-top: 26px;
  }

  .payment-checkout,
  .payment-questions {
    padding: 72px 24px;
  }

  .payment-section-heading h2,
  .payment-support h2 {
    font-size: 42px;
  }

  .checkout-plan {
    align-items: start;
    gap: 12px;
    grid-template-columns: 34px 1fr;
    padding: 22px 8px 22px 0;
  }

  .checkout-plan:hover,
  .checkout-plan.is-selected {
    padding-left: 12px;
  }

  .checkout-plan-price {
    grid-column: 2;
  }

  .checkout-plan-copy strong {
    font-size: 32px;
  }

  .checkout-plan-copy strong em {
    font-size: 9px;
    margin-left: 7px;
    padding: 5px 7px;
  }

  .checkout-summary {
    box-shadow: 7px 7px 0 rgba(38, 53, 45, 0.16);
  }

  .checkout-summary-head,
  .summary-lines div,
  .payment-support {
    align-items: start;
    flex-direction: column;
  }

  .summary-lines strong {
    text-align: left;
  }

  .payment-support {
    display: grid;
    padding: 72px 24px;
  }

  .payment-support-actions {
    min-width: 0;
  }

  .payment-questions {
    gap: 30px;
  }

  .payment-questions summary {
    font-size: 27px;
  }
}
