/* ==========================================================================
   Brisbane Beauty Bar — homepage
   Clean rebuild of the WordPress/Beaver Builder homepage.
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,400;1,500&family=Italianno&display=swap");

/* ---------- Fonts ---------- */
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Regular.woff2") format("woff2"),
       url("../fonts/Canela-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("../fonts/Canela-Thin.woff2") format("woff2"),
       url("../fonts/Canela-Thin.woff") format("woff");
  font-weight: 100 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"),
       url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: 300 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue LT";
  src: url("../fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"),
       url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  /* BBB Guide: Champagne Chic */
  --ink: #3b302a;
  --deep-mocha: #4c352c;
  --black: var(--deep-mocha);
  --white: #f8f4ef;
  --gray: #eee7df;
  --muted: #715e52;
  --line: #d8c9bb;
  --mocha: #7a5848;
  --champagne-gold: #b58a58;
  --champagne: #dfcdb9;
  --taupe: #c9b09e;
  --blush: #eadbd2;
  --sage: #89957f;
  --deep-green: #405a49;

  --font-display: "Helvetica Neue LT", "Helvetica Neue", Arial, sans-serif;
  --font-ui: "Helvetica Neue LT", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Helvetica Neue LT", "Helvetica Neue", Arial, sans-serif;
  --font-editorial: "Cormorant Garamond", Georgia, serif;
  --font-script: "Italianno", "Brush Script MT", cursive;

  --container: 1200px;
  --gutter: 24px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
p { margin: 0; }
button { font: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ---------- Display headings ---------- */
.display {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--ink);
}
.display--thin { font-weight: 300; }
.eyebrow {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .015em;
  color: var(--ink);
}
.eyebrow--script,
.script-accent {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.eyebrow--script { font-size: clamp(38px, 5vw, 54px); line-height: .9; }
.script-accent { display: block; font-size: 1.48em; line-height: .78; margin-bottom: .14em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  padding: 15px 36px 14px;
  border-radius: 24px;
  border: 1px solid var(--mocha);
  color: var(--mocha);
  background: transparent;
  transition: background-color .3s ease, color .3s ease, transform .3s ease;
}
.btn--dark { border-color: var(--mocha); color: var(--mocha); }
.btn--dark:hover { background: var(--mocha); border-color: var(--mocha); color: var(--white); transform: translateY(-1px); }
.btn--light { border-color: var(--white); color: var(--white); }
.btn--light:hover { background: var(--champagne); border-color: var(--champagne); color: var(--deep-mocha); transform: translateY(-1px); }
:focus-visible { outline: 2px solid var(--mocha); outline-offset: 3px; }

/* ==========================================================================
   Top bar + header
   ========================================================================== */
.topbar {
  background: var(--mocha);
  text-align: center;
  padding: 10px 0;
}
.topbar p {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .4px;
  color: rgba(255, 255, 255, .82);
}

.site-header {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 40;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color .3s ease, border-color .3s ease;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 -96px;
  background: linear-gradient(to bottom, rgba(48, 36, 30, .66) 0%, rgba(48, 36, 30, .34) 52%, rgba(48, 36, 30, 0) 100%);
  opacity: 1;
  pointer-events: none;
  transition: opacity .3s ease;
}
.site-header.is-scrolled {
  position: fixed;
  top: 0;
  background: var(--white);
  border-bottom-color: var(--line);
}
.site-header.is-scrolled::before { opacity: 0; }
.site-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 88px;
  transition: height .3s ease;
}
/* Tint the light-header logo to BBB's deep mocha rather than pure black. */
.site-header__logo img { width: 116px; height: auto; aspect-ratio: 574 / 239; filter: brightness(0) saturate(100%) invert(20%) sepia(19%) saturate(1111%) hue-rotate(334deg) brightness(93%) contrast(91%); transition: width .3s ease, filter .3s ease; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav__link {
  position: relative;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: var(--ink);
  transition: color .3s ease;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.nav__link:hover::after,
.nav__link.is-current::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-actions .btn { padding: 10px 26px 11px; font-size: 11px; }

.site-header:not(.is-scrolled) .site-header__logo img {
  filter: brightness(0) invert(1);
}
.site-header:not(.is-scrolled) .nav__link {
  color: var(--white);
  font-weight: 600;
  text-shadow: 0 1px 12px rgba(60, 54, 46, .28);
}
.site-header:not(.is-scrolled) .nav__link::after { background: var(--white); }
.site-header:not(.is-scrolled) .header-actions .btn {
  border-color: var(--white);
  color: var(--white);
  font-weight: 600;
}
.site-header:not(.is-scrolled) .header-actions .btn:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--deep-mocha);
}
.site-header:not(.is-scrolled) .hamburger span { background: var(--white); }

/* Shrink header on scroll */
.site-header.is-scrolled .site-header__inner { height: 62px; }
.site-header.is-scrolled .site-header__logo img { width: 94px; }

.hamburger {
  display: flex;
  width: 34px; height: 34px;
  border: none; background: transparent;
  flex-direction: column; justify-content: center; align-items: flex-end; gap: 5px;
  padding: 0;
}
.hamburger span { display: block; height: 2px; width: 26px; background: var(--ink); transition: .3s; }
.hamburger span:nth-child(2) { width: 19px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--champagne);
  min-height: 767px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 120px var(--gutter) 120px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(60, 54, 46, .76) 0%, rgba(60, 54, 46, .2) 58%, rgba(60, 54, 46, .04) 100%);
}
.hero__slides,
.hero__slide {
  position: absolute;
  inset: 0;
}
.hero__slides { z-index: 0; }
.hero__slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.025);
  transition: opacity 1.25s ease, transform 7s ease;
}
.hero__slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero__slide--exterior {
  background-image: url("../new images/09_55_02 AM.png");
  background-position: 56% center;
}
.hero__slide--bar { background-image: url("../new images/1-DSCF9950.jpg.jpeg"); }
.hero__slide--nails { background-image: url("../new images/1-DSCF9860.jpg.jpeg"); }
.hero__content { position: relative; z-index: 2; max-width: 860px; }
.hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.12;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
}
.hero__cta {
  display: inline-block;
  margin-top: 26px;
  padding-bottom: 6px;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
}
.hero__cta::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--white);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}
.hero__cta:hover::after { transform: scaleX(0); transform-origin: right center; }

