:root {
  --black: #050505;
  --near: #0d0d0d;
  --ink: #f8f3eb;
  --muted: #b7afa6;
  --paper: #f5efe6;
  --paper-2: #ebe2d6;
  --line: rgba(255, 255, 255, .13);
  --dark-line: rgba(15, 13, 11, .12);
  --gold: #d9af68;
  --copper: #f0642b;
  --green: #62c978;
  --red: #e26862;
  --hero-shift: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--black);
  line-height: 1.5;
  --smoke-progress: 0;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 18px clamp(14px, 4vw, 54px) auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 66px;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(8, 8, 8, .62);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .42);
  backdrop-filter: blur(22px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(217, 175, 104, .45);
  background: #050505;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: .98rem;
  letter-spacing: 0;
}

.brand small {
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  flex-wrap: wrap;
}

nav a {
  border-radius: 999px;
  padding: 9px 13px;
  color: #e4ddd5;
  font-size: .9rem;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 124px clamp(18px, 6vw, 86px) 72px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 35% 78%, rgba(240, 100, 43, .34), transparent 28rem),
    radial-gradient(circle at 65% 28%, rgba(217, 175, 104, .22), transparent 32rem),
    linear-gradient(90deg, rgba(5, 5, 5, .98) 0%, rgba(5, 5, 5, .78) 34%, rgba(5, 5, 5, .38) 62%, rgba(5, 5, 5, .8) 100%),
    #050505;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: calc(.84 - (var(--smoke-progress) * .2));
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, .96) 0%, rgba(5, 5, 5, .72) 30%, rgba(5, 5, 5, .12) 58%, rgba(5, 5, 5, .62) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, .72) 0%, rgba(5, 5, 5, .04) 40%, rgba(5, 5, 5, .86) 100%),
    url("WhatsApp Image 2026-04-24 at 17.19.13.jpeg");
  background-repeat: no-repeat;
  background-position: center 46%;
  background-size: 94% auto;
  transform: scale(1);
  filter: saturate(1.1) contrast(1.02) brightness(1.08);
  will-change: filter, opacity;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    radial-gradient(circle at 34% 78%, rgba(255, 89, 23, .28), transparent 18rem),
    radial-gradient(circle at 58% 24%, rgba(255, 255, 255, .1), transparent 14rem);
  background-size: 56px 56px, 56px 56px, auto, auto;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 86%, transparent);
  pointer-events: none;
}

.hero-cigar-highlight {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 25.5% 82%, rgba(255, 104, 30, .22), transparent 5.5rem),
    radial-gradient(ellipse at 25.5% 82%, rgba(255, 222, 146, .12), transparent 3.2rem);
  mix-blend-mode: screen;
  opacity: .72;
}

.hero-copy,
.hero-visual,
.smoke-canvas,
.ember-canvas {
  position: relative;
  z-index: 1;
}

.ember-canvas,
.smoke-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ember-canvas {
  z-index: 2;
  mix-blend-mode: screen;
  opacity: .9;
}

.smoke-canvas {
  z-index: 3;
  mix-blend-mode: screen;
  opacity: .86;
  filter: blur(2.4px);
}

.hero-copy {
  z-index: 4;
  align-self: end;
  max-width: 520px;
  padding: 0 0 clamp(36px, 6vw, 74px);
  margin-left: clamp(10px, 3vw, 42px);
}

.smoke-copy {
  opacity: calc(1 - (var(--smoke-progress) * .72));
  transform: translate3d(0, calc(var(--smoke-progress) * -42px), 0);
  filter: blur(calc(var(--smoke-progress) * 8px));
  transition: opacity .08s linear, transform .08s linear, filter .08s linear;
  will-change: opacity, transform, filter;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(0, 0, 0, .8);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(3.6rem, 7.2vw, 8.8rem);
  line-height: .82;
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(255, 249, 238, .96);
  text-shadow:
    0 18px 58px rgba(0, 0, 0, .86),
    0 0 18px rgba(255, 244, 224, .24),
    calc(var(--smoke-progress) * 22px) calc(var(--smoke-progress) * -34px) calc(18px + var(--smoke-progress) * 30px) rgba(232, 214, 190, .54),
    calc(var(--smoke-progress) * -20px) calc(var(--smoke-progress) * -52px) calc(18px + var(--smoke-progress) * 34px) rgba(240, 100, 43, .3);
}

h1 span {
  display: block;
}

