:root {
  --bg: #031727;
  --bg-alt: #0a2a47;
  --text: #f5f7fb;
  --muted: #c2d2e6;
  --accent: #ffa400;
  --accent-soft: #ffd27a;
  --glass: rgba(255, 255, 255, 0.06);
  --line: rgba(255, 255, 255, 0.12);
  --promo-height: 44px;
  --nav-height: 72px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Source Sans 3", sans-serif;
  background: radial-gradient(
    circle at 20% 20%,
    #0b3054 0%,
    #031727 55%,
    #02101c 100%
  );
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  padding-top: 0;
}

body.page:not(.home),
body.single-post {
  background: #ffffff;
  color: #241813;
}

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

body.page:not(.home) .grain,
body.single-post .grain {
  display: none;
}

.ib-page-shell {
  position: relative;
  z-index: 2;
}

.ib-home-full-bleed-image {
  width: 100%;
  margin: 0;
  line-height: 0;
}

.ib-home-full-bleed-video {
  width: 100%;
  margin: 0;
  line-height: 0;
  background: #000000;
}

.ib-home-full-bleed-video video {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.58;
}

.ib-home-full-bleed-image img {
  display: block;
  width: 100%;
  height: auto;
}

.ib-home-blog {
  padding: 4.75rem 1.5rem 4.25rem;
  background: #fcfaf7;
  color: #2a2019;
}

.ib-home-blog__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ib-home-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.ib-home-blog__eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b08a3c;
}

.ib-home-blog__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0.05em;
  color: #1f1a17;
}

.ib-home-blog__heading {
  width: 100%;
}

.ib-home-blog__footer {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

.ib-home-blog__all-link {
  display: inline-block;
  padding: 0.95rem 1.8rem;
  border: 1px solid rgba(176, 138, 60, 0.38);
  background: #fffaf2;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8f6b31;
  text-align: center;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ib-home-blog__all-link:hover,
.ib-home-blog__all-link:focus-visible {
  background: #f5ebdb;
  border-color: rgba(143, 107, 49, 0.55);
  transform: translateY(-1px);
}

.ib-home-instagram {
  padding: 4.75rem 1.5rem 4.25rem;
  background: #ffffff;
  color: #2a2019;
}

.ib-home-instagram__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ib-home-instagram__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.ib-home-instagram__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0.05em;
  color: #1f1a17;
}

.ib-home-instagram__heading {
  width: 100%;
}

.ib-home-instagram__title-icon {
  width: 2.05rem;
  height: 2.05rem;
  display: block;
  color: #1f1a17;
  flex: 0 0 auto;
}

.ib-home-instagram__title-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.ib-home-instagram__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

.ib-home-instagram__card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.ib-home-instagram__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background:
    linear-gradient(145deg, rgba(31, 26, 23, 0.08), rgba(176, 138, 60, 0.16)),
    linear-gradient(180deg, #f6efe6 0%, #e9dac8 100%);
}

.ib-home-instagram__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.5), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(176, 138, 60, 0.22), transparent 30%);
}

.ib-home-instagram__media::after {
  content: "Instagram";
  position: absolute;
  left: 1rem;
  bottom: 0.95rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(31, 26, 23, 0.72);
}

.ib-home-instagram__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ib-home-instagram__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: "Cinzel", serif;
  font-size: clamp(1.1rem, 1.2vw, 1.35rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b2b20;
  text-align: center;
  padding: 1.5rem;
}

.ib-home-instagram__meta {
  padding: 1rem 0 0;
}

.ib-home-instagram__caption {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.95rem;
  line-height: 1.62;
  color: #6a5647;
}

.ib-home-club {
  padding: 4.75rem 1.5rem;
  background: #031727;
  color: #f5f7fb;
}

.ib-home-club__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ib-home-club__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: start;
}

.ib-home-club__content {
  text-align: left;
}

.ib-home-club__aside {
  text-align: center;
}

.ib-home-club__ornament {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
  color: #ffd27a;
}

.ib-home-club__ornament::before,
.ib-home-club__ornament::after {
  content: "";
  display: block;
  width: 3.8rem;
  height: 1px;
  background: currentColor;
  opacity: 0.8;
}

.ib-home-club__ornament span {
  font-family: "Cinzel", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ib-home-club__title {
  max-width: none;
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.65rem, 2.2vw, 2.45rem);
  line-height: 1.12;
  letter-spacing: 0.03em;
  color: #f8f4ee;
}

.ib-home-club__text {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(245, 247, 251, 0.78);
}

.ib-home-club__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 0.85rem;
  margin: 2rem auto 0;
}

.ib-home-club__benefit {
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 210, 122, 0.18);
  background: rgba(255, 255, 255, 0.04);
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f8f4ee;
}

.ib-home-club__form {
  max-width: 40rem;
  margin: 2rem auto 0;
}

.ib-home-club__form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
}

.ib-home-club__input {
  width: 100%;
  min-height: 3.5rem;
  padding: 0 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #f8f4ee;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
}

.ib-home-club__input::placeholder {
  color: rgba(245, 247, 251, 0.58);
}

.ib-home-club__input:focus {
  outline: none;
  border-color: rgba(255, 210, 122, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.ib-home-club__button {
  min-height: 3.5rem;
  padding: 0 1.7rem;
  border: 1px solid rgba(255, 210, 122, 0.34);
  background: #fffaf2;
  color: #8f6b31;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ib-home-club__button:hover,
.ib-home-club__button:focus-visible {
  background: #f5ebdb;
  border-color: rgba(255, 210, 122, 0.58);
  transform: translateY(-1px);
}

.ib-home-club__note {
  margin: 0.95rem auto 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(245, 247, 251, 0.6);
}

.ib-page-article {
  position: relative;
}

.ib-page-default .ib-page-hero {
  position: relative;
  padding:
    calc(var(--promo-height) + var(--nav-height) + 5.5rem)
    1.5rem
    5rem;
  min-height: clamp(420px, 72vh, 820px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #0b1c2b;
}

.ib-page-default .ib-page-hero__media,
.ib-page-default .ib-page-hero__overlay {
  position: absolute;
  inset: 0;
}

.ib-page-default .ib-page-hero__media {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.04);
}

.ib-page-default .ib-page-hero.has-cover-image .ib-page-hero__media {
  background-image: var(--ib-page-cover-image);
}

.ib-page-default .ib-page-hero__overlay {
  background:
    linear-gradient(180deg, rgba(3, 23, 39, 0.18), rgba(3, 23, 39, 0.72)),
    linear-gradient(0deg, rgba(3, 23, 39, 0.72), rgba(3, 23, 39, 0.08));
}

.ib-page-hero__inner,
.ib-page-content {
  width: min(100%, 920px);
  margin: 0 auto;
}

.ib-page-default .ib-page-hero__inner {
  position: relative;
  z-index: 1;
}

.ib-page-default .ib-page-hero__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-wrap: balance;
  max-width: 12ch;
  text-transform: uppercase;
}

.ib-page-default .ib-page-hero__title {
  max-width: none;
}

.ib-page-default .ib-page-hero__excerpt {
  margin-top: 1rem;
  max-width: 38rem;
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.84);
}

.ib-page-plain .ib-page-hero {
  padding:
    0
    1.5rem
    1.5rem;
  min-height: auto;
  display: block;
  overflow: visible;
  background: transparent;
}

.ib-page-plain .ib-page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  margin: 0 auto;
}

.ib-page-plain .ib-page-hero__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: 0.03em;
  color: #241813;
  max-width: 12ch;
  text-transform: uppercase;
}

.ib-page-plain .ib-page-hero__excerpt {
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 1.08rem;
  color: #5f5148;
}

.ib-account-page .ib-page-hero {
  padding:
    0
    1.5rem
    1.5rem;
  min-height: auto;
  display: block;
  overflow: visible;
  background: transparent;
}

.ib-account-page .ib-page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  margin: 0 auto;
}

.ib-account-page .ib-page-hero__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: 0.03em;
  color: #241813;
  max-width: 12ch;
  text-transform: uppercase;
}

