/*
 * Ayşeli — Lacquer in Motion 2026
 * Yeni görsel katman: porselen yüzey, ıslak oje akışı ve tırnak formundan türeyen geometri.
 * Bu dosya static-site.css'ten sonra yüklenir. İçerik ve işlev JS olmadan görünür kalır.
 */

:root {
  --lm-paper: #f6f0eb;
  --lm-paper-bright: #fffaf6;
  --lm-ink: #1d1019;
  --lm-ink-soft: #301923;
  --lm-lacquer: #9d1643;
  --lm-lacquer-bright: #c7295d;
  --lm-wine: #5d102c;
  --lm-blush: #ead3d8;
  --lm-pearl: #efddd2;
  --lm-gold: #d8ae78;
  --lm-muted: #6f5a63;
  --lm-line: rgba(29, 16, 25, 0.17);
  --lm-white-line: rgba(255, 250, 246, 0.2);
  --lm-shadow: 0 35px 90px rgba(47, 10, 28, 0.2);
  --lm-container: 1280px;
  --lm-page-x: clamp(22px, 4.6vw, 78px);
  --lm-section-y: clamp(88px, 11vw, 176px);
  --lm-ease: cubic-bezier(0.16, 1, 0.3, 1);

  --paper: var(--lm-paper);
  --paper-bright: var(--lm-paper-bright);
  --ink: var(--lm-ink);
  --ink-soft: var(--lm-ink-soft);
  --ink-body: #59444d;
  --muted: var(--lm-muted);
  --line: var(--lm-line);
  --cherry: var(--lm-lacquer);
  --cherry-deep: var(--lm-wine);
  --lime: var(--lm-gold);
  --white: #fffaf6;
  --container: var(--lm-container);
  --page-x: var(--lm-page-x);
  --ease: var(--lm-ease);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 102px;
  scrollbar-color: var(--lm-lacquer) var(--lm-paper);
}

body {
  overflow-x: clip;
  background: var(--lm-paper);
  color: var(--lm-ink);
}

a,
button,
summary {
  touch-action: manipulation;
}

body::selection,
body *::selection {
  background: var(--lm-lacquer);
  color: var(--lm-paper-bright);
}

.pre-render-main.static-article {
  overflow: clip;
  background: var(--lm-paper);
}

.skip-main {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-radius: 0 0 18px 0;
  background: var(--lm-ink);
  color: var(--lm-paper-bright);
}

/* Header — ince cam tabaka, koyu logo ve tek güçlü eylem. */
.static-header {
  min-height: 82px;
  border-color: rgba(29, 16, 25, 0.1);
  background: color-mix(in srgb, var(--lm-paper-bright) 88%, transparent);
  color: var(--lm-ink);
  box-shadow: 0 12px 42px rgba(41, 19, 30, 0.06);
  backdrop-filter: blur(20px) saturate(1.15);
}

.static-header-inner {
  min-height: 82px;
  grid-template-columns: 180px 1fr auto;
  padding-inline: var(--lm-page-x);
}

.static-brand,
.static-brand-logo {
  width: 154px;
}

.static-brand-logo {
  height: auto;
}

.static-desktop-nav {
  gap: clamp(20px, 2.5vw, 44px);
}

.static-desktop-nav a {
  position: relative;
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.static-desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--lm-lacquer);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s var(--lm-ease);
}

.static-desktop-nav a:hover,
.static-desktop-nav a[aria-current="page"] {
  color: var(--lm-lacquer);
  text-decoration: none;
}

.static-desktop-nav a:hover::after,
.static-desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.static-header-cta {
  min-height: 44px;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--lm-ink);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
}

.static-header-cta:hover {
  border-color: var(--lm-lacquer);
  background: var(--lm-lacquer);
  color: var(--lm-paper-bright);
}

.static-header-cta:focus-visible,
.static-desktop-nav a:focus-visible,
.static-brand:focus-visible {
  outline: 3px solid var(--lm-lacquer);
  outline-offset: 4px;
}

/* Hero — tırnak silueti ve ışık altında hareket eden oje yüzeyi. */
.static-hero {
  position: relative;
  isolation: isolate;
  min-height: min(940px, calc(100svh - 82px));
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.76fr);
  gap: clamp(34px, 6vw, 110px);
  padding: clamp(68px, 6vw, 108px) var(--lm-page-x) clamp(86px, 8vw, 128px);
  background:
    radial-gradient(circle at 84% 13%, rgba(255, 255, 255, 0.98) 0 7%, transparent 31%),
    linear-gradient(118deg, #fffaf6 0%, #f3e9e5 50%, #e5cbd0 100%);
  color: var(--lm-ink);
}

