.finite-home-shell {
  --home-bg: #fff7e8;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 90, 61, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 6%, rgba(0, 184, 200, 0.24), transparent 24rem),
    radial-gradient(circle at 50% 35%, rgba(255, 211, 61, 0.22), transparent 30rem),
    linear-gradient(180deg, #fff8ee 0%, #f7fbff 48%, #fff5fb 100%);
  overflow: hidden;
}
.finite-container {
  max-width: var(--finite-max);
  margin: 0 auto;
  padding-inline: 1rem;
  position: relative;
  z-index: 2;
}
.finite-section { padding: clamp(4rem, 9vw, 7rem) 0; }
.finite-eyebrow {
  color: #2630a8;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.13em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}
.finite-section-heading {
  max-width: 780px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  text-align: center;
}
.finite-section-heading h2,
.finite-mission-grid h2,
.finite-closing-card h2 {
  color: #111537;
  font-size: clamp(2.25rem, 7vw, 5.5rem);
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0 0 1rem;
}
.finite-section-heading p,
.finite-mission-grid p,
.finite-closing-card p { color: #353b55; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.finite-hero {
  min-height: calc(100vh - 74px);
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 7vw, 6rem);
  position: relative;
}
.finite-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 22, 47, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 22, 47, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}
.finite-hero__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.finite-hero__copy h1 {
  color: #111537;
  font-size: clamp(3.2rem, 12vw, 8.8rem);
  letter-spacing: -0.09em;
  line-height: 0.82;
  margin: 0;
  max-width: 920px;
  text-wrap: balance;
}
.finite-hero__subheadline {
  color: #2630a8;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.15;
  max-width: 780px;
}
.finite-hero__mission {
  color: #313650;
  font-size: clamp(1.03rem, 2vw, 1.22rem);
  max-width: 760px;
}
.finite-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.7rem; }
.finite-actions--center { justify-content: center; }
.finite-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #1a2bd8, #ff3fa4 52%, #ff7a00);
  box-shadow: 0 16px 34px rgba(255, 63, 164, 0.28);
}
.finite-button--secondary {
  color: #111537;
  background: linear-gradient(135deg, #fff, #fff7cf);
  border: 2px solid rgba(17, 21, 55, 0.12);
  box-shadow: 0 12px 28px rgba(17, 21, 55, 0.1);
}
.finite-button--ghost {
  color: #111537;
  background: rgba(255, 255, 255, 0.56);
  border: 2px solid rgba(17, 21, 55, 0.16);
}
.finite-hero__portal {
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 42% 58% 56% 44% / 48% 45% 55% 52%;
  display: grid;
  place-items: center;
  min-height: 320px;
  position: relative;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.16) 28%, transparent 44%),
    conic-gradient(from 160deg, #ff5a3d, #ffd33d, #00b8c8, #7338ff, #ff3fa4, #ff5a3d);
  box-shadow: 0 35px 95px rgba(50, 38, 129, 0.22);
  transform: rotate(-2deg);
}
.finite-hero__portal::before,
.finite-hero__portal::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 3px dashed rgba(255, 255, 255, 0.75);
  border-radius: inherit;
  animation: finite-spin 28s linear infinite;
}
.finite-hero__portal::after { inset: 21%; animation-direction: reverse; animation-duration: 20s; }
.finite-hero__crest {
  display: grid;
  place-items: center;
  width: min(48vw, 230px);
  height: min(48vw, 230px);
  color: #fff;
  background: rgba(17, 21, 55, 0.92);
  border: 5px solid rgba(255, 255, 255, 0.78);
  border-radius: 44px;
  box-shadow: 0 25px 70px rgba(17, 21, 55, 0.28);
  font-size: clamp(6rem, 18vw, 12rem);
  font-weight: 900;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.finite-hero__logo { position: relative; z-index: 2; max-width: 240px; }
.floating-card {
  position: absolute;
  z-index: 3;
  color: #111537;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(17, 21, 55, 0.08);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(17, 21, 55, 0.16);
  font-weight: 1000;
  padding: 0.8rem 1rem;
  text-transform: lowercase;
}
.card-a { left: -0.7rem; top: 18%; transform: rotate(-7deg); }
.card-b { right: -0.4rem; top: 45%; transform: rotate(8deg); }
.card-c { bottom: 12%; left: 16%; transform: rotate(-3deg); }
.finite-hero__art span { position: absolute; pointer-events: none; z-index: 1; }
.orbit { color: rgba(38, 48, 168, 0.13); font-size: clamp(10rem, 24vw, 22rem); font-weight: 1000; line-height: 1; }
.orbit-one { right: -5vw; top: 4rem; transform: rotate(-12deg); }
.portal { border-radius: 999px; filter: blur(1px); opacity: 0.5; }
.portal-coral { width: 13rem; height: 13rem; left: -4rem; top: 16%; background: #ff5a3d; }
.portal-teal { width: 10rem; height: 10rem; right: 12%; bottom: 8%; background: #00b8c8; }
.note {
  background: #ffd33d;
  box-shadow: 0 12px 24px rgba(17, 21, 55, 0.13);
  color: #111537;
  font-weight: 1000;
  padding: 0.85rem 1rem;
}
.note-one { left: 8%; top: 12%; transform: rotate(-10deg); }
.note-two { right: 6%; top: 34%; transform: rotate(9deg); background: #9cffd4; }
.sparkle { color: #ff3fa4; font-size: 3rem; animation: finite-float 4s ease-in-out infinite; }
.sparkle-one { left: 48%; top: 12%; }
.sparkle-two { right: 24%; bottom: 18%; animation-delay: -1.2s; }
.finite-brand-directory { position: relative; }
.finite-brand-grid {
  display: grid;
  gap: 1.25rem;
}
.finite-brand-card { min-height: 100%; }
.finite-card-link {
  color: #10162f;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 1.05rem;
  position: relative;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.7)),
    radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--accent-1), transparent 35%), transparent 36%),
    radial-gradient(circle at 90% 0%, color-mix(in srgb, var(--accent-2), transparent 45%), transparent 35%),
    linear-gradient(135deg, var(--accent-1), var(--accent-2), var(--accent-3));
  border: 3px solid color-mix(in srgb, var(--accent-2), white 30%);
  border-radius: 30px;
  box-shadow: 0 20px 55px rgba(17, 21, 55, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.finite-card-link:hover {
  border-color: var(--accent-3);
  box-shadow: 0 28px 70px rgba(17, 21, 55, 0.2), 0 0 0 8px color-mix(in srgb, var(--accent-1), transparent 82%);
  transform: translateY(-8px) rotate(-0.5deg);
}
.finite-card-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.7) 1px, transparent 2px),
    linear-gradient(120deg, transparent 0 40%, rgba(255, 255, 255, 0.38) 45%, transparent 50% 100%);
  background-size: 24px 24px, 200% 100%;
  opacity: 0.4;
}
.finite-card-link:hover::before { animation: finite-shine 1.2s ease; }
.finite-card-glow {
  position: absolute;
  right: -4rem;
  top: -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: var(--accent-3);
  filter: blur(24px);
  opacity: 0.28;
}
.finite-logo-frame {
  align-items: center;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 21, 55, 0.1);
  border-radius: 22px;
  display: flex;
  justify-content: center;
  margin-bottom: 1.1rem;
  min-height: 122px;
  padding: 0.9rem;
  position: relative;
  width: min(100%, 220px);
  z-index: 1;
}
.finite-logo-frame img {
  display: block;
  max-height: 96px;
  object-fit: contain;
}
.finite-card-content {
  display: grid;
  gap: 0.6rem;
  position: relative;
  z-index: 1;
}
.finite-card-title { font-size: 1.45rem; font-weight: 1000; letter-spacing: -0.045em; line-height: 1; }
.finite-card-tagline { color: #2630a8; font-weight: 950; line-height: 1.2; }
.finite-card-description { color: #263047; }
.finite-card-button {
  align-items: center;
  align-self: end;
  background: #111537;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 950;
  gap: 0.35rem;
  justify-content: center;
  justify-self: start;
  margin-top: 0.5rem;
  padding: 0.65rem 1rem;
}
.finite-blog-preview {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 63, 164, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.88));
}
.finite-post-grid { display: grid; gap: 1.1rem; }
.finite-post-card a {
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(17, 21, 55, 0.1);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(17, 21, 55, 0.12);
  color: #111537;
  display: grid;
  gap: 0.7rem;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.finite-post-card a:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(17, 21, 55, 0.16); }
