/* baseline reset */
*, *::before, *::after { box-sizing: border-box; border: 0 solid; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0; }
p, figure, blockquote, dl, dd { margin: 0; }
ul, ol { list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
img, svg, video, canvas { display: block; vertical-align: middle; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; margin: 0; }
summary { display: list-item; }

/* Tim Finnegan's Irish Pub — desktop redesign */

.tf *,
.tf *::before,
.tf *::after {
  transition: none !important;
  animation: none !important;
}

.tf {
  --g: #0e3b2e;
  --g2: #14503f;
  --g3: #0a2c22;
  --brass: #a97e2c;
  --brass-lt: #cfa243;
  --ink: #14201b;
  --body: #57645d;
  --line: #e3ded1;
  --cream: #faf7ef;
  --cream2: #f3efe3;
  --white: #fff;
  --max: 1280px;

  background: var(--white);
  color: var(--ink);
  font-family: "Schibsted Grotesk", "Archivo", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.tf .tf-wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ---------- shared bits ---------- */

.tf .tf-kick {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--brass);
}

.tf .tf-h2 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.024em;
  color: var(--ink);
  margin: 14px 0 0;
}

.tf .tf-lead {
  font-size: 17px;
  line-height: 1.62;
  color: var(--body);
  margin: 16px 0 0;
  max-width: 620px;
}

.tf .tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 24px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  text-decoration: none;
  border: 1.5px solid transparent;
  white-space: nowrap;
}

.tf .tf-btn-solid {
  background: var(--g);
  color: #fff;
}

.tf .tf-btn-brass {
  background: var(--brass);
  color: #fff;
}

.tf .tf-btn-ghost {
  border-color: #cdd6d0;
  color: var(--g);
  background: transparent;
}

.tf .tf-btn-outline-light {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
  background: transparent;
}

.tf .tf-link {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--g);
  text-decoration: none;
}

.tf .tf-link u {
  text-decoration: none;
  border-bottom: 2px solid rgba(14, 59, 46, 0.28);
  padding-bottom: 3px;
}

.tf .tf-link i {
  font-style: normal;
  font-size: 13px;
}

.tf .tf-link-brass {
  color: var(--brass);
}

.tf .tf-link-brass u {
  border-bottom-color: rgba(169, 126, 44, 0.4);
}

.tf .tf-link-light {
  color: var(--brass-lt);
}

.tf .tf-link-light u {
  border-bottom-color: rgba(207, 162, 67, 0.45);
}

.tf .tf-rule {
  height: 1px;
  background: var(--line);
  border: 0;
  margin: 0;
}

/* ---------- utility bar ---------- */

.tf .tf-util {
  background: var(--g3);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  letter-spacing: 0.01em;
}