.static-hero::before {
  position: absolute;
  z-index: -1;
  right: -12vw;
  bottom: -30%;
  width: min(62vw, 900px);
  aspect-ratio: 1;
  border-radius: 56% 44% 63% 37% / 47% 61% 39% 53%;
  background:
    radial-gradient(circle at 38% 30%, rgba(255, 255, 255, 0.56), transparent 17%),
    linear-gradient(145deg, var(--lm-lacquer-bright), var(--lm-wine) 72%);
  box-shadow: inset 34px 26px 80px rgba(255, 255, 255, 0.12), inset -40px -48px 100px rgba(40, 0, 17, 0.38);
  content: "";
  filter: saturate(0.92);
  transform: rotate(-17deg);
}

.static-hero::after {
  position: absolute;
  z-index: -1;
  top: 11%;
  right: clamp(16px, 3.5vw, 64px);
  width: min(34vw, 500px);
  height: 74%;
  border: 1px solid rgba(157, 22, 67, 0.28);
  border-radius: 48% 48% 18% 18% / 22% 22% 9% 9%;
  content: "";
  transform: rotate(5deg) translate(5%, 1%);
}

.static-hero:not(.has-media) {
  min-height: 690px;
  grid-template-columns: minmax(0, 980px);
}

.static-hero:not(.has-media)::after {
  right: -8vw;
  width: min(42vw, 540px);
  opacity: 0.55;
}

.static-hero-copy {
  z-index: 2;
  max-width: 860px;
}

.static-hero .pre-render-kicker,
.static-contact-tool .pre-render-kicker,
.lm-story .pre-render-kicker {
  margin-bottom: 22px;
  color: var(--lm-lacquer);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.static-hero h1 {
  max-width: 10.8ch;
  margin: 0 0 34px;
  color: var(--lm-ink);
  font-size: clamp(3.8rem, 6.3vw, 7rem);
  font-weight: 520;
  letter-spacing: -0.075em;
  line-height: 0.86;
  text-transform: none;
}

.static-hero .answer-capsule {
  max-width: 53ch;
  margin-top: 8px;
  padding-left: 0;
  border-left: 0;
  color: #4c3741;
  font-size: clamp(1.04rem, 1.38vw, 1.24rem);
  line-height: 1.68;
}

.static-hero-copy > p:not(.pre-render-kicker),
.static-hero-copy > .pre-render-cta-note {
  color: #654e59;
}

.static-hero-copy > .pre-render-cta-note {
  max-width: 58ch;
  margin-top: 16px !important;
  color: #7b626d !important;
}

.static-hero .ai-meta {
  gap: 8px 20px;
  margin-top: 25px !important;
  color: #806773 !important;
}

.static-hero-copy > p:has(.pre-render-cta) {
  margin: 26px 0 0;
}

.static-hero-support {
  max-width: 58ch !important;
  margin-top: 20px !important;
  color: #745c67 !important;
  font-size: 0.92rem !important;
}

.static-hero .ai-meta {
  margin-top: 18px !important;
}

.static-hero .pre-render-cta,
.static-content .pre-render-cta,
.static-gallery-showcase .pre-render-cta,
.static-closing .pre-render-cta {
  position: relative;
  isolation: isolate;
  min-height: 58px;
  overflow: hidden;
  padding: 0 27px;
  border: 1px solid var(--lm-lacquer);
  border-radius: 999px;
  background: var(--lm-lacquer);
  color: var(--lm-paper-bright);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  transition: color 0.35s var(--lm-ease), transform 0.35s var(--lm-ease), box-shadow 0.35s var(--lm-ease);
}

.static-hero .pre-render-cta::before,
.static-content .pre-render-cta::before,
.static-gallery-showcase .pre-render-cta::before,
.static-closing .pre-render-cta::before {
  position: absolute;
  z-index: -1;
  inset: -1px;
  border-radius: inherit;
  background: var(--lm-ink);
  content: "";
  transform: translateY(105%);
  transition: transform 0.48s var(--lm-ease);
}

.static-hero .pre-render-cta:hover,
.static-content .pre-render-cta:hover,
.static-gallery-showcase .pre-render-cta:hover,
.static-closing .pre-render-cta:hover {
  border-color: var(--lm-ink);
  background: var(--lm-lacquer);
  box-shadow: 0 15px 34px rgba(90, 13, 43, 0.22);
  color: var(--lm-paper-bright);
  transform: translateY(-2px);
}

.static-hero .pre-render-cta:hover::before,
.static-content .pre-render-cta:hover::before,
.static-gallery-showcase .pre-render-cta:hover::before,
.static-closing .pre-render-cta:hover::before {
  transform: translateY(0);
}

.static-hero .pre-render-cta:focus-visible,
.static-closing .pre-render-cta:focus-visible,
.static-gallery-showcase .pre-render-cta:focus-visible,
.static-content .pre-render-cta:focus-visible {
  outline: 3px solid var(--lm-gold);
  outline-offset: 4px;
}

.static-hero-media {
  position: relative;
  z-index: 1;
  width: min(100%, 570px);
  aspect-ratio: 0.68;
  overflow: hidden;
  border: 8px solid rgba(255, 250, 246, 0.62);
  border-radius: 48% 48% 20% 20% / 20% 20% 8% 8%;
  box-shadow: 30px 46px 100px rgba(67, 8, 34, 0.28);
  transform: rotate(2.4deg);
}

.static-hero-media::after {
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 26% 72%, rgba(255, 255, 255, 0.08));
  content: "";
}