@media (prefers-reduced-motion: reduce) {
  .hero__slide { transition: none; transform: none; }
}

/* ==========================================================================
   Marquee
   ========================================================================== */
.marquee {
  overflow: hidden;
  padding: 28px 0;
  background: var(--white);
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 28s linear infinite;
}
.marquee__track span {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
  padding-right: 26px;
}
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
}

/* ==========================================================================
   Category cards slider
   ========================================================================== */
.cards { padding: 76px 0 78px; }
.cards__viewport { overflow: hidden; }
.cards__track {
  display: flex;
  gap: 40px;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scrollbar-width: none;
}
.cards__track::-webkit-scrollbar { display: none; }
.card {
  position: relative;
  flex: 0 0 calc((100% - 80px) / 3);
  scroll-snap-align: start;
  aspect-ratio: 379 / 557;
  overflow: hidden;
}
.card__img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.card--beauty .card__img { object-position: 55% center; }
.card--nails .card__img { object-position: 50% center; }
.card--skin .card__img { object-position: 72% center; }
.card--parties .card__img { object-position: 64% center; }
.card:hover .card__img { transform: scale(1.05); }
.card::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(60,54,46,.72) 0%, rgba(60,54,46,.08) 48%, rgba(60,54,46,0) 72%);
}
.card__body {
  position: absolute;
  left: 34px; right: 34px; bottom: 34px;
  z-index: 2;
  color: var(--white);
}
.card__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 33px;
  line-height: 1.08;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: var(--white);
}
.card__link {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.7);
  padding-bottom: 3px;
}
.cards__progress {
  height: 3px;
  background: var(--line);
  margin: 40px 0 0;
  position: relative;
}
.cards__progress-bar {
  position: absolute; left: 0; top: 0; height: 100%;
  width: 25%;
  background: var(--ink);
  transition: left .3s ease;
}
@media (min-width: 992px) {
  .cards__track {
    gap: 24px;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .card {
    flex-basis: calc((100% - 72px) / 4);
  }
  .card__body {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .card__title {
    font-size: clamp(27px, 2.4vw, 36px);
  }
  .card--beauty .card__title,
  .card--skin .card__title {
    font-size: clamp(26px, 2.15vw, 31px);
    letter-spacing: .055em;
  }
  .cards__progress {
    display: none;
  }
}

/* ==========================================================================
   Exclusive services
   ========================================================================== */
.exclusive {
  text-align: center;
  padding: 62px 0 72px;
}
.exclusive__title {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: clamp(42px, 5.4vw, 68px);
  line-height: .92;
  letter-spacing: 0;
  text-transform: none;
  max-width: 950px;
  margin: 0 auto;
}
.exclusive__title span { display: block; white-space: nowrap; }
.exclusive__text {
  margin: 22px auto 28px;
  max-width: 46ch;
  color: var(--muted);
  font-size: 16px;
}

/* ==========================================================================
   Differently (image band)
   ========================================================================== */
.differently {
  position: relative;
  background: var(--champagne) url("../new images/2-DSCF0061.jpg.jpeg") center/cover no-repeat;
}
.differently::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(60,54,46,.78) 0%, rgba(60,54,46,.42) 46%, rgba(60,54,46,.06) 78%);
}
.differently__inner { position: relative; z-index: 1; min-height: clamp(468px, 41vw, 592px); padding: 146px 0; }
.differently__box { max-width: 520px; }
.differently__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: .045em;
  color: var(--white);
}
.differently__text {
  margin: 20px 0 30px;
  max-width: 40ch;
  color: var(--white);
  font-size: 16px;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials {
  background: var(--deep-mocha);
  color: var(--white);
  text-align: center;
  padding: 120px 0 104px;
  position: relative;
  overflow: hidden;
}
.testimonials__quoteicon { width: 40px; margin: 0 auto 28px; }
.testimonials__viewport { position: relative; }
.testimonial { display: none; }
.testimonial.is-active { display: block; }
.testimonial__quote {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(27px, 3.1vw, 40px);
  line-height: 1.32;
  color: var(--white);
  max-width: 800px;
  margin: 0 auto;
}
.testimonial__author {
  margin-top: 30px;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}
.testimonials__nav {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 46px;
}
.tnav {
  background: transparent; border: none; color: var(--white);
  opacity: .6; transition: opacity .2s ease; padding: 6px;
}
.tnav:hover { opacity: 1; }
.tnav svg { width: 36px; height: 14px; }
@media (prefers-reduced-motion: reduce) {
  .testimonial.is-active { animation: none; }
}

/* ==========================================================================
   Blog
   ========================================================================== */
.blog { padding: 60px 0; text-align: center; }
.blog__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 46px;
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}
.post__img { aspect-ratio: 3 / 2; width: 100%; object-fit: cover; }
.post__title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  margin: 20px 0 10px;
}
.post__excerpt { color: var(--muted); font-size: 14px; line-height: 1.6; }
.post__more {
  display: inline-block;
  margin-top: 14px;
  font-weight: 700;
  font-size: 15px;
  color: var(--ink);
}
.blog__more { margin-top: 44px; }

