/* Reuse the original sections, typography, colors and gallery styling. */
.kitchen-catalog-card .service-model-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}
.kitchen-catalog-card .service-model-copy strong {
  display: block;
  overflow: visible;
  white-space: normal;
  overflow-wrap: anywhere;
  text-overflow: clip;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
  min-height: 5.6em;
}
.kitchen-catalog-card .service-model-copy small { font-size: 12px; }
.kitchen-gallery-dialog #projectDialogTitle {
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.3;
}
.service-page #main > :first-child:not(.service-showcase):not(.route-catalog) { padding-top: calc(var(--header-h) + 40px); }
.service-page .door-catalog-trigger { width: fit-content; }
.light-page .site-header { color: var(--ink); background: var(--paper); border-color: var(--line); }
.light-page .site-header .brand-logo-light { opacity: 0; }
.light-page .site-header .brand-logo-dark { opacity: 1; }
.light-page .site-header .brand-logo-frame { border-color: var(--line); }
.route-catalog { padding-top: var(--header-h); background: #171415; color: var(--white); min-height: 70svh; height: auto; max-height: none; }
.route-catalog .service-models { display: block; width: 100%; padding: 0; }
.route-catalog .service-models-heading { display: none; }
.route-catalog .door-catalog-header > p { max-width: 440px; font-size: 16px; }
.route-catalog .kitchen-catalog-grid { display: grid; }
.route-catalog .service-model-image img { height: 100%; }
.route-catalog .lake-door-catalog-grid .service-model-copy {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  text-align: left;
}
.route-catalog .lake-door-catalog-grid .service-model-copy strong {
  display: block;
  min-height: 3.6em;
  overflow: visible;
  font-size: clamp(10px, .72vw, 12px);
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  text-overflow: clip;
}
.route-catalog .lake-door-catalog-grid .service-model-copy small {
  display: block;
  color: rgba(255,255,255,.5);
  font-size: 10px;
  line-height: 1.2;
}
.door-gallery-dialog #projectDialogTitle {
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.25;
}
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.service-page .service-showcase-content { padding-top: max(160px, var(--header-h)); }
@media (max-width: 720px) {
  :root {
    --mobile-safe-top: env(safe-area-inset-top, 0px);
  }

  .site-header {
    height: calc(var(--header-h) + var(--mobile-safe-top));
    padding-top: var(--mobile-safe-top);
  }

  .site-header.menu-open:not(.is-scrolled) {
    height: calc(var(--header-h) + var(--mobile-safe-top));
    padding-top: var(--mobile-safe-top);
  }

  .site-header .header-inner {
    height: var(--header-h);
  }

  .site-header.is-scrolled,
  .site-header.is-scrolled.menu-open {
    height: calc(72px + var(--mobile-safe-top));
    padding-top: var(--mobile-safe-top);
  }

  .site-header.is-scrolled .header-inner {
    height: 72px;
  }

  .site-nav {
    top: calc(86px + var(--mobile-safe-top));
    inset: calc(86px + var(--mobile-safe-top)) 14px auto auto;
  }

  .mobile-header-approach-haze {
    top: calc(72px + var(--mobile-safe-top));
  }

  .route-catalog .door-catalog-header { grid-template-columns: 1fr; }
  .route-catalog .door-catalog-header > p { max-width: none; font-size: 16px; }
  .route-catalog .door-catalog-shell { padding: 24px 18px; }
  .route-catalog .lake-door-catalog-grid .service-model-copy strong {
    min-height: 4.8em;
    font-size: 10px;
  }
  .route-catalog .lake-door-catalog-grid .service-model-copy small { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
/* Ana girişteki iki bağlantı, kendi özgün hizmet sayfalarına gider. */
.hero-actions .button { min-width: 176px; justify-content: space-between; }
.hero-actions .button span { margin-left: 20px; font-size: 15px; line-height: 1; }
@media (max-width: 720px) {
  .hero-actions .button { min-width: 0; }
}
/* V45 öncesi ana sayfa düzeninin artık kullanılmayan kuralları. */
.home-overview.other-services.section-space {
  height: auto;
  min-height: 0;
  padding: clamp(92px, 10vw, 144px) 0 0;
  overflow: hidden;
  color: var(--white);
  background: #171415;
}
.home-overview .other-services-shell {
  position: static;
  width: min(100% - 64px, 1280px);
  height: auto;
  margin-inline: auto;
}
.home-overview .other-services-heading {
  position: static;
  display: grid;
  grid-template-columns: minmax(150px, .65fr) minmax(430px, 1.85fr) minmax(250px, .8fr);
  gap: clamp(24px, 4vw, 68px);
  align-items: end;
  margin: 0;
  padding: 0 0 clamp(42px, 5vw, 66px);
  color: var(--white);
  background: none;
  border-bottom: 1px solid rgba(255,255,255,.16);
  pointer-events: auto;
}
.home-overview .other-services-heading > p:last-child {
  display: block;
  margin: 0;
}
.home-overview-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px clamp(36px, 5vw, 72px);
  max-width: 1020px;
  margin: 0 auto;
  padding: clamp(42px, 5vw, 66px) 0 0;
  color: rgba(255,255,255,.78);
}
.home-overview-copy p { margin: 0; font-size: 15px; line-height: 1.8; }
.home-overview-copy .text-link { grid-column: 1 / -1; margin-top: 12px; color: var(--white); }
.home-overview .home-contact {
  position: static;
  display: flex;
  margin-top: clamp(58px, 7vw, 92px);
  padding: 26px 0 30px;
  color: var(--white);
  background: none;
}
.home-contact p { margin-bottom: 8px; }
.home-contact address { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.home-contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; padding-right: 72px; }
@media (max-width: 1100px) {
  .home-overview .other-services-heading { grid-template-columns: minmax(150px, .7fr) minmax(360px, 2fr); }
  .home-overview .other-services-heading > p:last-child { grid-column: 2; }
}
@media (max-width: 720px) {
  .home-overview.other-services.section-space { height: auto; min-height: 0; padding: 72px 0 0; }
  .home-overview .other-services-shell { width: min(100% - 36px, 1280px); height: auto; }
  .home-overview .other-services-heading {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 0 34px;
    background: none;
  }
  .home-overview .other-services-heading .section-index { margin: 0; font-size: 8px; }
  .home-overview .other-services-heading :is(h1,h2) { max-width: 350px; font-size: clamp(32px, 9vw, 42px); line-height: 1.02; }
  .home-overview .other-services-heading > p:last-child { display: block; grid-column: auto; max-width: none; font-size: 13px; line-height: 1.7; }
  .home-overview-copy { grid-template-columns: 1fr; gap: 18px; padding: 34px 0 0; }
  .home-overview-copy p { font-size: 14px; line-height: 1.75; }
  .home-overview-copy .text-link { margin-top: 8px; }
  .home-overview .home-contact { display: flex; align-items: flex-start; margin-top: 56px; padding: 24px 0 28px; text-align: left; }
  .home-contact-actions { align-items: flex-start; flex-direction: column; padding-right: 64px; }
}

/* Ana sayfa: fotoğrafın tamamı tıklanabilen mutfak ve kapı alanları. */
.home-expertise {
  padding: 0;
  color: var(--white);
  background: #1c1e1f;
}

.home-expertise-heading {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(460px, 1.65fr) minmax(310px, 1fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: end;
  margin-bottom: 0;
  padding-top: clamp(68px, 7vw, 108px);
  padding-bottom: clamp(72px, 7vw, 112px);
}

.home-expertise-heading .section-index {
  color: rgba(255,255,255,.76);
}

.home-expertise-heading .section-index span {
  color: var(--accent-soft);
}

.home-expertise-heading h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(45px, 4.7vw, 72px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
}

.home-expertise-heading h2 em {
  color: #dba0aa;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.home-expertise-summary-copy > p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.7;
}

.home-expertise-summary-copy .text-link {
  margin-top: 24px;
  color: var(--white);
}

.home-expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: #2a2d2f;
}

.home-expertise-card {
  position: relative;
  display: block;
  min-height: clamp(510px, 54vw, 720px);
  overflow: hidden;
  color: var(--white);
  background: #171415;
  isolation: isolate;
}

.home-expertise-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12,10,11,.08) 20%, rgba(12,10,11,.24) 56%, rgba(12,10,11,.9) 100%),
    linear-gradient(90deg, rgba(12,10,11,.22), transparent 62%);
  transition: background .8s ease;
  pointer-events: none;
}