.ib-account-page .ib-page-hero__excerpt {
  margin-top: 1rem;
  max-width: 36rem;
  font-size: 1.08rem;
  color: #5f5148;
}

.ib-page-content-wrap {
  position: relative;
  z-index: 1;
  padding: 3rem 1.5rem 6rem;
}

.ib-page-content {
  background: #ffffff;
  color: #2b1d16;
  padding: 0 0 1rem;
}

.ib-page-flow {
  max-width: 760px;
}

.ib-page-flow > * + * {
  margin-top: 1.25rem;
}

.ib-page-flow > .wp-block-group,
.ib-page-flow > .wp-block-columns,
.ib-page-flow > .wp-block-cover,
.ib-page-flow > .wp-block-media-text,
.ib-page-flow > .wp-block-image,
.ib-page-flow > .wp-block-gallery {
  max-width: none;
}

.ib-page-content h2,
.ib-page-content h3,
.ib-page-content h4,
.ib-page-content h5,
.ib-page-content h6 {
  margin-top: 2rem;
  color: #201612;
  line-height: 1.15;
}

.ib-page-content h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.ib-page-content h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.75rem);
}

.ib-page-content p,
.ib-page-content li {
  font-size: 1.06rem;
}

.ib-page-content ul,
.ib-page-content ol {
  padding-left: 1.4rem;
}

.ib-page-content a {
  color: #8f5f19;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

.ib-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.ib-page-content .wp-block-button__link {
  background: #2a2019;
  color: #f7f1e8;
  border-radius: 999px;
  padding: 0.85rem 1.4rem;
  text-decoration: none;
}

.ib-page-links {
  margin-top: 2rem;
}

.ib-account-page .ib-account-page__content,
body.woocommerce-account .ib-account-page__content {
  max-width: 1160px;
}

.ib-account-page .woocommerce,
body.woocommerce-account .woocommerce {
  color: #2b1d16;
}

.ib-account-page .woocommerce-notices-wrapper:empty,
body.woocommerce-account .woocommerce-notices-wrapper:empty {
  display: none;
}

.ib-account-page #customer_login,
body.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: start;
}

.ib-account-page #customer_login .u-column1,
.ib-account-page #customer_login .u-column2,
body.woocommerce-account #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column2 {
  width: auto;
  float: none;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 248, 243, 0.98));
  border: 1px solid rgba(60, 37, 24, 0.09);
  border-radius: 1.75rem;
  box-shadow: 0 24px 60px rgba(36, 24, 19, 0.08);
  position: relative;
  overflow: hidden;
}

.ib-account-page #customer_login .u-column1::before,
.ib-account-page #customer_login .u-column2::before,
body.woocommerce-account #customer_login .u-column1::before,
body.woocommerce-account #customer_login .u-column2::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #8f5f19, #d4b07a, #8f5f19);
  opacity: 0.85;
}

.ib-account-page #customer_login .u-column1,
body.woocommerce-account #customer_login .u-column1 {
  order: 2;
}

.ib-account-page #customer_login .u-column2,
body.woocommerce-account #customer_login .u-column2 {
  order: 1;
}

.ib-account-page .woocommerce-MyAccount-navigation,
.ib-account-page .woocommerce-MyAccount-content,
.ib-account-page .woocommerce-form-login,
.ib-account-page .woocommerce-form-register,
body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  background: #ffffff;
  border: 1px solid rgba(36, 24, 19, 0.08);
  border-radius: 1.5rem;
  box-shadow: 0 16px 40px rgba(36, 24, 19, 0.06);
}

.ib-account-page .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 1.5rem;
}

.ib-account-page .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.ib-account-page .woocommerce-MyAccount-navigation a,
body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  color: #241813;
  background: #f7f2eb;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ib-account-page .woocommerce-MyAccount-navigation .is-active a,
.ib-account-page .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #241813;
  color: #ffffff;
  transform: translateY(-1px);
}

.ib-account-page .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ib-account-page #customer_login .woocommerce-form-login,
.ib-account-page #customer_login .woocommerce-form-register,
body.woocommerce-account #customer_login .woocommerce-form-login,
body.woocommerce-account #customer_login .woocommerce-form-register {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.ib-account-page #customer_login h2,
body.woocommerce-account #customer_login h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  margin: 0 0 0.75rem;
  letter-spacing: 0.03em;
}

.ib-account-page #customer_login h2 + form::before,
body.woocommerce-account #customer_login h2 + form::before {
  content: "";
  display: block;
  width: 3.25rem;
  height: 1px;
  background: rgba(143, 95, 25, 0.35);
  margin-bottom: 1.2rem;
}

.ib-account-page #customer_login .form-row label,
.ib-account-page .woocommerce-form-login label,
.ib-account-page .woocommerce-form-register label,
body.woocommerce-account #customer_login .form-row label,
body.woocommerce-account .woocommerce-form-login label,
body.woocommerce-account .woocommerce-form-register label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: #3d2a1e;
}

.ib-account-page .woocommerce-MyAccount-content a,
body.woocommerce-account .woocommerce-MyAccount-content a {
  color: #8f5f19;
}

.ib-account-page .woocommerce-Address,
.ib-account-page .woocommerce-order-details,
.ib-account-page .woocommerce-customer-details,
.ib-account-page .woocommerce-address-fields,
.ib-account-page .woocommerce-EditAccountForm fieldset,
body.woocommerce-account .woocommerce-Address,
body.woocommerce-account .woocommerce-order-details,
body.woocommerce-account .woocommerce-customer-details,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-EditAccountForm fieldset {
  border: 1px solid rgba(36, 24, 19, 0.08);
  border-radius: 1rem;
  padding: 1.25rem;
  background: #fffdf9;
}

.ib-account-page .woocommerce table.shop_table,
body.woocommerce-account .woocommerce table.shop_table {
  border-radius: 1rem;
  overflow: hidden;
  border-color: rgba(36, 24, 19, 0.08);
}

.ib-account-page .woocommerce table.shop_table th,
.ib-account-page .woocommerce table.shop_table td,
body.woocommerce-account .woocommerce table.shop_table th,
body.woocommerce-account .woocommerce table.shop_table td {
  padding: 0.9rem 1rem;
}

.ib-account-page .woocommerce form .form-row input.input-text,
.ib-account-page .woocommerce form .form-row textarea,
.ib-account-page .woocommerce form .form-row select,
.ib-account-page .select2-container--default .select2-selection--single,
body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-account .woocommerce form .form-row select,
body.woocommerce-account .select2-container--default .select2-selection--single {
  min-height: 52px;
  border: 1px solid rgba(36, 24, 19, 0.12);
  border-radius: 1rem;
  padding: 0.85rem 1rem;
  background: #fcfaf7;
  color: #241813;
  box-shadow: inset 0 1px 1px rgba(36, 24, 19, 0.02);
}

.ib-account-page .woocommerce form .form-row input.input-text:focus,
.ib-account-page .woocommerce form .form-row textarea:focus,
.ib-account-page .woocommerce form .form-row select:focus,
body.woocommerce-account .woocommerce form .form-row input.input-text:focus,
body.woocommerce-account .woocommerce form .form-row textarea:focus,
body.woocommerce-account .woocommerce form .form-row select:focus {
  outline: none;
  border-color: rgba(143, 95, 25, 0.45);
  box-shadow: 0 0 0 4px rgba(143, 95, 25, 0.08);
}

.ib-account-page .woocommerce form .show-password-input::after,
body.woocommerce-account .woocommerce form .show-password-input::after {
  top: 14px;
}

