:root {
  --bg: #0a0907;
  --bg-2: #14110a;
  --panel: rgba(255, 216, 106, 0.06);
  --panel-2: rgba(255, 216, 106, 0.08);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.68);
  --faint: rgba(255, 255, 255, 0.46);
  --gold: #ffd86a;
  --gold-2: #ffedac;
  --ring: rgba(255, 216, 106, 0.35);
  --border: rgba(255, 216, 106, 0.2);
  --shadow: 0 22px 65px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1120px;
  --serif: "Noto Serif SC", ui-serif, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji",
    "Segoe UI Emoji";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(1200px 600px at 15% 0%, rgba(255, 216, 106, 0.12), transparent 55%),
    radial-gradient(900px 520px at 80% 10%, rgba(141, 215, 255, 0.09), transparent 55%),
    radial-gradient(1000px 520px at 80% 110%, rgba(255, 216, 106, 0.06), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

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

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

button {
  font: inherit;
  color: inherit;
}

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

.skip-link {
  position: absolute;
  inset: 16px auto auto 16px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 10px 14px;
  transform: translateY(-120%);
  transition: transform 180ms ease;
  z-index: 1000;
}
.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  backdrop-filter: blur(14px);
  background: rgba(10, 10, 14, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-logo {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-title {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-sub {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
}

.nav {
  display: flex;
  align-items: center;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-link {
  font-size: 14px;
  color: var(--muted);
  padding: 10px 10px;
  border-radius: 999px;
  transition: background 160ms ease, color 160ms ease;
}
.nav-link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}
.nav-link.is-active {
  color: var(--text);
  background: rgba(255, 216, 106, 0.14);
  border: 1px solid rgba(255, 216, 106, 0.22);
}

.nav-cta {
  color: #111;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 14px 35px rgba(255, 216, 106, 0.14);
}
.nav-cta:hover {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #111;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.nav-toggle-bars {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.86);
  margin: 0 auto;
  border-radius: 99px;
  box-shadow: 0 -6px 0 rgba(255, 255, 255, 0.72), 0 6px 0 rgba(255, 255, 255, 0.72);
}

.hero {
  position: relative;
  padding: 96px 0 54px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 500px at 20% 35%, rgba(255, 216, 106, 0.14), transparent 60%),
    radial-gradient(800px 520px at 70% 45%, rgba(106, 210, 255, 0.12), transparent 65%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), transparent 35%),
    url("./assets/images/hero.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.72;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 11, 15, 0.1) 0%, rgba(11, 11, 15, 0.7) 55%, rgba(11, 11, 15, 1) 100%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: start;
}

.hero-content {
  padding-top: 10px;
}

.hero-kicker {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 12px;
}

.hero-title {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.12;
  font-size: clamp(34px, 3.2vw, 52px);
  margin: 0 0 14px;
}

.hero-lead {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.84);
  margin: 0 0 20px;
  font-size: 16px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
  user-select: none;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}

.btn:focus-visible {
  outline: 2px solid rgba(255, 216, 106, 0.55);
  outline-offset: 3px;
}

.btn-primary {
  color: #141414;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow: 0 18px 45px rgba(255, 216, 106, 0.18);
  border-color: rgba(255, 255, 255, 0.24);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}
.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-small {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

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

.metric {
  background: rgba(0, 0, 0, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 14px 14px;
}

.metric-value {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 18px;
}

.metric-label {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.hero-card {
  background: rgba(0, 0, 0, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 18px 18px;
  box-shadow: var(--shadow);
}

.hero-card-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  gap: 10px;
}

.checklist li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.84);
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, #fff, var(--gold) 55%, rgba(0, 0, 0, 0) 75%);
  box-shadow: 0 0 0 4px rgba(255, 216, 106, 0.12);
}

.link {
  display: inline-block;
  color: var(--gold-2);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section {
  padding: 70px 0;
}

.section-alt {
  background: radial-gradient(900px 520px at 15% 10%, rgba(255, 216, 106, 0.12), transparent 60%),
    radial-gradient(900px 520px at 85% 35%, rgba(255, 216, 106, 0.08), transparent 62%),
    rgba(255, 216, 106, 0.02);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.section-title {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
}

.section-desc {
  margin: 0;
  color: var(--muted);
  max-width: 76ch;
}

.grid {
  display: grid;
  gap: 14px;
}

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

.card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px;
  box-shadow: var(--shadow-soft);
}

.card-title {
  margin: 0 0 10px;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}

.chip {
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.84);
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease;
}
.chip:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}
.chip.is-active {
  background: rgba(255, 216, 106, 0.14);
  border-color: rgba(255, 216, 106, 0.22);
  color: var(--text);
}

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

.variety {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: grid;
  grid-template-rows: 170px 1fr;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.variety:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 106, 0.22);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
}

.variety:focus-within {
  transform: translateY(-2px);
  border-color: rgba(255, 216, 106, 0.22);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.32);
}

.variety-media {
  background: rgba(0, 0, 0, 0.32);
}

