:root {
  --bg: #f2fbff;
  --bg-soft: #e6f5ff;
  --panel: rgba(255, 255, 255, 0.84);
  --ink: #0a2b3d;
  --muted: #3d6177;
  --line: rgba(10, 43, 61, 0.14);
  --blue: #00b2ff;
  --orange: #ff7a29;
  --radius: 1.15rem;
  --radius-lg: 1.5rem;
  --container: min(1120px, calc(100vw - 2.4rem));
  --nav-height: 3.2rem;
  --announce-height: 0rem;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  background:
    radial-gradient(circle at 15% 15%, rgba(0, 178, 255, 0.2), transparent 42%),
    radial-gradient(circle at 82% 8%, rgba(255, 122, 41, 0.2), transparent 36%),
    linear-gradient(145deg, #f7fdff 0%, #eef9ff 45%, #e8f3ff 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  line-height: 1.03;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0.045;
  background-image: radial-gradient(rgba(11, 62, 87, 0.22) 0.75px, transparent 0.75px);
  background-size: 3px 3px;
}

.orb {
  position: fixed;
  z-index: 0;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(78px);
  opacity: 0.33;
  pointer-events: none;
}

.orb-blue {
  top: 25vh;
  left: -7vw;
  background: var(--blue);
}

.orb-orange {
  right: -8vw;
  bottom: 18vh;
  background: var(--orange);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 95;
  padding: 0.65rem 1rem;
  transition: padding 0.25s ease;
}

.site-header.is-scrolled {
  padding-top: 0.35rem;
}

.site-nav {
  width: var(--container);
  margin: 0 auto;
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.85rem;
  color: #f2fbff;
  text-shadow: 0 4px 16px rgba(3, 24, 36, 0.42);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(231, 245, 255, 0.42);
  background: rgba(10, 39, 56, 0.64);
  color: #e9f5fd;
  border-radius: 999px;
  padding: 0.48rem 0.82rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  align-items: center;
  gap: 0.52rem;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 22px rgba(5, 26, 37, 0.32);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.menu-toggle:hover {
  background: rgba(9, 34, 49, 0.82);
  border-color: rgba(231, 245, 255, 0.6);
}

.menu-toggle-icon {
  display: grid;
  gap: 0.3rem;
}

.menu-toggle-bar {
  display: block;
  width: 1.12rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
  transform-origin: center;
}

.menu-toggle-label {
  line-height: 1;
}

.menu-links {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.menu-links > a,
.nav-group > summary {
  text-decoration: none;
  color: #e7f5ff;
  padding: 0.45rem 0.25rem;
  font-size: 0.84rem;
  transition: color 0.2s ease;
  text-shadow: 0 4px 16px rgba(3, 24, 36, 0.42);
  list-style: none;
  cursor: pointer;
}

.nav-group > summary::-webkit-details-marker {
  display: none;
}

.menu-links > a:hover,
.nav-group > summary:hover,
.nav-group[open] > summary {
  color: #ffffff;
}

.menu-links > a.nav-book-link {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  padding: 0.42rem 0.8rem;
  background: rgba(7, 26, 38, 0.46);
}

.menu-links > a.nav-book-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.nav-group {
  position: relative;
}

.nav-group-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 50%;
  transform: translateX(-50%);
  min-width: 13.5rem;
  padding: 0.45rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(231, 245, 255, 0.26);
  background: rgba(8, 24, 34, 0.92);
  backdrop-filter: blur(10px);
  display: grid;
  gap: 0.16rem;
  z-index: 35;
}

.nav-group-menu a {
  text-decoration: none;
  color: #d7edf8;
  font-size: 0.8rem;
  border-radius: 0.6rem;
  padding: 0.5rem 0.6rem;
}

.nav-group-menu a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.84rem 1.34rem;
  border: 1px solid transparent;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(120deg, #ff6a18, #ff8f49);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 122, 41, 0.34);
}

.button-small {
  padding: 0.68rem 1rem;
  font-size: 0.78rem;
}

.button-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.button-ghost:hover {
  box-shadow: 0 10px 30px rgba(26, 76, 108, 0.2);
}

main,
footer {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  overflow: clip;
  --hero-progress: 0;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(calc(1 + (var(--hero-progress) * 0.16)));
  filter: saturate(calc(1 + (var(--hero-progress) * 0.35)));
  will-change: transform, filter;
}

.hero-media {
  position: absolute;
  inset: 0;
  transform: scale(calc(1 + (var(--hero-progress) * 0.16)));
  filter: saturate(calc(1 + (var(--hero-progress) * 0.35)));
  will-change: transform, filter;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.1s ease;
  will-change: opacity;
}

.hero-image.is-active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(4, 24, 36, 0.62) 68%),
    radial-gradient(circle at 20% 15%, rgba(0, 178, 255, 0.2), transparent 35%),
    radial-gradient(circle at 85% 18%, rgba(255, 122, 41, 0.18), transparent 30%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  max-width: 47rem;
  color: #f4fbff;
  text-align: center;
  margin-inline: auto;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.9s cubic-bezier(0.2, 0.7, 0, 1);
  will-change: opacity, transform;
}

.hero-content.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.hero-kinetic {
  position: relative;
  display: grid;
  gap: 0.95rem;
  justify-items: center;
  width: 100%;
  transform:
    translate3d(0, calc(var(--hero-progress) * 32px), 0)
    scale(calc(1 - (var(--hero-progress) * 0.08)));
  transform-origin: center center;
  filter: blur(calc(var(--hero-progress) * 4px));
  opacity: calc(1 - (var(--hero-progress) * 1.05));
  will-change: transform, filter, opacity;
}

.hero-kinetic::before {
  content: none;
}

.hero-badge {
  width: clamp(150px, 18vw, 220px) !important;
  max-width: clamp(150px, 18vw, 220px) !important;
  height: auto;
  filter: drop-shadow(0 3px 8px rgba(4, 25, 38, 0.26));
  margin: 0 auto 0.15rem;
  justify-self: center;
  align-self: center;
}

.eyebrow {
  color: #0a6a98;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
}

.hero .eyebrow {
  color: #def5ff;
}

.hero h1 {
  font-size: clamp(1.45rem, 4.6vw, 3.6rem);
  line-height: 0.98;
  margin: 0;
}

.hero .title-main,
.hero .title-accent,
.hero .title-sub {
  display: block;
  will-change: transform, opacity;
  text-align: center;
}

.hero .title-main {
  color: #f4fbff;
  transform: translate3d(calc(var(--hero-progress) * -16vw), 0, 0);
  opacity: calc(1 - (var(--hero-progress) * 0.95));
  overflow-wrap: anywhere;
}

.hero .title-accent {
  background: linear-gradient(110deg, #ffd7bf 0%, #ffb68f 45%, #ffebdb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translate3d(calc(var(--hero-progress) * 24vw), 0, 0);
  opacity: calc(1 - (var(--hero-progress) * 1.1));
}

.hero .title-sub {
  margin-top: 0.5rem;
  font-size: clamp(0.68rem, 1.05vw, 0.9rem);
  letter-spacing: 0.16em;
  color: #d8effb;
  transform: translate3d(0, calc(var(--hero-progress) * 14px), 0);
  opacity: calc(1 - (var(--hero-progress) * 1.18));
}

.hero-copy {
  color: #dcedf7;
  max-width: 34rem;
  line-height: 1.6;
  text-align: center;
  transform:
    translate3d(0, calc(var(--hero-progress) * 48px), 0)
    scale(calc(1 - (var(--hero-progress) * 0.06)));
  opacity: calc(1 - (var(--hero-progress) * 1.25));
  will-change: transform, opacity;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero .button-ghost {
  color: #f1f9ff;
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.09);
}

.hero .button-ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 30px rgba(5, 31, 45, 0.35);
}

.hero-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 42rem;
}

