/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}a{background-color:transparent}[hidden]{display:none}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #e2e8f0}a{color:inherit;text-decoration:inherit}svg,video{display:block;vertical-align:middle}video{max-width:100%;height:auto}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-100{--bg-opacity:1;background-color:#f7fafc;background-color:rgba(247,250,252,var(--bg-opacity))}.border-gray-200{--border-opacity:1;border-color:#edf2f7;border-color:rgba(237,242,247,var(--border-opacity))}.border-t{border-top-width:1px}.flex{display:flex}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.justify-center{justify-content:center}.font-semibold{font-weight:600}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.leading-7{line-height:1.75rem}.mx-auto{margin-left:auto;margin-right:auto}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.mt-4{margin-top:1rem}.ml-4{margin-left:1rem}.mt-8{margin-top:2rem}.ml-12{margin-left:3rem}.-mt-px{margin-top:-1px}.max-w-6xl{max-width:72rem}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.pt-8{padding-top:2rem}.fixed{position:fixed}.relative{position:relative}.top-0{top:0}.right-0{right:0}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-center{text-align:center}.text-gray-200{--text-opacity:1;color:#edf2f7;color:rgba(237,242,247,var(--text-opacity))}.text-gray-300{--text-opacity:1;color:#e2e8f0;color:rgba(226,232,240,var(--text-opacity))}.text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#a0aec0;color:rgba(160,174,192,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#718096;color:rgba(113,128,150,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#4a5568;color:rgba(74,85,104,var(--text-opacity))}.text-gray-900{--text-opacity:1;color:#1a202c;color:rgba(26,32,44,var(--text-opacity))}.underline{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-5{width:1.25rem}.w-8{width:2rem}.w-auto{width:auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:640px){.sm\:rounded-lg{border-radius:.5rem}.sm\:block{display:block}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:h-20{height:5rem}.sm\:ml-0{margin-left:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pt-0{padding-top:0}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (min-width:768px){.md\:border-t-0{border-top-width:0}.md\:border-l{border-left-width:1px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme:dark){.dark\:bg-gray-800{--bg-opacity:1;background-color:#2d3748;background-color:rgba(45,55,72,var(--bg-opacity))}.dark\:bg-gray-900{--bg-opacity:1;background-color:#1a202c;background-color:rgba(26,32,44,var(--bg-opacity))}.dark\:border-gray-700{--border-opacity:1;border-color:#4a5568;border-color:rgba(74,85,104,var(--border-opacity))}.dark\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.dark\:text-gray-400{--text-opacity:1;color:#cbd5e0;color:rgba(203,213,224,var(--text-opacity))}}/* ==========================================================================
    Nutrition Label
    via: https://getinkahoots.com/nutrition-facts-label/
============================================================================= */

.nutrition-label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 2px solid #000000;
  padding: 5px;
  line-height: 1.2;
  width: 260px;
}

.nutrition-label .nutrition-facts {
  font-family: "Arial Black", "Helvetica Black", "Arial-BoldMT";
  margin: 0 0 2px 0;
  padding-bottom: 2px;
  font-size: 28px;
  line-height: 1;
}

.nutrition-label .nutrition-header {
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.nutrition-label .nutrition-footer {
  display: flex;
  font-size: 10px;
  margin-top: 5px;
}

.nutrition-label .nutrition-footer .asteric {
  width: 13px;
}

.nutrition-label .nutrition-row {
  display: flex;
  padding: 2px 0;
}

.nutrition-label .nutrition-row > .nutrition-column {
  flex-grow: 1;
}

.nutrition-label .align-bottom {
  align-self: flex-end;
}

.nutrition-label .border-b-none {
  border-bottom: 0;
}

.nutrition-label .border-b {
  border-bottom: 1px solid #000000;
}

.nutrition-label .border-b-md {
  border-bottom: 6px solid #000000;
}

.nutrition-label .border-b-lg {
  border-bottom: 10px solid #000000;
}

.nutrition-label .border-t-sm {
  border-top: 1px solid #000000;
}

.nutrition-label .text-sm {
  font-size: 10px;
}

.nutrition-label .text-md {
  font-size: 16px;
}

.nutrition-label .text-bold {
  font-family: "Arial Black", "Helvetica Black", "Arial-BoldMT";
}

.nutrition-label .text-right {
  text-align: right;
}

.nutrition-label .text-indent {
  margin-left: 15px;
}

.nutrition-label .text-indent-md {
  margin-left: 30px;
}

.nutrition-label .calories {
  font-size: 25px;
  line-height: 1;
  font-family: "Arial Black", "Helvetica Black", "Arial-BoldMT";
}

.nutrition-label .calories.amount {
  font-size: 32px;
}

.nutrition-label.simplified-label .footnote {
  padding-bottom: 5px;
}

.page-product .breadcrumbs {
  margin: 0 0 12px;
  font-size: 0.95rem;
}

.page-product .breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.page-product .breadcrumbs li + li:before {
  content: "/";
  color: #7a7a7a;
  margin: 0 6px 0 2px;
}

.page-product .breadcrumbs a {
  text-decoration: none;
  color: #1f3a5f;
}

.page-product .breadcrumbs a:hover,
.page-product .breadcrumbs a:focus {
  text-decoration: underline;
}

.page-product .breadcrumbs li:last-child {
  color: #333;
  font-weight: 600;
}

.page-product img {
  height: 200px;
  display: block;
  margin: 0 auto;
}

.page-brand {
  padding-bottom: 60px;
}

.brand-hero {
  padding: 40px 0 30px;
  border-bottom: 1px solid rgba(16, 50, 74, 0.08);
}

.brand-hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-hero__content {
  max-width: 560px;
}

.brand-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(16, 50, 74, 0.6);
}