.finite-post-card a:focus-visible { outline: 4px solid #ff3fa4; outline-offset: 4px; }
.finite-post-card img,
.finite-post-placeholder {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}
.finite-post-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #2630a8, #ff3fa4, #ffd33d);
  color: #fff;
  display: flex;
  font-size: 4rem;
  justify-content: center;
}
.finite-post-category {
  color: #2630a8;
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.finite-post-card h3 { font-size: 1.5rem; letter-spacing: -0.045em; line-height: 1; margin: 0; }
.finite-post-card p { color: #3d4358; margin: 0; }
.finite-read-more { color: #111537; font-weight: 1000; }
.finite-centered-action { display: flex; justify-content: center; margin-top: 2rem; }
.finite-mission-map {
  background: #10162f;
  color: #fff;
  position: relative;
}
.finite-mission-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 20%, rgba(0, 184, 200, 0.28), transparent 28rem),
    radial-gradient(circle at 82% 12%, rgba(255, 211, 61, 0.18), transparent 22rem),
    radial-gradient(circle at 66% 80%, rgba(255, 63, 164, 0.22), transparent 22rem);
}
.finite-mission-grid { display: grid; gap: 2rem; align-items: center; }
.finite-mission-grid h2,
.finite-mission-grid p { color: #fff; }
.finite-mission-grid .finite-eyebrow { color: #ffd33d; }
.finite-constellation {
  min-height: 520px;
  position: relative;
  border-radius: 38px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.13), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}
.finite-constellation::before {
  content: "";
  position: absolute;
  inset: 14%;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: finite-spin 46s linear infinite;
}
.constellation-core {
  align-items: center;
  background: linear-gradient(135deg, #ff5a3d, #ff3fa4, #2630a8);
  border: 4px solid rgba(255, 255, 255, 0.68);
  border-radius: 34px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
  display: grid;
  font-size: 5rem;
  font-weight: 1000;
  left: 50%;
  line-height: 0.8;
  min-height: 170px;
  padding: 1rem;
  place-items: center;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  width: 210px;
  z-index: 2;
}
.constellation-core span { font-size: 0.86rem; letter-spacing: 0.07em; line-height: 1.1; text-transform: uppercase; }
.constellation-node {
  background: rgba(255, 255, 255, 0.94);
  border: 3px solid var(--accent-1);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  color: #10162f;
  font-size: 0.78rem;
  font-weight: 950;
  left: 50%;
  max-width: 170px;
  padding: 0.55rem 0.75rem;
  position: absolute;
  text-align: center;
  top: 50%;
}
.node-1 { transform: translate(-50%, -245px); }
.node-2 { transform: translate(80px, -202px); }
.node-3 { transform: translate(150px, -82px); }
.node-4 { transform: translate(118px, 72px); }
.node-5 { transform: translate(18px, 170px); }
.node-6 { transform: translate(-156px, 150px); }
.node-7 { transform: translate(-250px, 28px); }
.node-8 { transform: translate(-244px, -112px); }
.node-9 { transform: translate(-118px, -198px); }
.finite-closing-cta { padding: clamp(4rem, 8vw, 7rem) 0; }
.finite-closing-card {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 211, 61, 0.42), transparent 18rem),
    radial-gradient(circle at 88% 0%, rgba(0, 184, 200, 0.32), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 238, 248, 0.92));
  border: 2px solid rgba(17, 21, 55, 0.1);
  border-radius: 42px;
  box-shadow: 0 30px 80px rgba(17, 21, 55, 0.16);
  padding: clamp(2rem, 6vw, 5rem);
  text-align: center;
}
@keyframes finite-spin { to { rotate: 360deg; } }
@keyframes finite-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-14px) rotate(10deg); } }
@keyframes finite-shine { from { background-position: 0 0, 200% 0; } to { background-position: 0 0, -200% 0; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}
@media (min-width: 700px) {
  .finite-brand-grid,
  .finite-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 980px) {
  .finite-hero__grid { grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr); }
  .finite-brand-grid,
  .finite-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .finite-mission-grid { grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1fr); }
}
@media (max-width: 620px) {
  .finite-hero { min-height: auto; }
  .finite-hero__portal { min-height: 280px; }
  .floating-card { font-size: 0.8rem; padding: 0.62rem 0.72rem; }
  .finite-actions .finite-button { width: 100%; }
  .finite-constellation { min-height: 660px; }
  .constellation-core { top: 48%; }
  .constellation-node { left: 50%; max-width: 240px; width: max-content; }
  .node-1 { transform: translate(-50%, -302px); }
  .node-2 { transform: translate(-50%, -245px); }
  .node-3 { transform: translate(-50%, -188px); }
  .node-4 { transform: translate(-50%, -131px); }
  .node-5 { transform: translate(-50%, 145px); }
  .node-6 { transform: translate(-50%, 202px); }
  .node-7 { transform: translate(-50%, 259px); }
  .node-8 { transform: translate(-50%, 316px); }
  .node-9 { transform: translate(-50%, 373px); }
}
.finite-reveal { opacity: 0; transform: translateY(18px); }
.finite-reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity 420ms ease, transform 420ms ease; }
.brand-logo-img {
  display: block !important;
  width: 100% !important;
  max-width: 240px !important;
  height: auto !important;
  max-height: 170px !important;
  object-fit: contain !important;
  margin: 0 auto 1rem auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 10 !important;
}
.finite-header-logo {
  width: auto !important;
  height: auto !important;
  max-width: 220px !important;
  max-height: 90px !important;
  object-fit: contain !important;
  display: block !important;
}
.finite-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 2rem !important;
}