h1 span + span {
  color: var(--gold);
  font-size: .86em;
}

.smoke-claim {
  position: relative;
  display: inline-block;
  margin: 0;
  color: rgba(255, 239, 216, .84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2.35rem);
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow:
    0 0 22px rgba(255, 231, 193, .32),
    0 20px 50px rgba(0, 0, 0, .82);
}

.smoke-claim::before,
.smoke-claim::after {
  content: "";
  position: absolute;
  inset: -85% -18%;
  z-index: -1;
  background:
    radial-gradient(ellipse at 18% 58%, rgba(236, 231, 220, .16), transparent 24%),
    radial-gradient(ellipse at 72% 44%, rgba(236, 231, 220, .13), transparent 26%),
    conic-gradient(from 110deg at 48% 52%, transparent 0deg, rgba(232, 225, 214, .2) 58deg, transparent 122deg, rgba(240, 100, 43, .1) 188deg, transparent 250deg);
  filter: blur(18px);
  opacity: .58;
  transform-origin: 48% 52%;
  animation: wrapSmoke 8s ease-in-out infinite alternate;
  pointer-events: none;
}

.smoke-claim::after {
  inset: -110% -28%;
  opacity: .32;
  filter: blur(28px);
  animation-duration: 12s;
  animation-direction: alternate-reverse;
}

.lead {
  max-width: 660px;
  margin: 30px 0 0;
  color: #ddd4c9;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.hero-tags span {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  padding: 8px 12px;
  color: #e8dfd5;
  background: rgba(255, 255, 255, .055);
  font-size: .88rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(217, 175, 104, .72);
  background: rgba(255, 255, 255, .1);
}

.button.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #f0cc83, #f0642b);
  color: #160d08;
  box-shadow: 0 20px 54px rgba(240, 100, 43, .24);
}

.hero-visual {
  display: none;
}

.status-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .12);
}

.status-strip > div {
  padding: 24px clamp(18px, 4vw, 60px);
  background: #101010;
}

.status-strip span {
  display: block;
  color: var(--muted);
  font-size: .84rem;
}

.status-strip strong {
  display: block;
  margin-top: 4px;
  font-size: 1.02rem;
}

.status-dot::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.status-dot.is-open::before {
  background: var(--green);
}

.status-dot.is-closed::before {
  background: var(--red);
}

.section {
  padding: clamp(74px, 10vw, 130px) clamp(18px, 6vw, 86px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 38px;
}

h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5.5vw, 5.6rem);
  line-height: .92;
  font-weight: 900;
  letter-spacing: 0;
}

h3 {
  margin: 18px 0 8px;
  font-size: 1.08rem;
}

.muted,
article p,
.contact-copy p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-left: 1px solid rgba(255, 255, 255, .13);
}

article,
.hours-card {
  background: transparent;
}

.service-grid article {
  min-height: 270px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  transition: background .18s ease, transform .18s ease;
}

.service-grid article:hover {
  background: rgba(255, 255, 255, .055);
  transform: translateY(-2px);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 52px;
  padding: 0 12px;
  border: 1px solid rgba(217, 175, 104, .48);
  border-radius: 50%;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.collection-section {
  display: grid;
  grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
  gap: clamp(34px, 6vw, 86px);
  padding: clamp(74px, 10vw, 130px) clamp(18px, 6vw, 86px);
  color: #15120f;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .06), transparent 34%),
    var(--paper);
}

.collection-intro {
  position: sticky;
  top: 118px;
  align-self: start;
}

.collection-section .eyebrow {
  color: #9d451d;
}

.collection-lead {
  max-width: 520px;
  margin: 24px 0 0;
  color: #5f564d;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
}

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

.collection-card {
  position: relative;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--dark-line);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(245, 239, 230, .42)),
    radial-gradient(circle at 84% 18%, rgba(240, 100, 43, .15), transparent 12rem);
}

.collection-card.large {
  grid-row: span 2;
  min-height: 516px;
  color: var(--ink);
  background:
    linear-gradient(155deg, rgba(5, 5, 5, .28), rgba(5, 5, 5, .9)),
    radial-gradient(circle at 24% 76%, rgba(240, 100, 43, .36), transparent 18rem),
    #111;
}

.collection-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 88px;
  height: 88px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .12;
}