/* ==========================================================================
   Community
   ========================================================================== */
.community { background: var(--blush); padding: 90px 0; }
.community__inner {
  display: block;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.community__text-col {
  max-width: 760px;
  margin: 0 auto 40px;
  padding: 0 var(--gutter);
  text-align: center;
}
.community__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(29px, 4vw, 42px);
  letter-spacing: .085em;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: none;
}
.community__text { margin: 22px auto 28px; color: var(--muted); max-width: 58ch; }
.community__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: min(1280px, calc(100% - (var(--gutter) * 4)));
  margin: 0 auto;
}
.community__post {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--champagne);
}
.community__post::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(60,54,46,.72), transparent 48%);
  opacity: 0;
  transition: opacity .25s ease;
}
.community__post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.community__post-label {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .25s ease, transform .25s ease;
}
.community__post:hover::after,
.community__post:focus-visible::after,
.community__post:hover .community__post-label,
.community__post:focus-visible .community__post-label { opacity: 1; }
.community__post:hover .community__post-label,
.community__post:focus-visible .community__post-label { transform: translateY(0); }
.community__post:hover img { transform: scale(1.035); }
.community__post:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.community__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.community__social-link {
  width: 48px;
  height: 48px;
  border: 1px solid var(--mocha);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mocha);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.community__social-link:hover,
.community__social-link:focus-visible {
  background: var(--mocha);
  border-color: var(--mocha);
  color: var(--white);
  transform: translateY(-2px);
}
.community__social-link svg { width: 18px; height: 18px; }

/* ==========================================================================
   Newsletter
   ========================================================================== */
.newsletter { background: var(--champagne); text-align: center; padding: 104px 0 120px; }
.newsletter__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(28px, 4vw, 40px);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 14px 0 34px;
}
.newsletter__form {
  display: flex;
  gap: 18px;
  max-width: 560px;
  margin: 0 auto;
  align-items: center;
}
.newsletter__form input[type="email"] {
  flex: 1;
  border: none;
  border-bottom: 1px solid var(--ink);
  background: transparent;
  padding: 12px 4px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
}
.newsletter__form input::placeholder { color: var(--muted); }
.newsletter__form input:focus { outline: none; border-bottom-color: var(--mocha); }
.newsletter__form .btn { white-space: nowrap; padding: 14px 30px 15px; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--deep-mocha); color: var(--white); padding: 82px 0 38px; }
.site-footer a { color: var(--white); }
.footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
}
.footer__brand img { width: 150px; height: auto; aspect-ratio: 574 / 239; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer__brand p { color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; max-width: 26ch; }
.footer__col h4 {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: rgba(255,255,255,.9);
}
.footer__col li { margin-bottom: 12px; }
.footer__col a { font-size: 13px; color: rgba(255,255,255,.75); }
.footer__col a:hover { color: var(--white); }
.footer__contact p { font-size: 13px; color: rgba(255,255,255,.75); margin-bottom: 12px; }
.social { display: flex; gap: 16px; margin-top: 20px; }
.social a {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color .25s ease, color .25s ease;
}
.social a:hover { background: var(--white); color: var(--black); }
.social svg { width: 16px; height: 16px; }
/* Temporarily hidden until the client approves a current YouTube presence. */
.social a[aria-label="YouTube"] { display: none; }
.footer__bottom {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.15);
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}

