/* Desktop/tablet: 1920 artboard scale (js/main.js).
   Mobile (≤900px): fluid stacked layout + full-screen menu. */

@media (max-width: 900px) {
  html.is-narrow,
  body {
    overflow-x: hidden;
  }

  .site-fit {
    width: 100%;
    height: auto !important;
    overflow: visible;
  }

  /* —— Boards —— */
  .home-board,
  .about-board,
  .media-board,
  .catalog-board,
  .gallery-board,
  .gallery-full-board,
  .plan-board,
  .contact-board,
  .mesafe-board,
  .legal-board,
  .page {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0;
    margin: 0 !important;
    transform: none !important;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    isolation: isolate;
    background-color: #061d34 !important;
    background-image:
      linear-gradient(rgba(6, 29, 52, 0.82), rgba(6, 29, 52, 0.82)),
      url("../assets/images/bg-display.jpg") !important;
    background-repeat: no-repeat, repeat-y !important;
    background-position: center top, center top !important;
    background-size: auto, 100% auto !important;
  }

  /* Extra soft navy wash (on top of pattern, under content) */
  .home-board::before,
  .about-board::before,
  .media-board::before,
  .catalog-board::before,
  .gallery-board::before,
  .gallery-full-board::before,
  .plan-board::before,
  .contact-board::before,
  .mesafe-board::before,
  .legal-board::before,
  .page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(6, 29, 52, 0.38);
    pointer-events: none;
  }

  .home-board .bg-pattern,
  [class*="-board"] > img.bg-pattern,
  [class*="-board"] .bg-pattern {
    position: absolute !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover;
    object-position: top center;
    opacity: 0.1;
    pointer-events: none;
    z-index: -1;
  }

  /* —— Shared header —— */
  .header-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    z-index: 100;
    background: #10243c;
    filter: none;
  }

  .header-bar path {
    display: none;
  }

  .logo-header,
  .page .logo,
  .topbar .logo {
    position: fixed;
    left: 16px;
    top: 12px;
    width: 120px;
    height: 42px;
    z-index: 110;
  }

  .star-wrap {
    position: fixed;
    left: auto;
    right: 12px;
    top: 4px;
    width: 64px;
    height: 88px;
    z-index: 110;
  }

  .star-wrap img {
    width: 64px;
    height: 62px;
  }

  .star-wrap span {
    top: 70px;
    font-size: 11px;
  }

  /* —— Full-screen menu —— */
  .menu-overlay {
    position: fixed;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 100dvh;
    transform: none !important;
    overflow-x: hidden;
    overflow-y: auto;
    background: #10243c;
    -webkit-overflow-scrolling: touch;
  }

  .menu-frost {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    background: rgba(16, 36, 60, 0.96);
  }

  .menu-brand {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 180px;
    height: 64px;
    margin: 24px auto 8px;
  }

  .menu-search {
    display: none !important;
  }

  .menu-lang {
    display: flex !important;
    position: relative;
    left: auto;
    top: auto;
    justify-content: center;
    margin: 8px 24px 0;
    font-size: 16px;
  }

  .lang-switch {
    position: fixed;
    left: auto;
    right: 86px;
    top: 20px;
    z-index: 1000;
    font-size: 13px;
    gap: 6px;
    padding: 0;
  }

  .menu-line-top,
  .menu-line-mid,
  .menu-map-art,
  .menu-map-dot,
  .menu-dots,
  .menu-map-pin {
    display: none !important;
  }

  .menu-nav {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    margin: 32px 24px 24px;
    font-size: 18px;
  }

  .menu-home,
  .menu-row {
    position: relative;
    left: auto;
    top: auto !important;
    width: 100%;
    display: block;
    margin: 0 0 18px;
  }

  .menu-row:hover,
  .menu-row:focus-within {
    width: 100%;
  }

  .menu-row:hover .menu-main::after,
  .menu-row:focus-within .menu-main::after {
    display: none;
  }

  .menu-sub {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 10px 0 0 12px;
  }

  .menu-sub-chevron {
    opacity: 1;
    transform: scaleX(-1);
    width: 10px;
    height: 16px;
    vertical-align: middle;
    margin-left: 6px;
  }

  .menu-close-chevron {
    transform: rotate(-90deg);
  }

  .menu-social {
    position: relative;
    left: auto;
    top: auto;
    margin: 24px;
    height: auto;
    flex-wrap: wrap;
  }

  .menu-phone-block {
    position: relative;
    left: auto;
    top: auto;
    margin: 16px 24px;
  }

  .menu-mesafe {
    position: relative;
    left: auto;
    top: auto;
    margin: 16px 24px 32px;
    display: inline-flex;
  }

  .menu-close {
    position: fixed;
    right: 12px;
    top: 4px;
    left: auto;
    width: 64px;
    height: 88px;
  }

  /* —— Shared footer (mobile composition) —— */
  [class*="-board"] > .site-foot,
  .site-foot {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: 48px;
    padding: 40px 28px 36px;
    background:
      linear-gradient(180deg, rgba(8, 28, 48, 0.25) 0%, transparent 32px),
      #041526;
    border-top: 1px solid rgba(143, 131, 76, 0.35);
    box-sizing: border-box;
  }

  [class*="-board"] .footer-line,
  .footer-line {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    align-self: center;
    width: 48px !important;
    height: 2px !important;
    margin: 0 0 28px;
    background: #8f834c;
    opacity: 1;
    border-radius: 1px;
  }

  [class*="-board"] .logo-footer,
  .logo-footer {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
    width: 148px !important;
    max-width: 42% !important;
    height: auto !important;
    margin: 0 auto 36px;
    opacity: 0.96;
  }

  .ft-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 28px;
    margin: 0 0 36px;
    padding: 0;
  }

  [class*="-board"] .ft-col,
  .ft-col {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  .ft-col h3 {
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(143, 131, 76, 0.35);
    width: 100%;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8f834c;
  }

  .ft-col a {
    display: block;
    margin: 0 0 8px;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.9);
  }

  .ft-col a:last-child {
    margin-bottom: 0;
  }

  .ft-col .ft-ig {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    line-height: 0;
  }

  .ft-col .ft-ig img {
    width: 28px;
    height: 28px;
    display: block;
  }

  .ft-meta {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin: 0 0 32px;
    padding: 24px 16px 0;
    border-top: 1px solid rgba(143, 131, 76, 0.22);
  }

  [class*="-board"] .ft-pin,
  .ft-pin {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto !important;
    margin: 0;
    padding: 10px 18px;
    border: 1px solid rgba(143, 131, 76, 0.45);
    border-radius: 999px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8f834c;
    background: rgba(143, 131, 76, 0.06);
  }

  .ft-pin img {
    width: 14px;
    height: 20px;
    margin: 0;
    filter: brightness(0) saturate(100%) invert(58%) sepia(18%) saturate(786%) hue-rotate(7deg) brightness(92%) contrast(88%);
  }

  .ft-pin span {
    line-height: 1;
  }

  [class*="-board"] .ft-contact,
  .ft-contact {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    height: auto !important;
    margin: 0;
    text-align: center;
  }

  .ft-phone-ico {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: none !important;
  }

  .ft-phone,
  .ft-mail,
  .ft-copy {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0;
    white-space: normal;
    text-align: center;
  }

  .ft-phone {
    font-family: "Outfit", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: #fff;
  }

  .ft-mail {
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
    word-break: break-word;
  }

  .ft-copy {
    margin-top: 6px;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.42);
  }

  [class*="-board"] .ft-legal,
  .ft-legal {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    margin: 0 0 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(143, 131, 76, 0.2);
    white-space: normal !important;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.4);
  }

  .ft-legal a {
    margin-right: 0;
    color: rgba(255, 255, 255, 0.45);
  }

  .ft-brand-row {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 14px;
    clear: both;
    opacity: 0.85;
  }

  [class*="-board"] .ft-badge-a,
  [class*="-board"] .ft-badge-b,
  .ft-badge-a,
  .ft-badge-b {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
    float: none;
    width: 44px !important;
    height: auto !important;
    margin: 0;
  }

  [class*="-board"] .ft-powered,
  .ft-powered {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
    clear: both;
    margin: 0;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(143, 131, 76, 0.85);
  }

  .ft-powered strong {
    font-weight: 600;
    letter-spacing: 0.16em;
  }

  /* ========== HOME ========== */
  .home-hero {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: min(78vh, 640px);
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 72px 20px 28px;
    box-sizing: border-box;
  }

  .home-hero .hero-video {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    z-index: 0;
    pointer-events: none;
  }

  .home-hero .hero-h1,
  .home-hero .hero-imza,
  .home-hero .hero-sub {
    z-index: 1;
  }

  .hero-h1 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 0 6px;
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-imza {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.15;
  }

  body[data-locale="en"] .hero-imza {
    font-size: 26px;
    margin: 0 0 16px;
  }

  .hero-sub {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    width: auto !important;
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  body[data-locale="en"] .hero-sub {
    margin-top: 4px;
  }

  .logo-center {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: min(220px, 55%);
    height: auto;
    margin: 48px auto 24px;
  }

  .intro-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 20px 32px;
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
  }

  .home-seal {
    position: relative;
    left: auto;
    top: auto;
    width: min(200px, 50%);
    height: auto;
    margin: 0 auto 40px;
  }

  .home-stats {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 20px 40px;
  }

  .home-stats .col {
    position: relative;
    left: auto;
    top: auto;
  }

  .home-stats .col + .col::before {
    display: none;
  }

  .amenity-bar {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    margin: 0 20px 40px;
    padding: 0;
  }

  .amenity-bar .amenity {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  .home-quote,
  .home-body {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 20px 28px;
    font-size: 18px;
    line-height: 1.45;
  }

  .home-gallery {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: 280px;
    margin: 24px 20px 48px;
  }

  .gal-left,
  .gal-right {
    display: none;
  }

  .gal-center {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .home-gallery .arrow.prev {
    left: 8px;
  }

  .home-gallery .arrow.next {
    right: 8px;
  }

  .floor-title {
    position: relative;
    left: auto;
    top: auto;
    margin: 48px 20px 8px;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
    color: #8f834c;
  }

  .home-board .home-plan-heading {
    display: block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 20px 16px;
    padding-top: 0;
    font-family: "Source Serif 4", serif;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    white-space: normal;
  }

  .home-board .plan-rule.home-plan-rule,
  .home-plan-rule {
    display: none !important;
  }

  .home-board .home-floor-slider.plan-slider {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 32px;
  }

  .home-board .home-floor-slider .plan-viewport {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    overflow: hidden;
  }

  .home-board .home-floor-slider .plan-track {
    width: 100% !important;
    height: auto !important;
  }

  .home-board .home-floor-slider .plan-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0;
    padding: 0 20px 72px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  /* Metin üstte, görsel altta */
  .home-board .home-floor-slider .plan-spec {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    order: 1;
    margin: 0 0 24px;
  }

  .home-board .home-floor-slider .plan-visual {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 220px;
    order: 2;
    margin: 0;
    filter: none;
  }

  .home-board .home-floor-slider .plan-visual img {
    width: 100% !important;
    height: auto !important;
    max-height: 320px;
    object-fit: contain;
  }

  .home-board .home-floor-slider .plan-spec-name,
  .home-board .home-floor-slider .plan-spec-sub {
    display: none;
  }

  .home-board .home-floor-slider .plan-spec-name {
    font-size: 40px;
    white-space: normal;
  }

  .home-board .home-floor-slider .plan-spec-name.is-long {
    font-size: 28px;
  }

  .home-board .home-floor-slider .arrow {
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .home-board .home-floor-slider .arrow.prev {
    left: 8px;
  }

  .home-board .home-floor-slider .arrow.next {
    right: 8px;
    left: auto;
  }

  /* ========== ABOUT ========== */
  .about-kicker,
  .media-kicker,
  .gallery-kicker,
  .plan-kicker,
  .contact-kicker,
  .mesafe-kicker,
  .page-kicker {
    position: relative;
    left: auto;
    top: auto;
    margin: 96px 20px 12px;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .about-intro {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 24px 28px;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
  }

  .about-intro-title {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 14px;
    color: #fff;
  }

  .about-banner {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 32px);
    height: 180px;
    margin: 0 16px 36px;
    border-radius: 4px;
    overflow: hidden;
  }

  .about-stats {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 8px 24px 28px;
    pointer-events: auto;
    box-sizing: border-box;
  }

  .about-stats .ab-g1,
  .about-stats .ab-g2,
  .about-stats .ab-g3 {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 10px 18px;
    padding: 18px 16px;
    background: rgba(5, 24, 40, 0.55);
    border: 1px solid rgba(143, 131, 76, 0.28);
    border-radius: 6px;
    box-sizing: border-box;
  }

  .about-stats .ab-g-num {
    font-size: 56px;
    line-height: 0.9;
  }

  .about-stats .ab-g-unit {
    font-size: 36px;
    line-height: 0.9;
  }

  .about-stats .ab-g1-side {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
  }

  .about-stats .ab-g1-adet,
  .about-stats .ab-g1-daire,
  .about-stats .ab-g1-unit {
    position: relative;
    left: auto;
    top: auto;
  }

  .about-stats .ab-g2-side {
    padding-bottom: 0;
    font-size: 18px;
  }

  .about-stats .ab-g3 {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .about-stats .ab-tip {
    justify-content: center;
    gap: 16px;
  }

  .about-stats .ab-tip-qty {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    font-size: 28px;
  }

  .about-stats .ab-tip-n,
  .about-stats .ab-tip-adet {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .about-stats .ab-tip-type {
    font-size: 20px;
  }

  .about-stats .ab-tip-type span:last-child {
    font-size: 16px;
  }

  .about-story {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 8px 24px 40px;
    padding: 28px 4px 8px;
    text-align: center;
  }

  .about-story-title {
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .about-story-rule {
    margin-bottom: 22px;
  }

  .about-story-body {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
  }

  .about-story-body p {
    margin-bottom: 14px;
  }

  .about-story-sign {
    margin-top: 28px;
  }

  .about-story-brand {
    font-size: 22px;
  }

  .about-story-by {
    font-size: 12px;
  }

  .ab-g-num,
  .ab-g-num-140 {
    font-size: 64px !important;
    line-height: 0.9 !important;
  }

  .ab-g-unit {
    font-size: 42px !important;
  }

  .ab-g1-side {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
  }

  .ab-g1-adet,
  .ab-g1-daire,
  .ab-g1-unit {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    font-size: 18px !important;
  }

  .ab-g1-unit {
    font-size: 36px !important;
  }

  .ab-g2-side {
    font-size: 18px !important;
    padding-bottom: 8px !important;
  }

  .ab-tip {
    width: 100%;
    gap: 12px 16px;
    flex-wrap: wrap;
  }

  .ab-tip-qty {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .ab-tip-n,
  .ab-tip-adet {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }

  .ab-tip-type {
    font-size: 18px !important;
  }

  /* ========== MEDIA / CATALOG / GALLERY titles ========== */
  .media-title,
  .gallery-title,
  .plan-title,
  .catalog-title,
  .page-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 20px 16px;
    padding-top: 0;
    font-size: 24px;
    white-space: normal;
  }

  .media-rule,
  .gallery-rule,
  .plan-rule,
  .catalog-rule {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 40px);
    margin: 0 20px 28px;
  }

  .media-video {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 16 / 10;
    margin: 0 20px 28px;
    border-radius: 24px;
  }

  .media-play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
  }

  .media-copy {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 20px 32px;
    padding-top: 0;
  }

  .media-quote {
    font-size: 28px;
    line-height: 1.3;
  }

  .media-body {
    font-size: 16px;
    line-height: 1.45;
  }

  /* Catalog */
  .catalog-kicker {
    position: relative;
    left: auto;
    top: auto;
    margin: 96px 20px 12px;
    text-align: center;
    font-size: 28px;
    white-space: normal;
  }

  .catalog-mockup {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 1520 / 1014;
    margin: 0 20px 24px;
    pointer-events: auto;
  }

  .catalog-download {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 20px 32px !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  /* Gallery teaser */
  .gallery-frame-wrap {
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 728 / 847;
    margin: 0 20px 24px;
  }

  .gallery-frame-wrap .gallery-photo {
    left: 14%;
    top: 12%;
    width: 70%;
    height: 76%;
  }

  .gallery-frame-wrap .gallery-frame {
    width: 100%;
    height: 100%;
  }

  .gallery-headline {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    margin: 0 20px 12px !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
  }

  .gallery-copy {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    margin: 0 20px 16px !important;
  }

  .gallery-all {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 0 20px 32px !important;
    display: inline-block;
  }

  /* Full gallery grid — 2 columns on mobile */
  .gallery-full-board .gallery-kicker,
  .gallery-full-board .gallery-title,
  .gallery-full-board .gallery-rule {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    white-space: normal !important;
    z-index: 5;
  }

  .gallery-full-board .gallery-kicker {
    margin-top: 96px !important;
    margin-bottom: 12px !important;
    text-align: center;
    font-size: 26px;
  }

  .gallery-full-board .gallery-title {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    padding-top: 0 !important;
    font-size: 24px;
  }

  .gallery-full-board .gallery-rule {
    width: calc(100% - 40px) !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  .gallery-full-grid {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 16px 40px;
    padding: 0;
    z-index: 2;
  }

  .gallery-full-grid > *,
  .gallery-full-grid .g-cell {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  .gallery-full-grid .g-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gallery-lightbox {
    transform: none !important;
  }

  /* ========== PLAN ========== */
  .plan-slider {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 32px;
  }

  .plan-viewport {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
  }

  .plan-track {
    display: flex;
    width: 100% !important;
    height: auto !important;
  }

  .plan-slide {
    position: relative !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0;
    padding: 0 20px 72px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }

  .plan-spec {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    order: 1;
    margin: 0 0 24px;
  }

  .plan-visual {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 220px;
    order: 2;
    margin: 0;
    filter: none;
  }

  .plan-visual img {
    width: 100% !important;
    height: auto !important;
    max-height: 320px;
    object-fit: contain;
  }

  .plan-spec-name {
    font-size: 40px;
    white-space: normal;
  }

  .plan-spec-name.is-long {
    font-size: 28px;
  }

  .plan-table tr td {
    white-space: normal;
  }

  .plan-slider .arrow {
    top: auto;
    bottom: 16px;
    transform: none;
  }

  .plan-slider .arrow.prev {
    left: 8px;
  }

  .plan-slider .arrow.next {
    right: 8px;
  }

  /* ========== CONTACT ========== */
  .contact-map {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 220px;
    margin: 0 0 20px;
  }

  .contact-addr {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 20px 16px;
    font-size: 20px;
  }

  .contact-harita,
  .contact-mesafe {
    position: relative;
    left: auto;
    top: auto;
    display: inline-flex;
    margin: 0 20px 12px 20px;
    width: auto;
  }

  .contact-board .contact-form-block.contact-form {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    margin: 32px 0 0 !important;
    padding: 0 20px !important;
  }

  .contact-board .contact-form-title,
  .contact-board .contact-form-sub,
  .contact-board .contact-form-hint {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 100%;
    white-space: normal !important;
    margin: 0 0 12px !important;
  }

  .contact-board .contact-form-title {
    font-size: 22px;
  }

  .contact-board .contact-form-sub {
    font-size: 22px;
  }

  .contact-board .contact-fields {
    position: relative !important;
    inset: auto !important;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100% !important;
    height: auto !important;
    margin-top: 28px !important;
  }

  .contact-board .contact-field,
  .contact-board .cf-ad,
  .contact-board .cf-soyad,
  .contact-board .cf-eposta,
  .contact-board .cf-tel,
  .contact-board .cf-mesaj {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }

  .contact-board .cf-tel .phone-row {
    width: 100%;
  }

  .contact-board .contact-submit {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 220px;
    margin: 8px 0 0 auto !important;
    display: flex;
  }

  .contact-board .contact-kvkk {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    margin-top: 8px !important;
  }

  .contact-board .contact-form-note {
    position: relative !important;
    left: auto !important;
    top: auto !important;
  }

  .contact-kicker {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 80px 20px 12px !important;
    white-space: normal !important;
    font-size: 22px;
  }

  /* ========== MESAFELER ========== */
  .mesafe-icon {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: 56px !important;
    height: 56px !important;
    margin: 28px auto 12px;
  }

  .mesafe-col {
    position: relative;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    margin: 0 20px 36px;
  }

  .mesafe-col h3 {
    white-space: normal;
    text-align: center;
  }

  .mi-saglik,
  .mi-uni,
  .mi-tekno,
  .mi-okul,
  .mi-yargi {
    /* icons sit above each col via DOM reorder — keep sequential flow */
  }

  /* ========== Legacy .page pages ========== */
  .page .topbar {
    position: relative;
    height: 88px;
  }

  .inner-hero,
  .mesafe-wrap,
  .plan-page,
  .site-footer {
    position: relative;
    padding: 20px;
  }

  .mesafe-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* ========== LEGAL PAGES ========== */
  .legal-kicker {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin: 96px 20px 12px;
    font-size: 22px;
    text-align: left;
  }

  .legal-rule {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: calc(100% - 40px) !important;
    margin: 0 20px 28px;
  }

  .legal-content {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    max-width: none;
    margin: 0 20px 48px;
    padding-right: 0;
    overflow: visible;
    font-size: 16px;
  }

  .legal-content h2 {
    font-size: 22px;
  }

  .legal-form {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  /* Footer uses shared mobile footer rules via [class*="-board"] */
  .legal-board .ft-legal {
    white-space: normal !important;
  }
}

/* Very small phones */
@media (max-width: 400px) {
  .hero-h1 {
    font-size: 24px;
  }

  .hero-imza {
    font-size: 26px;
  }

  .amenity-bar {
    grid-template-columns: 1fr;
  }
}
