/* Mobile v17. Load last. Existing desktop rules and product artwork are retained.
   `mobile-refined` is shared by all pages; `mobile-home` is homepage-only. */
.mobileIntro { display: none; }
.mobileUtilityBar { display: none; }

/* New image recovery controls also work when an image fails on desktop. */
.workImageFallback {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 52px 24px 24px;
  background: #0a213b;
  color: #c5d8e8;
  text-align: center;
}
.workImageStatus { max-width: 27ch; font-size: 14px; line-height: 1.6; }
.workImageRetry {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #5ca9da;
  border-radius: 12px;
  background: #123653;
  color: #ecf7ff;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}
.workImageFallback[hidden], .workImageRetry[hidden], .worksLoadMore[hidden] { display: none !important; }

@media (max-width: 680px) {
  body.mobile-refined {
    --mobile-gutter: 18px;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  body.mobile-refined *, body.mobile-refined *::before, body.mobile-refined *::after { box-sizing: border-box; }
  body.mobile-refined .wrap { width: calc(100% - 36px); max-width: 100%; margin-inline: auto; }
  body.mobile-refined :where(main, section, .wrap, .heroGrid, .hero-grid, .blogHero, .productShell, .productCard, .catalogGrid, .catalogToolbar, .content, .grid, .grid2, .grid3) { min-width: 0; }
  body.mobile-refined :where(h1, h2, h3, p, li, dd, dt, .spec b, .spec small, .catalogProductBody, .workBody, .familyText) { overflow-wrap: break-word; }
  body.mobile-refined :where(h1, h2, h3) { text-wrap: balance; }
  body.mobile-refined :where(p, li) { text-wrap: pretty; }
  body.mobile-refined :where(.primaryBtn, .ghostBtn, .lightBtn, .pillBtn, .btn, .lang, .blogLang, .catalogFilter, .catalogDetail, .catalogQuote) { min-height: 44px; }
  body.mobile-refined :where(.primaryBtn, .ghostBtn, .lightBtn, .btn) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    border-radius: 12px;
    white-space: normal;
  }
  body.mobile-refined :where(select, input, textarea) { min-width: 0; max-width: 100%; font-size: 16px; }
  body.mobile-refined :where(select, input:not([type="range"]), textarea) { min-height: 48px; }
  body.mobile-refined :where(.section, .catalogHub, .soupHome, .cupDetails) { padding-block: 56px; scroll-margin-top: 88px; }
  body.mobile-refined :where(.head, .sectionHead, .section-head, .cupDetailsHead) { display: block; margin-bottom: 26px; }
  body.mobile-refined :where(.head h2, .sectionHead h2, .section-head h2, .cupDetails h2, .aboutCopy h2, .soupHome h2) {
    margin: 10px 0 16px;
    font-size: clamp(28px, 7.8vw, 34px);
    line-height: 1.13;
    letter-spacing: -.035em;
  }
  body.mobile-refined :where(.head p, .sectionHead p, .section-head p, .cupDetailsHead > p, .aboutCopy p, .soupHome p) {
    margin: 0;
    max-width: none;
    font-size: 15px;
    line-height: 1.75;
  }
  body.mobile-refined :where(.eyebrow, .kicker, .head .kicker) { font-size: 10px; letter-spacing: .11em; line-height: 1.6; }

  /* Header: the logo keeps its existing crop, proportions and source. */
  body.mobile-home .navin { height: 70px; gap: 12px; justify-content: space-between; }
  body.mobile-home .navActions { margin-inline-start: auto; gap: 8px; }
  body.mobile-home .langPicker { padding-inline: 6px; }
  body.mobile-home .langPicker select { height: 44px; min-height: 44px; font-size: 12px; }
  body.mobile-home .menuBtn { width: 44px; height: 44px; padding: 0; font-size: 20px; border-radius: 12px; }
  body.mobile-refined > .top { padding-block: 12px; }
  body.mobile-refined > header.top { padding-block: 0; }
  body.mobile-refined .topin { min-height: 72px; gap: 12px; flex-wrap: wrap; padding-block: 10px; }
  body.mobile-refined .topin > .nav { margin-inline-start: auto; margin-inline-end: 0; gap: 8px; min-width: 0; }
  body.mobile-refined .topin > .nav .nav-link { display: none; }
  body.mobile-refined .topin > .nav .btn { font-size: 12px; padding-inline: 12px; }
  body.mobile-refined .top > .wrap:not(.topin) { flex-wrap: wrap; row-gap: 10px !important; }
  body.mobile-refined .top > .wrap:not(.topin) > .brand + div { flex: 1 1 auto; flex-wrap: wrap; gap: 8px !important; }
  body.mobile-refined .top > .wrap:not(.topin) > .brand + div > .btn { min-height: 44px; font-size: 12px; padding-inline: 12px; }
  body.mobile-refined .blogLang { min-height: 44px; }
  body.mobile-refined .blogLang select { min-height: 32px; font-size: 12px; }

  /* One main message and one primary action, with the complete family visible. */
  body.mobile-home .hero { min-height: 0 !important; }
  body.mobile-home .heroGrid { grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 34px 0 36px !important; }
  body.mobile-home .heroGrid h1 {
    max-width: 14ch;
    margin: 13px 0 18px;
    font-size: clamp(36px, 10.25vw, 42px);
    line-height: 1.055;
    letter-spacing: -.045em;
  }
  body.mobile-home .heroGrid .lead, body.mobile-home .heroGrid .mobileIntro { margin: 0; max-width: 43ch; color: #bdd0df; font-size: 16px; line-height: 1.7; }
  body.mobile-home .heroGrid .desktopIntro, body.mobile-home .heroGrid .heroChips, body.mobile-home .heroGrid .trustRow { display: none !important; }
  body.mobile-home .heroGrid .mobileIntro { display: block; }
  body.mobile-home .heroGrid .heroBtns { display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px !important; margin-top: 23px !important; }
  body.mobile-home .heroGrid .heroBtns .primaryBtn { width: 100%; min-height: 50px; font-size: 15px; box-shadow: 0 9px 22px rgba(22, 152, 255, .17); }
  body.mobile-home .heroGrid .heroBtns .ghostBtn { width: auto; min-height: 44px; justify-self: center; padding: 10px 12px; border: 0; background: transparent; box-shadow: none; color: #b8d3e7; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
  body.mobile-home .stage.productLineupStage { min-height: 0; height: auto !important; margin-top: 0 !important; }

  /* Override the former three-row compact mode without replacing any artwork. */
  body.mobile-refined .productLineupSix,
  body.mobile-refined .productLineupSix[data-lineup-layout="compact"] {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
    gap: 8px 6px !important;
    padding: 8px 0 12px !important;
    height: auto !important;
    min-height: 0 !important;
    direction: ltr;
  }
  body.mobile-refined .productLineupSix figure[data-lineup-size="4"] { grid-row: 1; grid-column: 1 / 3; }
  body.mobile-refined .productLineupSix figure[data-lineup-size="7"] { grid-row: 1; grid-column: 3 / 5; }
  body.mobile-refined .productLineupSix figure[data-lineup-size="8"] { grid-row: 1; grid-column: 5 / 7; }
  body.mobile-refined .productLineupSix figure[data-lineup-size="12"] { grid-row: 1; grid-column: 7 / 9; }
  body.mobile-refined .productLineupSix figure[data-lineup-size="14"] { grid-row: 2; grid-column: 2 / 5; }
  body.mobile-refined .productLineupSix figure[data-lineup-size="16"] { grid-row: 2; grid-column: 5 / 8; }
  body.mobile-refined .productLineupSix .lineupImg,
  body.mobile-refined .productLineupSix .cupImg,
  body.mobile-refined .productLineupSix[data-lineup-layout="compact"] .lineupImg,
  body.mobile-refined .productLineupSix[data-lineup-layout="compact"] .cupImg { height: clamp(98px, 29vw, 138px) !important; }
  body.mobile-refined .productLineupSix .lineupBowl .lineupImg,
  body.mobile-refined .productLineupSix .lineupBowl .cupImg { height: clamp(92px, 26vw, 126px) !important; }
  body.mobile-refined .photoCard.productLineupPanel { min-height: 0; }
  body.mobile-refined .photoCard.productLineupPanel .productLineupSix { inset: auto !important; padding: 20px 12px 12px !important; }
  body.mobile-refined .photoCard.productLineupPanel .caption { padding: 12px 22px 24px; }
  body.mobile-refined .blogFeaturedVisual.productLineupPanel { min-height: 0; padding: 16px; }
  body.mobile-refined .catalogueVisual.productLineupPanel { min-height: 0; height: auto; }

  /* Product cards keep images and copy in separate, full-width areas. */
  body.mobile-home #urunler .familyGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-bottom: 22px; }
  body.mobile-home .familyCard { border-radius: 16px; }
  body.mobile-home .familyImg { height: 142px; }
  body.mobile-home .familyImg img { height: 130px !important; width: 78% !important; }
  body.mobile-home .familyText { padding: 14px; }
  body.mobile-home .familyText > span { font-size: 10px; line-height: 1.5; }
  body.mobile-home .familyText b { margin-block: 7px; font-size: 17px; line-height: 1.25; }
  body.mobile-home .familyText small { min-height: 0; font-size: 12px; line-height: 1.55; }
  body.mobile-home .familyText em { margin-top: 12px; min-height: 30px; font-size: 12px; line-height: 1.5; }
  body.mobile-home #urunler :is(.familyGrid, .categoryBand, .discoveryStrip),
  body.mobile-home #urunler > .wrap > .head > p { display: none !important; }
  body.mobile-home #urunler > .wrap > .head h2 { font-size: 27px; }
  body.mobile-home .mobileFold {
    min-width: 0;
    margin-block: 14px 0;
    padding: 0;
    border: 1px solid rgba(128, 173, 205, .24);
    border-radius: 16px;
    background: rgba(10, 33, 60, .72);
  }
  body.mobile-home .mobileFold > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 58px;
    padding: 16px 18px;
    color: #d9ecfa;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
  }
  body.mobile-home .mobileFold > summary::-webkit-details-marker { display: none; }
  body.mobile-home .mobileFold > summary::after { content: "+"; flex: 0 0 22px; text-align: center; font-size: 24px; font-weight: 400; line-height: 1; color: #7fcfff; }
  body.mobile-home .mobileFold[open] > summary::after { content: "−"; }
  body.mobile-home .mobileFold[open] > summary { border-bottom: 1px solid rgba(128, 173, 205, .2); margin-bottom: 18px; }
  body.mobile-home .mobileFold > .productShell { padding: 0 12px; }
  body.mobile-home .mobileFold > .variantShelf { margin: 18px 12px 12px; }
  body.mobile-home .mobileFold > .compareWrap { margin: 0 12px 12px; }
  body.mobile-home #ozel-baski .mobileFold { background: #eaf3fa; border-color: #cbdde9; }
  body.mobile-home #ozel-baski .mobileFold > summary { color: #193c56; }
  body.mobile-home #ozel-baski .mobileFold > summary::after { color: #0876bd; }
  body.mobile-home #ozel-baski .mobileFold > .studioIntro { margin: 0; border: 0; box-shadow: none; }
  body.mobile-home .productShell { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  body.mobile-home #urunler .sizeRail { display: flex; flex-wrap: nowrap; gap: 8px; max-width: 100%; overflow-x: auto; padding: 2px 2px 10px; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #457799 transparent; }
  body.mobile-home .sizeBtn { flex: 0 0 168px; min-height: 86px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 14px; scroll-snap-align: start; transform: none !important; border-radius: 13px; }
  body.mobile-home .sizeBtn span { font-size: 17px; line-height: 1.2; }
  body.mobile-home .sizeBtn small { font-size: 11px; line-height: 1.45; text-align: start; }
  body.mobile-home .productCard { grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 20px !important; min-height: 0; border-radius: 20px; }
  body.mobile-home .productVisual { min-height: 0 !important; height: 250px; }
  body.mobile-home .productVisual img { width: 80%; max-width: 100% !important; height: 246px !important; }
  body.mobile-home .specPanel h3 { font-size: 27px; line-height: 1.14; margin: 9px 0 12px; }
  body.mobile-home .specPanel .desc { font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
  body.mobile-home .specGrid { grid-template-columns: minmax(0, 1fr); }
  body.mobile-home .spec { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 16px; padding: 14px 0 !important; border-inline: 0 !important; }
  body.mobile-home .spec[hidden] { display: none !important; }
  body.mobile-home .spec small { margin: 0; font-size: 11px; line-height: 1.5; letter-spacing: .02em; color: #9cb5c8; }
  body.mobile-home .spec b { font-size: 13px; line-height: 1.55; font-weight: 650; }
  body.mobile-home .tolNote { margin-top: 18px; padding: 14px; font-size: 12px; line-height: 1.7; }
  body.mobile-home .productDetailActions { gap: 10px; margin-top: 20px; }
  body.mobile-home .productDetailActions :where(.primaryBtn, .ghostBtn) { font-size: 14px; min-height: 48px; }
  body.mobile-home .variantShelf { padding: 16px; margin-top: 20px; }
  body.mobile-home .variantShelfTop { gap: 6px; }
  body.mobile-home .variantShelfTop b { font-size: 13px; line-height: 1.5; }
  body.mobile-home .variantButton { min-height: 66px; }
  body.mobile-home .variantButton span { font-size: 12px; line-height: 1.4; }
  body.mobile-home .compareWrap { max-width: 100%; margin-top: 24px; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #457799 #0b223b; }
  body.mobile-home .compareWrap th, body.mobile-home .compareWrap td { font-size: 12px; padding: 15px 14px; line-height: 1.6; }

  /* Horizontal rails provide real touch targets, a visible scrollbar and a hint. */
  body.mobile-home :where(.catalogToolbar, .worksToolbar) { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
  body.mobile-home .catalogFilters,
  body.mobile-home #calismalar .worksFilters {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 9px;
    scrollbar-width: thin;
    scrollbar-color: #6b9ebf transparent;
    scroll-snap-type: x proximity;
  }
  body.mobile-home :where(.catalogFilter, .worksFilter) { flex: 0 0 auto; scroll-snap-align: start; }
  body.mobile-home .catalogFilter, body.mobile-home #calismalar .worksFilter { min-height: 44px; padding: 10px 16px; font-size: 13px; line-height: 1.3; white-space: nowrap; }
  body.mobile-home :where(.catalogFilters, .worksFilters)::after { content: "↔"; flex: 0 0 32px; color: #77a2be; font-size: 19px; text-align: center; }
  body.mobile-home .catalogCategorySelect { min-height: 48px; font-size: 16px; }
  body.mobile-home .catalogSearch { min-height: 50px; }
  body.mobile-home .catalogSearch input { min-width: 0; font-size: 16px; }
  body.mobile-home .catalogSearch button { min-height: 44px; min-width: 36px; }
  body.mobile-home .catalogMeta { gap: 6px; margin-bottom: 18px; font-size: 13px; line-height: 1.6; }
  body.mobile-home .catalogGrid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  body.mobile-home .catalogProduct { display: flex; flex-direction: column; grid-template-columns: minmax(0, 1fr) !important; border-radius: 20px; }
  body.mobile-home .catalogProductVisual { min-height: 250px !important; padding: 20px; }
  body.mobile-home .catalogProductVisual img { width: 76%; height: 225px; }
  body.mobile-home .catalogProductBody { padding: 22px !important; }
  body.mobile-home .catalogCategory { margin-bottom: 8px; font-size: 10px; line-height: 1.6; }
  body.mobile-home .catalogProductBody h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.18; }
  body.mobile-home .catalogProductBody p { margin-bottom: 17px; font-size: 14px; line-height: 1.7; }
  body.mobile-home .catalogProductSpecs { gap: 11px; margin-bottom: 18px; padding-top: 16px; font-size: 12px; line-height: 1.6; }
  body.mobile-home .catalogProductSpecs span { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 14px; }
  body.mobile-home .catalogProductSpecs b { text-align: end; }
  body.mobile-home .catalogProductActions { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; }
  body.mobile-home .catalogProductActions :where(a, button) { min-height: 46px; font-size: 13px; line-height: 1.4; }
  body.mobile-home .catalogSizeBadge { font-size: 11px; padding: 8px 11px; }
  body.mobile-home .catalogImageCaption { bottom: 12px; font-size: 11px; }
  body.mobile-home .catalogMore { width: 100%; min-height: 48px; font-size: 14px; }

  /* Six-item gallery paging is handled by JS; no product copy is truncated. */
  body.mobile-home #calismalar .worksCount { font-size: 13px; }
  body.mobile-home #worksGrid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  body.mobile-home #worksGrid .workCard { border-radius: 20px; }
  body.mobile-home #worksGrid .workMedia { height: 260px; }
  body.mobile-home #worksGrid .workBody,
  body.mobile-home #worksGrid[data-works-filter="14"] .workCard .workBody,
  body.mobile-home #worksGrid[data-works-filter="16"] .workCard .workBody { padding: 21px; }
  body.mobile-home .workBadge, body.mobile-home .workSizeBadge { font-size: 10px; padding: 8px 10px; letter-spacing: .04em; }
  body.mobile-home .workTag { font-size: 10px; line-height: 1.5; }
  body.mobile-home .workBody h3 { margin: 10px 0; font-size: 21px; line-height: 1.25; }
  body.mobile-home .workBody p { font-size: 14px; line-height: 1.7; }
  body.mobile-home .worksLoadMore { display: flex; justify-content: center; margin-top: 24px; }
  body.mobile-home .worksLoadMoreButton { width: 100%; min-height: 50px; padding: 13px 20px; border: 1px solid #436f93; border-radius: 13px; background: #102e4b; color: #e5f3ff; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
  body.mobile-home .worksFoot { gap: 18px; padding: 21px; margin-top: 28px; }
  body.mobile-home .worksFoot p { font-size: 14px; line-height: 1.7; }

  /* Comfortable support sections and forms. */
  body.mobile-home :where(.studioIntro, .quoteBox, .summary, .contactCard, .catalogueCard, .blogFeaturedText) { padding: 22px; border-radius: 20px; }
  body.mobile-home :where(.realGrid, .aboutGrid, .quoteGrid, .contactGrid, .catalogueCard) { gap: 24px; }
  body.mobile-home :where(.knowledgeCard, .blogCard, .app, .aboutPoint, .proofItem) { padding: 21px; border-radius: 16px; }
  body.mobile-home :where(.knowledgeCard h3, .blogCard h3, .app b, .aboutPoint b) { font-size: 19px; line-height: 1.3; }
  body.mobile-home :where(.knowledgeCard p, .blogCard p, .app p, .aboutPoint small, .proofItem small, .capability p) { font-size: 14px; line-height: 1.7; }
  body.mobile-home :where(.knowledgeCard a, .blogCard a, .aboutTextLink) { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; }
  body.mobile-home .blogFeaturedText h3 { font-size: 27px; line-height: 1.2; }
  body.mobile-home .blogFeaturedText p { font-size: 15px; line-height: 1.7; }
  body.mobile-home .soupHomeInner { gap: 24px; }
  body.mobile-home .soupHomeActions { gap: 12px; }
  body.mobile-home .soupSizeLinks { justify-content: flex-start; gap: 8px 24px; }
  body.mobile-home .soupSizeLinks a { display: inline-flex; align-items: center; min-height: 44px; }
  body.mobile-home #ozel-baski .studioIntro { padding: 22px; }
  body.mobile-home #ozel-baski .studioIntro .steps { gap: 10px; }
  body.mobile-home #ozel-baski .step { padding: 16px 12px; }
  body.mobile-home #ozel-baski .step span { font-size: 13px; line-height: 1.6; }
  body.mobile-home #ozel-baski .studioStage { padding: 18px; gap: 22px; }
  body.mobile-home .studioProductPicker label { font-size: 21px; }
  body.mobile-home .studioProductPicker select { font-size: 16px; }
  body.mobile-home #ozel-baski .studioControls { padding: 18px; }
  body.mobile-home #ozel-baski .studioControls h3 { font-size: 25px; }
  body.mobile-home #ozel-baski .studioCanvasFrame { max-width: 380px; }
  body.mobile-home #ozel-baski .studioCanvasStatus span { padding: 8px; font-size: 10px; }
  body.mobile-home #ozel-baski .studioCanvasStatus b { font-size: 11px; }
  body.mobile-home #ozel-baski .studioActions { grid-template-columns: minmax(0, 1fr); }
  body.mobile-home .studioDetailLink { min-height: 44px; padding-block: 12px; margin-top: 8px; }
  body.mobile-home .simpleQuoteFields { gap: 20px; }
  body.mobile-home .simpleQuoteFields select { font-size: 16px; }
  body.mobile-home .simpleQuoteLabel { font-size: 14px; }
  body.mobile-home #teklif textarea { font-size: 16px; min-height: 120px; }
  body.mobile-home #teklif .quoteBox .note { font-size: 13px; line-height: 1.7; }
  body.mobile-home .contactLine small { font-size: 11px; }
  body.mobile-home .contactLine b, body.mobile-home .contactLine a { font-size: 15px; line-height: 1.65; }
  body.mobile-home .contactLine a { display: inline-flex; align-items: center; min-height: 44px; }
  body.mobile-home .mapFake { min-height: 290px; }
  body.mobile-refined :where(.faqGrid, .faq) { gap: 12px; }
  body.mobile-refined :where(.faqGrid details, .faq details) { padding: 8px 18px; }
  body.mobile-refined :where(.faqGrid summary, .faq summary) { min-height: 54px; padding-block: 15px; font-size: 15px; line-height: 1.6; }
  body.mobile-refined :where(.faqGrid details p, .faq p) { margin: 0 0 14px; font-size: 14px; line-height: 1.8; }

  /* Dedicated cup, bowl and solution pages have their own hero structures. */
  body.mobile-refined:not(.mobile-home) h1 { font-size: clamp(34px, 9.2vw, 40px); line-height: 1.12; letter-spacing: -.035em; margin-block: 14px 20px; }
  body.mobile-refined:not(.mobile-home) .hero { padding-block: 32px 40px; }
  body.mobile-refined:not(.mobile-home) :where(.heroGrid, .hero-grid, .blogHero) { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-block: 0 !important; }
  body.mobile-refined:not(.mobile-home) :where(.hero p, .lead) { font-size: 16px; line-height: 1.75; }
  body.mobile-refined[data-product-size] .hero { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  body.mobile-refined[data-product-size] .hero > .visual { order: 0; min-height: 0; height: clamp(220px, 64vw, 245px); padding: 0 24px; }
  body.mobile-refined[data-product-size] .hero > .visual img { height: 100%; max-height: 245px; width: 100%; max-width: 100%; }
  body.mobile-refined[data-product-size] .hero > div:not(.visual) { order: 1; }
  body.mobile-refined[data-product-size] .chips { gap: 8px; margin-bottom: 20px; }
  body.mobile-refined[data-product-size] .chips span { font-size: 12px; line-height: 1.65; padding: 8px 12px; }
  body.mobile-refined:not(.mobile-home) :where(.actions, .heroActions, .btns) { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
  body.mobile-refined:not(.mobile-home) :where(.actions, .heroActions, .btns) > .btn { flex: 1 1 140px; min-height: 48px; }
  body.mobile-refined:not(.mobile-home) :where(.actions, .heroActions, .btns) > :is(.primary, .blue, .wa):first-child { flex-basis: 100%; }
  body.mobile-refined:not(.mobile-home) .heroVisual { min-height: 0; }
  body.mobile-refined:not(.mobile-home) .heroVisual img { max-height: 270px; }
  body.mobile-refined .visual.bowlPhotoVisual { min-height: 0; padding: 20px; }
  body.mobile-refined .bowlPhotoVisual img { height: 245px; max-width: 100%; }
  body.mobile-refined[data-route^="/urunler/"][data-size] .hero-grid > .bowlPhotoVisual { order: 0; padding: 12px 18px; gap: 8px; }
  body.mobile-refined[data-route^="/urunler/"][data-size] .hero-grid > .bowlPhotoVisual img { height: clamp(210px, 60vw, 230px); }
  body.mobile-refined[data-route^="/urunler/"][data-size] .hero-grid > div:not(.bowlPhotoVisual) { order: 1; }
  body.mobile-refined .product-card .bowlPhotoVisual img { height: 240px; }
  body.mobile-refined .product-grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  body.mobile-refined .product-copy { padding: 23px; }
  body.mobile-refined .product-copy h3 { font-size: 25px; }
  body.mobile-refined .product-copy p { font-size: 15px; line-height: 1.75; }
  body.mobile-refined :where(.cupDetailsGrid, .details-grid) { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  body.mobile-refined .cupDetails .spec-row.item, body.mobile-refined .specs .spec-row { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 16px; padding: 17px 18px; }
  body.mobile-refined .cupDetails .spec-row small, body.mobile-refined .specs .spec-row dt { font-size: 12px; line-height: 1.65; }
  body.mobile-refined .cupDetails .spec-row b, body.mobile-refined .specs .spec-row dd { font-size: 14px; line-height: 1.65; overflow-wrap: anywhere; }
  body.mobile-refined :where(.cupQuoteCard, .info-card, .side) { padding: 23px; border-radius: 16px; }
  body.mobile-refined :where(.cupQuoteCard p, .info-card p, .side p) { font-size: 15px; line-height: 1.75; }
  body.mobile-refined .cupDetails .note, body.mobile-refined .production-note { font-size: 13px; line-height: 1.75; }
  body.mobile-refined :where(.ctaBox, .cta-box) { padding: 25px; border-radius: 20px; gap: 22px; }
  body.mobile-refined :where(.ctaBox h2, .cta-box h2) { font-size: 29px; line-height: 1.15; }
  body.mobile-refined :where(.ctaBox p, .cta-box p) { font-size: 15px; line-height: 1.7; }

  /* Reading pages: use the entire content width for text. */
  body.mobile-refined > main.wrap { padding-block: 34px 56px; }
  body.mobile-refined .article { padding: 23px; border-radius: 18px; font-size: 16px; line-height: 1.8; }
  body.mobile-refined .article h2 { font-size: 27px; line-height: 1.25; }
  body.mobile-refined .article h3 { font-size: 22px; line-height: 1.3; }
  body.mobile-refined .article :where(p, li) { font-size: 16px; line-height: 1.85; }
  body.mobile-refined .article ul { margin-inline: 0; padding-inline-start: 22px; padding-inline-end: 0; }
  body.mobile-refined .content { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  body.mobile-refined .side { position: static; }
  body.mobile-refined :where(.grid2, .grid3, main.wrap > .grid) { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  body.mobile-refined .card { padding: 23px; border-radius: 18px; }
  body.mobile-refined .card :where(p, li) { font-size: 15px; line-height: 1.75; }
  body.mobile-refined .card h3, body.mobile-refined .card b { font-size: 21px; line-height: 1.3; }

  /* Bottom actions stay in one slim row and clear the phone safe area. */
  body.mobile-refined .mobileBarV6 {
    display: grid !important;
    grid-template-columns: 1.15fr 1fr 1fr;
    left: 0;
    right: 0;
    bottom: 0;
    gap: 8px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    border: 0;
    border-top: 1px solid rgba(149, 180, 204, .25);
    border-radius: 0;
    background: #f7fafc;
    box-shadow: 0 -4px 18px rgba(5, 24, 43, .1);
  }
  body.mobile-refined .mobileBarV6 a {
    display: flex !important;
    flex-direction: row;
    gap: 7px;
    min-width: 0;
    min-height: 44px;
    padding: 9px 7px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: #203c52;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
  }
  body.mobile-refined .mobileBarV6 .mobileWa { background: #e2f4e9 !important; color: #126c3d !important; }
  body.mobile-refined .mobileBarV6 .mIcon { display: inline-flex; align-items: center; justify-content: center; font-size: 15px; line-height: 1; }
  body.mobile-refined .mobileBarV6 svg { width: 18px; height: 18px; flex: 0 0 18px; }
  body.mobile-refined .mobileUtilityBar { position: fixed; z-index: 90; }
  body.mobile-refined.has-mobile-utility:not(.mobile-home) { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  body.mobile-refined:has(:is(input:not([type="range"]), textarea):focus) .mobileBarV6 { display: none !important; }
  body.mobile-home .footer { padding-block: 40px calc(100px + env(safe-area-inset-bottom)); }
  body.mobile-home .foot { gap: 26px; }
  body.mobile-home .foot p { font-size: 14px; line-height: 1.8; }
  body.mobile-home .foot a { display: inline-flex; align-items: center; min-height: 44px; }
  body.mobile-refined :where(.footer-links a, .footerIn a) { display: inline-flex; align-items: center; min-height: 44px; }
  body.mobile-home .mobileMenu { padding-bottom: env(safe-area-inset-bottom) !important; }
  body.mobile-home .drawerClose { width: 44px; height: 44px; }
  body.mobile-home .drawerNav { padding-inline: 22px; }
  body.mobile-home .drawerNav > a, body.mobile-home .drawerProducts > summary { font-size: 16px; line-height: 1.4; }
  body.mobile-home .drawerSub a { min-height: 44px; font-size: 14px; }
  body.mobile-home .drawerFootBtns a { min-height: 44px; display: flex; align-items: center; justify-content: center; }
  body.mobile-home .searchOverlay { padding: 18px; }
  body.mobile-home .searchPanel { max-height: calc(100dvh - 36px); padding: 20px; }
  body.mobile-home .searchInputWrap input { min-width: 0; font-size: 16px; }

  html[dir="rtl"] body.mobile-refined :where(h1, h2, h3, .eyebrow, .kicker) { letter-spacing: 0; }
  html[dir="rtl"] body.mobile-refined h1 { line-height: 1.25; }
  html[dir="rtl"] body.mobile-home .spec, html[dir="rtl"] body.mobile-home .catalogProductSpecs span { text-align: start; }
  html[dir="rtl"] body.mobile-home .catalogProductSpecs b { text-align: end; }
  html[dir="rtl"] body.mobile-home .drawerSub { padding-inline: 14px 0; }
}

@media (max-width: 359px) {
  body.mobile-home .heroGrid h1 { font-size: 36px; }
  body.mobile-home .familyText { padding: 12px; }
  body.mobile-home .familyText b { font-size: 16px; }
  body.mobile-home .productCard, body.mobile-home .catalogProductBody { padding: 18px !important; }
  body.mobile-home .catalogProductActions { grid-template-columns: minmax(0, 1fr); }
  body.mobile-refined .cupDetails .spec-row.item, body.mobile-refined .specs .spec-row { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  body.mobile-refined .mobileBarV6 a { gap: 5px; font-size: 10px; padding-inline: 5px !important; }
  body.mobile-refined .mobileBarV6 .mIcon { font-size: 13px; }
}

@media (min-width: 560px) and (max-width: 680px) {
  body.mobile-home .catalogGrid, body.mobile-home #worksGrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  body.mobile-home .catalogProductBody { padding: 18px !important; }
  body.mobile-home .catalogProductBody h3 { font-size: 21px; }
  body.mobile-home .catalogProductActions { grid-template-columns: minmax(0, 1fr); }
  body.mobile-home #worksGrid .workMedia { height: 235px; }
  body.mobile-home .workBody h3 { font-size: 19px; }
}
