/*
Theme Name: Fires Bartending
Theme URI: https://firesbartending.com/
Author: Fires Bartending
Description: A fast, booking-focused custom theme for Fires Bartending.
Version: 1.1.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: fires-bartending
*/

:root {
  --ink: #121110;
  --ink-soft: #24211e;
  --cream: #fff9ef;
  --paper: #f6eddf;
  --ember: #e95720;
  --ember-dark: #b93513;
  --gold: #e6b75f;
  --muted: #6f655b;
  --line: rgba(18, 17, 16, 0.13);
  --shadow: 0 24px 70px rgba(22, 14, 8, 0.16);
  --radius: 28px;
  --content: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

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

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text,
.skip-link {
  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:focus {
  z-index: 9999;
  top: 16px;
  left: 16px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: var(--cream);
  color: var(--ink);
  border-radius: 999px;
  font-weight: 800;
}

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

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}

body:not(.home) .site-header {
  position: absolute;
  background: var(--ink);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--ink);
  background: linear-gradient(145deg, #ffd27f, var(--ember));
  border-radius: 50% 50% 45% 55%;
  transform: rotate(-8deg);
  box-shadow: 0 8px 30px rgba(233, 87, 32, 0.36);
}

.brand-mark svg {
  width: 25px;
  transform: rotate(8deg);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
}

.brand-text small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.63rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 750;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
}

.site-nav .nav-cta {
  padding: 12px 20px;
  color: var(--ink);
  background: #fff;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  content: "";
}

.hero {
  position: relative;
  display: grid;
  min-height: 830px;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #17130f;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 12, 9, 0.98) 0%, rgba(15, 12, 9, 0.76) 46%, rgba(15, 12, 9, 0.16) 100%),
    linear-gradient(0deg, rgba(15, 12, 9, 0.78) 0%, transparent 46%),
    url("assets/images/mobile-bar.jpg") center / cover no-repeat;
  content: "";
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: -42%;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(233, 87, 32, 0.32), transparent 68%);
  content: "";
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 780px) 1fr;
  align-items: end;
  gap: 50px;
  padding-top: 180px;
  padding-bottom: 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--ember);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero .eyebrow {
  color: #ffb26d;
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7vw, 7.2rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: #ffb26d;
  font-weight: inherit;
}

.hero-lede {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--ember);
  box-shadow: 0 14px 36px rgba(233, 87, 32, 0.3);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #ff6730;
}

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

.button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: end;
  justify-self: end;
  max-width: 220px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
}

.hero-note strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.hero-note-icon {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--ember);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 1.2rem;
}

.proof-strip {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.proof-item {
  padding: 29px 38px;
}

.proof-item + .proof-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.proof-item strong {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.proof-item span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding: 120px 0;
}

.section-paper {
  background: var(--paper);
}

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

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.section-heading h2,
.split-copy h2,
.cta-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5.1rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.section-heading p,
.split-copy > p {
  margin: 0;
  color: var(--muted);
}

.section-dark .section-heading p {
  color: rgba(255, 255, 255, 0.62);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 480px;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(20, 13, 8, 0.14);
}

.service-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 10, 8, 0.94), rgba(12, 10, 8, 0.05) 72%);
  content: "";
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.service-card:hover img {
  transform: scale(1.045);
}

