@font-face {
  font-family: Inter_400Regular;
  src: url("https://cocktailly.com/fonts/Inter_400Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Inter_500Medium;
  src: url("https://cocktailly.com/fonts/Inter_500Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Inter_600SemiBold;
  src: url("https://cocktailly.com/fonts/Inter_600SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: PlayfairDisplay_500Medium;
  src: url("https://cocktailly.com/fonts/PlayfairDisplay_500Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: PlayfairDisplay_600SemiBold;
  src: url("https://cocktailly.com/fonts/PlayfairDisplay_600SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: GreatVibes_400Regular;
  src: url("https://cocktailly.com/fonts/GreatVibes_400Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --espresso: #0e0c0b;
  --velvet: #1b1614;
  --walnut: #2a211c;
  --cream: #ead9b8;
  --cream-strong: #f2ebe3;
  --muted: rgba(234, 217, 184, 0.62);
  --line: rgba(242, 235, 227, 0.1);
  --gold: #d4a24c;
  --gold-deep: #9a7020;
  --brass: #8b6a3d;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter_400Regular, Inter, "Segoe UI", system-ui, sans-serif;
  background:
    radial-gradient(ellipse 90% 42% at 12% -8%, rgba(212, 162, 76, 0.12), transparent 52%),
    radial-gradient(ellipse 50% 36% at 100% 0%, rgba(90, 57, 42, 0.38), transparent 48%),
    var(--espresso);
  color: var(--cream-strong);
  line-height: 1.65;
}

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

a { color: var(--gold); }

.top {
  position: sticky;
  top: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.4rem;
  border-bottom: 1px solid var(--line);
  background: rgba(14, 12, 11, 0.82);
  backdrop-filter: blur(14px);
}

.brand {
  font-family: PlayfairDisplay_600SemiBold, Palatino, Georgia, serif;
  font-style: italic;
  font-size: 1.45rem;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.02em;
}

nav {
  display: flex;
  gap: 1.1rem;
}

nav a {
  color: var(--muted);
  text-decoration: none;
  font-family: Inter_500Medium, Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

nav a[aria-current="page"],
nav a:hover {
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 22rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 12, 11, 0.18) 0%, rgba(14, 12, 11, 0.42) 42%, rgba(14, 12, 11, 0.94) 100%),
    linear-gradient(90deg, rgba(14, 12, 11, 0.45) 0%, transparent 55%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(44rem, calc(100% - 2.5rem));
  margin: 0 auto 2rem;
  padding: 0 0.15rem;
}

.kicker {
  margin: 0 0 0.65rem;
  color: var(--gold);
  font-family: Inter_600SemiBold, Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lettering {
  display: block;
  margin-bottom: 0.35rem;
  font-family: GreatVibes_400Regular, "Segoe Script", cursive;
  font-size: clamp(2.1rem, 5vw, 2.8rem);
  line-height: 1.05;
  color: var(--gold);
}

h1 {
  margin: 0;
  font-family: PlayfairDisplay_600SemiBold, Palatino, Georgia, serif;
  font-size: clamp(2rem, 5.4vw, 3.15rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.meta {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.wrap {
  width: min(44rem, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.75rem 0 4.5rem;
}

.lead {
  margin: 0 0 1.6rem;
  color: #e8dfd4;
  font-family: PlayfairDisplay_500Medium, Palatino, Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.55;
}

.article p {
  margin: 0 0 1.15rem;
  color: rgba(242, 235, 227, 0.88);
  font-size: 1.05rem;
}

.article h2 {
  margin: 2.35rem 0 0.85rem;
  font-family: PlayfairDisplay_600SemiBold, Palatino, Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--cream-strong);
}

.article h3 {
  margin: 1.6rem 0 0.55rem;
  font-family: Inter_600SemiBold, Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: var(--gold);
}

.pull {
  margin: 1.7rem 0;
  padding: 1.15rem 1.25rem;
  border-left: 2px solid var(--gold);
  background: rgba(27, 22, 20, 0.72);
  border-radius: 0 12px 12px 0;
  color: var(--cream);
  font-family: PlayfairDisplay_500Medium, Palatino, Georgia, serif;
  font-size: 1.18rem;
  line-height: 1.45;
}

.article ul, .article ol {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
  color: rgba(242, 235, 227, 0.88);
}

.article li { margin: 0.4rem 0; }

.kit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.1rem 0 1.5rem;
}

.kit article {
  margin: 0;
  padding: 1rem 1.05rem 1.05rem;
  background: rgba(27, 22, 20, 0.88);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.kit h3 { margin-top: 0; }

.kit p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.drinks {
  display: grid;
  gap: 0.85rem;
  margin: 1.15rem 0 1.6rem;
}

.drink {
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  gap: 0.95rem;
  align-items: center;
  padding: 0.55rem;
  text-decoration: none;
  color: inherit;
  background: rgba(27, 22, 20, 0.9);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.drink:hover { border-color: rgba(212, 162, 76, 0.45); }

.drink img {
  width: 7.2rem;
  height: 7.2rem;
  object-fit: cover;
  border-radius: 12px;
  background: var(--velvet);
}

.drink-body { padding-right: 0.4rem; }

.drink-kicker {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: Inter_600SemiBold, Inter, system-ui, sans-serif;
}

.drink strong {
  display: block;
  font-family: PlayfairDisplay_600SemiBold, Palatino, Georgia, serif;
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--cream-strong);
}

.drink span.why {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.cta-wrap { margin: 2rem 0 0.65rem; }

.cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 1rem 1.5rem;
  border-radius: 14px;
  border: 1px solid rgba(154, 112, 32, 0.55);
  color: var(--espresso);
  text-decoration: none;
  text-align: center;
  font-family: Inter_600SemiBold, Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  background: linear-gradient(165deg, #e8c36a 0%, #d4a24c 48%, #9a7020 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 230, 0.45),
    inset 0 -3px 6px rgba(40, 24, 8, 0.2),
    0 8px 20px rgba(212, 162, 76, 0.28);
  overflow: hidden;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 248, 230, 0.42) 0%,
    rgba(255, 248, 230, 0.08) 28%,
    rgba(0, 0, 0, 0) 55%,
    rgba(40, 24, 8, 0.18) 100%
  );
}

.cta > span { position: relative; z-index: 1; }

.cta:hover { filter: brightness(1.04); }

.cta-hint {
  margin: 0 0 0.4rem;
  color: var(--muted);
  font-size: 0.85rem;
  text-align: center;
}

.note {
  margin-top: 2.6rem;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}

.foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 0.85rem;
  padding: 1.4rem 1.25rem 2.2rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}

.foot a { color: var(--gold); text-decoration: none; }

.journal-grid {
  display: grid;
  gap: 1rem;
}

.feature {
  display: grid;
  text-decoration: none;
  color: inherit;
  background: rgba(27, 22, 20, 0.92);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.feature:hover { border-color: rgba(212, 162, 76, 0.42); }

.feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-copy { padding: 1.2rem 1.2rem 1.35rem; }

.feature h2 {
  margin: 0.35rem 0 0.55rem;
  font-family: PlayfairDisplay_600SemiBold, Palatino, Georgia, serif;
  font-size: 1.7rem;
  line-height: 1.2;
}

.feature p {
  margin: 0;
  color: var(--muted);
}

.soon {
  padding: 1.15rem 1.2rem;
  border: 1px dashed rgba(212, 162, 76, 0.28);
  border-radius: 16px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .kit { grid-template-columns: 1fr; }
  .drink { grid-template-columns: 5.6rem 1fr; }
  .drink img { width: 5.6rem; height: 5.6rem; }
  .hero { min-height: 19rem; }
}