.home-expertise-card picture,
.home-expertise-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-expertise-card img {
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 1.25s var(--ease), filter .8s ease;
}

.home-expertise-copy {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 64px);
  bottom: clamp(32px, 5vw, 70px);
  left: clamp(24px, 4vw, 64px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-shadow: 0 2px 24px rgba(0,0,0,.42);
}

.home-expertise-copy small {
  margin-bottom: 14px;
  padding: 7px 10px 6px;
  color: #262a2c;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(235,231,224,.72);
  -webkit-backdrop-filter: blur(9px) saturate(.9);
  backdrop-filter: blur(9px) saturate(.9);
  box-shadow: 0 7px 22px rgba(0,0,0,.15);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .11em;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: none;
}

.home-expertise-copy strong {
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .95;
}

.home-expertise-copy > span {
  max-width: 520px;
  margin-top: 20px;
  color: rgba(255,255,255,.84);
  font-size: 16px;
  line-height: 1.65;
}

.home-expertise-copy b {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-expertise-copy i {
  font-size: 16px;
  font-style: normal;
  transition: transform .35s var(--ease);
}

.home-expertise-card:hover img,
.home-expertise-card:focus-visible img {
  filter: brightness(1.05) saturate(1.03);
  transform: scale(1.055);
}

.home-expertise-card:hover::after,
.home-expertise-card:focus-visible::after {
  background:
    linear-gradient(180deg, rgba(12,10,11,.04) 20%, rgba(12,10,11,.18) 56%, rgba(12,10,11,.84) 100%),
    linear-gradient(90deg, rgba(12,10,11,.16), transparent 62%);
}

.home-expertise-card:hover .home-expertise-copy i,
.home-expertise-card:focus-visible .home-expertise-copy i {
  transform: translate(4px, -4px);
}

.home-expertise-card:focus-visible {
  z-index: 2;
  outline: 3px solid var(--accent);
  outline-offset: -3px;
}

@media (max-width: 1100px) {
  .home-expertise-heading {
    grid-template-columns: minmax(150px, .65fr) minmax(390px, 1.6fr);
  }

  .home-expertise-summary-copy {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  .home-expertise {
    padding: 0;
  }

  .home-expertise-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .home-expertise-heading h2 {
    max-width: 360px;
    font-size: clamp(36px, 10.8vw, 48px);
    line-height: 1.02;
  }

  .home-expertise-summary-copy {
    grid-column: auto;
    max-width: 430px;
  }

  .home-expertise-grid {
    grid-template-columns: 1fr;
  }

  .home-expertise-card {
    min-height: 480px;
  }

  .home-expertise-copy {
    right: 22px;
    bottom: 30px;
    left: 22px;
  }

  .home-expertise-copy strong {
    font-size: clamp(40px, 12vw, 54px);
  }

  .home-expertise-copy small {
    padding: 7px 9px 6px;
    font-size: 12px;
  }

  .home-expertise-copy > span {
    margin-top: 15px;
    font-size: 16px;
  }

  .home-expertise-summary-copy > p {
    font-size: 16px;
  }

  body:not(.light-page) .site-header:not(.is-scrolled) {
    border-bottom-color: rgba(255,255,255,.24);
    background: rgba(19,17,18,.5);
    -webkit-backdrop-filter: blur(12px) saturate(1.05);
    backdrop-filter: blur(12px) saturate(1.05);
    box-shadow: 0 10px 28px rgba(9,8,9,.14);
  }

  body:not(.light-page) .site-header:not(.is-scrolled) .brand-tagline {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 10px rgba(0,0,0,.3);
  }

  body:not(.light-page) .site-header.menu-open:not(.is-scrolled) {
    background: rgba(19,17,18,.5);
    -webkit-backdrop-filter: blur(12px) saturate(1.05);
    backdrop-filter: blur(12px) saturate(1.05);
    box-shadow: 0 10px 28px rgba(9,8,9,.14);
  }
}