.tf .tf-util .tf-wrap {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tf .tf-util-l {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tf .tf-util-award {
  color: var(--brass-lt);
  font-weight: 600;
}

.tf .tf-util-r {
  display: flex;
  align-items: center;
  gap: 18px;
}

.tf .tf-util-r b {
  font-weight: 600;
  color: #fff;
}

.tf .tf-dot {
  color: rgba(255, 255, 255, 0.3);
}

/* ---------- nav ---------- */

.tf .tf-nav {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.tf .tf-nav .tf-wrap {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.tf .tf-logo {
  height: 40px;
  width: auto;
  flex: none;
}

.tf .tf-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}

.tf .tf-nav-links a {
  font-size: 13.5px;
  font-weight: 600;
  color: #2f3d36;
  text-decoration: none;
  letter-spacing: 0.005em;
  white-space: nowrap;
}

.tf .tf-nav-links a.on {
  color: var(--g);
  border-bottom: 2px solid var(--brass);
  padding-bottom: 4px;
}

.tf .tf-nav-cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

/* ---------- hero ---------- */

.tf .tf-hero {
  background: linear-gradient(180deg, #fff 0%, var(--cream) 100%);
  border-bottom: 1px solid var(--line);
}

.tf .tf-hero .tf-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.tf .tf-hero-award {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(169, 126, 44, 0.42);
  background: rgba(207, 162, 67, 0.09);
  border-radius: 999px;
  padding: 7px 16px 7px 12px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #8c661d;
}

.tf .tf-hero-award svg {
  display: block;
}

.tf .tf-hero h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  margin: 22px 0 0;
  color: var(--ink);
}

.tf .tf-hero h1 em {
  font-style: normal;
  color: var(--g);
}

.tf .tf-hero p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--body);
  margin: 20px 0 0;
  max-width: 520px;
}

.tf .tf-hero-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.tf .tf-hero-meta {
  display: flex;
  gap: 34px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.tf .tf-hero-meta div span {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #96907f;
  margin-bottom: 7px;
}

.tf .tf-hero-meta div b {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.tf .tf-hero-art {
  position: relative;
}

.tf .tf-hero-art img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 4px;
}

.tf .tf-hero-art::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 26px;
  bottom: 26px;
  width: 4px;
  background: var(--brass);
}

/* ---------- ticker strip ---------- */

.tf .tf-strip {
  background: var(--g);
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
}

.tf .tf-strip-row {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 56px;
  white-space: nowrap;
  padding-left: 40px;
}

.tf .tf-strip-row span {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tf .tf-strip-row i {
  font-style: normal;
  color: var(--brass-lt);
  font-size: 13px;
}

/* ---------- section base ---------- */

.tf .tf-sec {
  padding-top: 92px;
  padding-bottom: 92px;
}

.tf .tf-sec-cream {
  background: var(--cream);
}

.tf .tf-sec-dark {
  background: var(--g3);
  color: #fff;
}

.tf .tf-sec-dark .tf-h2 {
  color: #fff;
}

.tf .tf-sec-dark .tf-lead {
  color: rgba(255, 255, 255, 0.72);
}

.tf .tf-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 44px;
}

.tf .tf-head-r {
  padding-bottom: 6px;
  flex: none;
}

/* ---------- whiskey feature ---------- */

.tf .tf-whis {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.tf .tf-whis-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 4px;
}

.tf .tf-whis-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.tf .tf-whis-stats div {
  padding: 22px 22px 22px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.tf .tf-whis-stats div:last-child {
  border-right: 0;
}

.tf .tf-whis-stats div:not(:first-child) {
  padding-left: 24px;
}

.tf .tf-whis-stats b {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--brass-lt);
  line-height: 1;
}

.tf .tf-whis-stats span {
  display: block;
  margin-top: 8px;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}

.tf .tf-pours {
  margin-top: 30px;
}

.tf .tf-pour {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tf .tf-pour em {
  font-style: normal;
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.34);
  width: 22px;
  flex: none;
  letter-spacing: 0.04em;
}

.tf .tf-pour b {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.tf .tf-pour .tf-dots {
  flex: 1;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.22);
  transform: translateY(-4px);
}

.tf .tf-pour span {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--brass-lt);
}

.tf .tf-whis-cta {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
}

/* ---------- menu ---------- */

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

.tf .tf-menu-col h3 {
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--g);
  margin: 0 0 4px;
}

.tf .tf-menu-col .tf-sub {
  font-size: 13px;
  color: #8d8878;
  margin: 0 0 18px;
}

.tf .tf-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.tf .tf-row b {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}

.tf .tf-row .tf-dots {
  flex: 1;
  border-bottom: 1px dotted #cfc9b7;
  transform: translateY(-4px);
}

.tf .tf-row span {
  font-size: 14.5px;
  font-weight: 600;
  color: var(--brass);
}

.tf .tf-menu-foot {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 26px;
  border-top: 2px solid var(--g);
}

.tf .tf-menu-foot p {
  margin: 0;
  font-size: 15px;
  color: var(--body);
  max-width: 640px;
  line-height: 1.6;
}

/* ---------- three photo cards ---------- */

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

.tf .tf-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
}

.tf .tf-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.tf .tf-card-b {
  padding: 24px 26px 26px;
}

.tf .tf-card-b h3 {
  font-family: "Archivo", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
}

.tf .tf-card-b p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--body);
  margin: 10px 0 18px;
}

/* ---------- events ---------- */

.tf .tf-ev {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 60px;
  align-items: stretch;
}

.tf .tf-ev-img img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 4px;
}

.tf .tf-ev-list {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.tf .tf-ev-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.tf .tf-ev-day {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--brass);
}

.tf .tf-ev-item h4 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.018em;
  color: var(--ink);
}