.ib-account-page .woocommerce button.button,
.ib-account-page .woocommerce a.button,
.ib-account-page .woocommerce input.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce input.button {
  background: linear-gradient(135deg, #241813, #4b3325);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.95rem 1.55rem;
  border: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.ib-account-page .woocommerce button.button:hover,
.ib-account-page .woocommerce a.button:hover,
.ib-account-page .woocommerce input.button:hover,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce input.button:hover {
  background: linear-gradient(135deg, #8f5f19, #b88944);
  color: #ffffff;
}

.ib-account-page .u-columns,
body.woocommerce-account .u-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.ib-account-page .u-column1,
.ib-account-page .u-column2,
body.woocommerce-account .u-column1,
body.woocommerce-account .u-column2 {
  width: auto;
  float: none;
}

.ib-account-page .woocommerce-form-login,
.ib-account-page .woocommerce-form-register,
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ib-account-page .woocommerce-form-login > h2,
.ib-account-page .woocommerce-form-register > h2,
.ib-account-page .u-column1 > h2,
.ib-account-page .u-column2 > h2,
body.woocommerce-account .woocommerce-form-login > h2,
body.woocommerce-account .woocommerce-form-register > h2,
body.woocommerce-account .u-column1 > h2,
body.woocommerce-account .u-column2 > h2 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 1rem;
}

.ib-account-page .woocommerce-LostPassword,
.ib-account-page .woocommerce-privacy-policy-text,
body.woocommerce-account .woocommerce-LostPassword,
body.woocommerce-account .woocommerce-privacy-policy-text {
  font-size: 0.95rem;
  color: #6a5749;
}

.ib-account-page .woocommerce-form-login__rememberme,
.ib-account-page .woocommerce-form__label-for-checkbox,
body.woocommerce-account .woocommerce-form-login__rememberme,
body.woocommerce-account .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ib-home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.ib-home-blog__card {
  display: grid;
  text-decoration: none;
  color: inherit;
}

.ib-home-blog__media {
  display: block;
  aspect-ratio: 4 / 3;
  background: #efe8dc;
  overflow: hidden;
  border-radius: 0;
}

.ib-home-blog__media img,
.ib-blog-card__media-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ib-blog-card__media-placeholder {
  background: linear-gradient(135deg, #d7c2a2, #f3eadf);
}

.ib-home-blog__card:hover .ib-home-blog__media img,
.ib-home-blog__card:focus-visible .ib-home-blog__media img {
  transform: scale(1.03);
}

.ib-home-blog__media img {
  transition: transform 0.45s ease;
}

.ib-home-blog__content {
  padding: 1.2rem 0 0;
}

.ib-home-blog__card-title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.18;
  letter-spacing: 0.03em;
  color: #1f1a17;
}

.ib-page-content .ib-home-blog__card-title {
  margin-top: 0;
  color: #1f1a17;
}

.ib-home-blog__excerpt {
  margin: 0.85rem 0 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.98rem;
  line-height: 1.72;
  color: #6a5647;
}

.ib-home-blog__cta {
  display: inline-flex;
  margin-top: 1rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(176, 138, 60, 0.35);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8f6b31;
  text-decoration: none;
}

.ib-blog-page .ib-home-blog {
  padding: 4.75rem 1.5rem 4.25rem;
  background: #fcfaf7;
  color: #2a2019;
}

.ib-blog-page .ib-home-blog__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ib-blog-page .ib-home-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.ib-blog-page .ib-home-blog__heading {
  width: 100%;
}

.ib-blog-page .ib-home-blog__eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #b08a3c;
}

.ib-blog-page .ib-home-blog__title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0.05em;
  color: #1f1a17;
}


.ib-blog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.ib-blog-pagination__item a,
.ib-blog-pagination__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.9rem;
  min-height: 2.9rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(36, 24, 19, 0.1);
  color: #241813;
  text-decoration: none;
  background: #ffffff;
}

.ib-blog-pagination .current {
  background: #241813;
  color: #ffffff;
  border-color: #241813;
}

.ib-blog-empty {
  padding: 3rem 0;
}

.ib-blog-empty h2 {
  margin: 0 0 0.75rem;
  font-family: "Cinzel", serif;
  color: #241813;
}

@media (max-width: 980px) {
  .ib-home-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ib-home-blog__grid {
    grid-template-columns: 1fr;
  }
}

body.woocommerce-cart .ib-page-flow,
body.woocommerce-checkout .ib-page-flow {
  max-width: none;
}

body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  max-width: 1180px;
  margin: 0 auto;
}

body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  gap: 2rem;
}

body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  align-items: start;
}

body.woocommerce-cart .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar {
  width: 100%;
}

body.woocommerce-cart .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-main {
  background: #ffffff;
  border: 1px solid rgba(36, 24, 19, 0.08);
  border-radius: 1.75rem;
  box-shadow: 0 24px 60px rgba(36, 24, 19, 0.05);
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
}