.finite-footer-copy {
  max-width: 760px !important;
}

.finite-footer-crest {
  justify-self: end !important;
  align-self: center !important;
}

.finite-footer-crest img {
  display: block !important;
  width: clamp(90px, 12vw, 150px) !important;
  max-width: 150px !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 0.95 !important;
}

@media (max-width: 700px) {
  .finite-footer-inner {
    grid-template-columns: 1fr !important;
    text-align: center !important;
    justify-items: center !important;
    gap: 1.25rem !important;
  }

  .finite-footer-crest {
    justify-self: center !important;
    order: -1 !important;
  }

  .finite-footer-crest img {
    width: 110px !important;
    max-width: 110px !important;
  }

  .finite-footer-links {
    justify-content: center !important;
  }
}
/* Interior page cleanup only — does not affect homepage brand cards */
body:not(.home) .finite-page,
body:not(.home) .finite-page-content,
body:not(.home) .entry-content {
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 2.5rem 1.25rem !important;
}

body:not(.home) .finite-page h1,
body:not(.home) .entry-title,
body:not(.home) h1.wp-block-post-title {
  font-size: clamp(2rem, 4vw, 3.5rem) !important;
  line-height: 1.05 !important;
  margin: 0 0 1.25rem !important;
  text-align: center !important;
}