.hero-metrics li {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  padding: 1rem;
  background: rgba(7, 32, 46, 0.44);
}

.hero-metrics strong {
  display: block;
  font-size: 1.9rem;
  font-family: "Syne", sans-serif;
  color: #ffba93;
}

.hero-metrics span {
  color: #d7e9f3;
  font-size: 0.82rem;
}

.section {
  padding: clamp(4.2rem, 11vw, 8.1rem) 0;
}

.section-head {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2rem;
  max-width: 50rem;
}

.section-head h2,
.buzz-copy h2,
.newsletter-shell h2,
.visit-card h2 {
  font-size: clamp(1.8rem, 4.2vw, 3.4rem);
}

.section-head p + h2,
.buzz-copy p + h2 {
  margin-top: 0.2rem;
}

.section-head + * {
  margin-top: 1.2rem;
}

.section-coffee {
  padding-top: clamp(3.2rem, 8vw, 5.2rem);
  padding-bottom: clamp(3.4rem, 8.5vw, 5.8rem);
}

.section-mantra {
  padding-top: clamp(2.9rem, 7vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3.8rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 178, 255, 0.15), transparent 44%),
    radial-gradient(circle at 82% 22%, rgba(255, 122, 41, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.6);
}

.mantra-showcase {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.mantra-title {
  margin: 0;
  text-align: center;
  display: grid;
  gap: 0.24rem;
  font-size: clamp(2.2rem, 6.4vw, 5.2rem);
  line-height: 0.95;
}

.mantra-title span {
  display: block;
}

.mantra-title.reveal span {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(36px) scale(0.92);
}

.mantra-title.reveal.is-visible span:first-child {
  animation: coffee-title-rise 0.86s cubic-bezier(0.18, 0.86, 0.14, 1) 0.04s forwards;
}

.mantra-title.reveal.is-visible span:nth-child(2) {
  animation: coffee-title-rise 0.9s cubic-bezier(0.18, 0.86, 0.14, 1) 0.16s forwards;
}

.mantra-title.reveal.is-visible span:nth-child(3) {
  animation: coffee-title-rise 0.9s cubic-bezier(0.18, 0.86, 0.14, 1) 0.28s forwards;
}

.mantra-title span:nth-child(1),
.mantra-title span:nth-child(3) {
  color: #103f57;
}

.mantra-title span:nth-child(2) {
  background: linear-gradient(105deg, #ff7a29 0%, #00b2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mantra-copy {
  text-align: center;
  max-width: 44rem;
  color: #3d6279;
  line-height: 1.66;
}

.mantra-note {
  margin: 0;
  border: 1px solid rgba(0, 178, 255, 0.28);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0f4f6c;
  background: rgba(255, 255, 255, 0.72);
}

.coffee-showcase {
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.coffee-title {
  font-size: clamp(2.1rem, 6.6vw, 5rem);
  letter-spacing: -0.03em;
  line-height: 0.98;
  color: #0c3448;
  position: relative;
  isolation: isolate;
}

.coffee-title span {
  display: block;
}

.coffee-title span:first-child {
  color: #0f4a66;
}

.coffee-title span:last-child {
  background: linear-gradient(105deg, #ff7a29 0%, #00b2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.coffee-title.reveal span {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(42px) scale(0.92);
}

.coffee-title.reveal.is-visible span:first-child {
  animation: coffee-title-rise 0.85s cubic-bezier(0.18, 0.86, 0.14, 1) 0.08s forwards;
}

.coffee-title.reveal.is-visible span:last-child {
  animation: coffee-title-rise 0.9s cubic-bezier(0.18, 0.86, 0.14, 1) 0.2s forwards;
}

@keyframes coffee-title-rise {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(42px) scale(0.92);
  }

  62% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-4px) scale(1.02);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

.coffee-copy {
  max-width: 42rem;
  color: var(--muted);
  line-height: 1.6;
}

.coffee-pill-grid {
  width: 100%;
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.coffee-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.95rem 1rem;
  display: grid;
  gap: 0.35rem;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.coffee-pill:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 178, 255, 0.42);
  box-shadow: 0 14px 32px rgba(11, 74, 106, 0.12);
}

.coffee-pill h3 {
  font-size: 0.95rem;
  color: #0f3e57;
}

.coffee-pill p {
  margin: 0;
  font-size: 0.84rem;
  color: #4f7084;
}

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

.ritual-card {
  padding: 1.02rem 1.08rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 6.8rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.ritual-card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.66rem;
  width: 100%;
}

.ritual-card:hover,
.ritual-card:focus-visible,
.ritual-card.is-active {
  border-color: rgba(0, 178, 255, 0.5);
  box-shadow: 0 12px 28px rgba(11, 74, 106, 0.12);
  background: rgba(255, 255, 255, 0.94);
}

.step-label {
  display: grid;
  place-items: center;
  inline-size: 2.2rem;
  block-size: 2.2rem;
  min-inline-size: 2.2rem;
  min-block-size: 2.2rem;
  max-inline-size: 2.2rem;
  max-block-size: 2.2rem;
  aspect-ratio: 1 / 1;
  justify-self: center;
  align-self: center;
  flex-shrink: 0;
  color: #90e3ff;
  font-family: "Syne", sans-serif;
  font-size: 0.84rem;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(0, 178, 255, 0.48);
  background: rgba(0, 178, 255, 0.08);
}

.ritual-card h3 {
  font-size: 1.18rem;
  line-height: 1;
  margin: 0;
}

.ritual-card p:not(.step-label) {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.93rem;
}

.ritual-stage {
  position: relative;
  margin-top: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #0f2837;
  overflow: hidden;
  transition:
    margin-top 0.5s cubic-bezier(0.2, 0.7, 0.15, 1),
    border-color 0.4s ease,
    max-height 0.55s cubic-bezier(0.2, 0.7, 0.15, 1),
    opacity 0.4s ease,
    transform 0.5s cubic-bezier(0.2, 0.7, 0.15, 1),
    clip-path 0.5s cubic-bezier(0.2, 0.7, 0.15, 1);
  max-height: 0;
  opacity: 0;
  transform: translateY(-16px) scaleY(0.9);
  transform-origin: top center;
  clip-path: inset(0 0 100% 0 round 1.5rem);
  border-color: transparent;
  pointer-events: none;
}

.ritual-stage.is-open {
  margin-top: 1rem;
  max-height: 31rem;
  opacity: 1;
  transform: translateY(0) scaleY(1);
  clip-path: inset(0 0 0 0 round 1.5rem);
  border-color: var(--line);
  pointer-events: auto;
}

.ritual-stage-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.04);
}

