﻿/*
Theme Name: Highlands Voucher
Theme URI: https://example.com/highland-voucher
Author: Codex
Description: Simple but bold voucher landing theme for Highlands Coffee affiliate pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: highland-voucher
*/

:root {
  --hc-red: #b3282d;
  --hc-red-deep: #aa1516;
  --hc-brown: #2d150c;
  --hc-brown-soft: #513529;
  --hc-gold: #ce996f;
  --hc-cream: #f9f8ef;
  --hc-sand: #e9dccb;
  --hc-ink: #241812;
  --hc-muted: #6c5448;
  --radius-lg: 24px;
  --radius-md: 14px;
  --shadow-soft: 0 14px 36px rgba(45, 21, 12, 0.18);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--hc-ink);
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
  background: var(--hc-cream);
  min-height: 100vh;
}

body::before {
  display: none;
}

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

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 22px 22px;
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 18px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 20;
  overflow: visible;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #b2292e;
  border-bottom: 1px solid rgba(206, 153, 111, 0.52);
  z-index: -1;
  pointer-events: none;
}

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

.brand-logo {
  width: 104px;
  height: auto;
  display: block;
  border-radius: 7px;
  border: none;
}

.brand-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff4dd;
  line-height: 1;
  letter-spacing: 0.35px;
}

.site-nav {
  font-size: 14px;
  color: rgba(255, 244, 221, 0.86);
}

.site-nav .menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 5px;
  border-radius: 999px;
}

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

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 12px;
  border: 1px solid rgba(255, 239, 214, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff8eb;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.12);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
  color: #9d2327;
  border-color: #fff7ec;
  background: #fff7ec;
  transform: translateY(-1px);
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav .current-menu-ancestor > a {
  color: #9d2327;
  border-color: #fff7ec;
  background: #fff3df;
}

.site-nav a:focus-visible {
  outline: 2px solid rgba(255, 245, 224, 0.95);
  outline-offset: 1px;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff9ee;
  background: linear-gradient(130deg, #c3343b 0%, var(--hc-red-deep) 100%);
  border-color: rgba(206, 153, 111, 0.65);
  box-shadow: 0 10px 22px rgba(126, 14, 17, 0.34);
}

.btn-top {
  position: relative;
  isolation: isolate;
  color: #6b1a0f;
  background: linear-gradient(140deg, #fff2c8 0%, #ffd478 46%, #ffbc44 100%);
  border-color: #fff8ea;
  box-shadow: 0 14px 28px rgba(80, 20, 10, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-weight: 900;
  letter-spacing: 0.35px;
  text-align: center;
  text-transform: uppercase;
  min-height: 44px;
  padding: 10px 20px;
  gap: 7px;
  animation: header-cta-pulse 2.4s ease-in-out infinite;
}

.btn-top::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 226, 152, 0.75) 0%, rgba(255, 226, 152, 0) 72%);
  z-index: -1;
  opacity: 0.72;
  filter: blur(8px);
  pointer-events: none;
  animation: header-cta-glow 2.4s ease-in-out infinite;
}

.btn-top::after {
  content: "\2192";
  margin-left: 1px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.2s ease;
}