body:not(.home) .finite-page img,
body:not(.home) .entry-content img,
body:not(.home) .wp-block-image img {
  max-width: min(520px, 90vw) !important;
  height: auto !important;
  display: block !important;
  margin: 1.25rem auto !important;
}
/* Extra-tight coming soon interior pages */
body:not(.home) main {
  padding-top: 1rem !important;
}

body:not(.home) .finite-page,
body:not(.home) .finite-page-content,
body:not(.home) .entry-content {
  max-width: 760px !important;
  padding: 1.25rem 1rem 2rem !important;
}

body:not(.home) .finite-page h1,
body:not(.home) .entry-title,
body:not(.home) h1.wp-block-post-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  margin-bottom: 0.75rem !important;
}

body:not(.home) .finite-page img,
body:not(.home) .entry-content img,
body:not(.home) .wp-block-image img {
  max-width: min(340px, 82vw) !important;
  margin: 0.75rem auto 1rem !important;
}
/* Extra-tight coming soon interior pages */
body:not(.home) main {
  padding-top: 1rem !important;
}

body:not(.home) .finite-page,
body:not(.home) .finite-page-content,
body:not(.home) .entry-content {
  max-width: 760px !important;
  padding: 1.25rem 1rem 2rem !important;
}

body:not(.home) .finite-page h1,
body:not(.home) .entry-title,
body:not(.home) h1.wp-block-post-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem) !important;
  margin-bottom: 0.75rem !important;
}