.ritual-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(190deg, rgba(7, 25, 34, 0.25), rgba(4, 20, 29, 0.72)),
    radial-gradient(circle at 16% 20%, rgba(0, 178, 255, 0.25), transparent 40%),
    radial-gradient(circle at 84% 16%, rgba(255, 122, 41, 0.22), transparent 34%);
}

.ritual-stage-overlay {
  position: relative;
  z-index: 2;
  min-height: clamp(16rem, 48vw, 27rem);
  width: 100%;
  padding: clamp(1rem, 4vw, 2.4rem);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 0.75rem;
}

.ritual-stage-index {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a9e8ff;
}

.ritual-stage-title {
  font-size: clamp(1.45rem, 3.2vw, 2.75rem);
  color: #f5fbff;
}

.ritual-stage-text {
  margin: 0;
  max-width: min(70ch, 88%);
  color: #e3f1f8;
  line-height: 1.62;
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.ritual-stage-link {
  width: fit-content;
  margin-top: 0.22rem;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  color: #e8f8ff;
  border: 1px solid rgba(232, 248, 255, 0.5);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  background: rgba(10, 47, 66, 0.32);
}

.ritual-stage-link:hover {
  background: rgba(10, 47, 66, 0.48);
}

.ritual-stage.is-swapping .ritual-stage-media {
  animation: ritual-media-in 0.55s ease;
}

.ritual-stage.is-swapping .ritual-stage-overlay > * {
  opacity: 0;
  transform: translateY(12px);
  animation: ritual-copy-in 0.45s cubic-bezier(0.2, 0.8, 0.15, 1) forwards;
}

.ritual-stage.is-swapping .ritual-stage-overlay > *:nth-child(2) {
  animation-delay: 0.04s;
}

.ritual-stage.is-swapping .ritual-stage-overlay > *:nth-child(3) {
  animation-delay: 0.08s;
}

.ritual-stage.is-swapping .ritual-stage-overlay > *:nth-child(4) {
  animation-delay: 0.12s;
}

@keyframes ritual-media-in {
  from {
    opacity: 0.82;
    transform: scale(1.03);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes ritual-copy-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-video {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(0, 178, 255, 0.08), rgba(255, 122, 41, 0.08));
}

.buzz-layout {
  display: grid;
  gap: 1rem;
}

.buzz-top {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
  align-items: start;
}

.buzz-copy {
  display: grid;
  gap: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  padding: clamp(1rem, 2.2vw, 1.45rem);
}

.buzz-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.buzz-reviews {
  display: grid;
  gap: 0.72rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  padding: 0.85rem;
}

.buzz-reviews-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
}

.buzz-reviews-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.buzz-arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 43, 61, 0.2);
  background: rgba(255, 255, 255, 0.8);
  color: #125c7e;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.buzz-arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 41, 0.45);
  color: #0e4560;
}

.buzz-arrow:disabled {
  opacity: 0.45;
  cursor: default;
  transform: none;
}

.buzz-review-count {
  margin: 0;
  min-width: 2.9rem;
  text-align: center;
  color: #2f5d77;
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.buzz-carousel-viewport {
  overflow: hidden;
  border-radius: 0.9rem;
}

.buzz-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.buzz-review-card {
  min-width: 100%;
  padding: 0.25rem 0.2rem;
  display: grid;
  gap: 0.5rem;
}

.buzz-review-quote {
  margin: 0;
  font-size: 0.82rem;
  color: #365d74;
  line-height: 1.54;
}

.buzz-review-author {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  color: #0f4f6d;
}

.buzz-review-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.buzz-review-icon {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(10, 43, 61, 0.22);
  color: #0f6f99;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
}

.buzz-review-icon:hover {
  border-color: rgba(255, 122, 41, 0.45);
  color: #0b4f6f;
}

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

.portrait-video-card {
  position: relative;
  width: 100%;
  max-width: none;
  justify-self: center;
  aspect-ratio: 9 / 16;
  border-radius: 1.1rem;
  border: 1px solid var(--line);
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(8, 34, 48, 0.9), rgba(10, 47, 66, 0.84)),
    radial-gradient(circle at 20% 24%, rgba(0, 178, 255, 0.28), transparent 44%),
    radial-gradient(circle at 80% 76%, rgba(255, 122, 41, 0.24), transparent 42%);
  box-shadow: 0 12px 24px rgba(10, 52, 75, 0.15);
}

.portrait-video-player {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}

.portrait-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 4rem;
  height: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(6, 29, 42, 0.48);
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.portrait-video-play:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(8, 37, 53, 0.72);
  border-color: rgba(255, 138, 59, 0.9);
}

.portrait-video-play:focus-visible {
  outline: 2px solid rgba(255, 160, 90, 0.95);
  outline-offset: 3px;
}

.portrait-video-play-icon {
  font-size: 1.35rem;
  line-height: 1;
  transform: translateX(0.09rem);
}

.portrait-video-card.is-playing .portrait-video-play {
  opacity: 0;
  pointer-events: none;
}

.portrait-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(190deg, rgba(7, 31, 45, 0.08) 34%, rgba(7, 31, 45, 0.56));
}

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

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

.pricing-card {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius-lg);
  padding: 1.35rem;
  display: grid;
  gap: 0.82rem;
}

.pricing-card h3 {
  font-size: 1.26rem;
}

.price {
  font-family: "Sora", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f56b20;
}

.price-note {
  color: var(--muted);
  font-size: 0.82rem;
}

.pricing-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.pricing-card li {
  color: var(--muted);
  font-size: 0.92rem;
  position: relative;
  padding-left: 1rem;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #50d7ff, #f07d67);
}

.pricing-card.featured {
  border-color: rgba(245, 107, 32, 0.48);
  box-shadow: 0 18px 45px rgba(245, 107, 32, 0.18);
}

.pricing-options-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.pricing-option-card {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.08rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 86% 16%, rgba(0, 178, 255, 0.14), transparent 40%);
  padding: 1.15rem 1.2rem;
  display: grid;
  gap: 0.55rem;
  box-shadow: 0 10px 24px rgba(8, 54, 79, 0.08);
}

.pricing-option-card h3 {
  font-size: 1.22rem;
}

.pricing-option-copy {
  margin: 0;
  color: #3f677e;
  line-height: 1.58;
  font-size: 0.92rem;
}

.pricing-option-price {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  color: #f56b20;
}

.giftcard-block {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.12rem);
  background:
    linear-gradient(130deg, rgba(0, 178, 255, 0.2), rgba(255, 122, 41, 0.2)),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 28px rgba(8, 54, 79, 0.1);
  padding: clamp(1.2rem, 3vw, 1.8rem);
  display: grid;
  gap: 0.72rem;
}

.pricing-section-compact {
  padding-top: clamp(2rem, 5.5vw, 3.6rem);
}

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

.pricing-column {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.14rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.92)),
    radial-gradient(circle at 16% 10%, rgba(0, 178, 255, 0.14), transparent 42%);
  box-shadow: 0 12px 26px rgba(8, 54, 79, 0.08);
  padding: clamp(1.05rem, 2.5vw, 1.45rem);
  display: grid;
  gap: 0.84rem;
}

.pricing-column-head {
  display: grid;
  gap: 0.5rem;
}