.btn-top:hover {
  background: linear-gradient(140deg, #fff6dd 0%, #ffdd92 45%, #ffbe47 100%);
  box-shadow: 0 18px 34px rgba(80, 20, 10, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  transform: translateY(-2px) scale(1.02);
  animation-play-state: paused;
}

.btn-top:hover::after {
  transform: translateX(2px);
}

.btn-top:focus-visible {
  outline: 2px solid #fff9ef;
  outline-offset: 2px;
}

.btn-secondary {
  color: var(--hc-red-deep);
  background: #fff9ee;
  border: 1px solid rgba(170, 21, 22, 0.24);
}

.site-main {
  padding-top: 28px;
}

.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.hero-card,
.hero-highlight {
  border-radius: var(--radius-lg);
  padding: 34px;
  border: 1px solid rgba(81, 53, 41, 0.16);
  box-shadow: var(--shadow-soft);
}

.hero-card {
  background:
    linear-gradient(180deg, rgba(255, 251, 242, 0.98), rgba(249, 242, 230, 0.98)),
    radial-gradient(circle at top right, rgba(206, 153, 111, 0.24), transparent 42%);
  position: relative;
  overflow: hidden;
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, #d64a50 0%, var(--hc-red-deep) 100%);
}

.hero h1 {
  margin: 12px 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 5.4vw, 66px);
  line-height: 0.98;
  color: var(--hc-brown);
}

.eyebrow {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(170, 21, 22, 0.1);
  color: var(--hc-red-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.hero p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: var(--hc-muted);
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-stats {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hero-stat {
  padding: 12px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(206, 153, 111, 0.36);
  background: rgba(255, 252, 246, 0.86);
}

.hero-stat strong {
  display: block;
  font-size: 24px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--hc-red-deep);
}

.hero-stat span {
  color: var(--hc-muted);
  font-size: 13px;
}

.hero-highlight {
  background:
    radial-gradient(circle at top right, rgba(223, 157, 109, 0.35) 0, transparent 48%),
    linear-gradient(165deg, #611217 0%, #3c0f12 100%);
  border-color: rgba(206, 153, 111, 0.44);
  color: #fff2dc;
  display: grid;
  gap: 16px;
}

.hero-highlight h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  line-height: 1.05;
  color: #fff7ec;
}

.hero-highlight ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 242, 220, 0.92);
  line-height: 1.7;
}

.hero-highlight li::marker {
  color: var(--hc-gold);
}

.notice {
  background: rgba(206, 153, 111, 0.18);
  border: 1px solid rgba(206, 153, 111, 0.5);
  color: #ffedd5;
  border-radius: var(--radius-md);
  padding: 12px;
  font-weight: 600;
}

.section {
  margin-top: 36px;
}

.section-title {
  margin: 0 0 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1;
  color: var(--hc-red-deep);
}

.section-subtitle {
  margin: 0;
  color: var(--hc-muted);
  max-width: 700px;
}

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

.voucher-card {
  border-radius: var(--radius-md);
  border: 1px solid rgba(81, 53, 41, 0.2);
  background: #fffdf8;
  padding: 22px;
  display: grid;
  gap: 10px;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(12px);
  animation: card-in 0.55s ease forwards;
}

.voucher-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #d84a50 0%, var(--hc-red-deep) 100%);
}

.voucher-card:hover {
  transform: translateY(-3px);
}

.voucher-card:nth-child(2) {
  animation-delay: 0.08s;
}

.voucher-card:nth-child(3) {
  animation-delay: 0.16s;
}

.voucher-tag {
  margin: 0;
  font-weight: 700;
  color: var(--hc-red-deep);
  font-size: 12px;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.voucher-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
}

.voucher-price {
  margin: 0;
  font-size: 32px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  color: var(--hc-brown);
}

.voucher-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--hc-muted);
  line-height: 1.6;
}

.voucher-card ul li::marker {
  color: var(--hc-red);
}

.voucher-card .btn {
  margin-top: 8px;
}

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

.step {
  background: rgba(255, 252, 246, 0.95);
  border: 1px solid rgba(81, 53, 41, 0.18);
  border-radius: var(--radius-md);
  padding: 20px;
}

.step-index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #cc4449 0%, var(--hc-red-deep) 100%);
  border: 1px solid rgba(206, 153, 111, 0.5);
}

.step h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}

.step p {
  margin: 0;
  color: var(--hc-muted);
  line-height: 1.6;
}

.cta-panel {
  margin-top: 36px;
  border-radius: var(--radius-lg);
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(223, 157, 109, 0.35) 0, transparent 42%),
    linear-gradient(150deg, #681419 0%, #480f14 100%);
  border: 1px solid rgba(206, 153, 111, 0.46);
  box-shadow: var(--shadow-soft);
}

.cta-panel h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 1;
  color: #fff6e7;
}

.cta-panel p {
  margin: 10px 0 0;
  color: rgba(255, 240, 216, 0.9);
}