/* ==========================================================================
   Mobile menu drawer
   ========================================================================== */
.drawer {
  position: fixed; inset: 0 0 0 auto;
  width: min(90vw, 460px);
  background: var(--deep-mocha);
  color: #fff;
  z-index: 60;
  transform: translateX(100%);
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
  padding: 26px 34px 44px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  will-change: transform;
}
.drawer.is-open { transform: translateX(0); }
.drawer__close {
  align-self: flex-end;
  background: none; border: none; color: #fff;
  font-size: 30px; line-height: 1; cursor: pointer; padding: 4px 6px;
  transition: opacity .2s ease;
}
.drawer__close:hover { opacity: .6; }
.drawer__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.drawer__logo { margin: 10px 0 36px; }
.drawer__logo img { width: 150px; height: auto; aspect-ratio: 574 / 239; display: block; filter: brightness(0) invert(1); }
.drawer__nav {
  width: 100%;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.drawer__nav a {
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
  transition: opacity .2s ease;
}
.drawer__nav a:hover { opacity: .55; }
.drawer__category {
  min-height: 48px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-ui);
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.45px;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  transition: opacity .2s ease;
}
.drawer__category:hover { opacity: .55; }
.drawer__nav a.drawer__category {
  font-size: 15px;
  letter-spacing: 1.45px;
}
summary.drawer__category {
  cursor: pointer;
  list-style: none;
  user-select: none;
}
summary.drawer__category::-webkit-details-marker { display: none; }
summary.drawer__category::after {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  margin: -5px 7px 0 18px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease, margin .2s ease;
}
.drawer__group[open] > summary.drawer__category::after {
  margin-top: 5px;
  transform: rotate(225deg);
}
.drawer__subnav {
  display: flex;
  flex-direction: column;
  padding: 0 0 10px 10px;
}
.drawer__subnav a {
  min-height: 44px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  letter-spacing: .25px;
  line-height: 1.35;
  text-align: left;
  text-transform: none;
  border-top: 1px solid rgba(255,255,255,.1);
}
.drawer__subnav .drawer__view-all {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.drawer__utility {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.drawer__utility a {
  min-height: 44px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer__social { display: flex; gap: 24px; margin-top: auto; padding-top: 38px; }
.drawer__social a {
  color: #fff; display: inline-flex; opacity: .9; transition: opacity .2s ease;
}
.drawer__social a:hover { opacity: 1; }
.drawer__social svg { width: 18px; height: 18px; }
.overlay {
  position: fixed; inset: 0; background: rgba(60,54,46,.55);
  opacity: 0; visibility: hidden; transition: opacity .5s ease, visibility .5s ease; z-index: 55;
}
.overlay.is-open { opacity: 1; visibility: visible; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 991px) {
  .nav { display: none; }
  .site-header__inner { height: 72px; }
  .site-header__logo img { width: 104px; }
  .site-header.is-scrolled .site-header__logo img { width: 90px; }
  .cards__track { gap: 24px; }
  .card { flex-basis: 60%; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .header-actions .btn { display: none; }
}
@media (max-width: 680px) {
  :root { --gutter: 18px; }
  .hero { min-height: 560px; }
  .differently::before { background: rgba(60, 54, 46, .62); }
  .differently__title { color: var(--white); }
  .differently__inner { padding: 84px 0; }
  .differently__text { color: var(--white); }
  .blog__grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .cards__track { gap: 16px; }
  .card { flex-basis: 80%; }
  .newsletter__form { flex-direction: column; align-items: stretch; }
  .newsletter__form .btn { width: 100%; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; }
  .testimonials__nav { position: static; justify-content: center; margin-top: 40px; }
  .community { padding: 70px 0; }
  .community__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: calc(100% - (var(--gutter) * 2));
  }
  .exclusive { padding: 50px 0 58px; }
  .exclusive__title {
    font-size: clamp(38px, 11vw, 52px);
    line-height: .96;
    max-width: 11.5em;
  }
  .exclusive__title span { display: inline; white-space: normal; }
  .newsletter { padding: 82px 0 92px; }
  .testimonials { padding: 88px 0 78px; }
}

@media (prefers-reduced-motion: reduce) {
  .community__post img,
  .community__post-label { transition: none; }
}