.pricing-column-head h2 {
  font-size: clamp(1.7rem, 3.3vw, 2.6rem);
  line-height: 1.02;
  color: #072f44;
}

.pricing-lead {
  margin: 0;
  color: #3b6278;
  line-height: 1.58;
  font-size: 0.95rem;
}

.pricing-info-card {
  border: 1px solid rgba(10, 43, 61, 0.14);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.77);
  padding: 0.9rem 0.92rem;
  display: grid;
  gap: 0.62rem;
}

.pricing-info-card h3 {
  font-size: 1.58rem;
  line-height: 1.02;
  color: #08344b;
}

.pricing-info-card h4 {
  margin: 0.25rem 0 0;
  font-size: 1.12rem;
  color: #0b4965;
}

.pricing-info-card p {
  margin: 0;
  color: #355c72;
  line-height: 1.58;
  font-size: 0.9rem;
}

.pricing-list-plain {
  margin: 0;
  padding-left: 1.04rem;
  display: grid;
  gap: 0.33rem;
}

.pricing-list-plain li {
  color: #274e66;
  line-height: 1.52;
  font-size: 0.87rem;
}

.pricing-product-stack {
  display: grid;
  gap: 0.7rem;
}

.pricing-product {
  border: 1px solid rgba(10, 43, 61, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.92rem;
  display: grid;
  gap: 0.5rem;
}

.pricing-product-featured {
  border-color: rgba(245, 107, 32, 0.4);
  box-shadow: 0 10px 22px rgba(245, 107, 32, 0.12);
}

.pricing-product-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.7rem;
}

.pricing-product-head h3 {
  font-size: 1.22rem;
  color: #092d43;
}

.pricing-product-price {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #f56b20;
}

.pricing-product-copy {
  margin: 0;
  color: #3a6076;
  line-height: 1.56;
  font-size: 0.89rem;
}

.pricing-flow-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.48rem;
}

.pricing-flow-steps li {
  border: 1px solid rgba(10, 43, 61, 0.12);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.62rem 0.72rem;
  display: grid;
  gap: 0.2rem;
}

.pricing-flow-steps strong {
  color: #0f5b7a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.78rem;
}

.pricing-flow-steps span {
  color: #355b72;
  line-height: 1.52;
  font-size: 0.84rem;
}

.pricing-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.36rem;
}

.pricing-check-list li {
  position: relative;
  padding-left: 1rem;
  color: #2f556d;
  line-height: 1.5;
  font-size: 0.87rem;
}

.pricing-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.02rem;
  color: #0f7d57;
  font-weight: 700;
  font-size: 0.86rem;
}

.pricing-rich-layout {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.pricing-rich-layout-membership {
  margin-top: 0.85rem;
}

.pricing-rich-card {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.08rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 86% 16%, rgba(0, 178, 255, 0.14), transparent 40%);
  padding: 1.15rem 1.2rem;
  display: grid;
  gap: 0.62rem;
  box-shadow: 0 10px 24px rgba(8, 54, 79, 0.08);
}

.pricing-rich-card h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: #0f425c;
}

.pricing-rich-card p {
  margin: 0;
  color: #3a6279;
  line-height: 1.64;
  font-size: 0.92rem;
}

.pricing-rich-note-grid {
  margin-top: 0.2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.pricing-rich-note {
  margin: 0;
  border: 1px solid rgba(10, 43, 61, 0.14);
  border-radius: 0.88rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.72rem 0.8rem;
  font-size: 0.84rem;
  line-height: 1.56;
}

.pricing-rich-note strong {
  color: #0e607f;
}

.pricing-rich-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.pricing-rich-list li {
  position: relative;
  color: #325a71;
  padding-left: 1rem;
  line-height: 1.57;
  font-size: 0.89rem;
}

.pricing-rich-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #42d2ff, #ff8a51);
}

.pricing-rich-list-check li::before {
  content: "✓";
  width: auto;
  height: auto;
  top: 0.02rem;
  border-radius: 0;
  background: none;
  color: #0f7d57;
  font-weight: 700;
  font-size: 0.92rem;
}

.pricing-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.pricing-steps li {
  border: 1px solid rgba(10, 43, 61, 0.13);
  border-radius: 0.88rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.7rem 0.78rem;
  display: grid;
  gap: 0.24rem;
}

.pricing-steps strong {
  font-size: 0.93rem;
  color: #0f5d7d;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pricing-steps span {
  color: #3a6075;
  line-height: 1.56;
  font-size: 0.86rem;
}

.badge {
  width: fit-content;
  border-radius: 999px;
  padding: 0.3rem 0.66rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #e8fcff;
  background: linear-gradient(120deg, rgba(0, 178, 255, 0.8), rgba(240, 82, 61, 0.88));
}

.section-marquee {
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: 2.1rem;
  width: max-content;
  padding: 0.95rem 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #2c5f79;
  font-size: 0.75rem;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

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

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

.visit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  padding: 1.35rem;
  display: grid;
  gap: 0.9rem;
}

.hours-card {
  align-content: start;
  gap: 0.45rem;
}

.hours-card .hours-list {
  margin-top: 0.08rem;
}

.visit-card p {
  color: var(--muted);
  line-height: 1.6;
}

.visit-card p a {
  color: #007db7;
  text-decoration: none;
}

.hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.68rem;
}

.hours-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  border-bottom: 1px solid rgba(10, 43, 61, 0.12);
  padding-bottom: 0.55rem;
}

.hours-list span {
  color: var(--muted);
}

.hours-list strong {
  font-size: 0.86rem;
}