body:not(.home) .finite-page img,
body:not(.home) .entry-content img,
body:not(.home) .wp-block-image img {
  max-width: min(340px, 82vw) !important;
  margin: 0.75rem auto 1rem !important;
}
/* Finite Favors Drink Recipe Gallery page */
.finite-drinks-page {
	--finite-drinks-ink: #25133f;
	--finite-drinks-muted: #6f5a85;
	--finite-drinks-cream: #fff7e8;
	--finite-drinks-pink: #ff4f9a;
	--finite-drinks-coral: #ff7659;
	--finite-drinks-orange: #ffb000;
	--finite-drinks-blue: #31c7f5;
	--finite-drinks-teal: #24d3a8;
	--finite-drinks-purple: #7b4dff;
	--finite-drinks-card: rgba(255, 255, 255, 0.92);
	--finite-drinks-shadow: 0 24px 70px rgba(83, 34, 123, 0.18);
	background:
		radial-gradient(circle at top left, rgba(255, 79, 154, 0.20), transparent 32rem),
		radial-gradient(circle at 90% 10%, rgba(49, 199, 245, 0.24), transparent 30rem),
		linear-gradient(180deg, #fff7f9 0%, #fffaf0 45%, #f4fbff 100%);
	color: var(--finite-drinks-ink);
	overflow: hidden;
}

.finite-drinks-page *,
.finite-drinks-page *::before,
.finite-drinks-page *::after {
	box-sizing: border-box;
}

.finite-drinks-hero,
.finite-drinks-categories,
.finite-drinks-recipes {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: clamp(1.1rem, 3vw, 2rem);
}

.finite-drinks-hero {
	isolation: isolate;
	padding-block: clamp(3.25rem, 8vw, 6.5rem) clamp(2.25rem, 5vw, 4rem);
	position: relative;
	text-align: center;
}

.finite-drinks-hero__inner {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68)),
		linear-gradient(135deg, rgba(255, 79, 154, 0.12), rgba(49, 199, 245, 0.12));
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: clamp(1.75rem, 4vw, 3rem);
	box-shadow: var(--finite-drinks-shadow);
	margin-inline: auto;
	max-width: 920px;
	padding: clamp(2rem, 5vw, 4.5rem);
	position: relative;
}

.finite-drinks-hero__inner::before {
	background: linear-gradient(90deg, var(--finite-drinks-pink), var(--finite-drinks-orange), var(--finite-drinks-teal), var(--finite-drinks-blue));
	border-radius: 999px;
	content: "";
	height: 0.45rem;
	inset: 1rem 1rem auto;
	position: absolute;
}

.finite-drinks-hero__glow {
	border-radius: 999px;
	filter: blur(10px);
	opacity: 0.72;
	position: absolute;
	z-index: -1;
}