.variety-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.05) contrast(1.05);
  transition: transform 220ms ease, filter 220ms ease;
}

.variety:hover .variety-media img {
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.08);
}

.variety-body {
  padding: 16px 16px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.variety-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.variety-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.btn-detail::after {
  content: "→";
  opacity: 0.85;
  transition: transform 140ms ease, opacity 140ms ease;
}

.btn-detail:hover::after {
  transform: translateX(2px);
  opacity: 1;
}

.timeline {
  display: grid;
  gap: 12px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 216, 106, 0.2), rgba(255, 255, 255, 0.06));
}

.timeline-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  margin-left: 7px;
  margin-top: 8px;
  background: radial-gradient(circle at 35% 35%, #fff, var(--gold) 62%, rgba(0, 0, 0, 0) 72%);
  box-shadow: 0 0 0 5px rgba(255, 216, 106, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.timeline-body {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 16px 16px;
}

.timeline-title {
  margin: 0 0 8px;
  font-weight: 650;
}

.timeline-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

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

.aroma-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 18px 18px;
  box-shadow: var(--shadow-soft);
}

.aroma-title {
  margin: 0 0 10px;
  font-weight: 650;
}

.aroma-text {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
}

.aroma-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.aroma-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 216, 106, 0.2), rgba(255, 216, 106, 0.9));
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(255, 216, 106, 0.06);
}

.panel {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px;
  box-shadow: var(--shadow-soft);
}

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

.steps {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
}

.step-title {
  font-weight: 650;
}

.step-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  margin-top: 4px;
}

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

.pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 12px 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.note {
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 216, 106, 0.18);
  background: rgba(255, 216, 106, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
}

.masonry {
  columns: 3;
  column-gap: 14px;
}

.masonry-item {
  break-inside: avoid;
  margin: 0 0 14px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: var(--shadow-soft);
}

.masonry-item img {
  width: 100%;
  height: auto;
  cursor: zoom-in;
  transition: transform 220ms ease, filter 220ms ease;
  filter: saturate(1.06) contrast(1.05);
}
.masonry-item img:hover {
  transform: scale(1.02);
}

.cta {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 18px;
  background: radial-gradient(900px 520px at 20% 10%, rgba(255, 216, 106, 0.12), transparent 60%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 20px 20px;
  box-shadow: var(--shadow-soft);
}

.cta-title {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 26px;
}

.cta-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.cta-actions {
  display: grid;
  gap: 10px;
  align-content: center;
}

.visit-location {
  margin-top: 18px;
}

.visit-map {
  margin-top: 14px;
  height: 340px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.32);
}

.visit-meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px 0 34px;
  background: rgba(0, 0, 0, 0.2);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
}

.footer-brand {
  font-family: var(--serif);
  font-weight: 700;
}

.footer-note {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.footer-right {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-link {
  color: var(--muted);
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.footer-link:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.footer-bottom {
  margin-top: 16px;
  color: var(--faint);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.dot {
  opacity: 0.55;
}

.modal {
  width: min(720px, calc(100% - 26px));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 0;
  background: rgba(12, 12, 18, 0.9);
  backdrop-filter: blur(12px);
  color: var(--text);
  box-shadow: var(--shadow);
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
}

.modal-body {
  padding: 18px 18px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.modal-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
}

.modal-close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.modal-content p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.84);
}

.bullets {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
  display: grid;
  gap: 6px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 999;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-img {
  max-width: min(1080px, 100%);
  max-height: min(82vh, 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.btn-back {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.detail-hero {
  padding-top: 44px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: start;
}

.detail-media {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.detail-cover {
  width: 100%;
  height: min(460px, 62vh);
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.detail-body {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 18px 18px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 12px;
}

.detail-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.12;
  font-size: clamp(28px, 2.2vw, 40px);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 216, 106, 0.2);
  background: rgba(255, 216, 106, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
}

.detail-excerpt {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.detail-rich {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 18px 18px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 14px;
}

.detail-intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

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

.detail-figure {
  margin: 0;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
}

.detail-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.detail-cap {
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.detail-empty {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  padding: 22px 18px;
  box-shadow: var(--shadow-soft);
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-card {
    max-width: 560px;
  }
  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-2 {
    grid-template-columns: 1fr;
  }
  .aroma-grid {
    grid-template-columns: 1fr;
  }
  .masonry {
    columns: 2;
  }
  .cta {
    grid-template-columns: 1fr;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .detail-cover {
    height: 380px;
  }
  .detail-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero {
    padding: 78px 0 46px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-panel {
    position: absolute;
    top: 64px;
    right: 0;
    width: min(360px, calc(100vw - 40px));
    background: rgba(10, 10, 14, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 10px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    box-shadow: var(--shadow);
  }
  .nav-panel.is-open {
    display: flex;
  }
  .nav-link {
    padding: 12px 12px;
  }
  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cards {
    grid-template-columns: 1fr;
  }
  .masonry {
    columns: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn,
  .chip,
  .nav-link,
  .variety,
  .masonry-item img {
    transition: none;
  }
}