.map-embed {
  margin-top: 0.2rem;
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 13rem;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  border: 0;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  padding: 1rem 1.2rem;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  font-family: "Syne", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-list summary::after {
  content: "+";
  color: #f56b20;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  color: var(--muted);
  margin-top: 0.78rem;
  line-height: 1.65;
  max-width: 56rem;
}

.newsletter-section {
  border-top: 1px solid var(--line);
}

.newsletter-shell {
  border: 1px solid var(--line);
  background:
    linear-gradient(130deg, rgba(0, 178, 255, 0.2), rgba(255, 122, 41, 0.18)),
    rgba(255, 255, 255, 0.82);
  border-radius: calc(var(--radius-lg) + 0.2rem);
  padding: clamp(1.35rem, 4vw, 2.5rem);
  display: grid;
  gap: 1rem;
}

.newsletter-shell h2 {
  margin: 0;
  max-width: 38rem;
}

.newsletter-shell p {
  color: var(--muted);
  line-height: 1.6;
}

.newsletter-form {
  margin-top: 0.2rem;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  max-width: none;
}

.newsletter-form .jobs-field span {
  color: #0f5f84;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  padding: 0.12rem 0.36rem;
  border-radius: 0.4rem;
  border: 1px solid rgba(10, 43, 61, 0.14);
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.9em;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 2.6rem;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-layout p {
  color: var(--muted);
  line-height: 1.5;
}

.socials {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.socials a {
  text-decoration: none;
  color: #0a678f;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  font-size: 0.75rem;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.footer-links a {
  text-decoration: none;
  color: #225470;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.42rem 0.7rem;
  font-size: 0.75rem;
}

.copyright {
  font-size: 0.78rem;
}

body.subpage .site-header {
  background: rgba(8, 24, 34, 0.84);
  backdrop-filter: blur(12px);
}

body.subpage {
  background:
    radial-gradient(circle at 16% 14%, rgba(0, 178, 255, 0.2), transparent 38%),
    radial-gradient(circle at 84% 7%, rgba(255, 122, 41, 0.16), transparent 34%),
    linear-gradient(145deg, #f4fbff 0%, #eaf7ff 45%, #e2f0fd 100%);
}

body.subpage main {
  padding-top: calc(var(--nav-height) + 1.4rem);
}

.subpage-hero {
  position: relative;
  min-height: clamp(20rem, 42vw, 30rem);
  border-radius: 1.4rem;
  overflow: hidden;
  border: 1px solid rgba(10, 43, 61, 0.18);
  margin: 0 auto;
  width: var(--container);
  display: grid;
  align-items: end;
  padding: clamp(1.2rem, 4vw, 2.4rem);
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 178, 255, 0.28), transparent 40%),
    radial-gradient(circle at 86% 24%, rgba(255, 122, 41, 0.24), transparent 38%),
    linear-gradient(145deg, #0a2435 0%, #10374f 100%);
}

.subpage-kicker {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #90d8ff;
}

.subpage-hero h1 {
  margin-top: 0.42rem;
  font-size: clamp(2rem, 5.2vw, 4.6rem);
  color: #f4fbff;
  max-width: 14ch;
  text-wrap: balance;
}

.subpage-hero p {
  margin-top: 0.7rem;
  max-width: 54ch;
  color: #d4e8f4;
  line-height: 1.65;
}

.subpage-hero.subpage-hero-clean {
  min-height: auto;
  align-items: center;
  padding: clamp(1.45rem, 4vw, 2.2rem);
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 178, 255, 0.26), transparent 45%),
    radial-gradient(circle at 82% 22%, rgba(255, 122, 41, 0.22), transparent 42%),
    linear-gradient(145deg, #0c2b3e 0%, #124761 100%);
}

.subpage-hero.subpage-hero-clean::before {
  background:
    linear-gradient(180deg, rgba(3, 18, 29, 0.08), rgba(3, 21, 32, 0.52) 70%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 34%);
}

.subpage-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 18, 29, 0.1), rgba(3, 21, 32, 0.74) 70%),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.14), transparent 32%);
}

.subpage-hero > .container {
  position: relative;
  z-index: 2;
}

.subpage-hero .subpage-title-lines {
  margin-top: 0.42rem;
}

.menu-hero-title-row {
  position: relative;
  padding-right: clamp(11rem, 18vw, 13.5rem);
  margin-top: 0.42rem;
}

.menu-hero-title-row .subpage-title-lines {
  margin-top: 0;
  max-width: min(10.8ch, 100%);
}

.menu-order-button {
  position: absolute;
  right: 0.22rem;
  top: 50%;
  transform: translateY(-50%);
  min-height: 2.78rem;
  min-width: 10.75rem;
  padding-inline: 1.3rem;
  white-space: nowrap;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 28px rgba(255, 122, 41, 0.28);
}

.menu-order-button:hover {
  transform: translateY(calc(-50% - 2px));
}

.subpage-title-lines span {
  display: block;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(24px);
  animation: subpage-line-in 0.7s cubic-bezier(0.2, 0.8, 0.16, 1) forwards;
}

.subpage-title-lines span:nth-child(2) {
  animation-delay: 0.08s;
}

.subpage-title-lines span:nth-child(3) {
  animation-delay: 0.16s;
}

@keyframes subpage-line-in {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.subpage-section {
  padding: clamp(2.5rem, 6vw, 4.6rem) 0;
}

.subpage-intro {
  display: grid;
  gap: 0.65rem;
  max-width: 50rem;
}

.subpage-intro h2 {
  font-size: clamp(1.7rem, 3.5vw, 3rem);
}

.subpage-intro p {
  color: var(--muted);
  line-height: 1.68;
}

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

.feature-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 22% 18%, rgba(0, 178, 255, 0.14), transparent 44%);
  display: grid;
  gap: 0.5rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 178, 255, 0.38);
  box-shadow: 0 16px 30px rgba(8, 54, 79, 0.11);
}

.feature-card h3 {
  font-size: 1.15rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

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

.menu-board-layout {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr);
  gap: 1rem;
}

.menu-board-main {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.2rem);
  padding: 1.1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 90% 8%, rgba(255, 122, 41, 0.12), transparent 34%);
  box-shadow: 0 12px 28px rgba(10, 52, 75, 0.08);
  display: grid;
  gap: 0.8rem;
}

.menu-board-aside {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.2rem);
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(0, 178, 255, 0.2), rgba(255, 122, 41, 0.18)),
    rgba(255, 255, 255, 0.85);
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.menu-board-aside h3 {
  font-size: 1.25rem;
  color: #0f3f57;
}

.menu-board-aside p {
  margin: 0;
  color: #2f5b73;
  line-height: 1.62;
}

.menu-board-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.menu-board-aside li {
  color: #20536d;
  font-size: 0.9rem;
  padding-left: 0.9rem;
  position: relative;
}

.menu-board-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #48d4ff, #f1874f);
}

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

.drink-card {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.15rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 86% 12%, rgba(255, 122, 41, 0.12), transparent 38%);
  padding: 0.7rem;
  display: grid;
  grid-template-columns: minmax(0, 10.2rem) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: stretch;
  box-shadow: 0 11px 24px rgba(8, 54, 79, 0.09);
}

.drink-thumb {
  border-radius: 0.88rem;
  overflow: hidden;
  border: 1px solid rgba(10, 43, 61, 0.12);
  min-height: 9.8rem;
}

.drink-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drink-content {
  display: grid;
  align-content: center;
  gap: 0.45rem;
}

.drink-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}

.drink-top h3 {
  font-size: 1.28rem;
}

.drink-price {
  margin: 0;
  font-family: "Syne", sans-serif;
  color: #ff6f24;
  font-size: 1.25rem;
  font-weight: 700;
}

.drink-desc {
  margin: 0;
  color: #3f677e;
  line-height: 1.55;
  font-size: 0.9rem;
}

.drink-type {
  margin: 0.15rem 0 0;
  width: fit-content;
  border: 1px solid rgba(0, 178, 255, 0.32);
  border-radius: 999px;
  padding: 0.28rem 0.6rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #116286;
  background: rgba(0, 178, 255, 0.08);
}

.menu-tabs-shell {
  display: grid;
  gap: 1rem;
}

.menu-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.menu-tab-button {
  border: 1px solid rgba(10, 43, 61, 0.18);
  background: rgba(255, 255, 255, 0.74);
  color: #164f69;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.menu-tab-button:hover {
  border-color: rgba(0, 178, 255, 0.46);
  color: #0d6288;
}

.menu-tab-button.is-active {
  border-color: rgba(255, 122, 41, 0.5);
  background: linear-gradient(120deg, rgba(255, 122, 41, 0.16), rgba(0, 178, 255, 0.16));
  color: #113f56;
}

.menu-tab-panels {
  display: grid;
}