.static-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.9) contrast(1.03);
  transform: scale(1.04);
}

body[data-page="index"] .static-hero-media img {
  object-position: 50% 50%;
}

/* Ana sayfa editoryal sahnesi. */
.lm-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(540px, 1.22fr);
  gap: clamp(40px, 7vw, 120px);
  min-height: 1180px;
  padding: var(--lm-section-y) var(--lm-page-x);
  background:
    radial-gradient(circle at 80% 42%, rgba(157, 22, 67, 0.23), transparent 34%),
    var(--lm-ink);
  color: var(--lm-paper-bright);
}

.lm-story::before {
  position: absolute;
  top: 0;
  right: var(--lm-page-x);
  left: var(--lm-page-x);
  height: 1px;
  background: var(--lm-white-line);
  content: "";
}

.lm-story-copy {
  position: sticky;
  top: 152px;
  align-self: start;
  max-width: 560px;
}

.lm-story .pre-render-kicker {
  color: var(--lm-gold);
}

.lm-story h2 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 5.5vw, 6.3rem);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.lm-story-copy > p:not(.pre-render-kicker) {
  max-width: 48ch;
  margin: 30px 0 0;
  color: rgba(255, 250, 246, 0.7);
  line-height: 1.75;
}

.lm-signatures {
  margin: 44px 0 34px;
  padding: 0;
  border-top: 1px solid var(--lm-white-line);
  list-style: none;
}

.lm-signatures li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 15px;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid var(--lm-white-line);
}

.lm-signatures .icon {
  width: 23px;
  height: 23px;
  color: var(--lm-gold);
  stroke-width: 1.5;
}

.lm-signatures strong,
.lm-signatures small {
  display: block;
}

.lm-signatures strong {
  margin-bottom: 3px;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 550;
}

.lm-signatures small {
  color: rgba(255, 250, 246, 0.56);
  font-size: 0.76rem;
  line-height: 1.5;
}

.lm-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  color: var(--lm-paper-bright);
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration-color: var(--lm-gold);
  text-underline-offset: 7px;
}

.lm-text-link .icon {
  color: var(--lm-gold);
  transition: transform 0.35s var(--lm-ease);
}

.lm-text-link:hover .icon {
  transform: translateX(5px);
}

.lm-text-link:focus-visible {
  outline: 3px solid var(--lm-gold);
  outline-offset: 4px;
}

.lm-story-visuals {
  position: relative;
  min-height: 920px;
}

.lm-visual {
  position: absolute;
  overflow: hidden;
  margin: 0;
  background: var(--lm-ink-soft);
  box-shadow: var(--lm-shadow);
}

.lm-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s var(--lm-ease), filter 0.8s var(--lm-ease);
}

.lm-visual:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.lm-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  background: rgba(29, 16, 25, 0.82);
  color: var(--lm-paper-bright);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.lm-visual-main {
  top: 0;
  right: 0;
  width: 68%;
  height: 68%;
  border-radius: 48% 48% 15% 15% / 18% 18% 7% 7%;
  transform: rotate(1.8deg);
}

.lm-visual-main img {
  object-position: 58% 48%;
}

.lm-visual-detail {
  z-index: 2;
  top: 18%;
  left: 0;
  width: 33%;
  height: 39%;
  border: 7px solid var(--lm-ink);
  border-radius: 999px;
  transform: rotate(-6deg);
}

.lm-visual-accent {
  z-index: 3;
  right: 6%;
  bottom: 0;
  width: 43%;
  height: 48%;
  border: 8px solid var(--lm-ink);
  border-radius: 48% 48% 18% 18% / 18% 18% 7% 7%;
  transform: rotate(5deg);
}

/* Hizmet dizini — satırların ucunda tırnak biçimli numara işaretleri. */
.static-service-band {
  position: relative;
  padding: var(--lm-section-y) var(--lm-page-x);
  background: var(--lm-paper-bright);
}

.static-service-band::after {
  position: absolute;
  top: 8%;
  right: -90px;
  width: 210px;
  height: 470px;
  border: 1px solid rgba(157, 22, 67, 0.2);
  border-radius: 50% 50% 18% 18% / 18% 18% 6% 6%;
  content: "";
  transform: rotate(18deg);
}

.static-section-head {
  width: min(100%, var(--lm-container));
  margin-bottom: clamp(42px, 6vw, 82px);
}

.static-section-head > p,
.static-section-head-light > p {
  color: var(--lm-lacquer);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
}