.brand-hero h1 {
  font-size: 2.6rem;
  margin: 8px 0 12px;
}

.brand-subtitle {
  font-size: 1.05rem;
  color: rgba(29, 27, 25, 0.7);
}

.brand-meta {
  margin-top: 10px;
  font-weight: 600;
  color: #10324a;
}

.brand-hero__logo {
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 20px 40px rgba(16, 50, 74, 0.1);
  border: 1px solid rgba(16, 50, 74, 0.08);
}

.brand-hero__logo img {
  display: block;
  width: 140px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-title {
  margin: 28px 0 18px;
  font-size: 1.4rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(16, 50, 74, 0.08);
  box-shadow: 0 16px 30px rgba(16, 50, 74, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(16, 50, 74, 0.14);
}

.product-card__thumb {
  height: 70px;
  width: 70px;
  border-radius: 16px;
  background: linear-gradient(140deg, #fef6e4, #f3d2c1);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  color: #10324a;
}

.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-card__name {
  font-weight: 600;
  font-size: 1.05rem;
}

.product-card__cta {
  font-size: 0.85rem;
  color: rgba(16, 50, 74, 0.7);
  font-weight: 600;
}

.brand-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.brand-related-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(16, 50, 74, 0.08);
  box-shadow: 0 16px 30px rgba(16, 50, 74, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.brand-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(16, 50, 74, 0.14);
}

.brand-related-card__name {
  font-weight: 600;
}

.brand-related-card__cta {
  font-size: 0.85rem;
  color: rgba(16, 50, 74, 0.7);
  font-weight: 600;
}

.compare-brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}

.compare-brand-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(16, 50, 74, 0.08);
  box-shadow: 0 16px 30px rgba(16, 50, 74, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compare-brand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(16, 50, 74, 0.14);
}

.compare-brand-card__thumb {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(140deg, #e8f6ff, #d4e9f7);
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #10324a;
}

.compare-brand-card__thumb img {
  display: block;
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

.compare-brand-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.compare-brand-card__name {
  font-weight: 600;
}

.compare-brand-card__cta {
  font-size: 0.85rem;
  color: rgba(16, 50, 74, 0.7);
  font-weight: 600;
}

.popularity-card {
  margin-top: 24px;
  padding: 16px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(31, 138, 112, 0.12), rgba(191, 227, 246, 0.35));
  border: 1px solid rgba(16, 50, 74, 0.08);
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .brand-hero__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-hero__logo img {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 600px) {
  .brand-hero h1 {
    font-size: 2.2rem;
  }

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

  .product-card__thumb {
    width: 100%;
    height: 90px;
  }
}

.page-brands .brands-list {
  display: flex;
  flex-wrap: wrap;
}

.page-brands .brands-list li {
  width: 33.3%;
}

.page-brands .brands-list li a {
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  align-items: center;
}

.page-brands .brands-list li img {
  display: block;
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .page-brands .brands-list li {
    width: 50%;
  }
}

.drink-card {
  border: 1px solid #f4f4f4;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.drink-card h4 {
  margin: 0 0 10px 0;
  font-size: 1.5em;
}

.drink-card p {
  margin: 0 0 10px;
}

.drink-card .brand-label {
  margin: 0 0 10px;
  background: #f4f4f4;
  padding: 5px 10px;
  font-size: 0.8em;
  display: inline-block;
}

.drink-card .nutrition-row {
  display: flex;
}

.drink-card .details {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  border: 2px solid #f4f4f4;
}

.drink-card .card-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.drink-card:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  margin: 30px 0;
  overflow-x: auto;
}

.comparison-grid > div {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.comparison-grid div:nth-child(2),
.comparison-grid div:nth-child(3) {
  font-weight: bold;
}

.comparison-grid div:nth-child(3n-1) {
  background: #f3f3f3;
}

.comparison-grid .comparison-image {
  text-align: center;
}

.comparison-grid .comparison-image img {
  height: 150px;
}

.comparison-grid .comparison-image img.is-logo {
  opacity: 0.5;
}

.category-grid td,
.category-grid th {
  padding: 10px;
}

.category-grid tr:nth-child(odd) {
  background: #eee;
}

.category-grid td {
  height: 80px;
}

.category-grid td img {
  max-width: 50px;
}

body {
  font-family: "Nunito";
}

ul {
  list-style: none;
  padding: 0;
}

p a {
  border-bottom: 1px solid;
  word-break: break-all;
}

.container {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

.card-grid {
  display: flex;
  flex-flow: wrap;
}

.card-grid li {
  flex-basis: 50%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .card-grid li {
    flex-basis: 100%;
  }
}

.home-hero {
  background: lightblue;
  overflow: hidden;
}

.home-hero .home-hero-content {
  width: 50%;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .home-hero .home-hero-content {
    width: 100%;
  }
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-nav nav > .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-nav nav > .nav-links > li {
  display: inline-block;
}

.header-nav nav > .nav-links > li > a {
  padding: 5px 20px;
}

@media screen and (max-width: 768px) {
  .header-nav nav {
    display: block;
  }

  .header-nav nav > .nav-links {
    justify-content: flex-end;
  }

  .header-nav nav > .nav-links > li:not(.nav-search) {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[x-cloak] {
  display: none !important;
}

.search-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 50, 74, 0.2);
  background: rgba(255, 255, 255, 0.8);
  color: var(--navy);
  font-weight: 600;
  cursor: pointer;
}

.search-trigger .search-shortcut {
  font-size: 0.75rem;
  color: rgba(16, 50, 74, 0.6);
  border: 1px solid rgba(16, 50, 74, 0.2);
  padding: 2px 6px;
  border-radius: 999px;
}

@media screen and (max-width: 768px) {
  .search-trigger {
    padding: 10px 16px;
  }

  .search-trigger .search-shortcut {
    display: none;
  }
}

.global-search-modal {
  position: fixed;
  inset: 0;
  background: rgba(16, 50, 74, 0.35);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 16px 16px;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .global-search-modal {
    padding-top: 80px;
  }
}

.global-search-panel {
  width: min(680px, 100%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(16, 50, 74, 0.1);
  box-shadow: 0 30px 70px rgba(16, 50, 74, 0.2);
  padding: 16px;
}

.global-search-panel input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 50, 74, 0.2);
  background: #fff;
  color: var(--navy);
  font-weight: 500;
}

.global-search-results {
  margin-top: 10px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(16, 50, 74, 0.1);
  box-shadow: 0 20px 45px rgba(16, 50, 74, 0.15);
  padding: 8px;
  z-index: 20;
}

.global-search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-search-results li {
  display: block;
  border-radius: 12px;
}

.global-search-results li.is-active {
  background: rgba(16, 50, 74, 0.08);
}

.global-search-results li a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  color: inherit;
}

.global-search-results .result-label {
  font-weight: 600;
}

.global-search-results .result-meta {
  font-size: 0.85rem;
  color: rgba(16, 50, 74, 0.6);
  white-space: nowrap;
}

.global-search-status {
  padding: 10px 12px;
  color: rgba(16, 50, 74, 0.7);
}

.filter {
  padding: 20px 0;
}

.filter ul li {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px;
  padding: 5px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.filter ul li.active {
  background: #ccc;
}

.compare-list {
  display: flex;
}

.compare-list li {
  margin: 10px 20px;
  border: 1px solid #c3c3c3;
  border-radius: 6px;
  text-align: center;
  width: 300px;
  max-width: 100%;
}

.compare-list li a {
  display: block;
  padding: 20px;
}

.compare-list li a span {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .compare-list {
    flex-direction: column;
  }
}

.compare-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.compare-tiles li {
  display: flex;
  border: 1px solid rgba(16, 50, 74, 0.15);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #f7f2ea);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.compare-tiles a {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  text-align: center;
  font-weight: 600;
  color: #1d1b19;
}

.compare-tiles .tile-brand {
  font-size: 0.95rem;
}

.compare-tiles .tile-flavor {
  font-size: 0.9rem;
  color: rgba(29, 27, 25, 0.7);
  font-weight: 500;
}

.compare-tiles li:nth-child(4n+1) {
  background: linear-gradient(145deg, #fef6e4, #f3d2c1);
}

.compare-tiles li:nth-child(4n+2) {
  background: linear-gradient(145deg, #e8f6ff, #d4e9f7);
}

.compare-tiles li:nth-child(4n+3) {
  background: linear-gradient(145deg, #e8f7f0, #c8eadb);
}

.compare-tiles li:nth-child(4n) {
  background: linear-gradient(145deg, #f4ecff, #e2d9f6);
}

.compare-tiles li:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(16, 50, 74, 0.15);
}

:root {
  --ink: #1d1b19;
  --cream: #f8f2e7;
  --navy: #10324a;
  --sky: #bfe3f6;
  --mint: #1f8a70;
  --citrus: #ff8a5b;
  --sand: #f1d6b8;
}

body {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background: #fff;
}

.page-home {
  background: linear-gradient(180deg, rgba(248, 242, 231, 0.6), white 25%);
  padding-bottom: 40px;
}

.page-home .home-hero {
  position: relative;
  background: radial-gradient(circle at top left, rgba(191, 227, 246, 0.8), transparent 55%), radial-gradient(circle at 85% 10%, rgba(255, 138, 91, 0.6), transparent 55%), linear-gradient(140deg, #fdf6ee 0%, #f6eee0 40%, #fdf8f1 100%);
  overflow: hidden;
  border-bottom: 1px solid rgba(16, 50, 74, 0.1);
}

.page-home .filter {
  padding: 0;
}

.page-home .filter ul li {
  border: 1px solid rgba(16, 50, 74, 0.2);
  border-radius: 999px;
  margin: 0 0 6px;
  padding: 8px 18px;
  font-weight: 600;
  background: #fff;
  transition: all 0.2s ease;
}

.page-home .filter ul li.active {
  background: var(--navy);
  color: #fff;
}

.page-home .card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.page-home .card-grid li {
  padding: 0;
  -webkit-animation: fade-up 0.4s ease both;
          animation: fade-up 0.4s ease both;
}

.page-home .card-grid li:nth-child(odd) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}

.page-home .card-grid li:nth-child(even) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}

.page-home .drink-card {
  border-radius: 18px;
  border: 1px solid rgba(16, 50, 74, 0.08);
  box-shadow: 0 18px 40px rgba(16, 50, 74, 0.12);
}

.page-home .drink-card .brand-label {
  background: rgba(16, 50, 74, 0.08);
  border-radius: 999px;
}

.page-home .hero-copy,
.page-home .hero-panel-card {
  -webkit-animation: fade-up 0.6s ease both;
          animation: fade-up 0.6s ease both;
}

.page-home .hero-panel-card.secondary {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}

.hero-shape {
  position: absolute;
  border-radius: 999px;
  filter: blur(0);
  opacity: 0.6;
  pointer-events: none;
}

.hero-shape-one {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(31, 138, 112, 0.5), transparent 70%);
  top: -220px;
  right: 10%;
}

.hero-shape-two {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 138, 91, 0.5), transparent 70%);
  bottom: -180px;
  left: -80px;
}

.header-nav h1 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 1.8rem;
  margin: 0;
}

.header-nav nav > .nav-links > li > a {
  padding: 6px 18px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
}

.header-nav nav > .nav-links > li > a:hover {
  background: rgba(16, 50, 74, 0.08);
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  padding: 50px 0 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-copy h2 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 2.8rem;
  line-height: 1.1;
  margin: 12px 0 16px;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--navy);
  margin: 0;
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 0 24px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.button.primary {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 10px 24px rgba(16, 50, 74, 0.2);
}

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

.button.ghost {
  border-color: rgba(16, 50, 74, 0.2);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.6);
}

.button.dark {
  background: var(--ink);
  color: #fff;
}

.hero-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.85rem;
}

.hero-tags span {
  background: rgba(16, 50, 74, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
}

.hero-panel {
  display: grid;
  gap: 16px;
}

.hero-panel-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(16, 50, 74, 0.12);
  border: 1px solid rgba(16, 50, 74, 0.08);
}

.hero-panel-card.secondary {
  background: var(--navy);
  color: #fff;
}

.hero-panel-card h3 {
  margin: 0 0 10px;
}

.hero-panel-title {
  margin: 0 0 12px;
  font-weight: 600;
}

.hero-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.hero-panel-grid .label {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(16, 50, 74, 0.6);
}

.hero-panel-grid .value {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}

.hero-panel-card.secondary .button.dark {
  width: 100%;
  background: #fff;
  color: var(--navy);
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0 10px;
}

.section-header h3 {
  font-family: "Fraunces", "Times New Roman", serif;
  font-size: 1.8rem;
  margin: 0 0 8px;
}

.section-header p {
  margin: 0;
  color: rgba(29, 27, 25, 0.7);
}

.performance-note {
  color: rgba(29, 27, 25, 0.6);
  font-size: 0.85rem;
  padding-bottom: 20px;
}

@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

@media screen and (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 40px 0 60px;
  }

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

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

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