.menu-tab-panel {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.12rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.91)),
    radial-gradient(circle at 86% 12%, rgba(255, 122, 41, 0.12), transparent 38%);
  box-shadow: 0 11px 24px rgba(8, 54, 79, 0.08);
  padding: 1.1rem;
  display: none;
  gap: 0.9rem;
}

.menu-tab-panel.is-active {
  display: grid;
  animation: menu-tab-fade 0.28s ease;
}

@keyframes menu-tab-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.menu-panel-top {
  display: grid;
  gap: 0.35rem;
}

.menu-panel-kicker {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #0f6e98;
}

.menu-panel-note {
  margin: 0;
  color: #315e76;
  line-height: 1.55;
  font-size: 0.9rem;
}

.menu-items-column {
  display: grid;
  gap: 0.62rem;
}

.menu-item-card {
  border: 1px solid rgba(10, 43, 61, 0.15);
  border-radius: 0.92rem;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.86rem 0.94rem;
  display: grid;
  gap: 0.34rem;
}

.menu-item-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.9rem;
}

.menu-item-head h3 {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.18rem);
}

.menu-item-price {
  margin: 0;
  white-space: nowrap;
  font-family: "Syne", sans-serif;
  color: #f56b20;
  font-size: 1.04rem;
}

.menu-item-desc {
  margin: 0;
  color: #3f677f;
  line-height: 1.55;
  font-size: 0.88rem;
}

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

.blog-list-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
  box-shadow: 0 10px 22px rgba(8, 54, 79, 0.08);
}

.blog-list-card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2.1vw, 1.55rem);
}

.blog-list-image {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  border-radius: 0.95rem;
}

.blog-list-meta {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1b78a4;
}

.blog-read-link {
  width: fit-content;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  color: #0c5679;
  border-bottom: 1px solid rgba(12, 86, 121, 0.3);
  padding-bottom: 0.1rem;
}

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

.team-profile-card {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.1rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 14% 8%, rgba(0, 178, 255, 0.14), transparent 42%);
  padding: 1.2rem;
  display: grid;
  gap: 0.7rem;
  box-shadow: 0 10px 24px rgba(8, 54, 79, 0.08);
}

.team-role {
  margin: 0;
  width: fit-content;
  padding: 0.26rem 0.56rem;
  border-radius: 999px;
  background: rgba(0, 178, 255, 0.1);
  border: 1px solid rgba(0, 178, 255, 0.34);
  color: #0d6287;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-profile-card p {
  margin: 0;
  color: #3d6279;
  line-height: 1.62;
}

.team-quick-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.team-quick-list li {
  position: relative;
  padding-left: 1rem;
  color: #315a71;
  font-size: 0.9rem;
}

.team-quick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #42d2ff, #ff8a51);
}

.team-story-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.team-story-main,
.team-story-founder {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.1rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 14% 8%, rgba(0, 178, 255, 0.14), transparent 42%);
  box-shadow: 0 10px 24px rgba(8, 54, 79, 0.08);
}

.team-story-main {
  padding: 1.2rem;
  display: grid;
  gap: 0.7rem;
}

.team-story-main h2 {
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
}

.team-story-main h3 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #10435d;
}

.team-story-main p {
  margin: 0;
  color: #395f75;
  line-height: 1.65;
}

.team-subline {
  margin-top: -0.2rem !important;
  font-weight: 600;
  color: #135a7e !important;
}

.team-story-founder {
  overflow: hidden;
  display: grid;
  align-content: start;
}

.founder-image {
  width: 100%;
  height: 17.5rem;
  object-fit: cover;
  object-position: center;
}

.founder-copy {
  padding: 1rem;
  display: grid;
  gap: 0.66rem;
}

.founder-copy h3 {
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
}

.founder-copy p {
  margin: 0;
  color: #3a6178;
  line-height: 1.62;
}

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

.store-card-clean {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.1rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 84% 14%, rgba(255, 122, 41, 0.13), transparent 36%);
  padding: 1rem;
  display: grid;
  gap: 0.7rem;
  box-shadow: 0 10px 24px rgba(8, 54, 79, 0.08);
}

.store-art-image {
  width: 100%;
  min-height: 14.5rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(10, 43, 61, 0.18);
  background:
    radial-gradient(circle at 22% 18%, rgba(0, 178, 255, 0.12), transparent 44%),
    radial-gradient(circle at 78% 74%, rgba(255, 122, 41, 0.12), transparent 42%),
    #f4fbff;
  display: grid;
  overflow: hidden;
}

.store-art-image img {
  width: 100%;
  height: 100%;
  min-height: 14.5rem;
  object-fit: cover;
  object-position: center;
}

.store-art-image.store-art-image-contain img {
  object-fit: contain;
  padding: 0.55rem;
}

.store-category {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f6f9a;
}

.store-card-clean h3 {
  margin: 0;
  font-size: 1.3rem;
}

.store-card-clean p {
  margin: 0;
  color: #3c6379;
  line-height: 1.58;
}

.menu-column {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 86% 14%, rgba(255, 122, 41, 0.12), transparent 38%);
  box-shadow: 0 10px 28px rgba(10, 52, 75, 0.08);
}

.menu-column h3 {
  margin-bottom: 0.85rem;
  font-size: 1.24rem;
  color: #0f3f57;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.menu-list li {
  display: grid;
  gap: 0.2rem;
  border-bottom: 1px dashed rgba(10, 43, 61, 0.18);
  padding-bottom: 0.8rem;
}

.menu-item-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  font-family: "Syne", sans-serif;
}

.menu-item-note {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

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

.team-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 255, 0.9)),
    radial-gradient(circle at 15% 8%, rgba(0, 178, 255, 0.14), transparent 40%);
  padding: 1.3rem;
  display: grid;
  gap: 0.6rem;
  min-height: 15rem;
  box-shadow: 0 10px 24px rgba(8, 54, 79, 0.08);
}

.team-photo {
  width: 100%;
  height: 10rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(10, 43, 61, 0.14);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 178, 255, 0.2), transparent 44%),
    radial-gradient(circle at 82% 74%, rgba(255, 122, 41, 0.18), transparent 42%),
    #f1f9ff;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card h3 {
  font-size: 1.35rem;
}

.team-card p {
  color: var(--muted);
  line-height: 1.65;
}

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

.blog-card.featured {
  grid-column: span 2;
}

.blog-card.featured img {
  height: 18rem;
}

.blog-card {
  display: grid;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--panel);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 26px rgba(8, 58, 84, 0.12);
}

.blog-card img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.blog-card-body {
  padding: 0 1rem 1rem;
  display: grid;
  gap: 0.55rem;
}

.blog-card-date {
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d7ca9;
}

.blog-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.56;
}

.article-shell {
  max-width: 54rem;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.1rem);
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

.article-cover {
  width: 100%;
  height: clamp(15rem, 40vw, 24rem);
  object-fit: cover;
}

.article-content {
  padding: clamp(1.1rem, 3vw, 2rem);
  display: grid;
  gap: 0.9rem;
}

.article-content p,
.article-content li {
  color: #355d74;
  line-height: 1.7;
}

.article-content ul {
  margin: 0;
  padding-left: 1.1rem;
}

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