.voucher-form {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}

.voucher-form input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(206, 153, 111, 0.65);
  padding: 12px 16px;
  font-size: 15px;
  font-family: inherit;
  color: var(--hc-brown);
  background: #fffdf7;
}

.voucher-form input:focus {
  outline: 2px solid rgba(206, 153, 111, 0.55);
  outline-offset: 1px;
}

.form-note {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 240, 216, 0.82);
}


.site-footer {
  margin-top: 34px;
  padding: 20px;
  position: relative;
  overflow: visible;
  text-align: center;
  color: rgba(255, 243, 223, 0.9);
  font-size: 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #b2292e;
  border-top: 1px solid rgba(206, 153, 111, 0.52);
  z-index: -1;
  pointer-events: none;
}

.site-footer-content {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #fff6e8;
}

.site-footer-desc,
.site-footer-note,
.site-footer-copy {
  margin: 0;
  line-height: 1.6;
}

.site-footer-note {
  font-size: 13px;
  color: rgba(255, 243, 223, 0.82);
}

.site-footer-copy {
  margin-top: 2px;
  font-weight: 700;
  color: #ffe4b8;
}

.landing-page {
  display: flex;
  justify-content: center;
  padding: 8px 0 24px;
}

.landing-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(180, 80, 0, 0.22);
  max-width: 480px;
  width: 100%;
  overflow: hidden;
}

.landing-header {
  background: #b2292e;
  padding: 32px 28px 24px;
  text-align: center;
  color: #fff;
}

.landing-header img {
  margin-bottom: 14px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  width: 160px;
  height: auto;
}

.landing-header h1 {
  font-size: clamp(24px, 5vw, 26px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.landing-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 13px;
  padding: 4px 14px;
  margin-top: 12px;
}

.landing-body {
  padding: 28px 28px 32px;
}

.landing-live-counter {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #f3d89f;
  background: linear-gradient(135deg, #fff9e6 0%, #ffeec2 55%, #ffe3a2 100%);
  box-shadow: 0 8px 18px rgba(178, 41, 46, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #7a2b00;
}

.landing-live-icon {
  font-size: 18px;
  line-height: 1;
  animation: live-counter-pop 1.8s ease-in-out infinite;
}

#liveCounter {
  display: inline-block;
  min-width: 58px;
  margin-right: 3px;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  color: #b2292e;
}

.landing-countdown {
  margin: 0 0 18px;
  padding: 12px 12px 14px;
  border-radius: 14px;
  border: 1px solid #f1d2aa;
  background: linear-gradient(140deg, #fff8ed 0%, #ffe9cb 100%);
  box-shadow: 0 8px 20px rgba(114, 41, 13, 0.1);
}

.landing-countdown-label {
  margin: 0 0 10px;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  color: #8f290f;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}

.landing-countdown-clock {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.landing-countdown-segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border-radius: 10px;
  border: 1px solid rgba(186, 71, 29, 0.2);
  background: #fffdf8;
}

.landing-countdown-segment span {
  display: block;
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
  color: #b2292e;
}

.landing-countdown-segment small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #6d3520;
  text-transform: uppercase;
}

.live-notify {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  align-items: center;
  gap: 8px;
  max-width: 360px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid #f2cb94;
  background: linear-gradient(140deg, #fffaf0 0%, #ffe6bf 100%);
  box-shadow: 0 14px 30px rgba(54, 24, 9, 0.26);
  color: #5d2c17;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  z-index: 9998;
  animation: live-notify-in 0.35s ease;
}

.live-notify-dot {
  flex-shrink: 0;
  color: #d6402f;
  font-size: 15px;
  line-height: 1;
  animation: live-counter-pop 1.5s ease-in-out infinite;
}

#notifyText {
  display: block;
}

.voucher-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(20, 8, 5, 0.68);
  backdrop-filter: blur(3px);
}

.voucher-popup-card {
  position: relative;
  width: 100%;
  max-width: 430px;
  border-radius: 16px;
  border: 1px solid #f1c78f;
  background:
    radial-gradient(circle at top right, rgba(255, 197, 119, 0.36) 0, rgba(255, 197, 119, 0) 45%),
    linear-gradient(150deg, #fffaf2 0%, #ffe9cb 100%);
  box-shadow: 0 24px 46px rgba(23, 9, 6, 0.42);
  text-align: center;
  padding: 28px 24px 20px;
  animation: voucher-popup-in 0.28s ease;
}

.voucher-popup-kicker {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 5px 12px;
  background: rgba(178, 41, 46, 0.13);
  color: #a02526;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.voucher-popup-card h2 {
  margin: 0;
  font-size: clamp(28px, 6vw, 34px);
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #5f1f14;
  line-height: 1.06;
}

.voucher-popup-text {
  margin: 12px auto 18px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.62;
  color: #6b3d2b;
}

.voucher-popup-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  padding: 14px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 244, 221, 0.88);
  background: linear-gradient(135deg, #cf2c33 0%, #9e171a 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.35px;
  box-shadow: 0 12px 26px rgba(140, 19, 20, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.voucher-popup-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(140, 19, 20, 0.42);
}

.voucher-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #8e4a33;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(35, 11, 5, 0.18);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.voucher-popup-close:hover {
  background: #fff;
  color: #6e2c1a;
  transform: translateY(-1px);
}

.voucher-popup-close:focus-visible {
  outline: 2px solid #8e1f1f;
  outline-offset: 2px;
}

.landing-steps-title {
  font-size: 15px;
  font-weight: 700;
  color: #c8360a;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.landing-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 0 28px;
  padding: 0;
}

.landing-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.landing-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #c8360a;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-step-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 6px;
}

.landing-step-text strong {
  color: #c8360a;
}

.landing-food {
  margin: 6px 0 22px;
}

.landing-food-head h2 {
  margin: 0;
  font-size: 20px;
  color: #8f290f;
}

.landing-food-head p {
  margin: 7px 0 12px;
  color: #6f5a4b;
  font-size: 14px;
  line-height: 1.5;
}

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

.landing-food-card {
  border: 1px solid #eedfce;
  border-radius: 12px;
  background: #fffaf4;
  overflow: hidden;
}

.landing-food-card a {
  display: block;
}

.landing-food-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}