.service-card-content {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.service-card .number {
  display: block;
  margin-bottom: 12px;
  color: #ffb26d;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.08;
}

.service-card p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.service-card--gradient {
  background:
    radial-gradient(circle at 80% 10%, rgba(230, 183, 95, 0.42), transparent 35%),
    linear-gradient(135deg, #66210d, #1a1210 65%);
}

.service-card--gradient::after {
  display: none;
}

.service-card--gradient .service-card-content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-card--gradient .mini-list {
  display: grid;
  gap: 12px;
  margin: auto 0 34px;
  padding: 0;
  list-style: none;
}

.mini-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 750;
}

.mini-list li::before {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 85px;
}

.photo-stack {
  position: relative;
  min-height: 620px;
}

.photo-main {
  width: 92%;
  height: 500px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.photo-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 10px solid var(--paper);
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.portfolio-section {
  background: #f2eadf;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 22px;
}

.portfolio-card {
  position: relative;
  min-height: 285px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 16px 45px rgba(20, 13, 8, 0.13);
}

.portfolio-card--wide {
  grid-row: span 2;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.portfolio-card::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(0deg, rgba(12, 10, 8, 0.82), transparent);
  content: "";
}

.portfolio-card:hover img {
  transform: scale(1.035);
}

.portfolio-card figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.split-copy .eyebrow {
  margin-bottom: 18px;
}

.split-copy > p {
  margin-top: 24px;
}

.feature-list {
  display: grid;
  gap: 20px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 15px;
  align-items: start;
}

.feature-check {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--ember);
  border-radius: 50%;
  font-weight: 900;
}

.feature-list strong {
  display: block;
  margin-bottom: 3px;
}

.feature-list span {
  color: var(--muted);
  font-size: 0.9rem;
}

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

.mixer {
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  transition: background 180ms ease, border 180ms ease, transform 180ms ease;
}

.mixer:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(230, 183, 95, 0.48);
}

.mixer span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.mixer h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.mixer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.84rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: process;
  gap: 34px;
}

.process-step {
  position: relative;
  padding-top: 35px;
  border-top: 1px solid var(--line);
  counter-increment: process;
}

.process-step::before {
  position: absolute;
  top: -18px;
  left: 0;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  background: var(--ember);
  border-radius: 50%;
  content: counter(process, decimal-leading-zero);
  font-size: 0.65rem;
  font-weight: 900;
}

.process-step h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-weight: 500;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cta-wrap {
  padding: 0 0 120px;
  background: var(--paper);
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 82px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 17, 16, 0.98), rgba(18, 17, 16, 0.75)),
    url("assets/images/smoked-cocktail.jpg") center 56% / cover no-repeat;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.cta-panel::after {
  position: absolute;
  top: -160px;
  right: -160px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.cta-panel > * {
  position: relative;
  z-index: 2;
}

.cta-panel p {
  max-width: 600px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 30px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-links a {
  text-decoration-color: rgba(255, 255, 255, 0.34);
  text-underline-offset: 5px;
}

.site-footer {
  padding: 50px 0 28px;
  color: rgba(255, 255, 255, 0.66);
  background: #0c0b0a;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 42px;
}

.footer-copy {
  max-width: 480px;
  margin: 14px 0 0;
  font-size: 0.86rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.72rem;
}

.entry-shell {
  min-height: 70vh;
  padding: 160px 0 100px;
}

.entry-shell h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
}

.entry-content {
  max-width: 780px;
}

@media (max-width: 980px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 86px;
    right: 20px;
    left: 20px;
    display: none;
    align-items: stretch;
    padding: 22px;
    color: var(--ink);
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 8px 4px;
    color: var(--ink);
  }

  .site-nav .nav-cta {
    color: #fff;
    background: var(--ember);
    text-align: center;
  }

  .hero {
    min-height: 760px;
  }

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

  .hero-note {
    display: none;
  }

  .section-heading,
  .split {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-card--gradient {
    grid-column: 1 / -1;
    min-height: 400px;
  }

  .mixers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-stack {
    min-height: 540px;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--content));
  }

  .nav-wrap {
    min-height: 86px;
  }

  .brand-text small {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(15, 12, 9, 0.96) 0%, rgba(15, 12, 9, 0.58) 62%, rgba(15, 12, 9, 0.24) 100%),
      url("assets/images/mobile-bar.jpg") 58% center / cover no-repeat;
  }

  .hero-inner {
    padding-top: 150px;
    padding-bottom: 76px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.6rem);
  }

  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .proof-strip {
    margin-top: -24px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
  }

  .proof-item + .proof-item {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .services-grid,
  .mixers-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card--gradient {
    grid-column: auto;
  }

  .service-card {
    min-height: 430px;
  }

  .photo-stack {
    min-height: 445px;
  }

  .photo-main {
    width: 90%;
    height: 410px;
  }

  .photo-float {
    width: 46%;
    border-width: 7px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card,
  .portfolio-card--wide {
    min-height: 300px;
    grid-row: auto;
  }

  .cta-wrap {
    padding-bottom: 80px;
  }

  .cta-panel {
    padding: 54px 28px;
  }

  .footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
