@font-face {
  font-family: "Magnetik";
  src: url("../fonts/Magnetik-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Magnetik";
  src: url("../fonts/Magnetik-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Magnetik";
  src: url("../fonts/Magnetik-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Magnetik";
  src: url("../fonts/Magnetik-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-Thin.woff") format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-ExtraLight.woff") format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "RB Multima Test";
  src: url("../fonts/MultimaTest-Ultra.woff") format("woff");
  font-style: normal;
  font-weight: 950;
  font-display: swap;
}

:root {
  --bg: #FFE0B7;
  --text: #26110C;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Magnetik", Arial, sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "RB Multima Test", "Magnetik", sans-serif;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  padding: 1.1rem 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-toggle,
.menu-close {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 1.8rem;
  line-height: 1;
}

.header-logo img {
  height: 48px;
  width: auto;
}

.lang-btn {
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 600;
}

.fullscreen-menu {
  position: fixed;
  inset: 0;
  background: rgba(38, 17, 12, 0.97);
  color: #FFE0B7;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}

.fullscreen-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.fullscreen-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.fullscreen-menu a {
  color: #FFE0B7;
  text-decoration: none;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.25;
  font-family: "RB Multima Test", sans-serif;
  font-weight: 800;
}

.menu-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #FFE0B7;
}

.hero-section {
  min-height: 100vh;
  position: relative;
}

.hero-swiper,
.hero-swiper .swiper-wrapper,
.hero-swiper .swiper-slide {
  min-height: 100vh;
}

.hero-slide {
  position: relative;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(90deg, rgba(38, 17, 12, 0.55) 0%, rgba(38, 17, 12, 0.15) 45%, rgba(38, 17, 12, 0.05) 100%); */
}

.hero-content-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

.hero-left {
  max-width: 620px;
  margin-top: 2rem;
}

.hero-left h1 {
  font-size: 50px;
  line-height: 0.95;
  max-width: 13ch;
  color: #26110C;
  font-weight: 800;
}

.hero-left p {
  margin: 1.3rem 0 2rem;
  font-size: 1.05rem;
  max-width: 34ch;
  color: #26110C;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  background: #26110C;
  color: #FFE0B7;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.4rem 2.45rem;
  font-weight: 800;
  font-family: "RB Multima Test", sans-serif;
}

.hero-btn i {
  font-size: 1.25rem;
}

.swiper-pagination-bullet {
  background: rgba(255, 224, 183, 0.5);
}

.swiper-pagination-bullet-active {
  background: #FFE0B7;
}

.dama-strip {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  background: url("../images/dama.svg") center bottom / auto 151% repeat-x;
  z-index: 4;
  pointer-events: none;
}

.chess-intro-section {
position: relative;
padding: clamp(5rem, 8vw, 7rem) 0 3rem;
min-height: 900px;
}

.chess-intro-title {
font-size: clamp(5.5rem, 14vw, 12rem);
line-height: 0.8;
font-weight: 900;
color: #26110C;
margin: 0;
text-align: center;
position: relative;
z-index: 1;
}

.intro-deco {
position: absolute;
z-index: 3;
pointer-events: none;
}

.deco-left {
left: 22%;
top: -1%;
width: clamp(90px, 9vw, 150px);
}

.deco-right {right: 23%;top: 0%;width: clamp(130px, 22vw, 210px);}

.deco-right-bottom {right: 20%;bottom: 20%;width: clamp(90px, 9vw, 150px);}

.deco-center {left: 50%;top: 52%;width: clamp(180px, 14vw, 330px);z-index: 3;}

.intro-text-row {
margin-top: clamp(1rem, 3vw, 2rem);
align-items: end;
justify-content: center;
text-align: left;
position: relative;
z-index: 1;
max-width: 820px;
margin-left: auto;
margin-right: auto;
}

.intro-left-text {
font-size: 36px;
color: #762B0E;
line-height: 1.1;
max-width: 9ch;
margin: 0;
text-align: left;
font-weight: 700;
}

.intro-right-text {
font-size: 20px;
color: #762B0E;
line-height: 1.3;
max-width: 20ch;
margin: 0 0 0 auto;
text-align: left;
}

.intro-cta-wrap {display: flex;justify-content: center;margin-top: clamp(3rem, 8vw, 26rem);}

.intro-cta-btn {display: inline-flex;align-items: center;gap: 0.6rem;padding: 0.6rem 2.25rem;border-radius: 999px;text-decoration: none;background: #762B0E;color: #FFE0B7;font-size: 0.8rem;font-weight: 800;font-family: "RB Multima Test", sans-serif;}

.products-section {position: relative;background: url("../images/urunler_bg.svg") center top / cover no-repeat;padding: 6.5rem 0 5rem;overflow: hidden;}

.products-bg-top {position: absolute;top: 0;left: 0;width: 100%;height: 120px;/* background: url("../images/urunler_bg.svg") top center / cover no-repeat; */z-index: 0;}

.products-grid,
.products-cta-wrap {
position: relative;
z-index: 2;
}

.products-buzz {
  position: absolute;
  top: -9.7rem;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.02em;
  font-size: clamp(5rem, 12vw, 217px);
  font-weight: 900;
  line-height: 0.85;
  color: #cb451333;
  transform: rotate(357deg);
  z-index: 1;
  pointer-events: none;
  user-select: none;
  font-family: "RB Multima Test", sans-serif;
  text-align: center;
}

.products-buzz-char {
  display: inline-block;
  will-change: transform, opacity;
  transform-origin: 50% 80%;
}

.products-grid {margin-top: 17.5rem;}

.product-item {
min-height: 320px;
border-radius: 50.6772px;
padding: 2rem 1.35rem 1.2rem;
display: flex;
flex-direction: column;
justify-content: flex-end;
text-align: center;
box-shadow: 0 18px 30px rgba(25, 10, 6, 0.25);
}

.product-can-image {
  width: 100%;
  height: auto;
  margin: 0 auto 1.1rem;
  filter: drop-shadow(0 10px 14px rgba(24, 10, 6, 0.25));
}

.product-item h3 {font-size: 1.2rem;color: #26110C;margin: 0;font-weight: 700;font-family: "RB Multima Test", sans-serif;}

.product-item p {
margin: 0.5rem 0 0;
font-size: 1rem;
color: #26110C;
}

.mocha-item {
  background: conic-gradient(from 0.12deg at 48.22% 69.12%, #4C3017 0deg, #FFF6EC 169.62deg, #762B0E 308.04deg, #4C3017 360deg);
}
.caramel-item {
background: conic-gradient(from 0.12deg at 48.22% 69.12%, #F68025 0deg, #FFF6EC 169.62deg, #762B0E 308.04deg, #F68025 360deg);

}

.latte-item {
background: conic-gradient(from 0.12deg at 48.22% 69.12%, #C7B49B 0deg, #FFF6EC 169.62deg, #762B0E 308.04deg, #C7B49B 360deg);
}

.vanilla-item {
background: conic-gradient(from 0.12deg at 48.22% 69.12%, #B489A7 0deg, #FFF6EC 169.62deg, #762B0E 308.04deg, #B489A7 360deg);
}

.products-cta-wrap {margin-top: 5rem;display: flex;justify-content: center;}

.products-cta-btn {background: #FFE0B7;color: #762B0E;text-decoration: none;border-radius: 999px;display: inline-flex;align-items: center;gap: 0.55rem;padding: 0.6rem 2.2rem;font-size: 0.8rem;font-weight: 800;font-family: "RB Multima Test", sans-serif;}
.products-dama-strip {position: absolute;left: 0;bottom: 0;width: 100%;height: 34px;background: url("../images/dama.svg") center bottom / auto 151% repeat-x;z-index: 4;pointer-events: none;}

.video-section {padding: clamp(4rem, 7vw, 7rem) 0 5rem;background: #FFE0B7;text-align: center;}
.video-section-title {font-size: 50px;line-height: 1.05;color: #762B0E;font-weight: 800;margin: 0;}
.video-section-desc {font-size: 19px;line-height: 1.35;color: #762B0E;max-width: 58ch;margin: 1.5rem auto 3.4rem;}
.video-trigger {border: 0;background: transparent;padding: 0;display: inline-block;}
.video-trigger img {width: min(100%, 580px);height: auto;display: block;margin: 0 auto;border-radius: 1rem;}

.pre-footer-dama-strip {width: 100%;height: 34px;background: url("../images/dama.svg") center bottom / auto 151% repeat-x;}
.site-footer {position: relative;background: #762B0E;color: #FFFCF2;padding: 2.8rem 0 1.3rem;}
.footer-dama-strip {/* position: absolute; */top: 0;left: 0;width: 100%;height: 93px;background: url("../images/footer_dama.svg") center / cover repeat-x;}
.footer-logo-main {height: 76px;width: auto;display: block;margin: 0 auto 2.3rem;}
.footer-row {align-items: start;}
.footer-nav-grid {list-style: none;padding: 0;margin: 0 0 4.2rem;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 0.7rem 1rem;}
.footer-nav-grid a {color: #FFFCF2;text-decoration: none;}
.footer-copy {color: #FFFCF2;opacity: 0.92;margin: 0;}
.footer-social-wrap {display: flex;justify-content: center;gap: 0.8rem;}
.footer-social-wrap a {width: 64px;height: 64px;border-radius: 50%;border: 1px solid #FFFCF2;color: #FFFCF2;display: inline-flex;align-items: center;justify-content: center;text-decoration: none;font-size: 1.5rem;}
.footer-contact-title {font-size: 1rem;color: #FFFCF2;margin: 0 0 0.9rem;font-weight: 700;}
.footer-input-wrap {display: flex;align-items: center;gap: 0.4rem;border-bottom: 1px solid rgba(255, 252, 242, 0.7);margin-bottom: 3rem;}
.footer-email-input {flex: 1;border: 0;background: transparent;outline: none;color: #FFFCF2;padding: 0.45rem 0;}
.footer-email-input::placeholder {color: rgba(255, 252, 242, 0.8);}
.footer-input-send {border: 0;background: transparent;color: #FFFCF2;font-size: 1rem;padding: 0.2rem;}
.footer-contact-meta {margin: 0.2rem 0;color: #FFFCF2;}
.footer-bottom-text {border-top: 1px solid rgba(255, 252, 242, 0.2);margin-top: 2.2rem;padding-top: 1rem;text-align: center;color: #FFFCF2;}

body.page-about,
body.page-products,
body.page-contact,
body.page-news,
body.page-news-detail,
body.page-career,
body.page-stores {
  background: var(--bg);
}

body.page-about .site-header,
body.page-products .site-header,
body.page-contact .site-header,
body.page-news .site-header,
body.page-news-detail .site-header,
body.page-career .site-header,
body.page-stores .site-header {
  position: relative;
  background: var(--bg);
}

.about-dama-strip {
  width: 100%;
  height: 93px;
  background: url("../images/hader_detail_dama.svg") center top / 100% auto no-repeat;
  pointer-events: none;
}

.about-intro-section {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(6rem, 12vw, 10rem);
  min-height: clamp(520px, 72vh, 780px);
  text-align: center;
  overflow: hidden;
}

.about-intro-inner {
  position: relative;
  z-index: 1;
}

.about-page-title {
  position: relative;
  z-index: 1;
  max-width: 16ch;
  margin: 0 auto;
  font-size: clamp(2.4rem, 5.5vw, 2.25rem);
  line-height: 1.02;
  font-weight: 800;
  color: #762B0E;
}

.about-page-lead {
  position: relative;
  z-index: 1;
  max-width: 52ch;
  margin: clamp(5.25rem, 3vw, 2rem) auto 0;
  font-size: clamp(1.05rem, 2vw, 2.35rem);
  line-height: 1.35;
  color: #762B0E;
  font-weight: 800;
}

.about-page-body {
  position: relative;
  z-index: 1;
  max-width: 58ch;
  margin: clamp(1rem, 2.5vw, 1.5rem) auto 0;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  line-height: 1.45;
  color: #762B0E;
}

.about-deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.about-deco-tl {
  left: clamp(0.5rem, 2vw, 1.5rem);
  top: clamp(0.5rem, 2vw, 1.5rem);
  width: clamp(70px, 8vw, 120px);
}

.about-deco-tr {
  right: clamp(0.5rem, 2vw, 1.5rem);
  top: clamp(0.5rem, 2vw, 1.5rem);
  width: clamp(60px, 7vw, 100px);
}

.about-deco-bl {
  left: clamp(0.5rem, 2vw, 1.5rem);
  bottom: clamp(0.5rem, 2vw, 1.5rem);
  width: clamp(120px, 14vw, 220px);
}

.about-deco-br {
  right: clamp(0.5rem, 2vw, 1.5rem);
  bottom: clamp(0.5rem, 2vw, 1.5rem);
  width: clamp(130px, 15vw, 240px);
}

.about-content-section {
  position: relative;
  background: url("../images/urunler_bg.svg") center top / cover no-repeat;
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(4rem, 8vw, 6rem);
  overflow: hidden;
  color: #FFFCF2;
}

.about-buzz {
  position: absolute;
  top: -9.7rem;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.02em;
  font-size: clamp(5rem, 12vw, 217px);
  font-weight: 900;
  line-height: 0.85;
  color: #cb451333;
  transform: rotate(357deg);
  z-index: 1;
  pointer-events: none;
  user-select: none;
  font-family: "RB Multima Test", sans-serif;
  text-align: center;
}

.about-buzz-char {
  display: inline-block;
  will-change: transform, opacity;
  transform-origin: 50% 80%;
}

.about-content-wrap {
  padding-left: 0 !important;
  padding-right: clamp(1rem, 3vw, 3rem);
}

.about-content-row {
  position: relative;
  z-index: 2;
  margin-top: clamp(6rem, 14vw, 12rem);
  margin-left: 0;
  margin-right: 0;
}

.about-image-col {
  padding-left: 0;
  padding-right: 0;
}

.about-feature-media {
  margin: 0;
}

.about-feature-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  /* margin-top: clamp(-10rem, -12vw, -5rem); */
  object-fit: cover;
  object-position: left center;
}

.about-text-block {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.about-text-block:last-child {
  margin-bottom: 0;
}

.about-text-block h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.1;
  font-weight: 800;
  color: #FFFCF2;
}

.about-text-block p {
  margin: 0;
  max-width: 52ch;
  font-size: clamp(0.82rem, 1.2vw, 0.92rem);
  line-height: 1.45;
  color: rgba(255, 252, 242, 0.92);
}

.products-intro-section {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.products-intro-section .about-page-title {
  max-width: 14ch;
}

.products-intro-section .about-page-lead {
  max-width: 34ch;
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.products-page-section {
  padding: 0 0 clamp(4rem, 8vw, 6rem);
  background: var(--bg);
}

.products-page-grid {
  max-width: 920px;
  margin: 0 auto;
}

.products-page-grid .product-item {
  min-height: 360px;
}

.contact-main {
  overflow-x: clip;
}

.contact-intro-section {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.contact-intro-section .about-page-title {
  max-width: none;
}

.contact-body-section {
  padding: 0 0 clamp(4rem, 8vw, 6rem);
}

.contact-body-row {
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}

.contact-info-heading {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.1;
  font-weight: 700;
  font-family: "Magnetik", Arial, sans-serif;
  color: #762B0E;
}

.contact-info-details p {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.5;
  color: #762B0E;
}

.contact-info-details a {
  color: #762B0E;
  text-decoration: none;
}

.contact-info-details a:hover {
  text-decoration: underline;
}

.contact-form-panel {
  padding: 0;
}

.contact-form-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.1;
  font-weight: 700;
  font-family: "Magnetik", Arial, sans-serif;
  color: #762B0E;
}

.contact-form-lead {
  margin: 0 0 1.5rem;
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  line-height: 1.4;
  color: #762B0E;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #762B0E;
  border-radius: 8px;
  background: transparent;
  color: #26110C;
  padding: 0.75rem 0.9rem;
  font-family: inherit;
  font-size: 0.9rem;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-form select {
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23762B0E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.2rem;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(38, 17, 12, 0.55);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #762B0E;
  box-shadow: none;
}

.contact-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.contact-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #762B0E;
  cursor: pointer;
}

.contact-privacy input {
  width: auto;
  margin-top: 0.15rem;
  accent-color: #762B0E;
}

.contact-submit-btn {
  border: 0;
  border-radius: 8px;
  background: #762B0E;
  color: #FFFCF2;
  padding: 0.7rem 2rem;
  font-size: 0.85rem;
  font-weight: 800;
  font-family: "RB Multima Test", sans-serif;
  cursor: pointer;
}

.contact-submit-btn:hover {
  background: #5f220b;
}

.page-intro-section {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.page-intro-section .about-page-title {
  max-width: none;
}

.page-intro-section .about-page-lead {
  max-width: 40ch;
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.news-main,
.news-detail-main,
.career-main,
.stores-main {
  overflow-x: clip;
}

.news-grid-section {
  padding: 0 0 clamp(4rem, 8vw, 6rem);
}

.news-grid-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.news-card {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.news-card-media {
  border-radius: 22px;
  overflow: hidden;
}

.news-card-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.45s ease;
}

.news-card:hover .news-card-media img {
  transform: scale(1.03);
}

.news-card-title {
  margin: clamp(0.9rem, 2vw, 1.1rem) 0 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.2;
  font-weight: 700;
  color: #762B0E;
  font-family: "Magnetik", Arial, sans-serif;
  transition: color 0.25s ease;
}

.news-card:hover .news-card-title {
  color: #26110C;
}

.news-pagination {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  display: flex;
  justify-content: center;
}

.news-pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.news-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(118, 43, 14, 0.2);
  background: rgba(255, 255, 255, 0.55);
  color: #26110C;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.news-pagination-link:hover {
  border-color: #762B0E;
  background: #fff;
  color: #762B0E;
}

.news-pagination-link.is-current {
  background: #762B0E;
  border-color: #762B0E;
  color: #FFFCF2;
}

.news-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2.75rem;
  color: rgba(38, 17, 12, 0.45);
  font-weight: 700;
}

.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
  color: #762B0E;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.news-back-link:hover {
  color: #26110C;
}

.news-detail-intro .about-page-title {
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.news-detail-date {
  font-weight: 400;
  opacity: 0.85;
}

.news-detail-hero {
  padding: 0 clamp(1rem, 3vw, 2rem);
  margin-top: clamp(-1rem, -2vw, 0);
}

.news-detail-media {
  max-width: 1180px;
  margin: 0 auto;
}

.news-detail-media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
}

.news-detail-content {
  padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 8vw, 6rem);
}

.news-article {
  max-width: 760px;
  margin: 0 auto;
}

.news-article p {
  margin: 0 0 1.25rem;
  color: #762B0E;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.75;
}

.career-values-section {
  padding: 0 0 clamp(3rem, 6vw, 4rem);
}

.career-values-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.career-value-card {
  min-height: 240px;
  border-radius: 50px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 18px 30px rgba(25, 10, 6, 0.15);
}

.career-value-card h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  color: #26110C;
}

.career-value-card p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #26110C;
}

.career-jobs-section {
  padding: 0 0 clamp(3rem, 6vw, 4rem);
}

.career-jobs-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.career-jobs-head {
  text-align: center;
  margin-bottom: 2rem;
}

.career-jobs-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: #762B0E;
  font-family: "Magnetik", Arial, sans-serif;
}

.career-jobs-lead {
  margin: 0;
  color: #762B0E;
  font-size: 1rem;
}

.career-jobs-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.career-filter {
  flex: 1;
  min-width: 180px;
  border: 1px solid #762B0E;
  border-radius: 8px;
  background: transparent;
  color: #26110C;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23762B0E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2rem;
}

.career-job-card {
  height: 100%;
  background: #FFFCF2;
  border: 1px solid rgba(118, 43, 14, 0.15);
  border-radius: 18px;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.career-job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(38, 17, 12, 0.08);
}

.career-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.career-job-tag,
.career-job-location,
.career-job-type {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.career-job-tag {
  background: rgba(118, 43, 14, 0.12);
  color: #762B0E;
}

.career-job-location,
.career-job-type {
  background: rgba(255, 224, 183, 0.8);
  color: #26110C;
}

.career-job-name {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 800;
  color: #26110C;
  font-family: "Magnetik", Arial, sans-serif;
}

.career-job-desc {
  margin: 0.75rem 0 0;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #762B0E;
}

.career-job-apply {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1.25rem;
  color: #762B0E;
  font-weight: 700;
  text-decoration: none;
}

.career-job-apply:hover {
  color: #26110C;
}

.career-jobs-empty {
  margin: 1rem 0 0;
  text-align: center;
  color: #762B0E;
}

.career-cta-section {
  background: #762B0E;
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.career-cta-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #FFFCF2;
}

.career-cta-lead {
  margin: 0 0 1.25rem;
  color: rgba(255, 252, 242, 0.9);
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

.career-cta-btn {
  display: inline-block;
  padding: 0.65rem 1.75rem;
  border-radius: 999px;
  background: #FFE0B7;
  color: #762B0E;
  font-weight: 800;
  text-decoration: none;
  font-family: "RB Multima Test", sans-serif;
}

.stores-body-section {
  padding: 0 0 clamp(3rem, 6vw, 4rem);
}

.stores-body-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stores-toolbar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.stores-filter,
.stores-search {
  width: 100%;
  border: 1px solid #762B0E;
  border-radius: 8px;
  background: transparent;
  color: #26110C;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 0.9rem;
}

.stores-search {
  grid-column: 1 / -1;
}

.stores-filter {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23762B0E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2rem;
}

.stores-result-count {
  margin: 0 0 0.85rem;
  font-size: 0.85rem;
  color: #762B0E;
}

.stores-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 480px;
  overflow-y: auto;
}

.store-card {
  width: 100%;
  border: 1px solid rgba(118, 43, 14, 0.2);
  border-radius: 16px;
  background: #FFFCF2;
  padding: 1rem 1.1rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.store-card:hover {
  border-color: #762B0E;
}

.store-card.is-active {
  background: #762B0E;
  border-color: #762B0E;
}

.store-type {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(118, 43, 14, 0.1);
  color: #762B0E;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.store-card.is-active .store-type {
  background: rgba(255, 252, 242, 0.2);
  color: #FFFCF2;
}

.store-name {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #26110C;
  font-family: "Magnetik", Arial, sans-serif;
}

.store-card.is-active .store-name,
.store-card.is-active .store-address {
  color: #FFFCF2;
}

.store-address {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #762B0E;
}

.stores-empty {
  text-align: center;
  color: #762B0E;
  padding: 1.5rem 0;
}

.stores-map {
  width: 100%;
  height: clamp(320px, 50vw, 520px);
  border: 0;
  display: block;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .site-header {
    padding: 0.85rem 0;
  }

  .hero-left {
    text-align: center;
    margin-top: 6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-left h1,
  .hero-left p {
    margin-left: auto;
    margin-right: auto;
  }

.chess-intro-section {
  min-height: auto;
  padding-bottom: 4rem;
}

.chess-intro-title {
  text-align: center;
}

.intro-text-row {
  margin-top: 6rem;
  text-align: center;
  row-gap: 1.25rem;
}

.intro-left-text,
.intro-right-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  text-align: center;
}

.deco-left {
  left: 4%;
  top: 38%;
}

.deco-right {
  right: 4%;
  top: 28%;
}

.deco-right-bottom {
  right: 8%;
  bottom: 18%;
}

.deco-center {
  top: 53%;
}

.products-grid {
  margin-top: 25.5rem;
}

.products-buzz {
  left: 0;
  top: -6.5rem;
}

.video-section-title {font-size: 38px;}
.video-section-desc {font-size: 20px;}
.footer-nav-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
.footer-copy,.footer-contact-title,.footer-contact-meta {text-align: center;}

.about-intro-section {
  min-height: auto;
  padding-bottom: clamp(4rem, 10vw, 6rem);
}

.about-page-title,
.about-page-lead,
.about-page-body {
  max-width: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.about-deco-tl {
  left: 0.25rem;
  top: 0.25rem;
  width: clamp(50px, 12vw, 80px);
}

.about-deco-tr {
  right: 0.25rem;
  top: 0.25rem;
  width: clamp(44px, 10vw, 70px);
}

.about-deco-bl {
  left: 0.25rem;
  bottom: 0.25rem;
  width: clamp(90px, 24vw, 140px);
}

.about-deco-br {
  right: 0.25rem;
  bottom: 0.25rem;
  width: clamp(100px, 26vw, 150px);
}

.about-content-wrap {
  padding-right: 1rem;
}

.about-content-row {
  margin-top: clamp(8rem, 22vw, 14rem);
}

.about-feature-img {
  margin-top: clamp(-6rem, -10vw, -3rem);
}

.about-buzz {
  top: -6.5rem;
}

.about-text-block p {
  max-width: none;
}

.products-intro-section .about-page-title,
.products-intro-section .about-page-lead {
  max-width: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.products-page-grid .product-item {
  min-height: 320px;
}

.contact-form-footer {
  flex-direction: column;
  align-items: stretch;
}

.contact-submit-btn {
  width: 100%;
}

.career-jobs-toolbar {
  flex-direction: column;
}

.stores-toolbar {
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .stores-body-layout {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }

  .stores-list-column {
    flex: 0 0 42%;
    max-width: 520px;
  }

  .stores-map-column {
    flex: 1;
    min-width: 0;
    padding-right: clamp(1rem, 3vw, 3rem);
  }

  .stores-map {
    height: 100%;
    min-height: 520px;
    border-radius: 16px 0 0 16px;
  }
}

}