.landing-food-card h3 {
  margin: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #2f1c11;
}

.landing-cta {
  display: block;
  background: linear-gradient(135deg, #b2292e 0%, #e8380a 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: clamp(18px, 5vw, 22px);
  font-weight: 900;
  padding: 20px 28px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(178, 41, 46, 0.45);
  transition: box-shadow 0.2s, transform 0.1s;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.landing-cta:hover {
  box-shadow: 0 10px 28px rgba(178, 41, 46, 0.55);
  transform: translateY(-2px);
}

.landing-cta:active {
  transform: scale(0.97);
  box-shadow: none;
}

.landing-cta-sub {
  text-align: center;
  font-size: 13px;
  color: #888;
  margin: 12px 0 0;
}

.landing-divider {
  border: none;
  border-top: 1px solid #f0e8e0;
  margin: 24px 0;
}

.landing-featured {
  margin-top: 2px;
}

.landing-featured-head h2 {
  margin: 0;
  font-size: 20px;
  color: #8f290f;
}

.landing-featured-head p {
  margin: 8px 0 14px;
  font-size: 14px;
  color: #6f5a4b;
  line-height: 1.5;
}

.featured-post-list {
  display: grid;
  gap: 12px;
}

.featured-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eedfce;
  border-radius: 14px;
  padding: 14px;
  background: #fffaf4;
  box-shadow: 0 6px 18px rgba(128, 56, 16, 0.08);
}

.featured-post-thumb {
  display: block;
  margin-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #f7ebdd;
}

.featured-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.28s ease;
}

.featured-post-card:hover .featured-post-thumb img {
  transform: scale(1.03);
}

.featured-post-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
}

.featured-post-card:not(.all-posts-card) .featured-post-content {
  padding-top: 12px;
}