.static-section-head h2,
.static-section-head-light h2,
.static-decision .static-section-head h2 {
  max-width: 13ch;
  color: inherit;
  font-size: clamp(3rem, 6.2vw, 7rem);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.92;
  text-transform: none;
}

.static-service-list {
  position: relative;
  z-index: 1;
  width: min(100%, var(--lm-container));
  border-color: var(--lm-ink);
}

.static-service-row {
  position: relative;
  isolation: isolate;
  min-height: 116px;
  padding-inline: clamp(4px, 1.2vw, 18px);
  border-color: var(--lm-line);
  transition: color 0.45s var(--lm-ease);
}

.static-service-row::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--lm-lacquer);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s var(--lm-ease);
}

.static-service-row:hover::before,
.static-service-row:focus-within::before {
  transform: scaleY(1);
}

.static-service-main {
  min-height: 116px;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: clamp(14px, 2.6vw, 38px);
}

.static-service-index {
  width: 33px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50% 50% 12px 12px;
  color: var(--lm-lacquer);
  font-size: 0.62rem;
  font-weight: 850;
}

.static-service-main strong {
  font-size: clamp(1.45rem, 3vw, 2.7rem);
  font-weight: 520;
  letter-spacing: -0.04em;
}

.static-service-main small {
  color: var(--lm-muted);
}

.static-service-row:hover,
.static-service-row:focus-within,
.static-service-row:hover .static-service-main small,
.static-service-row:focus-within .static-service-main small,
.static-service-row:hover .static-service-index,
.static-service-row:focus-within .static-service-index,
.static-service-row:hover .static-service-main .icon,
.static-service-row:focus-within .static-service-main .icon {
  color: var(--lm-paper-bright);
}

.static-service-ask {
  position: relative;
  z-index: 1;
  border-radius: 999px;
}

.static-service-row:hover .static-service-ask,
.static-service-row:focus-within .static-service-ask {
  border-color: var(--lm-paper-bright);
  color: var(--lm-paper-bright);
}

.static-service-row:hover .static-service-ask:hover {
  background: var(--lm-paper-bright);
  color: var(--lm-lacquer);
}

/* Galeri — eşit kart duvarı yerine editoryal ritim. */
.static-gallery-showcase {
  position: relative;
  isolation: isolate;
  padding: var(--lm-section-y) var(--lm-page-x);
  background:
    radial-gradient(circle at 20% 20%, rgba(157, 22, 67, 0.25), transparent 26%),
    var(--lm-ink);
}

.static-gallery-showcase::before {
  position: absolute;
  z-index: -1;
  top: 30%;
  left: -16vw;
  width: 44vw;
  min-width: 480px;
  aspect-ratio: 1;
  border-radius: 42% 58% 36% 64% / 54% 34% 66% 46%;
  background: linear-gradient(145deg, rgba(199, 41, 93, 0.22), rgba(93, 16, 44, 0.04));
  content: "";
  filter: blur(2px);
  transform: rotate(24deg);
}

.static-gallery-showcase .static-section-head > p {
  color: var(--lm-gold);
}

.static-gallery-showcase .static-section-head h2 {
  max-width: 12ch;
  color: var(--lm-paper-bright);
}

.static-gallery-toolbar {
  width: min(100%, var(--lm-container));
  margin-bottom: 38px;
}

.static-gallery-toolbar button {
  border-radius: 999px;
  border-color: rgba(255, 250, 246, 0.34);
}

.static-gallery-toolbar button:hover {
  border-color: var(--lm-gold);
}

.static-gallery-toolbar button[aria-pressed="true"] {
  border-color: var(--lm-paper-bright);
  background: var(--lm-paper-bright);
  color: var(--lm-ink);
}

.static-gallery-grid {
  width: min(100%, var(--lm-container));
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(12px, 1.8vw, 26px);
}