.finite-drinks-hero__glow--pink {
	background: rgba(255, 79, 154, 0.28);
	height: 13rem;
	left: -3rem;
	top: 4rem;
	width: 13rem;
}

.finite-drinks-hero__glow--blue {
	background: rgba(49, 199, 245, 0.28);
	bottom: 1rem;
	height: 15rem;
	right: -4rem;
	width: 15rem;
}

.finite-drinks-back {
	align-items: center;
	background: #ffffff;
	border: 2px solid rgba(123, 77, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 10px 25px rgba(37, 19, 63, 0.08);
	color: var(--finite-drinks-purple);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 800;
	gap: 0.35rem;
	margin-bottom: 1.35rem;
	padding: 0.7rem 1rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.finite-drinks-back::before {
	content: "←";
	font-size: 1.05em;
}

.finite-drinks-back:hover,
.finite-drinks-back:focus-visible {
	border-color: rgba(255, 79, 154, 0.55);
	box-shadow: 0 16px 34px rgba(123, 77, 255, 0.15);
	transform: translateY(-2px);
}

.finite-drinks-kicker,
.finite-drinks-eyebrow {
	color: var(--finite-drinks-pink);
	font-size: clamp(0.85rem, 1.8vw, 0.98rem);
	font-weight: 900;
	letter-spacing: 0.16em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.finite-drinks-hero h1 {
	color: var(--finite-drinks-ink);
	font-size: clamp(2.8rem, 8vw, 6.25rem);
	letter-spacing: -0.07em;
	line-height: 0.9;
	margin: 0;
	text-wrap: balance;
}

.finite-drinks-subtitle {
	color: var(--finite-drinks-purple);
	font-size: clamp(1.25rem, 3vw, 2rem);
	font-weight: 900;
	line-height: 1.15;
	margin: 1rem auto 0;
}

.finite-drinks-hero__lede {
	color: #44245f;
	font-size: clamp(1.1rem, 2.6vw, 1.55rem);
	font-weight: 800;
	line-height: 1.35;
	margin: 1.3rem auto 0;
	max-width: 720px;
}

.finite-drinks-hero__intro {
	color: var(--finite-drinks-muted);
	font-size: clamp(1rem, 2vw, 1.18rem);
	line-height: 1.7;
	margin: 0.8rem auto 0;
	max-width: 760px;
}

.finite-drinks-section-heading {
	margin: 0 auto clamp(1.4rem, 3vw, 2.2rem);
	max-width: 760px;
	text-align: center;
}

.finite-drinks-section-heading h2,
.finite-drinks-recipe-section h2 {
	color: var(--finite-drinks-ink);
	font-size: clamp(2rem, 5vw, 3.7rem);
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 0;
	text-wrap: balance;
}

.finite-drinks-grid {
	display: grid;
	gap: clamp(1rem, 2.6vw, 1.6rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-bottom: clamp(2.75rem, 6vw, 5rem);
}

.finite-drink-card {
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.76)),
		var(--card-accent, linear-gradient(135deg, rgba(255, 79, 154, 0.18), rgba(49, 199, 245, 0.18)));
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: clamp(1.4rem, 3vw, 2.1rem);
	box-shadow: 0 18px 45px rgba(55, 31, 91, 0.14);
	color: var(--finite-drinks-ink);
	display: grid;
	grid-template-columns: minmax(11rem, 42%) 1fr;
	min-height: 260px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.finite-drink-card::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.85), transparent 58%);
	content: "";
	height: 12rem;
	opacity: 0.75;
	position: absolute;
	right: -4rem;
	top: -4rem;
	width: 12rem;
}

.finite-drink-card:hover,
.finite-drink-card:focus-visible {
	border-color: rgba(255, 79, 154, 0.42);
	box-shadow: 0 28px 65px rgba(55, 31, 91, 0.22);
	outline: none;
	transform: translateY(-6px) rotate(-0.35deg);
}