.featured-post-meta {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #b15f3e;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

.featured-post-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #2f1c11;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-post-card h3 a {
  color: inherit;
}

.featured-post-card h3 a:hover {
  color: #b2292e;
}

.featured-post-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5f4d41;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-post-link {
  display: inline-flex;
  margin-top: auto;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  color: #b2292e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.featured-empty {
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff3eb;
  border: 1px solid #f2ddcc;
  color: #6e5140;
  font-size: 14px;
}

.landing-faq {
  margin-top: 24px;
}

.landing-faq h2 {
  margin: 0;
  font-size: 20px;
  color: #8f290f;
}

.landing-faq-intro {
  margin: 8px 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #6f5a4b;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid #eedfce;
  border-radius: 12px;
  background: #fffaf4;
  padding: 0 14px;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 700;
  color: #2e1d12;
  line-height: 1.4;
  padding: 12px 0;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: #b2292e;
  font-weight: 500;
}

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

.faq-item p {
  margin: 0 0 12px;
  font-size: 14px;
  color: #5f4d41;
  line-height: 1.6;
}

.menu-page {
  max-width: 1080px;
  margin: 8px auto 24px;
}

.menu-page-head {
  margin-bottom: 16px;
}

.menu-kicker {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(178, 41, 46, 0.12);
  color: #8f290f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.menu-page-head h1 {
  margin: 12px 0 6px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.02;
  color: var(--hc-brown);
}

.menu-page-head p {
  margin: 0;
  max-width: 820px;
  color: #6f5a4b;
  font-size: 15px;
  line-height: 1.6;
}

.menu-page-head p a {
  color: #8f290f;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.menu-card {
  border: 1px solid #ead6c1;
  border-radius: 16px;
  background: #fffaf4;
  box-shadow: 0 8px 22px rgba(130, 57, 21, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.menu-card-image {
  display: block;
  background: #f7ebdc;
}

.menu-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.menu-card-body {
  padding: 14px;
  display: grid;
  gap: 8px;
}

.menu-card-body h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #2f1c11;
}

.menu-card-body h2 a {
  color: inherit;
}

.menu-card-body h2 a:hover {
  color: #b2292e;
}

.menu-card-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5f4d41;
}

.menu-card-link {
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  color: #b2292e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.all-posts-page {
  max-width: 1100px;
  margin: 10px auto 28px;
}

.all-posts-head {
  position: relative;
  margin-bottom: 20px;
  padding: 26px 24px 22px;
  border-radius: 18px;
  border: 1px solid #efddc8;
  background:
    radial-gradient(circle at top right, rgba(255, 198, 125, 0.34) 0, rgba(255, 198, 125, 0) 46%),
    linear-gradient(145deg, #fffdf8 0%, #fff2df 100%);
  box-shadow: 0 16px 34px rgba(75, 31, 12, 0.12);
  overflow: hidden;
}

.all-posts-head::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(178, 41, 46, 0.08);
  pointer-events: none;
}

.all-posts-head h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.03;
  color: var(--hc-brown);
}

.all-posts-head p {
  margin: 8px 0 0;
  max-width: 760px;
  color: #644b3c;
  font-size: 15px;
  line-height: 1.6;
}