.static-gallery-card {
  grid-column: span 4;
  min-height: 0;
  aspect-ratio: 0.82;
  background: var(--lm-ink-soft);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.static-gallery-card:nth-child(6n + 1) {
  grid-column: span 7;
  aspect-ratio: 1.16;
}

.static-gallery-card:nth-child(6n + 2) {
  grid-column: span 5;
  aspect-ratio: 0.78;
  border-radius: 48% 48% 10px 10px / 17% 17% 4px 4px;
}

.static-gallery-card:nth-child(6n + 3) {
  grid-column: span 4;
  margin-top: clamp(0px, 5vw, 72px);
}

.static-gallery-card:nth-child(6n + 4) {
  grid-column: span 4;
}

.static-gallery-card:nth-child(6n + 5) {
  grid-column: span 4;
  margin-top: clamp(0px, 9vw, 118px);
  border-radius: 48% 48% 10px 10px / 17% 17% 4px 4px;
}

.static-gallery-card:nth-child(6n + 6) {
  grid-column: span 8;
  aspect-ratio: 1.35;
}

.static-gallery-card img {
  filter: saturate(0.92);
  transform: scale(1.01);
  transition: filter 0.75s var(--lm-ease), transform 0.75s var(--lm-ease);
}

.static-gallery-card:hover img {
  filter: saturate(1.12);
  transform: scale(1.045);
}

.static-gallery-card > span {
  padding: 86px 22px 22px;
  background: linear-gradient(to bottom, transparent, rgba(29, 16, 25, 0.92));
}

.static-gallery-card strong {
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  font-weight: 520;
}

.static-gallery-card i {
  color: var(--lm-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.static-gallery-showcase > p {
  width: min(100%, var(--lm-container));
  margin-top: 46px;
}

/* Uzun içerik — basılı dergi hissi, geniş boşluk ve güçlü ilk bölüm. */
.static-content {
  width: min(100%, var(--lm-container));
  gap: clamp(34px, 5vw, 82px);
  padding: var(--lm-section-y) var(--lm-page-x);
}

.static-content > section {
  padding-top: clamp(28px, 3vw, 46px);
  border-color: var(--lm-line);
}

.static-content > section:first-child {
  position: relative;
  padding: 0 0 clamp(48px, 7vw, 96px);
}

.static-content > section:first-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lm-lacquer) 0 28%, var(--lm-blush) 28% 60%, var(--lm-gold) 60% 100%);
  content: "";
}

.static-content h2 {
  max-width: 16ch;
  margin-bottom: 30px;
  font-size: clamp(2.1rem, 4.2vw, 4.7rem);
  font-weight: 520;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.static-content > section:first-child h2 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 5vw, 5.7rem);
}

.static-content h3 {
  color: var(--lm-lacquer);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  font-weight: 560;
}

.static-content p {
  color: #5a444e;
  line-height: 1.82;
}

.static-content a:not(.pre-render-cta) {
  color: var(--lm-wine);
}

.static-faq {
  margin-top: clamp(38px, 6vw, 84px) !important;
  padding: clamp(40px, 6vw, 74px) !important;
  border: 0 !important;
  background: var(--lm-paper-bright) !important;
}

.static-faq details,
.static-faq details:last-of-type {
  border-color: var(--lm-line);
}

.static-faq summary {
  padding: 25px 0;
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
  font-weight: 560;
}

.static-faq summary::after {
  border-radius: 50%;
  background:
    linear-gradient(var(--lm-lacquer), var(--lm-lacquer)) center / 14px 1px no-repeat,
    linear-gradient(var(--lm-lacquer), var(--lm-lacquer)) center / 1px 14px no-repeat;
}

.static-faq details[open] summary::after {
  background: linear-gradient(var(--lm-lacquer), var(--lm-lacquer)) center / 14px 1px no-repeat;
}

/* Karar kartları ve karşılaştırma. */
.static-decision {
  padding: var(--lm-section-y) var(--lm-page-x);
  background: var(--lm-blush);
}

.static-decision-grid {
  width: min(100%, var(--lm-container));
  gap: clamp(12px, 2vw, 28px);
}

.static-decision-grid > a {
  min-height: 330px;
  padding: clamp(28px, 4vw, 48px);
  border: 0;
  border-bottom: 7px solid transparent;
  background: rgba(255, 250, 246, 0.72);
  transition: border-color 0.35s var(--lm-ease), transform 0.35s var(--lm-ease), background 0.35s var(--lm-ease);
}

.static-decision-grid > a:hover {
  border-color: var(--lm-lacquer);
  background: var(--lm-paper-bright);
  transform: translateY(-8px);
}

.static-decision-grid > a:first-child {
  background: var(--lm-ink);
  color: var(--lm-paper-bright);
}

.static-decision-grid > a:first-child p {
  color: rgba(255, 250, 246, 0.78);
}

.static-decision-grid > a:first-child em {
  color: var(--lm-gold);
}

.static-decision-grid > a:first-child:hover {
  border-color: var(--lm-gold);
  background: var(--lm-wine);
}

.static-decision-grid strong {
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
  font-weight: 520;
  line-height: 1.05;
}

.static-decision-grid em {
  color: var(--lm-lacquer);
}

@media (min-width: 981px) {
  .static-decision-grid {
    grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 0.91fr));
  }
}

.static-hero .answer-capsule,
.static-decision-grid p,
.static-closing-inner > p {
  text-wrap: pretty;
}

.ai-comparison {
  padding: var(--lm-section-y) var(--lm-page-x);
  background: var(--lm-paper-bright);
}

.table-scroll {
  border-color: var(--lm-line);
  box-shadow: 0 22px 70px rgba(55, 18, 35, 0.08);
}

.ai-comparison thead th {
  background: var(--lm-wine);
}

.ai-comparison tbody th {
  color: var(--lm-lacquer);
}