.collection-card span {
  color: var(--copper);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.collection-card.large span {
  color: var(--gold);
}

.collection-card h3 {
  max-width: 360px;
  margin-top: 72px;
  font-size: clamp(1.45rem, 3vw, 2.7rem);
  line-height: 1;
}

.collection-card p {
  max-width: 360px;
  color: inherit;
  opacity: .72;
}

.social-section {
  color: #14110f;
  background:
    radial-gradient(circle at 80% 14%, rgba(240, 100, 43, .14), transparent 24rem),
    var(--paper);
}

.social-section .eyebrow {
  color: #9d451d;
}

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

.social-panel {
  min-height: 735px;
  padding: 20px;
  border: 1px solid var(--dark-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 22px 70px rgba(22, 16, 10, .08);
}

.social-panel p {
  color: #695f55;
}

.social-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 14px;
}

.social-panel-head h3 {
  margin: 0;
}

.social-panel-head a {
  color: #934018;
  font-weight: 850;
  text-decoration: none;
}

.instagram-embed-wrap {
  display: flex;
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
}

.instagram-media {
  width: 100%;
  min-width: 260px;
  max-width: 500px;
}

.facebook-frame {
  width: 100%;
  height: 620px;
  border: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: start;
  background: #0b0b0b;
}

.hours-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
}

.hours-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.hours-card div:last-child {
  border-bottom: 0;
}

.hours-card span {
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: stretch;
  background:
    radial-gradient(circle at 18% 18%, rgba(217, 175, 104, .15), transparent 26rem),
    #050505;
}

.contact-copy {
  align-self: center;
}

.map-wrap {
  min-height: 480px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  overflow: hidden;
  background: #181410;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .36);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  filter: saturate(.9) contrast(1.03);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 6vw, 86px);
  color: var(--muted);
  border-top: 1px solid rgba(255, 255, 255, .13);
  background: #050505;
}

footer strong,
footer span {
  display: block;
}

footer a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(48px);
  filter: blur(14px);
  transition: opacity .9s ease, transform .9s ease, filter .9s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.smoke-heading {
  position: relative;
  display: inline-block;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.smoke-heading::after {
  content: attr(data-smoke);
  position: absolute;
  inset: 0;
  color: inherit;
  opacity: 0;
  filter: blur(18px);
  transform: translate3d(24px, -28px, 0) scale(1.03);
  pointer-events: none;
}

.is-visible .smoke-heading {
  animation: smokeTitleIn .95s ease both;
}

.is-visible .smoke-heading::after {
  animation: smokeTitleTrail 1.25s ease both;
}

@keyframes smokeDrift {
  from {
    transform: translate3d(-1.5%, 1%, 0) scale(1);
  }

  to {
    transform: translate3d(2%, -1.2%, 0) scale(1.05);
  }
}

@keyframes wrapSmoke {
  0% {
    transform: translate3d(-2%, 5%, 0) rotate(-4deg) scaleX(1);
    opacity: .28;
  }

  45% {
    opacity: .58;
  }

  100% {
    transform: translate3d(3%, -7%, 0) rotate(6deg) scaleX(1.08);
    opacity: .42;
  }
}

@keyframes smokeTitleIn {
  0% {
    opacity: 0;
    filter: blur(18px);
    transform: translateY(30px);
  }

  58% {
    opacity: .82;
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes smokeTitleTrail {
  0% {
    opacity: .44;
    filter: blur(10px);
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    opacity: 0;
    filter: blur(28px);
    transform: translate3d(46px, -54px, 0) scale(1.08);
  }
}

@media (max-width: 980px) {
  .site-header {
    position: sticky;
    inset: 0;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 0;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
  }

  .hero,
  .split,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 760px;
    padding-top: 92px;
  }

  .hero::before {
    background-position: center center;
    background-size: cover;
  }

  .hero-copy {
    max-width: 720px;
    margin-left: 0;
  }

  .status-strip,
  .social-grid,
  .collection-section {
    grid-template-columns: 1fr;
  }

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

  .collection-intro {
    position: static;
  }
}

@media (max-width: 600px) {
  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand small {
    letter-spacing: .08em;
  }

  nav a {
    padding-inline: 9px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 5.5rem);
  }

  .hero::before {
    opacity: .72;
    background-position: 52% center;
    background-size: cover;
  }

  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

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

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

  .collection-card.large {
    min-height: 360px;
  }

  .status-strip {
    grid-template-columns: 1fr;
  }

  .hours-card div {
    flex-direction: column;
    gap: 2px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