.all-posts-meta-strip {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.all-posts-meta-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #e8c9a5;
  background: rgba(255, 246, 234, 0.92);
  color: #7b2e20;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.all-posts-meta-strip span:first-child {
  background: linear-gradient(135deg, #ffd794 0%, #fdb960 100%);
  border-color: #e9ac56;
  color: #59210f;
}

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

.all-posts-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ecd9c4;
  background: linear-gradient(180deg, #fffdf9 0%, #fff6e9 100%);
  box-shadow: 0 12px 24px rgba(63, 27, 11, 0.11);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.all-posts-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(63, 27, 11, 0.16);
}

.all-posts-thumb {
  margin-bottom: 0;
  aspect-ratio: 16 / 9;
  background: #f7ebdd;
}

.all-posts-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.all-posts-card:hover .all-posts-thumb img {
  transform: scale(1.04);
}

.all-posts-card-body {
  padding: 14px 14px 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
}

.all-posts-card .featured-post-meta {
  margin: 0;
}

.all-posts-title {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
  color: #2f1c11;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.all-posts-title a {
  color: inherit;
}

.all-posts-title a:hover {
  color: #b2292e;
}

.all-posts-card .featured-post-excerpt {
  margin: 0;
  -webkit-line-clamp: 3;
}

.all-posts-card .featured-post-link {
  margin-top: auto;
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid #f0c9a7;
  background: #fff2e1;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.all-posts-card .featured-post-link:hover {
  border-color: #b2292e;
  background: #fff8ef;
}

.all-posts-pagination {
  margin-top: 22px;
}

.all-posts-pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.all-posts-pagination a,
.all-posts-pagination span {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #ead6c1;
  background: #fff7ef;
  color: #7a3221;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
}

.all-posts-pagination .current {
  background: #b2292e;
  color: #fff;
  border-color: #b2292e;
}

.all-posts-pagination a:hover {
  border-color: #b2292e;
  color: #b2292e;
}

.single-wrap {
  margin-top: 36px;
}

.single-card {
  max-width: 920px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(81, 53, 41, 0.2);
  background: linear-gradient(180deg, #fffefb 0%, #fff9f0 100%);
  box-shadow: var(--shadow-soft);
  padding: 30px;
}

.single-head {
  margin-bottom: 18px;
}

.single-meta {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(179, 40, 45, 0.1);
  color: var(--hc-red-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.single-meta-dot {
  color: rgba(170, 21, 22, 0.55);
}

.single-title {
  margin: 16px 0 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 66px);
  line-height: 0.95;
  color: var(--hc-brown);
}

.single-desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: var(--hc-muted);
  max-width: 780px;
}

.single-media {
  margin: 20px 0 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid rgba(81, 53, 41, 0.2);
  background: #f4eadf;
}

.single-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.01);
}