/* İletişim aracı. */
.static-contact-tool {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(42px, 8vw, 130px);
  padding: var(--lm-section-y) var(--lm-page-x);
  background: var(--lm-paper-bright);
}

.static-contact-tool h2 {
  max-width: 11ch;
  font-size: clamp(3rem, 5.6vw, 6.2rem);
  font-weight: 520;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.static-contact-tool form {
  padding: clamp(28px, 4vw, 54px);
  background: var(--lm-ink);
  color: var(--lm-paper-bright);
  box-shadow: var(--lm-shadow);
}

.static-contact-tool input,
.static-contact-tool select,
.static-contact-tool textarea {
  border-color: rgba(255, 250, 246, 0.36);
  background: rgba(255, 250, 246, 0.06);
  color: var(--lm-paper-bright);
}

.static-contact-tool select option {
  background: var(--lm-ink);
  color: var(--lm-paper-bright);
}

.static-contact-tool input:focus,
.static-contact-tool select:focus,
.static-contact-tool textarea:focus {
  border-color: var(--lm-gold);
  outline: 3px solid rgba(216, 174, 120, 0.25);
  outline-offset: 0;
}

.static-contact-tool small {
  color: rgba(255, 250, 246, 0.62);
}

/* Kapanış — oje damlası CTA'nın arkasında büyür. */
.static-closing {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: var(--lm-section-y) var(--lm-page-x);
  background: var(--lm-lacquer);
  color: var(--lm-paper-bright);
}

.static-closing::before {
  position: absolute;
  z-index: -1;
  top: -55%;
  right: -10%;
  width: min(68vw, 900px);
  aspect-ratio: 1;
  border-radius: 47% 53% 61% 39% / 38% 44% 56% 62%;
  background:
    radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.2), transparent 17%),
    linear-gradient(145deg, var(--lm-lacquer-bright), var(--lm-wine));
  box-shadow: inset 30px 28px 90px rgba(255, 255, 255, 0.1);
  content: "";
  transform: rotate(18deg);
}

.static-closing-inner {
  width: min(100%, var(--lm-container));
}

.static-closing-kicker {
  color: var(--lm-gold);
  letter-spacing: 0.2em;
}

.static-closing h2 {
  max-width: 11ch;
  font-size: clamp(3.6rem, 7vw, 8.2rem);
  font-weight: 520;
  letter-spacing: -0.07em;
  line-height: 0.88;
  text-transform: none;
}

.static-closing > .static-closing-inner > p {
  color: rgba(255, 250, 246, 0.76);
}

.static-closing .pre-render-cta {
  border-color: var(--lm-paper-bright);
  background: var(--lm-paper-bright);
  color: var(--lm-wine);
}

.static-closing .pre-render-cta::before {
  background: var(--lm-ink);
}

.static-closing-meta,
.static-closing-meta a {
  color: rgba(255, 250, 246, 0.7) !important;
}

/* Lightbox. */
.static-lightbox {
  border: 0;
  background: var(--lm-ink);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

.static-lightbox::backdrop {
  background: rgba(18, 7, 14, 0.9);
}

.static-lightbox-media {
  background: #0e090d;
}

.static-lightbox-copy h2 {
  font-weight: 520;
}

.static-lightbox button {
  border-radius: 50%;
}

/* Footer. */
.static-footer {
  padding: clamp(82px, 10vw, 138px) var(--lm-page-x) 32px;
  background: #130b10;
}

.static-footer-grid,
.static-footer-bottom {
  width: min(100%, var(--lm-container));
}

.static-footer-grid {
  grid-template-columns: 1.2fr 0.7fr 0.78fr 0.95fr;
  gap: clamp(36px, 6vw, 88px);
}

.static-footer-logo {
  width: 190px;
}

.static-footer h2 {
  color: var(--lm-gold);
  letter-spacing: 0.12em;
}

.static-footer a:hover {
  color: var(--lm-gold);
}

.static-footer nav a,
.static-footer-grid > div:last-child a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.static-footer-bottom {
  margin-top: 70px;
}

/* Scroll hareketi yalnız destekleyen tarayıcıda ve kullanıcı izin veriyorsa. */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: scroll()) {
    body::before {
      position: fixed;
      z-index: 1300;
      top: 0;
      right: 0;
      left: 0;
      height: 4px;
      border-radius: 0 999px 999px 0;
      background: linear-gradient(90deg, var(--lm-lacquer-bright), var(--lm-wine));
      content: "";
      pointer-events: none;
      transform: scaleX(0);
      transform-origin: left;
      animation: lm-progress linear both;
      animation-timeline: scroll(root);
    }
  }

  @supports (animation-timeline: view()) {
    .static-hero::before {
      animation: lm-polish-pool linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 85%;
    }

    .static-hero-media {
      animation: lm-hero-nail linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 72%;
    }

    .static-hero-media img {
      animation: lm-image-pan linear both;
      animation-timeline: view();
      animation-range: cover 0% cover 78%;
    }

    .lm-visual-main {
      animation: lm-main-drift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }

    .lm-visual-detail {
      animation: lm-detail-drift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }

    .lm-visual-accent {
      animation: lm-accent-drift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }

    .static-gallery-card,
    .static-decision-grid > a {
      animation: lm-card-reveal both linear;
      animation-timeline: view();
      animation-range: entry 3% entry 48%;
    }

    .static-section-head,
    .static-closing-inner {
      animation: lm-copy-reveal both linear;
      animation-timeline: view();
      animation-range: entry 6% entry 46%;
    }

    /* Eski katmandaki her-bölüm fade'ini kapat: içerik başlangıçta da tam okunur. */
    .static-content > section {
      animation: none;
    }
  }
}