.events-calendar-shell {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.18rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.92)),
    radial-gradient(circle at 14% 12%, rgba(0, 178, 255, 0.14), transparent 40%);
  box-shadow: 0 14px 30px rgba(8, 54, 79, 0.1);
  padding: 1rem;
  display: grid;
  gap: 0.95rem;
}

.calendar-header {
  display: grid;
  gap: 0.35rem;
}

.calendar-header h2 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.events-calendar-scroll {
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.calendar-weekdays {
  min-width: 56rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.calendar-weekdays span {
  border: 1px solid var(--line);
  border-radius: 0.72rem;
  text-align: center;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #1f6485;
  background: rgba(0, 178, 255, 0.07);
  padding: 0.42rem 0.3rem;
}

.calendar-grid {
  min-width: 56rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.5rem;
}

.calendar-day {
  border: 1px solid var(--line);
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.86);
  padding: 0.44rem;
  min-height: 6.7rem;
  display: grid;
  align-content: start;
  gap: 0.34rem;
}

.calendar-day.is-muted {
  opacity: 0.5;
  background: rgba(240, 248, 253, 0.75);
}

.calendar-date {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #174e69;
}

.calendar-events {
  display: grid;
  gap: 0.26rem;
}

.calendar-pill {
  text-decoration: none;
  border: 1px solid rgba(0, 178, 255, 0.28);
  border-radius: 999px;
  padding: 0.28rem 0.42rem;
  font-size: 0.68rem;
  color: #0f6287;
  background: rgba(0, 178, 255, 0.1);
  line-height: 1.25;
}

.calendar-pill:hover {
  color: #0a3f57;
  border-color: rgba(255, 122, 41, 0.45);
  background: rgba(255, 122, 41, 0.14);
}

.events-detail-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.event-detail-card {
  scroll-margin-top: calc(var(--nav-height) + 1.8rem);
}

.events-page .events-grid {
  grid-template-columns: 1fr;
}

.event-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.1rem 1.15rem;
  background:
    linear-gradient(130deg, rgba(0, 178, 255, 0.15), rgba(255, 122, 41, 0.16)),
    rgba(255, 255, 255, 0.93);
  display: grid;
  gap: 0.44rem;
  opacity: 0;
  transform: translateY(14px);
  animation: events-in 0.72s ease forwards;
  box-shadow: 0 11px 24px rgba(8, 54, 79, 0.09);
}

.event-card:nth-child(2) { animation-delay: 0.08s; }
.event-card:nth-child(3) { animation-delay: 0.14s; }
.event-card:nth-child(4) { animation-delay: 0.2s; }
.event-card:nth-child(5) { animation-delay: 0.26s; }
.event-card:nth-child(6) { animation-delay: 0.32s; }
.event-card:nth-child(7) { animation-delay: 0.38s; }
.event-card:nth-child(8) { animation-delay: 0.44s; }

.event-date {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #007eb8;
}

.event-card p {
  margin: 0;
  color: #31566d;
  line-height: 1.58;
}

@keyframes events-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.88)),
    radial-gradient(circle at 18% 16%, rgba(0, 178, 255, 0.12), transparent 42%);
  display: grid;
  gap: 0.7rem;
  box-shadow: 0 10px 22px rgba(8, 54, 79, 0.09);
}

.product-media {
  width: 100%;
  min-height: 13rem;
  border-radius: 0.9rem;
  border: 1px dashed rgba(10, 43, 61, 0.24);
  background:
    radial-gradient(circle at 30% 22%, rgba(0, 178, 255, 0.14), transparent 46%),
    radial-gradient(circle at 72% 76%, rgba(255, 122, 41, 0.14), transparent 42%),
    #f1f9ff;
  display: grid;
  place-items: center;
  color: #3b667d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.77rem;
}

.product-media img {
  width: 62%;
  max-width: 11rem;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(8, 54, 79, 0.22));
}

.jobs-hero {
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 178, 255, 0.28), transparent 40%),
    radial-gradient(circle at 84% 20%, rgba(255, 122, 41, 0.26), transparent 40%),
    linear-gradient(145deg, #0b2d40 0%, #0e4259 54%, #11546f 100%);
}

.jobs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1rem;
  align-items: start;
}

.jobs-role-card,
.jobs-side-card {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.12rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.9)),
    radial-gradient(circle at 15% 10%, rgba(0, 178, 255, 0.14), transparent 42%);
  box-shadow: 0 11px 24px rgba(8, 54, 79, 0.09);
}

.jobs-role-card {
  padding: clamp(1.1rem, 2.2vw, 1.5rem);
  display: grid;
  gap: 0.9rem;
}

.jobs-role-card h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
}

.jobs-role-card p {
  margin: 0;
  color: #355c73;
  line-height: 1.65;
}

.jobs-block {
  border: 1px solid rgba(10, 43, 61, 0.12);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.9rem;
  display: grid;
  gap: 0.58rem;
}

.jobs-block h3 {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #0f445f;
}

.jobs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.jobs-list li {
  position: relative;
  padding-left: 1rem;
  color: #325a71;
  line-height: 1.56;
  font-size: 0.9rem;
}

.jobs-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #42d2ff, #ff8a51);
}

.jobs-side-card {
  padding: clamp(1.05rem, 2vw, 1.35rem);
  position: sticky;
  top: calc(var(--announce-height) + var(--nav-height) + 1.45rem);
  display: grid;
  gap: 0.75rem;
}

.jobs-side-card h3 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
}

.jobs-side-note {
  margin: 0.1rem 0 0;
  color: #3f667d;
  line-height: 1.62;
}

.jobs-application-section {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 16% 12%, rgba(0, 178, 255, 0.12), transparent 38%),
    radial-gradient(circle at 84% 14%, rgba(255, 122, 41, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.56);
}

.jobs-head {
  margin-bottom: 1.15rem;
}

.jobs-head p {
  color: #3b6279;
  line-height: 1.62;
}

.jobs-form {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.12rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.91)),
    radial-gradient(circle at 86% 14%, rgba(255, 122, 41, 0.12), transparent 38%);
  box-shadow: 0 12px 28px rgba(8, 54, 79, 0.09);
  padding: clamp(1.05rem, 2.4vw, 1.45rem);
  display: grid;
  gap: 0.85rem;
}

.jobs-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.jobs-field-grid {
  display: grid;
  gap: 0.75rem;
}

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

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

.jobs-field {
  display: grid;
  gap: 0.38rem;
}

.jobs-field span {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a6a8f;
  font-weight: 600;
}

.jobs-field input,
.jobs-field textarea {
  width: 100%;
  border: 1px solid rgba(10, 43, 61, 0.2);
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.88);
  color: #163f55;
  font: inherit;
  padding: 0.68rem 0.72rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.jobs-field input[type="file"] {
  padding: 0.48rem 0.62rem;
}

.jobs-field input:focus,
.jobs-field textarea:focus {
  outline: none;
  border-color: rgba(0, 178, 255, 0.6);
  box-shadow: 0 0 0 3px rgba(0, 178, 255, 0.14);
}

.jobs-field textarea {
  min-height: 8.4rem;
  resize: vertical;
}

.jobs-form-note {
  margin: 0;
  font-size: 0.8rem;
  color: #456d84;
}

.jobs-form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.jobs-form-status {
  margin: 0;
  font-size: 0.84rem;
  color: #2f617c;
}