body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar {
  background: #ffffff;
  border: 1px solid rgba(143, 95, 25, 0.12);
  border-radius: 1.75rem;
  box-shadow: 0 24px 60px rgba(36, 24, 19, 0.08);
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-order-summary {
  border: 0;
}

body.woocommerce-cart .wc-block-cart-items thead th,
body.woocommerce-cart .wc-block-components-order-summary thead th {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a796e;
  border-bottom: 1px solid rgba(36, 24, 19, 0.08);
}

body.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-components-order-summary .wc-block-components-order-summary-item {
  border-bottom: 1px solid rgba(36, 24, 19, 0.08);
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart .wc-block-components-order-summary-item__image img {
  border-radius: 1rem;
  background: #faf7f2;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name {
  font-family: "Cinzel", serif;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #241813;
}

body.woocommerce-cart .wc-block-components-quantity-selector,
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-text-input select,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input select {
  border-radius: 1rem;
  border-color: rgba(36, 24, 19, 0.12);
  min-height: 48px;
}

body.woocommerce-cart .wc-block-components-button,
body.woocommerce-checkout .wc-block-components-button {
  border-radius: 999px;
  background: linear-gradient(135deg, #241813, #4b3325);
  color: #ffffff;
  min-height: 50px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-checkout .wc-block-components-button:hover {
  background: linear-gradient(135deg, #8f5f19, #b88944);
  color: #ffffff;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  border-top: 1px solid rgba(36, 24, 19, 0.08);
  padding-top: 1rem;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-formatted-money-amount,
body.woocommerce-checkout .wc-block-formatted-money-amount {
  color: #241813;
}

body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-checkout .wc-block-checkout__actions_row {
  margin-top: 1.2rem;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block,
body.woocommerce-cart .wp-block-woocommerce-cart-accepted-payment-methods-block {
  margin-top: 1rem;
}

body.woocommerce-cart .wp-block-woocommerce-product-collection {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(36, 24, 19, 0.08);
}

body.woocommerce-cart .wp-block-woocommerce-product-collection > .wp-block-heading {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: #241813;
}

body.woocommerce-cart .wc-block-grid__products,
body.woocommerce-cart .wc-block-product-template {
  gap: 1rem;
}

body.woocommerce-cart .wc-block-grid__product,
body.woocommerce-cart .wc-block-product {
  background: #ffffff;
  border: 1px solid rgba(36, 24, 19, 0.08);
  border-radius: 1.25rem;
  padding: 1rem;
  box-shadow: 0 12px 30px rgba(36, 24, 19, 0.04);
}

body.woocommerce-cart .wc-block-grid__product-title,
body.woocommerce-cart .wc-block-components-product-title,
body.woocommerce-cart .wc-block-product .wc-block-components-product-name {
  font-family: "Cinzel", serif;
  color: #241813;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
  font-family: "Cinzel", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #241813;
}

body.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  color: #8f5f19;
}

@media (max-width: 900px) {
  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .wc-block-components-main,
  body.woocommerce-cart .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar {
    border-radius: 1.25rem;
  }
}

@media (max-width: 900px) {
  .ib-account-page #customer_login,
  body.woocommerce-account #customer_login {
    grid-template-columns: 1fr;
  }

  .ib-account-page #customer_login .u-column1,
  .ib-account-page #customer_login .u-column2,
  body.woocommerce-account #customer_login .u-column1,
  body.woocommerce-account #customer_login .u-column2 {
    order: initial;
  }

  .ib-account-page .u-columns,
  body.woocommerce-account .u-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .ib-page-default .ib-page-hero {
    min-height: 360px;
    padding-top: calc(var(--promo-height) + var(--nav-height) + 3.5rem);
    padding-bottom: 2.5rem;
  }

  .ib-page-plain .ib-page-hero {
    padding-top: 0;
  }

  .ib-page-content-wrap {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
  }
}

@media (max-width: 900px) {
  .ib-home-blog {
    padding: 3.5rem 1rem 3.25rem;
  }

  .ib-home-blog__header {
    display: block;
    margin-bottom: 1.9rem;
  }

  .ib-home-blog__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ib-home-instagram {
    padding: 3.5rem 1rem 3.25rem;
  }

  .ib-home-instagram__header {
    display: block;
    margin-bottom: 1.9rem;
  }

  .ib-home-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .ib-home-instagram__caption {
    font-size: 0.9rem;
  }

  .ib-home-club {
    padding: 3.5rem 1rem;
  }

  .ib-home-club__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .ib-home-club__content,
  .ib-home-club__aside {
    text-align: center;
  }

  .ib-home-club__title,
  .ib-home-club__text {
    margin-left: auto;
    margin-right: auto;
  }

  .ib-home-club__ornament::before,
  .ib-home-club__ornament::after {
    width: 2.3rem;
  }

  .ib-home-club__benefits {
    gap: 0.7rem;
  }

  .ib-home-club__benefit {
    width: 100%;
  }

  .ib-home-club__form-row {
    grid-template-columns: 1fr;
  }

  .ib-home-club__button {
    width: 100%;
  }
}

button,
input {
  font-family: inherit;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  z-index: 1;
}

.promo-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  z-index: 5;
  text-align: center;
  padding: 10px 7vw;
  height: var(--promo-height);
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-bar p {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.2;
}

.hero {
  position: relative;
  padding: calc(40px + var(--promo-height) + var(--nav-height)) 7vw 100px;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  transform: scale(1.05);
}

.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: -140px;
  right: -120px;
  background: radial-gradient(circle, rgba(255, 164, 0, 0.35), transparent 70%);
  filter: blur(8px);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 23, 39, 0.65),
    rgba(2, 16, 28, 0.9)
  );
  z-index: 1;
}

.nav {
  position: fixed;
  top: var(--promo-height);
  left: 0;
  right: 0;
  height: var(--nav-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 7vw;
  z-index: 4;
  background: transparent;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.nav.is-scrolled {
  background: var(--bg);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-logo {
  height: auto;
  width: auto;
  max-height: 72px !important;
  max-width: 180px !important;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-right {
  justify-self: end;
}

.nav-link {
  color: var(--text);
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.nav-link:hover {
  opacity: 1;
}

.nav-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--text);
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.nav-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.nav-icon:hover {
  border-color: var(--accent-soft);
  transform: translateY(-1px);
}

.nav-toggle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.nav-toggle .slice {
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 210, 122, 0.9),
    rgba(255, 255, 255, 0.95)
  );
  display: block;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.nav-toggle:hover {
  border-color: var(--accent-soft);
  transform: translateY(-1px);
}

.nav-menu {
  position: fixed;
  top: var(--promo-height);
  left: 0;
  height: calc(100vh - var(--promo-height));
  width: min(320px, 86vw);
  background: var(--bg);
  border-right: 1px solid var(--line);
  padding: 16px 22px 28px;
  display: grid;
  align-content: start;
  gap: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.35);
}

.nav-menu-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
  position: relative;
}

.nav-menu-logo {
  height: 90px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-close {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 6px;
  justify-self: end;
  position: absolute;
  right: 0;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.nav-close span {
  position: absolute;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.nav-close span:first-child {
  transform: rotate(45deg);
}

.nav-close span:last-child {
  transform: rotate(-45deg);
}

.nav-close:hover {
  border-color: var(--accent-soft);
  transform: translateY(-1px);
}

.nav.menu-open .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.nav-menu a {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background: transparent;
  transition: background 0.2s ease;
}

.nav-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
}

.nav-menu-divider {
  height: 1px;
  background: var(--line);
  margin: 6px 0;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  height: 100%;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.hero-categories {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  text-align: center;
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: clamp(1.4rem, 2vw + 0.7rem, 2.3rem);
  color: var(--text);
}

.category-inline-link {
  position: relative;
  color: inherit;
  padding: 6px 4px;
  transition: color 0.2s ease;
}

.category-inline-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 210, 122, 0.8);
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.category-inline-link:hover {
  color: var(--accent-soft);
}

.category-inline-link:hover::after {
  width: 80%;
}

.category-sep {
  opacity: 0.6;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--accent-soft);
  margin-bottom: 16px;
}

h1,
h2,
h3 {
  font-family: "Cinzel", serif;
  font-weight: 600;
  letter-spacing: 1px;
}

h1 {
  font-size: clamp(2.5rem, 3vw + 1.5rem, 4.5rem);
  line-height: 1.1;
  margin-bottom: 20px;
}

.lead {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 540px;
  margin-bottom: 32px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.btn {
  border: 1px solid transparent;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.btn-primary {
  background: linear-gradient(120deg, #ffa400, #d98900);
  color: #1a1308;
  box-shadow: 0 10px 30px rgba(255, 164, 0, 0.3);
}

.btn-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  color: var(--text);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.btn-outline {
  background: transparent;
  border-color: var(--accent-soft);
  color: var(--accent-soft);
}

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

.section-link {
  color: #6b4d26;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-page {
  position: relative;
  z-index: 2;
  background:
    radial-gradient(circle at top right, rgba(197, 155, 104, 0.16), transparent 30%),
    linear-gradient(180deg, #f9f5ef 0%, #f4eee5 100%);
  color: #24150e;
}

.home-page a {
  color: inherit;
}

.home-section {
  padding: 72px 0;
}

.home-section--compact {
  padding: 48px 0;
}

.home-section--alt {
  background: rgba(255, 255, 255, 0.54);
}

.home-section--soft {
  background: rgba(54, 34, 18, 0.04);
}

.home-section--newsletter {
  padding-top: 0;
  padding-bottom: 96px;
}

.section-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  gap: 18px;
  margin-bottom: 32px;
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading h2 {
  color: #20120c;
  font-size: clamp(1.9rem, 4vw, 3.3rem);
  line-height: 1.12;
  margin: 0;
}

.section-heading p:last-child {
  color: #624a38;
  font-size: 1rem;
  margin: 0;
}

.section-heading--split {
  max-width: none;
}

.section-heading--split,
.newsletter-block,
.guide-block {
  display: grid;
  gap: 18px;
}

.home-trust-bar {
  position: sticky;
  top: calc(var(--promo-height) + var(--nav-height));
  z-index: 3;
  padding: 12px 0;
  background: rgba(12, 22, 32, 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-trust-bar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.home-trust-bar__item {
  color: #f5ede4;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.category-access-grid,
.product-card-grid,
.use-case-grid,
.blog-card-grid,
.value-props {
  display: grid;
  gap: 20px;
}

.category-access-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.category-access-card,
.product-card,
.use-case-card,
.blog-card,
.guide-block,
.final-cta,
.newsletter-block,
.empty-state-card {
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(34, 20, 12, 0.08);
  box-shadow: 0 18px 40px rgba(43, 24, 11, 0.08);
}

.category-access-card {
  display: grid;
  color: #24150e;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  grid-template-rows: minmax(260px, 1.2fr) auto;
}

.category-access-card:hover,
.product-card:hover,
.use-case-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(43, 24, 11, 0.12);
  border-color: rgba(111, 76, 36, 0.18);
}

.category-access-card__media img,
.product-card__image img,
.experience-block__media img,
.brand-block__media img,
.blog-card__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.category-access-card__media img {
  aspect-ratio: 1 / 1;
}

.category-access-card__content,
.product-card__body,
.blog-card__body,
.final-cta,
.newsletter-block,
.empty-state-card {
  padding: 22px;
}

.category-access-card__content {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  height: 100%;
  align-content: start;
  align-items: start;
}

.category-access-card__badge,
.blog-card__date {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8d6435;
}

.category-access-card__content h3,
.product-card__body h3,
.use-case-card h3,
.blog-card__body h3,
.value-prop h3 {
  font-size: 1.35rem;
  color: #1f120b;
  margin: 10px 0 10px;
}

.category-access-card__content h3 {
  min-height: 2.9rem;
  align-self: start;
}

.category-access-card__content p,
.product-card__body p,
.use-case-card p,
.blog-card__body p,
.value-prop p,
.brand-block__content p,
.experience-block__content p,
.guide-block__copy p,
.final-cta p,
.newsletter-block__copy p,
.empty-state-card p {
  color: #624a38;
  margin: 0;
}

.category-access-card__cta,
.use-case-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b4d26;
}

.category-access-card__cta svg,
.value-prop__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.product-card-grid {
  grid-template-columns: 1fr;
}

.product-card {
  display: flex;
  flex-direction: column;
}

.product-card__image img {
  aspect-ratio: 1 / 1;
  background: #f4eadf;
}

.product-card__body {
  display: grid;
  gap: 14px;
}

.product-card__body h3 {
  margin-bottom: 0;
}

.product-card__price {
  color: #2c170c;
  font-size: 1.05rem;
}

.product-card__price .price {
  color: inherit;
  font-weight: 700;
}

.product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: #22140d;
  color: #fff7ef;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-card__button--secondary {
  background: #8a6230;
}

.value-props {
  grid-template-columns: 1fr;
}

.value-prop {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(34, 20, 12, 0.08);
}

.value-prop__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #2c170c, #7b5326);
  color: #f7e3bf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.value-prop__icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.experience-block,
.brand-block {
  display: grid;
  gap: 24px;
  align-items: center;
}

.experience-block__media,
.brand-block__media {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(32, 18, 12, 0.14);
}

.experience-block__media img,
.brand-block__media img {
  aspect-ratio: 4 / 5;
}

.experience-block__content,
.brand-block__content {
  display: grid;
  gap: 18px;
}

.experience-block__content h2,
.brand-block__content h2,
.guide-block__copy h2,
.final-cta h2,
.newsletter-block__copy h2 {
  color: #1f120b;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.12;
  margin: 0;
}

.use-case-grid {
  grid-template-columns: 1fr;
}

.use-case-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  color: #24150e;
}

.guide-block {
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(33, 20, 13, 0.98), rgba(93, 59, 28, 0.94)),
    #2b190f;
  color: #f7ede2;
}

.guide-block .eyebrow,
.final-cta .eyebrow,
.newsletter-block .eyebrow {
  color: #f3c98c;
}

.guide-block__copy p,
.final-cta p,
.newsletter-block__copy p {
  color: rgba(247, 237, 226, 0.82);
}

.guide-block__steps {
  display: grid;
  gap: 10px;
}

.guide-block__steps span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-outline {
  border-color: rgba(243, 201, 140, 0.7);
  color: #f7e3bf;
}

.brand-block__highlights {
  list-style: none;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.brand-block__highlights li {
  position: relative;
  padding-left: 18px;
  color: #4d3729;
}

.brand-block__highlights li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8a6230;
}

.blog-card-grid {
  grid-template-columns: 1fr;
}

.blog-card {
  display: flex;
  flex-direction: column;
}

.blog-card__image img {
  aspect-ratio: 16 / 10;
}

.blog-card__body {
  display: grid;
  gap: 12px;
}

.final-cta {
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(243, 201, 140, 0.16), transparent 35%),
    linear-gradient(160deg, #20120c 0%, #3d2517 100%);
  color: #fff7ef;
  padding: 40px 24px;
}

.final-cta h2 {
  color: #fff7ef;
}

.newsletter-block {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.9), rgba(255, 248, 238, 0.92)),
    #fff;
}

.newsletter-form {
  display: grid;
  gap: 12px;
}

.newsletter-form input {
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(34, 20, 12, 0.12);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 18px;
  color: #24150e;
}

.newsletter-form button {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #22140d;
  color: #fff7ef;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
}

.newsletter-message {
  font-size: 14px;
}

.newsletter-message--success {
  color: #295a2d;
}

.newsletter-message--error {
  color: #8b2d22;
}

@media (min-width: 768px) {
  .section-shell {
    width: min(1240px, calc(100% - 72px));
  }

  .section-heading--split,
  .guide-block,
  .newsletter-block {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .product-card-grid,
  .use-case-grid,
  .blog-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .experience-block__media img,
  .brand-block__media img {
    aspect-ratio: 1 / 1;
  }

  .newsletter-form {
    grid-template-columns: minmax(280px, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .product-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-card-grid--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .use-case-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .blog-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .value-props {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .category-access-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust-bar {
    top: calc(var(--promo-height) + var(--nav-height));
  }

  .section-link {
    margin-top: -6px;
  }
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted);
}

.hero-stats strong {
  font-size: 22px;
  color: var(--text);
  display: block;
}

.hero-card {
  position: relative;
}

.card-glow {
  position: absolute;
  inset: 20px;
  background: radial-gradient(
    circle at top,
    rgba(255, 164, 0, 0.4),
    transparent 70%
  );
  filter: blur(20px);
  z-index: 0;
}

.hero-card-inner {
  position: relative;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 32px;
  backdrop-filter: blur(10px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.tag {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-soft);
  margin-bottom: 16px;
}

.featured-product {
  position: relative;
  background: linear-gradient(160deg, #fdf9f1 0%, #f7eddc 100%);
  color: #1c1a16;
  padding: 98px 7vw 104px;
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 1fr);
  gap: 38px;
  align-items: center;
  z-index: 2;
  border-top: 1px solid rgba(73, 56, 37, 0.12);
  border-bottom: 1px solid rgba(73, 56, 37, 0.12);
}

.featured-product::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(191, 134, 62, 0.1), transparent 50%),
    radial-gradient(circle at 82% 82%, rgba(93, 64, 35, 0.07), transparent 47%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.52), transparent 36%, transparent 64%, rgba(255, 255, 255, 0.45));
  pointer-events: none;
}

.featured-product-content,
.featured-product-media {
  position: relative;
  z-index: 1;
}

.featured-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 11px;
  color: #7f5730;
  margin-bottom: 18px;
}

.featured-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(127, 87, 48, 0.5);
}

.featured-product h2 {
  font-size: clamp(2rem, 2vw + 1rem, 3.05rem);
  margin-bottom: 22px;
  line-height: 1.08;
  color: #1a130d;
  max-width: 16ch;
}

.featured-product-content p {
  max-width: 46ch;
  color: #4e3d2c;
  font-size: 1.03rem;
}

.featured-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.featured-product-media {
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(43, 32, 19, 0.14);
  box-shadow: 0 30px 60px rgba(31, 24, 16, 0.16);
  min-height: 420px;
}

.featured-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.02);
}