@keyframes lm-progress {
  to { transform: scaleX(1); }
}

@keyframes lm-polish-pool {
  from { border-radius: 56% 44% 63% 37% / 47% 61% 39% 53%; transform: translate3d(0, 0, 0) rotate(-17deg) scale(0.9); }
  to { border-radius: 40% 60% 46% 54% / 55% 38% 62% 45%; transform: translate3d(-4vw, -9vh, 0) rotate(-4deg) scale(1.12); }
}

@keyframes lm-hero-nail {
  from { transform: rotate(2.4deg) translateY(0); }
  to { transform: rotate(-1.5deg) translateY(-54px); }
}

@keyframes lm-image-pan {
  from { transform: scale(1.04) translateY(0); }
  to { transform: scale(1.12) translateY(-3%); }
}

@keyframes lm-main-drift {
  from { transform: rotate(1.8deg) translateY(42px); }
  to { transform: rotate(-1deg) translateY(-42px); }
}

@keyframes lm-detail-drift {
  from { transform: rotate(-9deg) translateY(70px); }
  to { transform: rotate(-3deg) translateY(-54px); }
}

@keyframes lm-accent-drift {
  from { transform: rotate(7deg) translateY(54px); }
  to { transform: rotate(2deg) translateY(-38px); }
}

@keyframes lm-card-reveal {
  from { clip-path: inset(0 0 22% 0 round 0); transform: translateY(46px); }
  to { clip-path: inset(0 round 0); transform: translateY(0); }
}

@keyframes lm-copy-reveal {
  from { transform: translateY(32px); }
  to { transform: translateY(0); }
}