.tf .tf-ev-item p {
  margin: 5px 0 0;
  font-size: 14px;
  color: var(--body);
  line-height: 1.5;
}

.tf .tf-ev-time {
  font-size: 14px;
  font-weight: 600;
  color: var(--g);
  white-space: nowrap;
}

/* ---------- community ---------- */

.tf .tf-comm {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.tf .tf-org {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 26px;
}

.tf .tf-org div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.86);
}

.tf .tf-org div s {
  text-decoration: none;
  color: var(--brass-lt);
  font-size: 12px;
}

.tf .tf-comm-crest {
  display: flex;
  justify-content: center;
}

.tf .tf-comm-crest img {
  width: 210px;
  height: auto;
}

/* ---------- private party split ---------- */

.tf .tf-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.tf .tf-split-t {
  padding: 52px 52px 52px;
}

.tf .tf-split-t h3 {
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: 12px 0 0;
  color: var(--ink);
}

.tf .tf-split-t p {
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--body);
  margin: 14px 0 0;
}

.tf .tf-split-t ul {
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.tf .tf-split-t li {
  font-size: 14.5px;
  color: var(--ink);
  padding: 9px 0 9px 22px;
  position: relative;
  border-bottom: 1px solid var(--line);
}

.tf .tf-split-t li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  background: var(--brass);
  border-radius: 50%;
}

.tf .tf-split-img img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}

/* ---------- closing CTA ---------- */

.tf .tf-cta {
  background: var(--g);
  color: #fff;
  text-align: center;
}

.tf .tf-cta .tf-wrap {
  padding-top: 84px;
  padding-bottom: 84px;
}

.tf .tf-cta h2 {
  font-family: "Archivo", sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.06;
  margin: 16px auto 0;
  max-width: 780px;
}

.tf .tf-cta p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
  margin: 18px auto 0;
  max-width: 600px;
}

.tf .tf-cta-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.tf .tf-cta-meta {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  justify-content: center;
  gap: 40px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.tf .tf-cta-meta b {
  color: #fff;
  font-weight: 600;
}

/* ---------- footer ---------- */

.tf .tf-foot {
  background: var(--g3);
  color: rgba(255, 255, 255, 0.62);
}

.tf .tf-foot .tf-wrap {
  padding-top: 62px;
  padding-bottom: 34px;
}

.tf .tf-foot-top {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.1fr;
  gap: 48px;
}

.tf .tf-foot-logo {
  height: 34px;
  width: auto;
}

.tf .tf-foot p {
  font-size: 14px;
  line-height: 1.62;
  margin: 20px 0 0;
  max-width: 300px;
}

.tf .tf-foot h4 {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 18px;
}

.tf .tf-foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tf .tf-foot li {
  margin-bottom: 11px;
}

.tf .tf-foot li a,
.tf .tf-foot li span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
}

.tf .tf-foot li b {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.tf .tf-social {
  display: flex;
  gap: 9px;
  margin-top: 20px;
}

.tf .tf-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
}

.tf .tf-foot-bot {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.tf .tf-foot-bot div {
  display: flex;
  gap: 22px;
}

.tf .tf-foot-bot a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* mobile nav trigger: hidden on desktop */
.tf .tf-mnav {
  display: none;
}

.tf .tf-mnav > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 42px;
  padding: 0 16px;
  border: 1.5px solid #cdd6d0;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--g);
  user-select: none;
}

.tf .tf-mnav > summary::-webkit-details-marker {
  display: none;
}

.tf .tf-mnav-ico {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  height: 11px;
}

.tf .tf-mnav-ico i {
  display: block;
  height: 2px;
  background: var(--g);
  border-radius: 2px;
}

.tf .tf-mnav-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 60;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 18px 34px rgba(10, 44, 34, 0.1);
  padding: 8px 20px 22px;
}

.tf .tf-mnav-panel a.tf-mnav-link {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
}