.featured-product-media--story {
  display: grid;
  align-items: stretch;
  background:
    radial-gradient(circle at top left, rgba(255, 235, 196, 0.86), transparent 54%),
    linear-gradient(145deg, #24190f 0%, #3b2816 42%, #7a5125 100%);
}

.featured-story-card {
  display: grid;
  gap: 24px;
  padding: 36px;
  color: #fff5e8;
  min-height: 100%;
}

.featured-story-card h3 {
  font-size: clamp(1.5rem, 1.2vw + 1rem, 2.2rem);
  line-height: 1.15;
  color: inherit;
}

.featured-story-card p {
  color: rgba(255, 245, 232, 0.82);
}

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

.featured-story-grid div {
  display: grid;
  gap: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.featured-story-grid strong {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.featured-story-grid span {
  color: rgba(255, 245, 232, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.featured-actions .btn-primary {
  background: linear-gradient(125deg, #c98720, #b37112);
  color: #fff5e8;
  box-shadow: 0 12px 26px rgba(119, 76, 22, 0.24);
}

.btn-outline-dark {
  background: rgba(255, 255, 255, 0.45);
  color: #2b2013;
  border-color: rgba(43, 32, 19, 0.24);
}

.btn-outline-dark:hover {
  border-color: rgba(43, 32, 19, 0.55);
}

.collection {
  padding: 110px 7vw 80px;
  background: linear-gradient(180deg, #f0e3cf 0%, #dcc2a0 100%);
  color: #1d1711;
}

.section-head {
  max-width: 620px;
  margin-bottom: 48px;
}

.section-head h2 {
  font-size: clamp(2rem, 2vw + 1rem, 3.2rem);
  margin-bottom: 16px;
  color: #1a130d;
}

.section-head p:last-child {
  color: #4c3c2d;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.category {
  padding: 28px;
  background: linear-gradient(180deg, #f8f0e3 0%, #ecd9bf 100%);
  border: 1px solid rgba(99, 71, 41, 0.16);
  border-radius: 20px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 18px 36px rgba(60, 41, 18, 0.1);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.category h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #1f1812;
}

.category p {
  color: #534233;
}

.category span {
  color: #8b5f2d;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.category:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 95, 45, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 24px 48px rgba(60, 41, 18, 0.16);
}

.category-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  color: #1f1812;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.category-cta::after {
  content: "\2192";
  color: #8b5f2d;
}

.signature {
  padding: 90px 7vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 164, 0, 0.14), transparent 42%),
    linear-gradient(180deg, #082033 0%, #031727 100%);
  color: var(--text);
}

.signature-left p {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 24px;
}

.signature-left h2 {
  color: var(--text);
}

.signature-list {
  display: grid;
  gap: 20px;
}

.signature-list strong {
  display: block;
  font-size: 18px;
  color: var(--text);
}

.signature-list span {
  color: rgba(255, 255, 255, 0.74);
}

.signature-panel {
  background: linear-gradient(
    140deg,
    rgba(255, 164, 0, 0.16),
    rgba(10, 42, 71, 0.92)
  );
  border: 1px solid rgba(255, 210, 122, 0.24);
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.signature-panel-stack {
  display: grid;
  gap: 20px;
}

.signature-panel-stack div {
  display: grid;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.signature-panel-stack strong {
  display: block;
  color: var(--text);
  font-size: 18px;
}

.signature-panel-stack span {
  color: rgba(255, 255, 255, 0.78);
}

.purchase {
  padding: 80px 7vw 40px;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 164, 0, 0.14), transparent 40%),
    linear-gradient(180deg, #071b2b 0%, #031727 100%);
}

.purchase-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(10, 42, 71, 0.9) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 40px;
  display: grid;
  gap: 16px;
  color: var(--text);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.purchase-card p:last-of-type {
  color: rgba(255, 255, 255, 0.74);
}

.origin {
  padding: 90px 7vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(186, 139, 76, 0.2), transparent 56%),
    linear-gradient(180deg, #ead8c0 0%, #f1e2ce 100%);
  color: #1f1a14;
}

.origin-card {
  background: rgba(250, 242, 232, 0.76);
  border: 1px solid rgba(99, 71, 41, 0.14);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 20px 40px rgba(60, 41, 18, 0.08);
}

.origin-card h2 {
  color: #1a130d;
}

.origin-detail {
  color: #4f4032;
  margin-top: 12px;
}

.origin-metrics {
  display: grid;
  gap: 24px;
}

.origin-metrics strong {
  font-size: 32px;
  font-family: "Cinzel", serif;
  color: #1a130d;
}

.origin-metrics span {
  color: #66503d;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.club {
  padding: 100px 7vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: center;
}

.club-content {
  max-width: 560px;
}

.contact-detail {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  text-transform: none;
}

.club-form {
  display: grid;
  gap: 16px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 20px;
}

.club-form input {
  background: transparent;
  border: 1px solid var(--line);
  padding: 12px 16px;
  border-radius: 12px;
  color: var(--text);
}

.club-form input::placeholder {
  color: var(--muted);
}

.footer {
  padding: 60px 7vw 40px;
  background: var(--bg);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 28px;
  color: var(--muted);
}

.footer-logo-row {
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo img {
  height: 96px;
  width: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.footer-brand-text {
  max-width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand-contact {
  display: grid;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.footer-brand-contact a {
  color: var(--muted);
}

.footer-brand-contact a:hover {
  color: var(--text);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.footer-social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  gap: 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-col {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 28px 22px;
  position: relative;
}

.footer-col--brand {
  gap: 18px;
}

.footer-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-col h4 {
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 4px;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 210, 122, 0.9),
    rgba(255, 210, 122, 0.3)
  );
}

.footer-col a {
  font-size: 15px;
  color: var(--muted);
  transition: color 0.2s ease;
}

.footer-links {
  display: grid;
  gap: 14px;
}

.footer-links-group {
  display: grid;
  gap: 12px;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links-group h5 {
  margin: 0;
  font-family: "Cinzel", serif;
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--text);
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.footer-links-group h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 210, 122, 0.9),
    rgba(255, 210, 122, 0.3)
  );
}

.footer-col a:hover {
  color: var(--text);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 8px 0 16px;
  align-items: center;
  min-height: 48px;
  line-height: 1;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.footer-copy,
.footer-note {
  margin: 0;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.footer-note a {
  color: #ffffff;
}

.footer-legal a {
  color: inherit;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: var(--text);
}

@media (max-width: 1100px) {
  .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    border: none;
  }

  .footer-col {
    padding: 0;
  }

  .footer-col:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border: none;
  }

  .footer-col {
    padding: 0;
  }

  .footer-col:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 640px) {
  .footer {
    gap: 24px;
  }

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

  .footer-brand-contact,
  .footer-social,
  .footer-legal,
  .footer-bottom {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .nav-left {
    display: flex;
  }

  .nav-left .nav-link {
    display: none;
  }

  .nav-right {
    display: none;
  }

  .hero {
    padding-top: calc(24px + var(--promo-height) + var(--nav-height));
  }

  .brand {
    justify-self: center;
  }

  .nav-menu {
    top: var(--promo-height);
    height: calc(100vh - var(--promo-height));
    width: 100vw;
  }

  .featured-product {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 72px 7vw;
  }

  .featured-product-media {
    min-height: 320px;
  }

  .featured-story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .promo-bar {
    padding: 8px 6vw;
  }

  .promo-bar p {
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  .hero {
    padding-bottom: 48px;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-card-inner,
  .origin-card,
  .signature-panel {
    padding: 24px;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.category-inline,
.category,
.signature-panel,
.origin-card,
.club-form {
  animation: fadeUp 0.8s ease both;
}

.category:nth-child(1) {
  animation-delay: 0.1s;
}
.category:nth-child(2) {
  animation-delay: 0.2s;
}
.category:nth-child(3) {
  animation-delay: 0.3s;
}
.category:nth-child(4) {
  animation-delay: 0.4s;
}

body:not(.home):not(.blog):not(.post-type-archive-product):not(.tax-product_cat):not(.tax-product_tag) main {
  padding-top: calc(var(--promo-height) + var(--nav-height) + 0px);
}

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) main {
  padding-top: calc(var(--promo-height) + var(--nav-height));
}

body:not(.home):not(.blog) .nav {
  background: var(--bg);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ib-product-page {
  position: relative;
  z-index: 2;
  padding: 36px 7vw 90px;
}

/* Shop page already gets top offset from main; reduce extra gap under fixed navbar. */
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-product-page {
  padding-top: 10px;
}

body.single-product .ib-product-page {
  background: #ffffff;
  color: #1f2933;
  padding-inline: 0;
  padding-bottom: 48px;
}

body.single-product .ib-product-breadcrumb {
  color: #6b7280;
}

body.single-product .ib-product-breadcrumb a,
body.single-product .ib-product-summary .product_meta a {
  color: #9a6917;
}

body.single-product .ib-product-gallery,
body.single-product .ib-product-details,
body.single-product .ib-product-tabs-row .woocommerce-tabs,
body.single-product .ib-product-related-row .related.products {
  background: #ffffff;
  border: none;
  backdrop-filter: none;
}

body.single-product .ib-product-summary .product_title {
  color: #111827;
}

body.single-product .ib-product-summary .price,
body.single-product .ib-product-related-row .products li.product .price {
  color: #9a6917;
}

body.single-product .ib-product-summary .woocommerce-product-details__short-description,
body.single-product .ib-product-summary .product_meta,
body.single-product .ib-product-tabs-row .woocommerce-Tabs-panel {
  color: #4b5563;
}

body.single-product .ib-product-summary .quantity .qty {
  background: #ffffff;
  border-color: #d1d5db;
  color: #111827;
}

body.single-product .ib-product-tabs-row .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 22px;
  overflow-x: auto;
  white-space: nowrap;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 12px;
}

body.single-product .ib-product-tabs-row .woocommerce-tabs ul.tabs li {
  float: none;
  margin: 0;
  flex: 0 0 auto;
}

body.single-product .ib-product-tabs-row .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  color: #4b5563;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 10px 14px;
  border-radius: 8px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

body.single-product .ib-product-tabs-row .woocommerce-tabs ul.tabs li a:hover {
  background: #f3f4f6;
  color: #111827;
}

body.single-product .ib-product-tabs-row .woocommerce-tabs ul.tabs li.active a,
body.single-product .ib-product-related-row .related.products > h2 {
  color: #111827;
}

body.single-product .ib-product-tabs-row .woocommerce-tabs ul.tabs li.active a {
  background: #f3f4f6;
}

body.single-product .ib-product-related-row .products li.product {
  background: #f9fafb;
  border-color: #e5e7eb;
}

body.single-product .ib-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}

.ib-product-breadcrumb {
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ib-product-breadcrumb a {
  color: var(--accent-soft);
}

.ib-product-single {
  display: grid;
  gap: 28px;
}

.ib-product-hero {
  min-height: clamp(560px, calc(100vh - var(--promo-height) - var(--nav-height) - 72px), 760px);
}

.ib-product-gallery,
.ib-product-details,
.ib-product-tabs-row .woocommerce-tabs,
.ib-product-related-row .related.products {
  background: var(--glass);
  border: none;
  border-radius: 24px;
  padding: 24px;
  backdrop-filter: blur(8px);
}

.ib-product-gallery {
  display: flex;
  min-height: clamp(680px, calc(100vh - var(--promo-height) - var(--nav-height) - 40px), 920px);
  overflow: hidden;
}

.ib-product-gallery .woocommerce-product-gallery,
.ib-product-gallery .images,
.ib-product-gallery .flex-viewport,
.ib-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100%;
}

.ib-product-gallery .woocommerce-product-gallery {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.ib-product-gallery .flex-viewport {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
}

.ib-product-gallery .woocommerce-product-gallery__wrapper {
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.ib-product-gallery .woocommerce-product-gallery__image {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: inherit;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ib-product-gallery .woocommerce-product-gallery.ib-gallery-ready .woocommerce-product-gallery__image {
  display: none !important;
}

.ib-product-gallery .woocommerce-product-gallery.ib-gallery-ready .woocommerce-product-gallery__image.is-active {
  display: flex !important;
}

.ib-product-gallery .woocommerce-product-gallery__image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: clamp(620px, calc(100vh - var(--promo-height) - var(--nav-height) - 80px), 860px);
  background: #ffffff;
}

.ib-product-gallery .woocommerce-product-gallery__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  image-rendering: auto;
}

.ib-product-gallery .flex-control-thumbs {
  display: none;
}

.ib-gallery-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 0;
  background: transparent;
  border: none;
  color: #102030;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.ib-gallery-arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  display: block;
}

.ib-gallery-arrow--prev {
  left: 18px;
}

.ib-gallery-arrow--next {
  right: 18px;
}

.ib-gallery-arrow--prev::before {
  transform: rotate(-135deg);
  margin-left: 4px;
}

.ib-gallery-arrow--next::before {
  transform: rotate(45deg);
  margin-right: 4px;
}

.ib-product-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ib-product-summary .product_title {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 1vw + 1.2rem, 2.2rem);
}

.ib-product-summary .price {
  color: var(--accent-soft);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.ib-product-summary .woocommerce-product-details__short-description {
  color: var(--muted);
  margin-bottom: 20px;
}

.ib-product-summary > .woocommerce-product-rating {
  display: none;
}

.ib-product-summary form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

body.single-product .ib-product-summary form.variations_form {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

body.single-product .ib-product-summary form.variations_form table.variations {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  margin: 0;
}

body.single-product .ib-product-summary form.variations_form table.variations td,
body.single-product .ib-product-summary form.variations_form table.variations th {
  padding: 0;
  vertical-align: middle;
}

body.single-product .ib-product-summary form.variations_form table.variations th.label {
  padding-right: 10px;
}

body.single-product .ib-product-summary form.variations_form table.variations th.label label {
  color: #4b5563;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;
}

body.single-product .ib-product-summary form.variations_form table.variations td.value {
  display: grid;
  gap: 6px;
}

body.single-product .ib-product-summary form.variations_form table.variations td.value select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7dde6;
  border-radius: 12px;
  background-color: #ffffff;
  color: #16202b;
  padding: 10px 42px 10px 12px;
  font-size: 15px;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #355270 50%),
    linear-gradient(135deg, #355270 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px rgba(2, 16, 28, 0.06);
}

body.single-product .ib-product-summary form.variations_form table.variations td.value select:focus {
  outline: none;
  border-color: #7c9bb7;
  box-shadow: 0 0 0 3px rgba(53, 82, 112, 0.16);
}

body.single-product .ib-product-summary form.variations_form table.variations td.value .reset_variations {
  display: inline-block;
  width: fit-content;
  color: #355270;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 2px;
}

.ib-product-summary .quantity .qty {
  min-width: 70px;
  background: transparent;
  border: none;
  border-radius: 999px;
  color: var(--text);
  padding: 10px 14px;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.3);
}

body.single-product .ib-product-summary form.cart .quantity,
body.single-product .ib-product-summary form.cart .single_add_to_cart_button {
  flex: 0 0 auto;
  margin: 0;
}

body.single-product .ib-product-summary form.cart .variations_button,
body.single-product .ib-product-summary form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 6px;
}

body.single-product .ib-product-summary .woocommerce-variation-price,
body.single-product .ib-product-summary .single_variation .price,
body.single-product .ib-product-summary .reset_variations {
  display: none !important;
}

body.single-product .ib-product-summary form.cart .single_add_to_cart_button {
  width: auto;
  white-space: nowrap;
  background: #031727 !important;
  background-color: #031727 !important;
  background-image: none !important;
  border-color: #031727 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(3, 23, 39, 0.28);
}

body.single-product .ib-product-summary form.cart .single_add_to_cart_button:hover,
body.single-product .ib-product-summary form.cart .single_add_to_cart_button:focus,
body.single-product .ib-product-summary form.cart .single_add_to_cart_button:active {
  background: #031727 !important;
  background-color: #031727 !important;
  background-image: none !important;
  border-color: #031727 !important;
  color: #ffffff !important;
}

.ib-product-summary .single_add_to_cart_button,
.ib-product-summary .button,
.ib-product-extra .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 1px solid transparent;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  background: linear-gradient(120deg, var(--bg-alt), var(--bg));
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(10, 42, 71, 0.35);
}

.ib-product-summary .single_add_to_cart_button:hover,
.ib-product-summary .button:hover,
.ib-product-extra .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
}

.ib-product-summary .product_meta {
  margin-top: 18px;
  color: var(--muted);
  font-size: 14px;
  display: grid;
  gap: 8px;
}

.ib-product-summary .product_meta a {
  color: var(--accent-soft);
}

body.single-product .product-brand,
body.single-product .product-brands,
body.single-product .wc-block-components-product-brand,
body.single-product .wp-block-post-terms.is-term-product_brand,
body.single-product .wp-block-post-terms.taxonomy-product_brand {
  display: none !important;
}

.ib-product-tabs-row,
.ib-product-related-row {
  display: block;
}

.ib-product-tabs-row .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
}

.ib-product-tabs-row .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: none;
  margin: 0 12px 0 0;
  padding: 0;
}

.ib-product-tabs-row .woocommerce-tabs ul.tabs li a {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ib-product-tabs-row .woocommerce-tabs ul.tabs li.active a {
  color: var(--text);
}

.ib-product-tabs-row .woocommerce-Tabs-panel {
  color: var(--muted);
}

.ib-product-related-row > h2,
.ib-product-related-row .related.products > h2 {
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 1.3vw + 1rem, 2.2rem);
}

.ib-related-card {
  background: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ib-related-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ib-related-card img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: contain;
  background: #ffffff;
}

.ib-related-card__title {
  margin: 14px 0 8px;
  font-size: 1rem;
  line-height: 1.3;
  color: #16202b;
}

.ib-related-card__price {
  margin-bottom: 12px;
  color: var(--accent-soft);
}

.ib-related-card__actions .button {
  width: 100%;
}

.ib-related-card__actions {
  margin-top: auto;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(10, 42, 71, 0.8);
  color: var(--text);
}

@media (max-width: 980px) {
  .ib-product-hero {
    min-height: auto;
  }

  .ib-product-gallery {
    min-height: min(76vh, 720px);
  }

  .ib-product-gallery .woocommerce-product-gallery__image a {
    min-height: min(76vh, 720px);
  }

  .ib-product-summary form.cart {
    align-items: stretch;
  }

  body.single-product .ib-product-summary form.cart .variations_button,
  body.single-product .ib-product-summary form.cart .woocommerce-variation-add-to-cart {
    flex-wrap: wrap;
  }

}

@media (max-width: 640px) {
  .ib-product-gallery,
  .ib-product-details,
  .ib-product-tabs-row .woocommerce-tabs,
  .ib-product-related-row .related.products {
    padding: 18px;
    border-radius: 18px;
  }

  .ib-product-gallery {
    min-height: min(68vh, 560px);
  }

  .ib-product-gallery .woocommerce-product-gallery__image a {
    min-height: min(68vh, 560px);
  }

  .ib-product-gallery .flex-direction-nav a {
  .ib-gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .ib-gallery-arrow--prev {
    left: 12px;
  }

  .ib-gallery-arrow--next {
    right: 12px;
  }
}

.ib-shop-page .woocommerce-products-header {
  margin-bottom: 22px;
}

.ib-shop-page .woocommerce-products-header__title {
  font-size: clamp(2rem, 1.5vw + 1.2rem, 2.7rem);
  color: #16202b;
}

.ib-shop-page .woocommerce-result-count,
.ib-shop-page .woocommerce-ordering {
  color: #5e6b78;
}

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) {
  background: #ffffff !important;
  color: #16202b;
}

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) main {
  background: #ffffff !important;
}

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .grain {
  display: none;
}

body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.post-type-archive-product .ib-shop-page,
body.tax-product_cat .ib-shop-page,
body.tax-product_tag .ib-shop-page {
  background: #ffffff !important;
}

.ib-shop-page .ib-shop-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.ib-shop-page .ib-shop-filters,
.ib-shop-page .ib-shop-content {
  background: #ffffff;
  border: 1px solid #e4e8ee;
  border-radius: 16px;
}

.ib-shop-page .ib-shop-filters {
  padding: 18px;
  position: sticky;
  top: calc(var(--promo-height) + var(--nav-height) + 18px);
}

.ib-shop-filters-head {
  margin-bottom: 14px;
}

.ib-shop-filters-kicker {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 11px;
  color: #9d6a00;
}

.ib-shop-filters h2 {
  margin-top: 6px;
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  line-height: 1.3;
}

.ib-shop-active-filters {
  margin-top: 8px;
  display: inline-block;
  color: #5e6b78;
  font-size: 0.92rem;
}

.ib-shop-filter-form {
  display: grid;
  gap: 14px;
}

.ib-filter-group {
  border: 1px solid #e4e8ee;
  border-radius: 12px;
  padding: 12px;
}

.ib-filter-group legend {
  padding: 0 6px;
  color: #9d6a00;
  font-weight: 600;
}

.ib-filter-list {
  display: grid;
  gap: 8px;
}

.ib-filter-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #16202b;
}

.ib-filter-check input[type="checkbox"] {
  accent-color: var(--accent);
}

.ib-filter-price-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ib-filter-price-grid label {
  display: grid;
  gap: 4px;
}

.ib-filter-price-grid span {
  color: #5e6b78;
  font-size: 0.9rem;
}

.ib-filter-price-grid input {
  width: 100%;
  border: 1px solid #d7dde6;
  border-radius: 10px;
  background: #ffffff;
  color: #16202b;
  padding: 9px 10px;
}

.ib-filter-price-grid input:focus {
  outline: none;
  border-color: var(--accent-soft);
  box-shadow: 0 0 0 2px rgba(255, 164, 0, 0.16);
}

.ib-filter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ib-shop-page .ib-filter-actions .button {
  margin: 0;
}

.ib-filter-clear {
  color: #5e6b78;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ib-shop-page .ib-shop-content {
  padding: 18px;
}

.ib-shop-page .ib-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.ib-shop-page .ib-shop-toolbar .woocommerce-result-count {
  margin: 0;
}

.ib-shop-page .ib-shop-toolbar .woocommerce-ordering {
  margin: 0;
}

.ib-shop-page .woocommerce-ordering select.orderby {
  min-height: 46px;
  border: 1px solid #d7dde6;
  border-radius: 12px;
  background-color: #ffffff;
  color: #16202b;
  padding: 10px 42px 10px 12px;
  font-size: 15px;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #355270 50%),
    linear-gradient(135deg, #355270 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  box-shadow: 0 1px 2px rgba(2, 16, 28, 0.06);
}

.ib-shop-page .woocommerce-ordering select.orderby:focus {
  outline: none;
  border-color: #7c9bb7;
  box-shadow: 0 0 0 3px rgba(53, 82, 112, 0.16);
}

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag).woocommerce ul.products,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page .products,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page ul.products[class*="columns-"] {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 18px;
  direction: ltr !important;
  justify-content: start !important;
  align-items: stretch;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  text-align: left !important;
}

:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag).woocommerce ul.products li.product,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page .products li.product,
:is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page ul.products[class*="columns-"] li.product {
  float: none !important;
  clear: none !important;
  width: calc(50% - 9px) !important;
  max-width: calc(50% - 9px) !important;
  flex: 0 0 calc(50% - 9px) !important;
  margin: 0 !important;
  direction: ltr !important;
  text-align: left;
  background: #ffffff;
  border: 1px solid #e4e8ee;
  border-radius: 14px;
  padding: 12px;
}

.ib-shop-page .products li.product .price {
  color: #9d6a00;
}

.ib-filter-empty {
  color: #5e6b78;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .ib-shop-page .ib-shop-layout {
    grid-template-columns: 1fr;
  }

  .ib-shop-page .ib-shop-filters {
    position: static;
  }

  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag).woocommerce ul.products li.product,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page .products li.product,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page ul.products[class*="columns-"] li.product {
    width: calc(50% - 9px) !important;
    max-width: calc(50% - 9px) !important;
    flex-basis: calc(50% - 9px) !important;
  }
}

@media (max-width: 640px) {
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag).woocommerce ul.products li.product,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page .products li.product,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

@media (min-width: 1500px) {
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag).woocommerce ul.products li.product,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page .products li.product,
  :is(body.post-type-archive-product, body.tax-product_cat, body.tax-product_tag) .ib-shop-page ul.products[class*="columns-"] li.product {
    width: calc(33.333% - 12px) !important;
    max-width: calc(33.333% - 12px) !important;
    flex-basis: calc(33.333% - 12px) !important;
  }
}
