/* Final Porto layout adjustments. The base stylesheet controls the component scale. */
:root { --yellow: #ffd126; }

/* Full-width slider with a more compact height. */
.hero {
  height: min(82vh, 780px);
  min-height: 590px;
  background:
    linear-gradient(90deg, rgba(248,248,248,.98) 0%, rgba(248,248,248,.91) 43%, rgba(248,248,248,.10) 65%, rgba(226,236,250,.18) 100%),
    url("https://images.unsplash.com/photo-1593642634315-48f5414c3ad9?auto=format&fit=crop&w=2200&q=90") center / cover no-repeat;
}

.hero-content { align-items: center; }
.hero h1 { font-size: clamp(34px, 3vw, 50px); }
.hero-copy { font-size: 14px; }
.hero-slider { position: relative; overflow: hidden; background: #f5f5f5; }
.hero-slides,.hero-slide { width: 100%; height: 100%; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .45s ease; pointer-events: none; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-slider-controls { position: absolute; z-index: 2; inset: 0 28px; width: auto; margin: 0; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.hero-slider-controls button { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(19,30,38,.22); border-radius: 50%; background: rgba(255,255,255,.8); color: #17232c; cursor: pointer; pointer-events: auto; transition: background .2s,color .2s,transform .2s; }
.hero-slider-controls button:hover { background: #17232c; color: #fff; transform: translateY(-2px); }

/* Slider görselleri mobilde kırpılmadan, tam oranıyla görünür. */
@media (max-width: 760px) {
  .hero.hero-slider { height: auto; min-height: 0; aspect-ratio: 1920 / 780; background: #f5f5f5; }
  .hero-slider .hero-slide img { object-fit: contain; }
  .hero-slider-controls button { width: 32px; height: 32px; font-size: 11px; }
}
.category-circles img { width: 130px; height: 130px; object-fit: cover; object-position: center; }
.category-circles a:first-child img,
.category-circles a:nth-child(4) img { background: transparent !important; transform: scale(1.15); }

/* The promo and shop sections retain the large desktop proportions from style.css. */
.promo-grid { margin-top: 42px; }
.promo-grid--featured-only {
  grid-template-columns: 1fr;
  grid-template-rows: 260px;
}
.promo-grid--featured-only .promo-tall {
  grid-row: auto;
}
.promo-grid--featured-only .promo-top,
.promo-grid--featured-only .promo-bottom {
  display: none;
}
.promo,
.promo h2,
.promo p,
.promo span {
  font-family: "Poppins", Arial, sans-serif;
}
.promo h2 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
.promo p {
  margin: 0 0 20px;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.35;
}
.promo span {
  padding: 13px 35px;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.25;
}
.promo-overlay p {
  margin: 0 0 11px;
  font-size: 12px !important;
  font-weight: 500;
}
.promo-overlay h2 {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 400;
}
.promo-tall .promo-overlay {
  color: #24211e;
  background: linear-gradient(90deg, rgba(255,255,255,.74) 0%, rgba(255,255,255,.34) 48%, transparent 78%);
}
.promo-tall .promo-overlay p,
.promo-tall .promo-overlay h2 {
  color: #24211e;
}
.promo-tall .promo-overlay span {
  color: #24211e;
  background: rgba(255,255,255,.92);
}
.categories .section-head .eyebrow {
  margin-bottom: 2px;
  color: #7b8099;
}
.promo::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 10;
}
.promo:hover::after { animation: prj-btn-shine 3s ease-in-out infinite; }
@keyframes prj-btn-shine {
  0% { left: -75%; }
  55%, 100% { left: 125%; }
}
.furniture { padding-top: 82px; }
.category-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.category-heading h2 { margin: 0; font: 800 25px/1 Manrope, sans-serif; letter-spacing: -1px; }
.category-arrows { display: flex; gap: 18px; }
.category-arrows button { border: 0; background: transparent; font-size: 25px; cursor: pointer; }
.product-row { display: flex; overflow: hidden; gap: 20px; }
.product-card { position: relative; flex: 0 0 238px; height: 275px; overflow: visible; border-radius: 6px; }
.product-card img { height: 230px; object-fit: contain; padding: 14px; mix-blend-mode: multiply; }
.product-card h3 { position: absolute; bottom: 15px; left: 0; width: 100%; margin: 0; text-align: center; font-size: 9px; }
.card-arrow { position: absolute; right: -13px; bottom: 0; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #fff; font-size: 21px; cursor: pointer; }
.category-list a { display: block; background: #f5f5f4; border-radius: 20px; padding: 11px 13px; text-align: left; font: 500 9px "DM Sans", sans-serif; }
.category-list a i { float: right; font-style: normal; }
.category-list .active { background: #e78a36 !important; }
.product-card > a { display: block; height: 100%; }

/* Project-wide type floor requested by the client. Headings may remain larger. */
body,
.main-nav a,
.hero-copy,
.eyebrow,
.text-link,
.promo p,
.promo span,
.category-list button,
.category-list a,
.product-card h3,
.product-card span,
.category-circles a,
.editorial-caption,
.story-card small,
.story-card strong,
.story-card span,
.quote p,
.author,
.stars,
.cart b,
.site-footer p { font-size: 18px !important; }

/* Promo typography intentionally follows the supplied reference rather than the global text floor. */
.promo p { font-size: 16px !important; }
.promo span { font-size: 12px !important; }
.promo-overlay p { font-size: 12px !important; }

/* Shop by category: dimensions and spacing match the supplied reference at desktop. */
.furniture {
  width: min(1200px, calc(100% - 48px));
  padding: 88px 0 100px;
}
.category-heading { margin-bottom: 49px; }
.category-heading h2 { font-size: 24px; }
.category-arrows { gap: 28px; padding-right: 2px; }
.category-arrows button { font-size: 25px; }
.furniture-layout { grid-template-columns: 176px 1fr; gap: 20px; }
.category-list { gap: 7px; }
.category-list button,
.category-list a {
  height: 46px;
  padding: 0 16px;
  border-radius: 24px;
  font-size: 12px !important;
  font-weight: 600;
}
.product-row { gap: 20px; }
.product-card { flex-basis: 260px; height: 294px; border-radius: 7px; }
.product-card img { height: 245px; padding: 15px; }
.product-card h3 { bottom: 16px; font-size: 18px !important; }
.card-arrow { width: 36px; height: 36px; right: -15px; font-size: 20px; }

/* Source card structure: the image is square, while label and action sit on its lower edge. */
.product-carousel { min-width: 0; overflow: hidden; }
.product-carousel .slick-list { width: 100%; overflow: hidden; }
.product-carousel .product-row.slick-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: visible;
  transition: transform .45s ease;
  will-change: transform;
}
.product-carousel .product-card.slick-slide {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  overflow: visible;
  padding: 0;
  background: transparent;
}
.product-carousel .product-card.slick-slide .card-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 10px;
}
.product-carousel .product-card.slick-slide .card-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  mix-blend-mode: normal;
  transition: transform .3s;
}
.product-carousel .product-card.slick-slide:hover .card-image img { transform: scale(1.05); }
.product-carousel .product-card.slick-slide h3 {
  right: 56px;
  bottom: 8px;
  left: 56px;
  width: auto;
  min-height: 45px;
  display: grid;
  place-items: center;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.product-carousel .product-card.slick-slide .card-arrow {
  right: -1px;
  bottom: 0;
  width: 65px;
  height: 65px;
  padding: 20px 0 0 20px;
  overflow: hidden;
  border-radius: 32px 0 0;
  background: #fff;
  color: transparent;
}
.product-carousel .product-card.slick-slide .card-arrow::before {
  position: absolute;
  inset: 20px 0 0 20px;
  border-radius: 50%;
  background: #f3f3f3;
  content: "";
  transition: background .3s;
}
.product-carousel .product-card.slick-slide .card-arrow::after {
  position: absolute;
  top: 33px;
  left: 34px;
  z-index: 1;
  color: #171717;
  content: "→";
  font: 14px/1 Arial, sans-serif;
  transform: rotate(-45deg);
  transition: transform .17s linear;
}
.product-carousel .product-card.slick-slide:hover .card-arrow::before { background: #ffcf22; }
.product-carousel .product-card.slick-slide:hover .card-arrow { box-shadow: 24px 0 0 #fff; }
.product-carousel .product-card.slick-slide:hover .card-arrow::after { transform: rotate(0); }

/* Editorial mosaic: two compact tiles on the left and one full-height feature tile on the right. */
.editorial {
  width: min(1200px, calc(100% - 48px));
  height: 640px;
  grid-template-columns: 1fr 1fr 2.06fr;
  grid-template-rows: 336px 284px;
  gap: 20px;
}
.editorial article { border-radius: 18px; }
.editorial-intro { grid-column: 1 / 3; grid-row: 1; padding: 0 40px; }
.editorial article:nth-child(2) { grid-column: 1; grid-row: 2; }
.editorial-large { grid-column: 3; grid-row: 1 / 3; }
.editorial article:nth-child(4) { grid-column: 2; grid-row: 2; }
.editorial-intro .eyebrow {
  position: absolute;
  top: 38%;
  left: 40px;
  margin: 0;
  color: #a4a4a4;
font: 500 6px / 1.2 "DM Sans", Arial, sans-serif;
  letter-spacing: .08em;
  z-index: 1;
}
.editorial-intro h2 {
  position: absolute;
  top: 48%;
  left: 40px;
  z-index: 1;
  font: 700 25px/30px "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
}
.editorial-chair {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  mix-blend-mode: normal;
}
.editorial .round-arrow {
  right: 0;
  bottom: 0;
  width: 65px;
  height: 65px;
  padding: 20px 0 0 20px;
  overflow: hidden;
  border-radius: 32px 0 0;
  background: #fff;
  color: transparent;
}
.editorial .round-arrow::before {
  position: absolute;
  inset: 20px 0 0 20px;
  border-radius: 50%;
  background: #f3f3f3;
  content: "";
}
.editorial .round-arrow::after {
  position: absolute;
  top: 33px;
  left: 34px;
  color: #171717;
  content: "→";
  font: 14px/1 Arial, sans-serif;
  transform: rotate(-45deg);
  transition: transform .17s linear;
}
.editorial-intro:hover .round-arrow::before { background: #ffcf22; }
.editorial-intro:hover .round-arrow::after { transform: rotate(0); }
.editorial img { border-radius: 18px; transition: transform .45s ease; }
.editorial article:hover img { transform: scale(1.06); }

/* Four-panel lookbook with a product information tab on every image. */
.story-grid {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding-top: 70px;
}
.story-grid article {
  height: 560px;
  overflow: hidden;
  border-radius: 4px;
  background: #f4f4f4;
}
.story-grid .lookbook-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.story-grid article:hover .lookbook-image { transform: scale(1.05); }
.story-grid .story-card {
  right: 16px;
  bottom: 16px;
  left: 16px;
  min-height: 100px;
  padding: 12px;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  text-align: left;
}
.story-grid .story-thumb {
  display: block;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  object-fit: cover;
  background: #f6f6f6;
}
.story-grid .story-card small { display: none; }
.story-grid .story-card strong {
  display: block;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.45;
}
.story-grid .story-card span {
  display: block;
  margin-top: 9px;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1;
  color: #222;
}

/* Customer review composition based on the supplied sofa reference. */
.testimonial {
  width: min(1180px, calc(100% - 48px));
  margin: 70px auto;
  height: 390px;
  grid-template-columns: 420px 1fr;
  gap: 0;
  padding: 0;
  align-items: center;
  overflow: hidden;
  border-radius: 195px 0 0 195px;
  background: #f4f4f4;
}
.testimonial-image {
  width: 340px;
  height: 340px;
  margin-left: 28px;
  border-radius: 50%;
  background: #fff;
}
.testimonial-image img { object-fit: cover; }
.quote { padding: 0 70px 0 12px; }
.quote .stars { font-size: 16px; color: #ffc400; letter-spacing: 2px; }
.quote h2 {
  margin: 16px 0 12px;
  font: 700 16px/1.3 "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
}
.quote p {
  max-width: 600px;
  font: 400 12px/1.65 "DM Sans", Arial, sans-serif;
  font-size: 12px !important;
  color: #666;
}
.author { margin-top: 18px; font-size: 12px !important; }
.author span { color: #b4b4b4; font-size: 10px !important; }
.dots { text-align: right; margin-top: 22px; }
.dots i { width: 9px; height: 9px; margin-left: 9px; margin-right: 0; }
.testimonial-image,
.quote { transition: opacity .22s ease, transform .22s ease; }
.testimonial.is-changing .testimonial-image,
.testimonial.is-changing .quote { opacity: .18; transform: translateY(5px); }
.testimonial .dots i { cursor: pointer; }

/* FreshSmell brand and footer. */
.site-logo { display: block; width: 154px; height: 38px; object-fit: contain; }
.announcement-bar { display: grid; min-height: 40px; place-items: center; padding: 12px 24px; background: var(--bar-color, #000); color: var(--text-color, #fff); text-align: center; overflow: hidden; }
.announcement-bar p { position: relative; width: min(100%, 680px); height: 22px; margin: 0; overflow: hidden; font: 400 16px/1.35 "DM Sans", Arial, sans-serif; }
.announcement-bar strong { font-weight: 700; }
.announcement-message { position: absolute; inset: 0; display: block; opacity: 0; animation: announcement-slide 6s ease-in-out infinite; }
.announcement-message-one { animation-delay: -.9s; }
.announcement-message-two { animation-delay: -3.9s; }
@keyframes announcement-slide { 0%, 8% { opacity: 0; transform: translateY(10px); } 15%, 42% { opacity: 1; transform: translateY(0); } 50%, 100% { opacity: 0; transform: translateY(-10px); } }
.announcement-bar--marquee { display: block; padding: 0; white-space: nowrap; }
.announcement-bar--marquee .announcement-track { display: flex; width: max-content; min-width: 100%; animation: announcement-marquee 24s linear infinite; }
.announcement-bar--marquee .announcement-track__group { display: flex; flex: none; align-items: center; min-height: 56px; }
.announcement-bar--marquee .announcement-message { position: static; display: inline-block; flex: none; margin: 0 48px; opacity: 1; animation: none; }
@keyframes announcement-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.back-to-top { position: fixed; right: 28px; bottom: 28px; z-index: 20; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: #000; color: #fff; cursor: pointer; font: 24px/1 Arial, sans-serif; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top:hover { background: #ffcf22; color: #111; }
.scent-assistant { position: fixed; top: 50%; right: 0; z-index: 30; display: flex; align-items: center; transform: translateY(-50%); }
.assistant-message { position: relative; width: 288px; margin-right: 16px; padding: 20px 24px; border-radius: 20px; background: #fff; box-shadow: 0 9px 26px rgba(0,0,0,.17); color: #242936; }
.assistant-message::after { content: ''; position: absolute; top: 50%; right: -12px; width: 24px; height: 24px; background: #fff; transform: translateY(-50%) rotate(45deg); }
.assistant-message.is-dismissed { display: none; }
.assistant-message-close { position: absolute; top: 8px; right: 9px; z-index: 2; display: grid; width: 19px; height: 19px; place-items: center; border: 0; border-radius: 50%; background: #eef0f3; color: #6d7480; cursor: pointer; font: 17px/1 Arial, sans-serif; }
.assistant-message strong, .assistant-message span { position: relative; z-index: 1; display: block; }
.assistant-message strong { margin-bottom: 7px; font: 700 16px/1.25 "DM Sans", Arial, sans-serif; }
.assistant-message span { font: 400 12px/1.5 "DM Sans", Arial, sans-serif; color: #687083; }
.assistant-tab { position: relative; display: flex; width: 52px; height: 194px; align-items: center; justify-content: center; overflow: hidden; border: 0; border-radius: 12px 0 0 12px; background: #202226; color: #fff; cursor: pointer; font: 700 14px/1 "DM Sans", Arial, sans-serif; writing-mode: vertical-rl; text-orientation: mixed; }
.assistant-tab::after { content: ''; position: absolute; top: -50%; left: -75%; width: 50%; height: 200%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); transform: skewX(-25deg); animation: prj-btn-shine 3s ease-in-out infinite; pointer-events: none; z-index: 10; }
.assistant-tab:hover { background: #ffcf22; color: #191919; }
.assistant-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(10,12,17,.48); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.assistant-modal.is-open { opacity: 1; visibility: visible; }
.assistant-dialog { position: relative; width: min(100%, 540px); max-height: min(680px, calc(100vh - 48px)); overflow: auto; border-radius: 24px; background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.3); transform: translateY(14px) scale(.98); transition: transform .25s ease; }
.assistant-modal.is-open .assistant-dialog { transform: translateY(0) scale(1); }
.assistant-chat { padding: 38px 36px 34px; }
.assistant-close { position: absolute; top: 15px; right: 16px; display: grid; width: 32px; height: 32px; place-items: center; border: 0; border-radius: 50%; background: #f0f1f4; color: #303541; cursor: pointer; font: 26px/1 Arial, sans-serif; }
.assistant-label { margin: 0 0 9px; color: #7b8099; font: 700 11px/1.2 "DM Sans", Arial, sans-serif; letter-spacing: .1em; }
.assistant-chat h2 { margin: 0 38px 8px 0; color: #20242d; font: 700 25px/1.2 "DM Sans", Arial, sans-serif; }
.assistant-intro { margin: 0 0 22px; color: #737987; font: 400 14px/1.5 "DM Sans", Arial, sans-serif; }
.assistant-options { display: grid; gap: 9px; }
.assistant-options button { width: 100%; padding: 14px 17px; border: 1px solid #e4e6eb; border-radius: 13px; background: #fff; color: #2a303b; cursor: pointer; text-align: left; font: 600 14px/1.35 "DM Sans", Arial, sans-serif; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.assistant-options button:hover { border-color: #ffcf22; background: #fff9df; transform: translateX(4px); }
.assistant-result { padding-top: 2px; }
.assistant-result-label { margin: 24px 0 10px; color: #7b8099; font: 700 11px/1.2 "DM Sans", Arial, sans-serif; letter-spacing: .09em; }
.assistant-product { display: flex; gap: 18px; align-items: center; padding: 14px; border-radius: 17px; background: #f6f7f9; }
.assistant-product img { width: 112px; height: 112px; border-radius: 13px; background: #fff; object-fit: contain; }
.assistant-product h3 { margin: 0 0 8px; color: #20242d; font: 700 19px/1.2 "DM Sans", Arial, sans-serif; }
.assistant-product p { margin: 0; color: #6f7581; font: 400 12px/1.55 "DM Sans", Arial, sans-serif; }
.assistant-reset { margin-top: 17px; padding: 0; border: 0; background: transparent; color: #252a34; cursor: pointer; font: 700 13px/1.3 "DM Sans", Arial, sans-serif; text-decoration: underline; text-underline-offset: 3px; }
body.assistant-modal-open { overflow: hidden; }
.whatsapp-float { position: fixed; right: 24px; bottom: 78px; z-index: 20; display: grid; width: 56px; height: 56px; place-items: center; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.whatsapp-float.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); animation: whatsapp-pulse 2.1s ease-in-out infinite; }
.whatsapp-float img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
@keyframes whatsapp-pulse { 0%, 100% { scale: 1; } 50% { scale: 1.09; } }
.main-nav a { font-weight: 500; font-size: 16px !important; }
.header-right-nav { margin-right: 20px; }
.header-menu-list { align-items: center; flex-wrap: nowrap; white-space: nowrap; }
.header-menu-list > li { flex: 0 0 auto; }
.header-right-nav .header-menu-list { gap: 30px; }

.header-menu-list { display: flex; gap: 29px; list-style: none; margin: 0; padding: 0; }
.header-menu-list li { margin: 0; padding: 0; }
.mobile-menu-extra { display: none; }
.mobile-menu-contact { display: none; }
.header-inner { position: relative; }
.header-menu-list > li { position: static; }
.header-menu-list .sub-menu { display: none; list-style: none; margin: 0; padding: 0; }
.header-menu-list > li:hover > .sub-menu,
.header-menu-list > li:focus-within > .sub-menu,
.header-menu-list > li.is-mega-open > .sub-menu { display: grid; }
.header-menu-list > li > .sub-menu { display: grid !important; position: absolute; z-index: 50; top: 82px; left: 50%; width: 100vw; min-height: 300px; transform: translateX(-50%) translateY(-14px); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px; padding: 36px max(24px, calc((100vw - 1180px) / 2)); background: #fff; box-shadow: 0 16px 24px rgba(20, 25, 31, .06); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .22s ease, transform .28s ease, visibility 0s linear .28s; }
.header-menu-list > li:hover > .sub-menu, .header-menu-list > li:focus-within > .sub-menu, .header-menu-list > li.is-mega-open > .sub-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); transition-delay: 0s; }
.header-menu-list > li > .sub-menu > li > a { display: block; margin-bottom: 17px; color: #343941; font-size: 14px; font-weight: 700; }
.header-menu-list > li > .sub-menu > li > .sub-menu { display: flex; flex-direction: column; gap: 14px; }
.header-menu-list > li > .sub-menu > li > .sub-menu a { color: #575b61; font-size: 14px; font-weight: 400; }
.header-menu-list > li > .sub-menu > li > .sub-menu a:hover { color: #e97820; }

/* Product mega menu: two size columns and a visual product story card. */
.header-menu-list > li.menu-products-root > .sub-menu { min-height: 370px; grid-template-columns: minmax(210px,.75fr) minmax(210px,.75fr) minmax(360px,1.5fr); gap: 22px; padding-top: 30px; padding-bottom: 30px; }
.menu-products-root > .sub-menu::after { display: flex; min-height: 310px; align-items: flex-end; grid-column: 3; grid-row: 1; padding: 28px; border-radius: 20px; background: linear-gradient(0deg,rgba(20,38,32,.86) 0%,rgba(20,38,32,.08) 72%),url("../images/koku-suzgecleri-hero.png") center/cover no-repeat; color: #fff; content: "ÇOK AMAÇLI KOKU VERİCİ\A Mini ve Maxi boy seçeneklerini keşfedin"; white-space: pre-line; font: 800 21px/1.35 "DM Sans",Arial,sans-serif; letter-spacing: -.5px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.menu-products-root > .sub-menu > .menu-product-size { min-height: 310px; padding: 21px; border: 1px solid #e8ecea; border-radius: 20px; background: linear-gradient(145deg,#fbfdfc,#f4f8f6); }
.menu-products-root > .sub-menu > .menu-product-size > a { position: relative; margin-bottom: 18px; padding: 4px 34px 14px 0; border-bottom: 1px solid #dfe7e3; color: #173f35; font-size: 18px !important; }
.menu-products-root > .sub-menu > .menu-product-size > a::after { position: absolute; top: 2px; right: 0; display: grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #173f35; color: #fff; content: "→"; font: 700 12px/1 Arial,sans-serif; }
.menu-products-root > .sub-menu > .menu-product-size > .sub-menu { gap: 7px; }
.menu-products-root > .sub-menu > .menu-product-size > .sub-menu a { position: relative; display: block; padding: 8px 30px 8px 10px; border-radius: 8px; color: #4f5b56; font-size: 13px !important; transition: background .2s ease,color .2s ease,transform .2s ease; }
.menu-products-root > .sub-menu > .menu-product-size > .sub-menu a::after { position: absolute; top: 50%; right: 11px; content: "›"; transform: translateY(-50%); }
.menu-products-root > .sub-menu > .menu-product-size > .sub-menu a:hover { background: #fff; color: #e07818; transform: translateX(2px); }

.site-header { background: #17191c; border-bottom-color: #17191c; }
.site-header .main-nav a { color: #fff; }
.site-header .header-actions svg { stroke: #fff; }
.site-header .search-trigger i { color: #fff; font-size: 15px; }

html, body { overflow-x: clip; }

.site-search-modal { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(0, 0, 0, .64); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility 0s linear .2s; }
.site-search-modal.is-open { opacity: 1; visibility: visible; transition-delay: 0s; }
.site-search-dialog { position: relative; width: min(680px, 100%); max-height: min(700px, calc(100vh - 48px)); overflow: auto; border-radius: 14px; padding: 32px; background: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.3); transform: translateY(-14px); transition: transform .25s ease; }
.site-search-modal.is-open .site-search-dialog { transform: translateY(0); }
.site-search-dialog h2 { margin: 0 0 20px; font-size: 19px; color: #292d33; }
.site-search-close { position: absolute; top: 16px; right: 16px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: #f0f2f3; color: #4f565d; font-size: 23px; line-height: 1; cursor: pointer; }
.site-search-field { display: flex; align-items: center; gap: 12px; height: 50px; padding: 0 15px; border: 1px solid #e0e4e5; border-radius: 8px; }
.site-search-field i { color: #3c444a; }
.site-search-field input { width: 100%; border: 0; outline: 0; color: #252a2e; font: 14px "DM Sans", Arial, sans-serif; }
.site-search-heading { margin: 26px 0 15px; color: #2d3339; font-size: 14px; font-weight: 700; }
.site-search-results { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.site-search-product { display: flex; align-items: center; gap: 14px; min-height: 76px; padding: 10px; border-radius: 8px; background: #f3f5f5; color: #263037; font-size: 13px; font-weight: 600; }
.site-search-product:hover { background: #eceff0; }
.site-search-product img { width: 56px; height: 56px; flex: 0 0 56px; object-fit: contain; mix-blend-mode: multiply; }
.site-search-empty { margin: 18px 0 0; color: #71777c; font-size: 13px; }
body.site-search-active { overflow: hidden; }
@media (max-width: 600px) { .site-search-dialog { padding: 24px 18px; } .site-search-results { grid-template-columns: 1fr; } }
.site-footer { padding: 0; background: #111214; color: #fff; }
.footer-main { background: #18191b; color: #fff; padding: 70px 0 64px; }
.footer-main-inner { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 54px; align-items: start; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.footer-logo { width: 230px; height: 72px; object-fit: contain; object-position: left center; }
.social-links { display: flex; gap: 11px; }
.social-links a { display: flex; width: 35px; height: 35px; align-items: center; justify-content: center; border: 1px solid #4b4c4f; border-radius: 50%; color: #fff; font: 700 12px/1 Arial, sans-serif; transition: .2s; }
.social-links a { font-size: 0; }
.social-links a::before { display: block; font-family: "Font Awesome 6 Brands"; font-size: 14px; font-weight: 400; line-height: 1; }
.social-links a:nth-child(1)::before { content: "\f16d"; }
.social-links a:nth-child(2)::before { content: "\f099"; }
.social-links a:nth-child(3)::before { content: "\f0e1"; }
.social-links a:nth-child(4)::before { content: "\f167"; }
.social-links a:hover { border-color: #ffcf22; background: #ffcf22; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-column h3 { margin: 3px 0 8px; color: #fff; font: 700 15px/1.25 "DM Sans", Arial, sans-serif; }
.footer-column a { color: #b5b5b5; font: 400 13px/1.35 "DM Sans", Arial, sans-serif; }
.footer-column a:hover { color: #ffcf22; }
.footer-inner { min-height: 78px; border-top: 1px solid #303135; }
.site-footer .copyright { color: #b1b1b1; }
.footer-links { color: #b1b1b1; }
.footer-links a:hover { color: #ffcf22; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.site-footer .copyright { margin: 0; font-size: 12px !important; color: #aaa; }
.artweb-link { display: block; line-height: 0; }
.artweb-link img { display: block; width: 130px; max-height: 30px; object-fit: contain; }
.footer-links { display: flex; justify-content: flex-end; gap: 12px; color: #aaa; font-size: 12px; }
.footer-links a:hover { color: #fff; }
@media (max-width: 720px) {
  .site-logo { width: 128px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-links { justify-content: center; flex-wrap: wrap; }
  .footer-main { padding: 42px 0; }
  .footer-main-inner { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .testimonial { width: calc(100% - 32px); height: auto; grid-template-columns: 1fr; gap: 28px; padding: 24px; border-radius: 32px; }
  .testimonial-image { width: min(340px, 100%); height: auto; aspect-ratio: 1; margin: 0 auto; }
  .quote { padding: 0; }
}
@media (max-width: 1024px) {
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-grid article { height: 560px; }
}
@media (max-width: 600px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-grid article { height: 520px; }
}
@media (max-width: 900px) {
  .editorial { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: 360px 260px 260px; }
  .editorial-intro { grid-column: 1 / 3; }
  .editorial-large { grid-column: 2; grid-row: 2 / 4; }
  .editorial article:nth-child(2) { grid-column: 1; grid-row: 2; }
  .editorial article:nth-child(4) { grid-column: 1; grid-row: 3; }
}

@media (max-width: 720px) {
  /* A clear, right-aligned mobile menu button. */
  .site-header .header-inner { position: relative; display: flex; justify-content: center; }
  .site-header .mobile-menu { position: absolute; right: 0; z-index: 61; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; gap: 5px; border-radius: 8px; }
  .site-header .mobile-menu span { width: 21px; height: 2px; background: #fff; }
  .site-header .header-actions { display: none; }
  .site-header.menu-open { z-index: 100; }
  .site-header.menu-open .logo { display: none; }
  .site-header.menu-open .mobile-menu { position: fixed; top: 28px; right: 18px; }
  .site-header .header-inner > .main-nav { position: fixed; inset: 0 0 0 auto; z-index: 60; display: block; width: 100vw; height: 100dvh; padding: 92px 30px 30px; background: #17191c; box-shadow: -12px 0 28px rgba(0,0,0,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(100%); transition: transform .3s ease, opacity .2s ease, visibility 0s linear .3s; }
  .site-header .header-inner > .main-nav::before { position: absolute; top: 20px; left: 18px; width: 150px; height: 54px; background: url("https://www.fresh.webexperi.com/wp-content/themes/flavantes/assets/images/fresh-smell-logo.webp") left center / contain no-repeat; content: ""; }
  .site-header.menu-open .header-inner > .main-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .site-header.menu-open .header-inner > .main-nav .header-menu-list { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-header .header-inner > .main-nav .header-menu-list > li.mobile-menu-extra { display: block; }
  .site-header.menu-open .header-inner > .main-nav .header-menu-list > li > a { display: block; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: #fff; font-size: 14px; }
  .mobile-menu-contact { position: absolute; right: 30px; bottom: 28px; left: 30px; display: grid; gap: 14px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); color: #fff; }
  .mobile-menu-contact-row { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .mobile-menu-contact small { display: block; margin-bottom: 4px; color: #92999f; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
  .mobile-menu-contact a,.mobile-menu-address span { color: #f3f4f5; font-size: 12px; line-height: 1.45; }
  .mobile-menu-address span { display: block; color: #cbd0d4; font-size: 12px; }
  /* Desktop mega-menu content becomes a simple mobile accordion. */
  .site-header .header-inner > .main-nav .header-menu-list > li > .sub-menu { position: static; display: none !important; width: auto; min-height: 0; margin: 0; padding: 0 0 8px 14px; background: transparent; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; grid-template-columns: 1fr; gap: 0; }
  .site-header .header-inner > .main-nav .header-menu-list > li.is-mega-open > .sub-menu { display: flex !important; flex-direction: column; }
  .site-header .header-inner > .main-nav .header-menu-list > li > .sub-menu > li > a { display: block; margin: 0; padding: 9px 0; color: #d9dcdf; font-size: 13px; font-weight: 600; }
  .site-header .header-inner > .main-nav .header-menu-list > li > .sub-menu > li > .sub-menu { position: static; display: flex !important; flex-direction: column; gap: 7px; width: auto; min-height: 0; margin: 0; padding: 0 0 9px 12px; background: transparent; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .site-header .header-inner > .main-nav .header-menu-list > li > .sub-menu > li > .sub-menu a { color: #aeb4ba; font-size: 12px; }
  .site-header .menu-products-root > .sub-menu::after { display: none; }
  .site-header .menu-products-root > .sub-menu > .menu-product-size { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
  .site-header .menu-products-root > .sub-menu > .menu-product-size > a { border-bottom: 0; }
  .site-header .menu-products-root > .sub-menu > .menu-product-size > a::before,.site-header .menu-products-root > .sub-menu > .menu-product-size > a::after { display: none; }
  body.mobile-menu-open { overflow: hidden; }

  /* Keep the scent selector compact on phones. */
  .categories { margin-top: 38px; padding: 38px 0; }
  .categories .shell { display: flex; flex-direction: column; }
  .categories .section-head { display: contents; }
  .categories .section-head > div { order: 1; min-width: 0; margin-bottom: 20px; }
  .categories .section-head .eyebrow { margin-bottom: 5px; font-size: 9px !important; line-height: 1.2; white-space: nowrap; }
  .categories .section-head h2 { font-size: 13px; line-height: 1.15; letter-spacing: -.5px; white-space: nowrap; }
  .categories .text-link { order: 3; align-self: flex-start; margin-top: 15px; padding-bottom: 2px; font-size: 10px !important; white-space: nowrap; }
  .category-circles { order: 2; gap: 12px; scrollbar-width: none; }
  .category-circles::-webkit-scrollbar { display: none; }
  .category-circles a { min-width: 88px; font-size: 11px !important; line-height: 1.25; }
  .category-circles img { width: 82px; height: 82px; margin-bottom: 8px; }

  /* Category tabs sit above the carousel; two compact products remain in view. */
  .furniture { padding: 48px 0 60px; }
  .category-heading { margin-bottom: 20px; }
  .furniture-layout { grid-template-columns: 1fr; gap: 16px; }
  .category-list { flex-direction: row; gap: 8px; overflow-x: auto; padding: 0 0 4px; scrollbar-width: none; }
  .category-list::-webkit-scrollbar { display: none; }
  .category-list button { flex: 0 0 auto; height: 40px; padding: 0 14px; white-space: nowrap; font-size: 11px !important; }
  .product-carousel .product-row.slick-track { gap: 12px; }
  .product-carousel .slick-list { touch-action: pan-y; }
  .product-carousel .product-card.slick-slide { flex: 0 0 calc((100% - 12px) / 2); }
  .product-carousel .product-card.slick-slide h3 { right: 38px; bottom: 6px; left: 38px; min-height: 34px; font-size: 9px !important; }
  .product-carousel .product-card.slick-slide .card-arrow { width: 46px; height: 46px; padding: 13px 0 0 13px; border-radius: 23px 0 0; }
  .product-carousel .product-card.slick-slide .card-arrow::before { inset: 13px 0 0 13px; }
  .product-carousel .product-card.slick-slide .card-arrow::after { top: 23px; left: 24px; font-size: 12px; }

  /* Turn the mobile product mosaic into compact square image tiles. */
  .editorial { grid-template-rows: 175px repeat(2, minmax(0, 1fr)); gap: 12px; }
  .editorial-intro { grid-column: 1 / -1; grid-row: 1; padding: 0 22px; }
  .editorial article:nth-child(2) { grid-column: 1; grid-row: 2; aspect-ratio: 1; }
  .editorial-large { grid-column: 2; grid-row: 2; aspect-ratio: 1; }
  .editorial article:nth-child(4) { grid-column: 1; grid-row: 3; aspect-ratio: 1; }
  .editorial-intro .eyebrow,.editorial-intro h2 { left: 22px; }
  .editorial .round-arrow { width: 54px; height: 54px; padding: 16px 0 0 16px; border-radius: 27px 0 0; }
  .editorial .round-arrow::before { inset: 16px 0 0 16px; }
  .editorial .round-arrow::after { top: 27px; left: 28px; }

  .furniture { width: calc(100% - 32px); }
  /* Keep the first viewport focused on the slide instead of letting it fill the screen. */
  .hero { height: clamp(330px, 48svh, 420px); min-height: 0; background-position: 68% center; }
  .hero-slider-controls { inset: 0 16px; width: auto; }
  .hero-content { align-items: flex-start; padding-top: 75px; }
  .hero h1 { font-size: 34px; }
  .category-arrows { display: none; }
  .product-card { flex-basis: 220px; height: 250px; }
  .product-card img { height: 205px; }

  /* The assistant stays available without covering the slide on small screens. */
  .assistant-message { display: none; }
  .assistant-tab { width: 42px; height: 142px; border-radius: 10px 0 0 10px; font-size: 12px; }
}