.finite-drink-card:focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.95), 0 0 0 8px rgba(123, 77, 255, 0.55), 0 28px 65px rgba(55, 31, 91, 0.22);
}

.finite-drink-card--coffeehouse {
	--card-accent: linear-gradient(135deg, rgba(255, 176, 0, 0.28), rgba(160, 93, 43, 0.18));
}

.finite-drink-card--dirty-soda {
	--card-accent: linear-gradient(135deg, rgba(255, 79, 154, 0.24), rgba(123, 77, 255, 0.18));
}

.finite-drink-card--tropical {
	--card-accent: linear-gradient(135deg, rgba(36, 211, 168, 0.25), rgba(255, 176, 0, 0.25));
}

.finite-drink-card--apple-pie {
	--card-accent: linear-gradient(135deg, rgba(255, 118, 89, 0.24), rgba(255, 176, 0, 0.22));
}

.finite-drink-card__image-wrap {
	align-items: center;
	background: rgba(255, 255, 255, 0.52);
	display: flex;
	justify-content: center;
	min-height: 100%;
	padding: clamp(0.85rem, 2vw, 1.25rem);
	position: relative;
	z-index: 1;
}

.finite-drink-card__image-wrap img {
	display: block;
	height: auto;
	max-height: 230px;
	max-width: min(100%, 260px);
	object-fit: contain;
	width: auto;
}

.finite-drink-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	position: relative;
	z-index: 1;
}

.finite-drink-card__label {
	color: var(--finite-drinks-pink);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.finite-drink-card__title {
	color: var(--finite-drinks-ink);
	font-size: clamp(1.55rem, 3.2vw, 2.45rem);
	font-weight: 950;
	letter-spacing: -0.045em;
	line-height: 0.98;
}

.finite-drink-card__tagline {
	color: var(--finite-drinks-muted);
	font-size: clamp(0.98rem, 1.8vw, 1.08rem);
	line-height: 1.45;
	margin-top: 0.8rem;
}

.finite-drink-card__button {
	align-self: flex-start;
	background: linear-gradient(135deg, var(--finite-drinks-pink), var(--finite-drinks-purple));
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(123, 77, 255, 0.24);
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 900;
	margin-top: 1.1rem;
	padding: 0.75rem 1rem;
}

.finite-drinks-recipes {
	display: grid;
	gap: clamp(1rem, 2.4vw, 1.35rem);
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.finite-drinks-recipe-section {
	align-items: center;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: clamp(1.25rem, 3vw, 2rem);
	box-shadow: 0 16px 42px rgba(55, 31, 91, 0.10);
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	padding: clamp(1.25rem, 3vw, 2rem);
	scroll-margin-top: 2rem;
}

.finite-drinks-recipe-section__copy p:last-child {
	color: var(--finite-drinks-muted);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0.8rem 0 0;
}

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

.finite-drinks-placeholder-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 247, 232, 0.82)),
		linear-gradient(135deg, rgba(255, 79, 154, 0.16), rgba(36, 211, 168, 0.16));
	border: 1px dashed rgba(123, 77, 255, 0.26);
	border-radius: 1.25rem;
	margin: 0;
	min-height: 142px;
	padding: 1rem;
}

.finite-drinks-placeholder-card__sparkle {
	align-items: center;
	background: linear-gradient(135deg, var(--finite-drinks-orange), var(--finite-drinks-pink));
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 900;
	height: 2.2rem;
	justify-content: center;
	margin-bottom: 0.7rem;
	width: 2.2rem;
}

.finite-drinks-placeholder-card h3 {
	color: var(--finite-drinks-ink);
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.15;
	margin: 0 0 0.45rem;
}