.single-media--placeholder {
  min-height: 260px;
  background:
    radial-gradient(circle at 20% 20%, rgba(206, 153, 111, 0.45) 0, rgba(206, 153, 111, 0) 34%),
    radial-gradient(circle at 82% 35%, rgba(179, 40, 45, 0.35) 0, rgba(179, 40, 45, 0) 36%),
    linear-gradient(140deg, #f8ebdd 0%, #f2e0ce 100%);
}

.promo-highlight {
  margin-top: 22px;
}

.promo-highlight.promo-highlight--cta {
  width: 100%;
  min-height: 62px;
  padding: 14px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 246, 227, 0.9);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 246, 225, 0.42) 0%, rgba(255, 246, 225, 0) 48%),
    linear-gradient(130deg, #d9323a 0%, #b31d22 54%, #8d151a 100%);
  color: #fffaf0;
  font-size: clamp(16px, 2.7vw, 19px);
  font-weight: 900;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 16px 30px rgba(110, 16, 18, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.promo-highlight.promo-highlight--cta::after {
  content: " ->";
  font-size: 17px;
  margin-left: 6px;
}

.promo-highlight.promo-highlight--cta:hover {
  transform: translateY(-2px) scale(1.01);
  filter: saturate(1.06);
  box-shadow: 0 20px 36px rgba(110, 16, 18, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.promo-highlight.promo-highlight--cta:focus-visible {
  outline: 2px solid rgba(184, 33, 36, 0.32);
  outline-offset: 3px;
}

.single-content {
  margin-top: 24px;
  color: var(--hc-ink);
  font-size: 17px;
  line-height: 1.78;
}

.single-content > :first-child {
  margin-top: 0;
}

.single-content h2,
.single-content h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.04;
  color: var(--hc-brown);
}

.single-content h2 {
  font-size: clamp(30px, 3.6vw, 44px);
}

.single-content h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.single-content p,
.single-content li {
  color: var(--hc-ink);
}

.single-content ul,
.single-content ol {
  padding-left: 20px;
}

.single-content li::marker {
  color: var(--hc-red);
}

.single-content a {
  color: var(--hc-red-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 14px 0;
  box-shadow: 0 10px 26px rgba(45, 21, 12, 0.16);
}

.single-footer {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px dashed rgba(81, 53, 41, 0.25);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.single-voucher-cta {
  position: relative;
  isolation: isolate;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 14px;
  border: 1px solid rgba(255, 244, 221, 0.9);
  background: linear-gradient(135deg, #d62f37 0%, #ab1c1f 55%, #811112 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  box-shadow: 0 14px 28px rgba(120, 15, 16, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.single-voucher-cta::after {
  content: "\2192";
  margin-left: 8px;
  font-size: 15px;
  line-height: 1;
}

.single-voucher-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 18px 34px rgba(120, 15, 16, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.single-voucher-cta:focus-visible {
  outline: 2px solid rgba(168, 17, 18, 0.35);
  outline-offset: 3px;
}

.single-footer-back {
  font-size: 14px;
  font-weight: 700;
  color: #8b4a33;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.single-footer-back:hover {
  color: #6d2b18;
}

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

@keyframes header-cta-pulse {
  0%,
  100% {
    box-shadow: 0 14px 28px rgba(80, 20, 10, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    box-shadow: 0 18px 34px rgba(80, 20, 10, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  }
}

@keyframes header-cta-glow {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.04);
  }
}

@keyframes live-counter-pop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

@keyframes live-notify-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes voucher-popup-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1000px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .menu-grid,
  .all-posts-grid,
  .voucher-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voucher-form {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 720px) {
  .site-shell {
    padding: 0 16px 16px;
  }

  .site-nav {
    display: none;
  }

  .site-header {
    padding: 12px 0;
  }

  .btn-top {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 12px;
    letter-spacing: 0.22px;
  }

  .all-posts-head {
    padding: 20px 16px 18px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .all-posts-head h1 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .all-posts-meta-strip {
    gap: 8px;
    margin-top: 12px;
  }

  .all-posts-meta-strip span {
    padding: 5px 10px;
    min-height: 28px;
    font-size: 12px;
  }

  .all-posts-card-body {
    padding: 12px 12px 14px;
  }

  .landing-header,
  .landing-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .landing-cta {
    padding: 18px 16px;
  }

  .landing-food-grid,
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .landing-live-counter {
    font-size: 14px;
    padding: 10px 12px;
    margin-bottom: 14px;
  }

  .landing-countdown {
    margin-bottom: 14px;
    padding: 10px 10px 12px;
  }

  .landing-countdown-label {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .landing-countdown-clock {
    gap: 6px;
  }

  .landing-countdown-segment {
    padding: 9px 6px;
  }

  .landing-countdown-segment span {
    font-size: 22px;
  }

  .landing-countdown-segment small {
    margin-top: 3px;
    font-size: 10px;
  }

  #liveCounter {
    min-width: 52px;
    font-size: 19px;
  }

  .live-notify {
    left: 14px;
    right: 14px;
    bottom: 14px;
    max-width: none;
    padding: 11px 13px;
    font-size: 13px;
  }

  .voucher-popup {
    padding: 14px;
  }

  .voucher-popup-card {
    padding: 22px 16px 16px;
    border-radius: 14px;
  }

  .voucher-popup-text {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .voucher-popup-cta {
    width: 100%;
    min-width: 0;
  }

  .brand-logo {
    width: 86px;
  }

  .brand-text {
    font-size: 22px;
  }

  .hero-card,
  .hero-highlight,
  .cta-panel {
    padding: 22px;
  }

  .hero-stats,
  .all-posts-grid,
  .voucher-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .single-card {
    padding: 20px;
  }

  .single-title {
    font-size: clamp(34px, 9vw, 48px);
  }

  .single-desc {
    font-size: 16px;
  }

  .single-footer {
    align-items: stretch;
  }

  .single-voucher-cta {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 14px;
    padding: 11px 14px;
  }

  .single-footer-back {
    text-align: center;
  }

  .promo-highlight.promo-highlight--cta {
    min-height: 56px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .promo-highlight.promo-highlight--cta::after {
    font-size: 15px;
  }
}