.jobs-form-status.is-success {
  color: #0c7d50;
}

.jobs-form-status.is-error {
  color: #af2f2f;
}

.host-event-hero {
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 178, 255, 0.3), transparent 40%),
    radial-gradient(circle at 84% 20%, rgba(255, 122, 41, 0.26), transparent 42%),
    linear-gradient(145deg, #0a2d41 0%, #0e4660 56%, #115b77 100%);
}

.host-event-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
  align-items: start;
}

.host-event-copy,
.host-event-form-shell {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) + 0.12rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.91)),
    radial-gradient(circle at 18% 14%, rgba(0, 178, 255, 0.12), transparent 40%);
  box-shadow: 0 12px 28px rgba(8, 54, 79, 0.09);
  padding: clamp(1.05rem, 2.2vw, 1.45rem);
}

.host-event-copy {
  display: grid;
  gap: 0.95rem;
}

.host-event-copy p {
  color: #355c73;
  line-height: 1.65;
}

.host-event-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.host-event-points li {
  position: relative;
  padding-left: 1.02rem;
  color: #2e566d;
}

.host-event-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(140deg, #42d2ff, #ff8a51);
}

.host-event-note {
  border: 1px solid rgba(10, 43, 61, 0.12);
  border-radius: 0.95rem;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.95rem;
  display: grid;
  gap: 0.42rem;
}

.host-event-note p {
  margin: 0;
}

.host-event-form-shell .jobs-form {
  box-shadow: none;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.host-event-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.58rem;
  color: #32596f;
  font-size: 0.84rem;
}

.host-event-consent input {
  margin-top: 0.16rem;
  width: 1rem;
  height: 1rem;
  accent-color: #00b2ff;
}

.host-event-consent label {
  cursor: pointer;
}

.jobs-field input[type="datetime-local"] {
  min-height: 2.72rem;
}

@media (max-width: 1080px) {
  .feature-grid,
  .menu-grid,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .menu-board-layout {
    grid-template-columns: 1fr;
  }

  .menu-catalog-grid,
  .blog-list-grid,
  .team-profile-grid,
  .store-grid-clean,
  .team-story-shell,
  .pricing-options-grid,
  .pricing-rich-layout,
  .pricing-columns,
  .jobs-layout,
  .host-event-layout {
    grid-template-columns: 1fr;
  }

  .jobs-side-card {
    position: static;
  }

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

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  filter: blur(8px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.7, 0.15, 1),
    transform 0.8s cubic-bezier(0.2, 0.7, 0.15, 1),
    filter 0.8s cubic-bezier(0.2, 0.7, 0.15, 1);
  transition-delay: var(--delay, 0s);
}

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

@media (max-width: 1080px) {
  .coffee-pill-grid {
    grid-template-columns: 1fr;
  }

  .ritual-stage.is-open {
    max-height: 36rem;
  }

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

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

  .pricing-card.featured {
    grid-column: span 2;
  }

  .pricing-grid.pricing-grid-two .pricing-card.featured {
    grid-column: span 1;
  }

  .buzz-top {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 900px) {
  :root {
    --container: min(1120px, calc(100vw - 1.3rem));
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    padding: 0.58rem 0.5rem;
  }

  .site-nav {
    min-height: 2.9rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .menu-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    border-radius: 1.05rem;
    border: 1px solid rgba(10, 43, 61, 0.14);
    background:
      linear-gradient(150deg, rgba(250, 254, 255, 0.98), rgba(241, 249, 255, 0.95)),
      radial-gradient(circle at 16% 10%, rgba(0, 178, 255, 0.12), transparent 42%);
    box-shadow: 0 16px 34px rgba(7, 34, 49, 0.24);
    padding: 0.72rem;
    margin-top: 0.55rem;
  }

  .menu-links.menu-ready {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    margin-top: 0;
    max-height: min(80vh, 34rem);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.97);
    transform-origin: top center;
    pointer-events: none;
    z-index: 40;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .menu-links.menu-ready.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .menu-links > a,
  .nav-group > summary {
    color: #133e55;
    text-shadow: none;
    padding: 0.62rem 0.34rem;
    border-radius: 0.62rem;
  }

  .menu-links > a:hover,
  .nav-group > summary:hover,
  .nav-group[open] > summary {
    color: #0b2a3d;
    background: rgba(0, 178, 255, 0.12);
  }

  .menu-links > a.nav-book-link {
    border-color: rgba(10, 43, 61, 0.16);
    background: linear-gradient(120deg, #ff6a18, #ff8f49);
    color: #ffffff;
  }

  .menu-links > a.nav-book-link:hover {
    background: linear-gradient(120deg, #ff6020, #ff9b55);
    color: #ffffff;
  }

  .nav-group {
    width: 100%;
  }

  .nav-group-menu {
    position: static;
    left: auto;
    transform: none;
    margin-top: 0.2rem;
    min-width: 100%;
    border-color: rgba(10, 43, 61, 0.14);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(4px);
  }

  .nav-group-menu a {
    color: #1c4f6a;
  }

  .nav-group-menu a:hover {
    background: rgba(0, 178, 255, 0.12);
    color: #0e3347;
  }

  .hero {
    align-items: center;
    padding: 0;
  }

  .hero-content {
    gap: 1.2rem;
  }

  .menu-hero-title-row {
    padding-right: 0;
  }

  .menu-order-button {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    margin-bottom: 0;
    width: auto;
  }

  .menu-order-button:hover {
    transform: translateY(-2px);
  }

  .buzz-top,
  .visit-layout {
    grid-template-columns: 1fr;
  }

  .buzz-reviews-head {
    justify-content: flex-end;
  }

  .buzz-reviews-controls {
    align-self: auto;
  }

  .portrait-video-card {
    max-width: none;
  }

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

@media (max-width: 640px) {
  .logo {
    gap: 0.4rem;
    font-size: 0.75rem;
  }

  .section {
    padding: 3.6rem 0;
  }

  .ritual-grid,
  .pricing-grid,
  .feature-grid,
  .menu-grid,
  .team-grid,
  .blog-grid,
  .events-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .drink-card {
    grid-template-columns: 1fr;
  }

  .drink-thumb {
    min-height: 11.5rem;
  }

  .jobs-field-grid-two {
    grid-template-columns: 1fr;
  }

  .jobs-field-grid-three {
    grid-template-columns: 1fr;
  }

  .ritual-stage.is-open {
    max-height: 44rem;
  }

  .ritual-stage-overlay {
    min-height: 20rem;
  }

  .pricing-card.featured {
    grid-column: span 1;
  }

  .socials {
    gap: 0.42rem;
  }

  .menu-tabs-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.15rem;
  }

  .menu-tab-button {
    white-space: nowrap;
  }

  .menu-order-button {
    width: min(100%, 16rem);
  }

  .menu-item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
  }

  .pricing-rich-note-grid {
    grid-template-columns: 1fr;
  }

  .pricing-product-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .calendar-weekdays,
  .calendar-grid {
    min-width: 48rem;
  }

  .portrait-video-grid {
    grid-template-columns: 1fr;
  }

  .portrait-video-card {
    max-width: 100%;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .coffee-title.reveal span {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none !important;
  }
}