.finite-drinks-placeholder-card p {
	color: var(--finite-drinks-muted);
	font-size: 0.94rem;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 900px) {
	.finite-drink-card {
		grid-template-columns: 1fr;
	}

	.finite-drink-card__image-wrap {
		min-height: 220px;
	}

	.finite-drinks-recipe-section {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.finite-drinks-grid,
	.finite-drinks-placeholder-grid {
		grid-template-columns: 1fr;
	}

	.finite-drinks-hero,
	.finite-drinks-categories,
	.finite-drinks-recipes {
		padding-inline: 1rem;
	}

	.finite-drinks-hero__inner {
		padding: 2rem 1.15rem;
	}

	.finite-drink-card__image-wrap {
		min-height: 190px;
	}

	.finite-drink-card__image-wrap img {
		max-height: 205px;
	}
}
.finite-drinks-placeholder-card--link {
	color: inherit !important;
	cursor: pointer !important;
	display: block !important;
	text-decoration: none !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.finite-drinks-placeholder-card--link:hover,
.finite-drinks-placeholder-card--link:focus-visible {
	border-color: rgba(255, 79, 154, 0.55) !important;
	box-shadow: 0 18px 40px rgba(55, 31, 91, 0.16) !important;
	outline: none !important;
	transform: translateY(-3px);
}

.finite-drinks-placeholder-card--link:focus-visible {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.95), 0 0 0 8px rgba(123, 77, 255, 0.45) !important;
}
/* Basic print deterrent */
@media print {
  body * {
    display: none !important;
    visibility: hidden !important;
  }

  body::before {
    content: "Printing is not available for this content. Please visit finiteinfinity.org.";
    display: block !important;
    visibility: visible !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    text-align: center !important;
    margin: 3rem !important;
    color: #000 !important;
  }
}

/* Basic image-save deterrent */
img {
  -webkit-user-drag: none;
  user-select: none;
}
/* Move only the footer crest to the right */
.finite-footer-inner {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
}

.finite-footer-crest {
  justify-self: end !important;
}

.finite-footer-crest img {
  display: block !important;
  margin-left: auto !important;
}

/* Mobile: center crest under/above footer content */
@media (max-width: 700px) {
  .finite-footer-inner {
    grid-template-columns: 1fr !important;
  }

  .finite-footer-crest {
    justify-self: center !important;
  }

  .finite-footer-crest img {
    margin: 0 auto !important;
  }
}
/* Force footer text left + crest right on desktop */
.finite-site-footer .finite-footer-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 180px !important;
  grid-template-areas:
    "copy crest" !important;
  align-items: center !important;
  column-gap: 2rem !important;
}

.finite-site-footer .finite-footer-copy {
  grid-area: copy !important;
  justify-self: start !important;
  text-align: left !important;
}

.finite-site-footer .finite-footer-crest {
  grid-area: crest !important;
  justify-self: end !important;
  align-self: center !important;
  width: 180px !important;
  text-align: right !important;
}

.finite-site-footer .finite-footer-crest img {
  display: block !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  height: 135px !important;
  width: auto !important;
  max-width: 180px !important;
  object-fit: contain !important;
}

/* Mobile: stack cleanly so it does not shove off-screen */
@media (max-width: 700px) {
  .finite-site-footer .finite-footer-inner {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "crest"
      "copy" !important;
    justify-items: center !important;
    row-gap: 1rem !important;
  }

  .finite-site-footer .finite-footer-copy {
    justify-self: center !important;
    text-align: center !important;
  }

  .finite-site-footer .finite-footer-crest {
    justify-self: center !important;
    width: auto !important;
    text-align: center !important;
  }

  .finite-site-footer .finite-footer-crest img {
    margin: 0 auto !important;
    height: 95px !important;
    max-width: 150px !important;
  }
}
@media (max-width: 700px) {
  .finite-footer-inner {
    justify-content: center !important;
    text-align: center !important;
  }

  .finite-footer-crest {
    margin-left: 0 !important;
    text-align: center !important;
  }

  .finite-footer-crest img {
    height: 95px !important;
    margin: 0 auto !important;
  }

  .finite-footer-copy {
    flex-basis: 100% !important;
  }
}