.tf .tf-mnav-btns {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.tf .tf-mnav-btns .tf-btn {
  width: 100%;
}

/* ---------- <= 1180px : tighten desktop ---------- */
@media (max-width: 1180px) {
  .tf .tf-hero h1 {
    font-size: 4.6vw;
  }

  .tf .tf-nav-links {
    gap: 18px;
  }

  .tf .tf-nav-links a {
    font-size: 13px;
  }

  .tf .tf-nav .tf-wrap {
    gap: 20px;
  }

  .tf .tf-hero .tf-wrap,
  .tf .tf-whis,
  .tf .tf-comm {
    gap: 44px;
  }

  .tf .tf-menu {
    gap: 38px;
  }
}

/* ---------- <= 1024px : tablet, collapse nav + stack splits ---------- */
@media (max-width: 1024px) {
  .tf .tf-nav-links,
  .tf .tf-nav-cta {
    display: none;
  }

  .tf .tf-mnav {
    display: block;
    margin-left: auto;
  }

  .tf .tf-nav {
    position: relative;
  }

  .tf .tf-nav .tf-wrap {
    height: 76px;
  }

  .tf .tf-hero .tf-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .tf .tf-hero h1 {
    font-size: 46px;
  }

  .tf .tf-hero-art img {
    height: 380px;
  }

  .tf .tf-hero-art::after {
    display: none;
  }

  .tf .tf-whis,
  .tf .tf-comm,
  .tf .tf-ev,
  .tf .tf-split {
    grid-template-columns: 1fr;
  }

  .tf .tf-whis,
  .tf .tf-comm,
  .tf .tf-ev {
    gap: 40px;
  }

  .tf .tf-whis-img img {
    height: 320px;
  }

  .tf .tf-ev-img img {
    min-height: 320px;
    height: 320px;
  }

  .tf .tf-split-img {
    order: -1;
  }

  .tf .tf-split-img img {
    min-height: 300px;
    height: 300px;
  }

  .tf .tf-split-t {
    padding: 36px 34px 40px;
  }

  .tf .tf-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }

  .tf .tf-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .tf .tf-foot-top {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .tf .tf-sec {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

/* ---------- <= 760px : phone ---------- */
@media (max-width: 760px) {
  .tf .tf-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* utility bar: award + phone only */
  .tf .tf-util .tf-wrap {
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    gap: 12px;
  }

  .tf .tf-util {
    font-size: 11px;
  }

  .tf .tf-util-l .tf-util-loc,
  .tf .tf-util-l .tf-dot,
  .tf .tf-util-r .tf-util-hrs,
  .tf .tf-util-r .tf-dot {
    display: none;
  }

  .tf .tf-util-award {
    line-height: 1.35;
  }

  .tf .tf-util-r {
    gap: 10px;
    flex: none;
  }

  /* nav */
  .tf .tf-nav .tf-wrap {
    height: 64px;
    gap: 12px;
  }

  .tf .tf-logo {
    height: 26px;
  }

  .tf .tf-mnav > summary {
    height: 38px;
    padding: 0 13px;
    font-size: 12px;
  }

  /* type scale */
  .tf .tf-h2 {
    font-size: 28px;
    letter-spacing: -0.02em;
  }

  .tf .tf-lead {
    font-size: 15.5px;
  }

  .tf .tf-kick {
    font-size: 10.5px;
  }

  .tf .tf-btn {
    height: 48px;
    font-size: 14.5px;
    padding: 0 20px;
  }

  /* hero */
  .tf .tf-hero .tf-wrap {
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .tf .tf-hero-award {
    padding: 7px 13px 7px 11px;
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1.35;
    align-items: flex-start;
    border-radius: 6px;
  }

  .tf .tf-hero-award svg {
    margin-top: 1px;
    flex: none;
  }

  .tf .tf-hero h1 {
    font-size: 34px;
    line-height: 1.06;
    letter-spacing: -0.025em;
    margin-top: 18px;
  }

  .tf .tf-hero p {
    font-size: 16px;
    margin-top: 16px;
  }

  .tf .tf-hero-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .tf .tf-hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
    padding-top: 22px;
  }

  .tf .tf-hero-art img {
    height: 250px;
  }

  /* strip */
  .tf .tf-strip-row {
    height: 48px;
    gap: 18px;
    padding-left: 20px;
  }

  .tf .tf-strip-row span {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  /* sections */
  .tf .tf-sec {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .tf .tf-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 30px;
  }

  .tf .tf-head-r {
    padding-bottom: 0;
  }

  /* whiskey */
  .tf .tf-whis {
    gap: 32px;
  }

  .tf .tf-whis-img img {
    height: 240px;
  }

  .tf .tf-whis-stats {
    grid-template-columns: 1fr;
    margin-top: 24px;
    border-bottom: 0;
  }

  .tf .tf-whis-stats div,
  .tf .tf-whis-stats div:not(:first-child) {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: baseline;
    gap: 14px;
  }

  .tf .tf-whis-stats b {
    font-size: 24px;
    min-width: 62px;
  }

  .tf .tf-whis-stats span {
    margin-top: 0;
  }

  .tf .tf-pour b {
    font-size: 14.5px;
  }

  .tf .tf-whis-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 26px;
  }

  .tf .tf-whis-cta .tf-link {
    justify-content: flex-start;
  }

  /* menu */
  .tf .tf-menu {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tf .tf-row {
    padding: 11px 0;
  }

  .tf .tf-row b {
    font-size: 14.5px;
  }

  .tf .tf-menu-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    margin-top: 32px;
  }

  .tf .tf-menu-foot .tf-btn {
    width: 100%;
  }

  /* cards */
  .tf .tf-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tf .tf-card img {
    height: 190px;
  }

  .tf .tf-card-b {
    padding: 20px 22px 24px;
  }

  /* events */
  .tf .tf-ev {
    gap: 32px;
  }

  .tf .tf-ev-item {
    grid-template-columns: 1fr auto;
    gap: 4px 16px;
    padding: 16px 0;
    align-items: baseline;
  }

  .tf .tf-ev-day {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  .tf .tf-ev-item h4 {
    font-size: 16.5px;
  }

  .tf .tf-ev-item p {
    grid-column: 1 / -1;
  }

  .tf .tf-ev-img img {
    min-height: 260px;
    height: 260px;
  }

  /* community */
  .tf .tf-comm {
    gap: 32px;
  }

  .tf .tf-org {
    grid-template-columns: 1fr;
    gap: 0;
  }

  /* private party */
  .tf .tf-split-t {
    padding: 28px 22px 32px;
  }

  .tf .tf-split-t h3 {
    font-size: 24px;
  }

  .tf .tf-split-t p {
    font-size: 15px;
  }

  .tf .tf-split-img img {
    min-height: 230px;
    height: 230px;
  }

  .tf .tf-split-t .tf-hero-cta,
  .tf .tf-split-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* closing cta */
  .tf .tf-cta .tf-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tf .tf-cta h2 {
    font-size: 29px;
  }

  .tf .tf-cta p {
    font-size: 15.5px;
  }

  .tf .tf-cta-btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .tf .tf-cta-meta {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
    margin-top: 30px;
  }

  /* footer */
  .tf .tf-foot .tf-wrap {
    padding-top: 46px;
    padding-bottom: 28px;
  }

  .tf .tf-foot-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tf .tf-foot p {
    max-width: none;
    margin-top: 16px;
  }

  .tf .tf-foot-bot {
    margin-top: 34px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
  }

  .tf .tf-foot-bot div {
    gap: 18px;
    flex-wrap: wrap;
  }
}

/* ---------- <= 400px : small phones ---------- */
@media (max-width: 400px) {
  .tf .tf-hero h1 {
    font-size: 30px;
  }

  .tf .tf-h2 {
    font-size: 25px;
  }

  .tf .tf-cta h2 {
    font-size: 26px;
  }

  .tf .tf-logo {
    height: 23px;
  }

  .tf .tf-ev-item h4 {
    font-size: 15.5px;
  }
}

/* ---------- drinks grid + party CTA (were inline styles) ---------- */

.tf .tf-drinks {
  margin-top: 64px;
  grid-template-columns: 1.15fr 0.85fr;
}

.tf .tf-draught {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
}

.tf .tf-split-cta {
  display: flex;
  align-items: center;
  gap: 22px;
}

@media (max-width: 1024px) {
  .tf .tf-drinks {
    grid-template-columns: 1fr;
    margin-top: 48px;
    gap: 34px;
  }
}

@media (max-width: 760px) {
  .tf .tf-drinks {
    grid-template-columns: 1fr;
    margin-top: 34px;
    gap: 30px;
  }

  .tf .tf-draught {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .tf .tf-split-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }
}