@media (max-width: 1100px) {
  .static-header-inner {
    grid-template-columns: 1fr auto;
  }

  .static-hero {
    grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.76fr);
    gap: 34px;
  }

  .static-hero h1 {
    font-size: clamp(3.6rem, 7.5vw, 6.2rem);
  }

  .lm-story {
    grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1.28fr);
    gap: 46px;
  }

  .static-gallery-card {
    grid-column: span 6;
  }

  .static-gallery-card:nth-child(6n + 1),
  .static-gallery-card:nth-child(6n + 6) {
    grid-column: span 7;
  }

  .static-gallery-card:nth-child(6n + 2),
  .static-gallery-card:nth-child(6n + 5) {
    grid-column: span 5;
  }

  .static-gallery-card:nth-child(6n + 3),
  .static-gallery-card:nth-child(6n + 4) {
    grid-column: span 6;
  }

  .static-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .static-header,
  .static-header-inner {
    min-height: 76px;
  }

  .static-mobile-nav summary {
    min-width: 78px;
    border-color: var(--lm-ink);
    border-radius: 999px;
    color: var(--lm-ink);
  }

  .static-mobile-nav summary:focus-visible {
    outline-color: var(--lm-lacquer);
  }

  .static-mobile-nav nav {
    border-color: rgba(255, 250, 246, 0.14);
    border-radius: 24px;
    background: var(--lm-ink);
    color: var(--lm-paper-bright);
  }

  .static-mobile-nav nav a:last-child {
    margin-top: 8px;
    border: 0;
    border-radius: 999px;
    background: var(--lm-lacquer);
  }

  .static-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 96px;
  }

  .static-hero::before {
    right: -30vw;
    bottom: -18%;
    width: 100vw;
  }

  .static-hero::after {
    top: auto;
    right: 8%;
    bottom: 5%;
    width: 58vw;
    height: 48%;
  }

  .static-hero-copy {
    max-width: 760px;
  }

  .static-hero h1 {
    max-width: 11ch;
    font-size: clamp(4rem, 11vw, 6.8rem);
  }

  .static-hero-media {
    width: min(74vw, 600px);
    aspect-ratio: 0.77;
    justify-self: end;
    border-radius: 48% 48% 16% 16% / 19% 19% 6% 6%;
  }

  .lm-story {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .lm-story-copy {
    position: static;
    max-width: 720px;
  }

  .lm-story h2 {
    max-width: 12ch;
  }

  .lm-story-visuals {
    min-height: 920px;
  }

  .static-content {
    gap: 0;
  }

  .static-content > section {
    padding-top: 60px;
  }

  .static-content > section:first-child {
    padding-top: 0;
  }

  .static-faq {
    padding: 36px !important;
  }

  .static-contact-tool {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --lm-page-x: 18px;
    --lm-section-y: 86px;
  }

  html {
    scroll-padding-top: 92px;
    scroll-padding-bottom: 94px;
  }

  :focus-visible {
    scroll-margin-block: 102px;
  }

  .static-header-inner {
    padding-inline: 18px;
  }

  .static-brand,
  .static-brand-logo {
    width: 140px;
  }

  .static-hero {
    gap: 54px;
    padding: 72px 18px 96px;
  }

  .static-hero::before {
    right: -54vw;
    bottom: -8%;
    width: 150vw;
  }

  .static-hero::after {
    right: 5%;
    width: 72vw;
  }

  .static-hero h1 {
    max-width: 10.6ch;
    margin-bottom: 26px;
    font-size: clamp(3.25rem, 15vw, 5.1rem);
    letter-spacing: -0.07em;
  }

  .static-hero .answer-capsule {
    font-size: 1rem;
  }

  .static-hero .ai-meta {
    display: none;
  }

  .static-hero-support {
    display: none;
  }

  .static-hero .pre-render-cta,
  .static-content .pre-render-cta,
  .static-gallery-showcase .pre-render-cta,
  .static-closing .pre-render-cta {
    width: 100%;
    padding-inline: 18px;
    text-align: center;
  }

  .static-hero-media {
    width: 91%;
    max-height: 680px;
    justify-self: end;
    border-width: 5px;
  }

  .lm-story h2,
  .static-section-head h2,
  .static-section-head-light h2,
  .static-decision .static-section-head h2,
  .static-contact-tool h2,
  .static-closing h2 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .lm-story-visuals {
    min-height: 720px;
  }

  .lm-visual-main {
    width: 82%;
    height: 61%;
  }

  .lm-visual-detail {
    top: 27%;
    width: 39%;
    height: 35%;
  }

  .lm-visual-accent {
    right: 0;
    width: 53%;
    height: 43%;
  }

  .lm-visual figcaption {
    right: 8px;
    bottom: 8px;
    padding: 7px 9px;
    font-size: 0.54rem;
  }

  .static-service-band::after {
    display: none;
  }

  .static-service-row {
    min-height: 0;
    padding: 0 4px 18px;
  }

  .static-service-row::before {
    display: none;
  }

  .static-service-main {
    min-height: 86px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .static-service-index {
    width: 28px;
    height: 42px;
  }

  .static-service-main strong {
    font-size: 1.25rem;
  }

  .static-service-main small {
    font-size: 0.76rem;
  }

  .static-gallery-grid {
    grid-template-columns: 1fr;
  }

  .static-gallery-card,
  .static-gallery-card:nth-child(n) {
    grid-column: auto;
    margin-top: 0;
    aspect-ratio: 0.84;
  }

  .static-gallery-card:nth-child(3n + 1) {
    aspect-ratio: 1;
  }

  .static-content {
    padding-inline: 18px;
  }

  .static-content h2,
  .static-content > section:first-child h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.75rem);
  }

  .static-faq {
    margin-inline: -18px !important;
    padding: 38px 18px !important;
  }

  .static-decision-grid > a {
    min-height: 260px;
  }

  .static-contact-tool form {
    margin-inline: -18px;
    padding: 34px 18px;
  }

  .static-closing::before {
    top: -12%;
    right: -58%;
    width: 150vw;
  }

  .static-footer-grid {
    grid-template-columns: 1fr;
  }

  .static-mobile-actions {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    border-radius: 18px;
    background: rgba(29, 16, 25, 0.94);
    backdrop-filter: blur(16px);
  }

  .static-mobile-actions a:first-child,
  .static-mobile-actions a:last-child {
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before {
    display: none;
  }

  .static-hero::before,
  .static-hero-media,
  .static-hero-media img,
  .lm-visual-main,
  .lm-visual-detail,
  .lm-visual-accent,
  .static-gallery-card,
  .static-section-head,
  .static-content > section,
  .static-decision-grid > a,
  .static-closing-inner {
    animation: none !important;
  }

  .static-hero .pre-render-cta::before,
  .static-content .pre-render-cta::before,
  .static-gallery-showcase .pre-render-cta::before,
  .static-closing .pre-render-cta::before,
  .static-service-row::before {
    transition: none;
  }
}

@media (forced-colors: active) {
  .static-hero::before,
  .static-hero::after,
  .static-closing::before,
  .static-gallery-showcase::before,
  .static-service-band::after {
    display: none;
  }

  .static-service-index,
  .static-header-cta,
  .static-gallery-toolbar button {
    border: 1px solid ButtonText;
  }
}
