/* Logoloji home — focused, editorial and conversion-led. */
body.ln-home26-page {
  --home-ink: #111214;
  --home-paper: #f4f2ee;
  --home-paper-soft: #faf9f7;
  --home-line: rgba(17, 18, 20, 0.14);
  --home-muted: #64676d;
  --home-red: #d7282f;
  --home-wrap: 1440px;
  overflow-x: clip;
  background: var(--home-paper-soft);
  color: var(--home-ink);
}

body.ln-home26-page .ln-home26 {
  overflow: clip;
  background: var(--home-paper-soft);
}

body.ln-home26-page .ln-home26 .ln-wrap {
  width: min(calc(100% - 64px), var(--home-wrap));
  margin-inline: auto;
}

/* Shared background layer; keeps admin-selected colours and imagery working. */
.ln-home26-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--section-bg-color, var(--home-ink));
}

.ln-home26-bg > .ln-wrap {
  position: relative;
  z-index: 2;
}

.ln-home26-bg-media,
.ln-home26-bg-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ln-home26-bg-media {
  background-image:
    linear-gradient(
      rgba(9, 10, 12, var(--section-overlay, 0)),
      rgba(9, 10, 12, var(--section-overlay, 0))
    ),
    var(--section-bg-image, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ln-home26-bg-art {
  z-index: 1;
}

.ln-home26-bg--graphic .ln-home26-bg-art::before,
.ln-home26-bg--graphic .ln-home26-bg-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.ln-home26-bg--graphic .ln-home26-bg-art::before {
  width: min(72vw, 980px);
  aspect-ratio: 1;
  top: -48%;
  right: -18%;
}

.ln-home26-bg--graphic .ln-home26-bg-art::after {
  width: min(58vw, 760px);
  aspect-ratio: 1;
  top: -30%;
  right: -8%;
}

/* Hero */
.ln-home26-hero {
  --hero-rail-width: 0px;
  position: relative;
  isolation: isolate;
  height: min(var(--home-hero-height, 720px), calc(100svh - 82px));
  min-height: 520px;
  overflow: hidden;
  background: var(--home-ink);
}

.ln-home26-hero--has-rail {
  --hero-rail-width: clamp(48px, 4vw, 64px);
}

.ln-home26-hero-slides,
.ln-home26-hero-slide {
  position: absolute;
  inset: 0 0 0 var(--hero-rail-width);
}

.ln-home26-hero-slide {
  inset: 0;
}

.ln-home26-hero-slide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--hero-slide-bg, var(--home-ink));
  color: var(--hero-slide-text, #fff);
}

/* Kinetic line system. It inherits every slide's admin-selected text and
   accent colours, giving flat backgrounds depth without competing with copy. */
.ln-home26-hero-texture {
  position: absolute;
  inset: -3%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(var(--hero-shift-x, 0), var(--hero-shift-y, 0), 0) scale(1.025);
  transition: transform 1200ms cubic-bezier(0.2, 0.75, 0.22, 1);
}

.ln-home26-hero-texture::before,
.ln-home26-hero-texture::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ln-home26-hero-texture::before {
  width: min(66vw, 1040px);
  aspect-ratio: 1;
  right: -16%;
  top: -42%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--hero-slide-accent, currentColor) 13%, transparent) 0,
    color-mix(in srgb, var(--hero-slide-accent, currentColor) 5%, transparent) 32%,
    transparent 69%
  );
  filter: blur(14px);
  animation: homeHeroAura 16s ease-in-out infinite alternate;
}

.ln-home26-hero-texture::after {
  inset: 9% 6%;
  opacity: 0.13;
  background-image: radial-gradient(circle, currentColor 0.7px, transparent 0.9px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(105deg, transparent 5%, #000 46%, transparent 88%);
  mask-image: linear-gradient(105deg, transparent 5%, #000 46%, transparent 88%);
}

.ln-home26-hero-texture__grid,
.ln-home26-hero-texture__orbit,
.ln-home26-hero-texture__signal {
  position: absolute;
  display: block;
  pointer-events: none;
}

.ln-home26-hero-texture__grid {
  inset: -28%;
  opacity: 0.32;
  background-image:
    linear-gradient(to right, color-mix(in srgb, currentColor 8%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, currentColor 8%, transparent) 1px, transparent 1px);
  background-size: clamp(72px, 7vw, 112px) clamp(72px, 7vw, 112px);
  -webkit-mask-image: radial-gradient(ellipse at 62% 48%, #000 2%, transparent 68%);
  mask-image: radial-gradient(ellipse at 62% 48%, #000 2%, transparent 68%);
  transform: rotate(-8deg);
  will-change: transform;
  animation: homeHeroGridDrift 32s linear infinite;
}

.ln-home26-hero-texture__orbit {
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  border-top-color: color-mix(in srgb, var(--hero-slide-accent, currentColor) 46%, transparent);
  border-right-color: color-mix(in srgb, var(--hero-slide-accent, currentColor) 19%, transparent);
  border-radius: 50%;
  will-change: transform;
}

.ln-home26-hero-texture__orbit--outer {
  width: min(78vw, 1220px);
  height: min(58vw, 820px);
  right: -18%;
  top: -52%;
  transform: rotate(-13deg);
  animation: homeHeroOrbitOuter 46s linear infinite;
}

.ln-home26-hero-texture__orbit--middle {
  width: min(61vw, 930px);
  height: min(48vw, 690px);
  right: -7%;
  top: -37%;
  border-bottom-color: color-mix(in srgb, currentColor 5%, transparent);
  transform: rotate(18deg);
  animation: homeHeroOrbitMiddle 38s linear infinite reverse;
}

.ln-home26-hero-texture__orbit--inner {
  width: min(39vw, 580px);
  height: min(35vw, 500px);
  right: 6%;
  top: -20%;
  border-left-color: color-mix(in srgb, currentColor 4%, transparent);
  transform: rotate(-24deg);
  animation: homeHeroOrbitInner 31s linear infinite;
}

.ln-home26-hero-texture__signal {
  left: 3%;
  top: 69%;
  width: 78%;
  height: 1px;
  overflow: visible;
  opacity: 0.48;
  background: linear-gradient(
    90deg,
    transparent,
    color-mix(in srgb, currentColor 8%, transparent) 14%,
    color-mix(in srgb, currentColor 14%, transparent) 63%,
    transparent
  );
  transform: rotate(-7deg);
}

.ln-home26-hero-texture__signal::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hero-slide-accent, currentColor);
  box-shadow: 0 0 18px color-mix(in srgb, var(--hero-slide-accent, currentColor) 65%, transparent);
  animation: homeHeroSignal 9s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

@keyframes homeHeroAura {
  from { opacity: 0.62; transform: translate3d(-2%, 0, 0) scale(0.96); }
  to { opacity: 1; transform: translate3d(3%, 4%, 0) scale(1.08); }
}

@keyframes homeHeroGridDrift {
  from { transform: translate3d(0, 0, 0) rotate(-8deg); }
  to { transform: translate3d(112px, 112px, 0) rotate(-8deg); }
}

@keyframes homeHeroOrbitOuter {
  from { transform: rotate(-13deg); }
  to { transform: rotate(347deg); }
}

@keyframes homeHeroOrbitMiddle {
  from { transform: rotate(18deg); }
  to { transform: rotate(378deg); }
}

@keyframes homeHeroOrbitInner {
  from { transform: rotate(-24deg); }
  to { transform: rotate(336deg); }
}

@keyframes homeHeroSignal {
  0% { opacity: 0; transform: translateX(0); }
  12%, 82% { opacity: 1; }
  100% { opacity: 0; transform: translateX(78vw); }
}

.ln-home26-hero-slide--visual-left {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ln-home26-hero-slide[hidden] {
  display: none !important;
}

.ln-home26-hero-content,
.ln-home26-hero-visual {
  position: relative;
  min-width: 0;
  min-height: 0;
}

.ln-home26-hero-content {
  z-index: 2;
  display: flex;
  align-items: center;
  padding:
    clamp(72px, 8vh, 108px)
    clamp(32px, 3.2vw, 60px)
    clamp(64px, 7vh, 96px)
    clamp(48px, 5.4vw, 104px);
}

.ln-home26-hero-copy {
  width: min(100%, 780px);
}

.ln-home26-hero-slide--visual-left .ln-home26-hero-content {
  grid-column: 2;
  grid-row: 1;
  padding-right: clamp(48px, 5.4vw, 104px);
  padding-left: clamp(32px, 3.2vw, 60px);
}

.ln-home26-hero-slide--visual-left .ln-home26-hero-visual {
  grid-column: 1;
  grid-row: 1;
}

.ln-home26-hero-kicker {
  margin: 0 0 22px;
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.62;
}

body.logoloji.ln-home-page .ln-home26-hero h1,
body.logoloji.ln-home-page .ln-home26-hero h2 {
  max-width: 100%;
  margin: 0;
  color: inherit;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(56px, 5.15vw, 96px);
  font-weight: 480;
  line-height: 0.94;
  letter-spacing: -0.065em;
  text-wrap: wrap;
}

body.logoloji.ln-home-page .ln-home26-hero h1 strong,
body.logoloji.ln-home-page .ln-home26-hero h2 strong {
  color: var(--hero-slide-accent, var(--home-red));
  font-weight: inherit;
}

.ln-home26-hero-description {
  max-width: 100%;
  margin: 30px 0 0;
  color: var(--hero-slide-description, rgba(255, 255, 255, 0.76));
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.58;
}

.ln-home26-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 30px;
  margin-top: 34px;
}

.ln-home26-hero-action {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: inherit;
  font-size: 14px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.ln-home26-hero-action--primary {
  color: inherit;
}

.ln-home26-hero-action--secondary {
  opacity: 0.76;
}

.ln-home26-hero-action--primary span {
  display: inline;
}

.ln-home26-hero-action span {
  transition: transform 180ms ease;
}

.ln-home26-hero-action:hover span,
.ln-home26-hero-action:focus-visible span {
  transform: translate(3px, -2px);
}

.ln-home26-hero-action--secondary:hover,
.ln-home26-hero-action--secondary:focus-visible {
  opacity: 1;
}

.ln-home26-hero-visual {
  --hero-media-gutter: clamp(18px, 2.4vw, 44px);
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  box-sizing: border-box;
  padding: var(--hero-media-gutter);
  padding-bottom: calc(var(--hero-media-gutter) + 28px);
  background: transparent;
}

.ln-home26-hero-visual picture,
.ln-home26-hero-visual lottie-player,
.ln-home26-hero-lottie {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  place-items: center;
}

.ln-home26-hero-visual img,
.ln-home26-hero-visual video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  /* Hero media must always be shown whole; never switch this to cover. */
  object-fit: contain !important;
  object-position: center;
  filter: brightness(var(--hero-slide-brightness, 1));
}

/* Keep intrinsic image dimensions from enlarging the picture grid track and
   getting clipped by the hero viewport. */
.ln-home26-hero-visual picture > img {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
  width: 100% !important;
  height: 100% !important;
}

.ln-home26-hero-rail {
  position: absolute;
  z-index: 6;
  inset: 0 auto 0 0;
  display: flex;
  width: var(--hero-rail-width);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--active-hero-rail-text, #fff) 58%, transparent);
  background: var(--active-hero-rail-bg, #141518);
  border-right: 1px solid color-mix(in srgb, var(--active-hero-rail-text, #fff) 10%, transparent);
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.ln-home26-hero-rail-label {
  position: absolute;
  bottom: 54px;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 0.72;
}

.ln-home26-hero-tabs {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.ln-home26-hero-tab {
  position: relative;
  display: grid;
  width: 100%;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: 700 12px/1 Inter, "Helvetica Neue", Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  transition: color 180ms ease;
}

.ln-home26-hero-tab::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
  transition: width 180ms ease, background-color 180ms ease;
}

.ln-home26-hero-tab:hover,
.ln-home26-hero-tab:focus-visible {
  color: var(--active-hero-rail-text, #fff);
}

.ln-home26-hero-tab:hover::before,
.ln-home26-hero-tab:focus-visible::before {
  width: 14px;
  background: rgba(255, 255, 255, 0.7);
}

.ln-home26-hero-tab.is-active {
  color: var(--active-hero-rail-text, #fff);
}

.ln-home26-hero-tab.is-active::before {
  width: 20px;
  height: 2px;
  background: var(--active-hero-accent, var(--home-red));
}

.ln-home26-hero-tab:focus-visible {
  outline: 1px solid var(--active-hero-rail-text, #fff);
  outline-offset: -4px;
}

.ln-home26-hero-visual.is-placeholder {
  background:
    radial-gradient(circle at 60% 42%, rgba(215, 40, 47, 0.17), transparent 32%),
    #111214;
}

.has-home-motion .ln-home26-hero-slide.is-entering {
  animation: homeHeroDropIn 620ms cubic-bezier(0.2, 0.72, 0.22, 1) both;
}

@keyframes homeHeroDropIn {
  from { opacity: 0.16; transform: translate3d(0, -56px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Positioning statement */
.ln-home26-intro {
  position: relative;
  z-index: 3;
  margin-top: -28px;
  border: 0;
  border-radius: 18px 18px 0 0;
  background: var(--home-paper-soft);
  box-shadow: none;
}

.ln-home26-intro-inner {
  display: grid;
  gap: clamp(48px, 7vw, 112px);
  padding-block: clamp(100px, 10vw, 156px);
}

.ln-home26-intro--no-media .ln-home26-intro-inner {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.ln-home26-intro--no-media .ln-home26-intro-content {
  display: contents;
}

.ln-home26-intro--no-media .ln-home26-intro-visual {
  display: none;
}

.ln-home26-intro--has-media .ln-home26-intro-inner {
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
}

.ln-home26-intro--media-left .ln-home26-intro-visual {
  grid-column: 1;
  grid-row: 1;
}

.ln-home26-intro--media-left .ln-home26-intro-content {
  grid-column: 2;
  grid-row: 1;
}

body.logoloji.ln-home-page .ln-home26-intro h2 {
  max-width: none;
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(38px, 3.6vw, 56px);
  font-weight: 540;
  line-height: 1.02;
  letter-spacing: -0.04em;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: normal;
}

.ln-home26-intro-copy {
  align-self: end;
  padding-top: 22px;
  color: #474a50;
}

.ln-home26-intro-copy p {
  max-width: 65ch;
  margin: 0;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
}

.ln-home26-intro-copy p + p {
  margin-top: 18px;
}

.ln-home26-intro-copy h3,
.ln-home26-intro-copy h4 {
  margin: 30px 0 12px;
  color: var(--home-ink);
  font-size: 23px;
  line-height: 1.2;
}

.ln-home26-intro-copy ul,
.ln-home26-intro-copy ol {
  margin: 20px 0;
  padding-left: 1.2em;
}

.ln-home26-intro-copy a {
  color: var(--home-red);
  text-underline-offset: 3px;
}

.ln-home26-intro-visual {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  background: var(--home-paper-soft, #faf9f7);
}

.ln-home26-intro-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

/* Selected-work section heading. Card/grid rules live in selected-works.css. */
body.ln-home-page .ln-home26-work {
  padding-block: clamp(96px, 10vw, 152px);
  background: var(--home-paper);
}

body.ln-home-page .ln-home26-work .ln-home26-section-title {
  display: flex;
  width: min(calc(100% - 64px), var(--home-wrap));
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto clamp(42px, 5vw, 72px);
  padding: 0 0 24px;
  border-bottom: 1px solid var(--home-line);
}

body.logoloji.ln-home-page .ln-home26-section-title h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -0.05em;
}

body.ln-home-page .ln-home26-section-title > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.ln-home-page .ln-home26-section-title > a:hover,
body.ln-home-page .ln-home26-section-title > a:focus-visible {
  color: var(--home-red);
}

/* Services */
.ln-home26-services {
  --spot-x: 76%;
  --spot-y: 22%;
  padding-block: clamp(100px, 10vw, 152px);
  color: #fff;
  background-color: #0c0d0f;
}

.ln-home26-services::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(215, 40, 47, 0.13), transparent 30%),
    radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.045), transparent 18%),
    linear-gradient(90deg, rgba(215, 40, 47, 0.035), transparent 40%);
}

.ln-home26-services-head {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

body.logoloji.ln-home-page .ln-home26-services-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -0.05em;
}

.ln-home26-service-list {
  position: relative;
}

.ln-home26-service-row {
  --row-spot-x: 50%;
  --row-spot-y: 50%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.55fr);
  gap: clamp(24px, 4vw, 68px);
  padding: clamp(38px, 4vw, 58px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ln-home26-service-row::before {
  content: "";
  position: absolute;
  inset: 0 -20px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--row-spot-x) var(--row-spot-y), rgba(255, 255, 255, 0.075), transparent 38%);
  transition: opacity 180ms ease;
}

.ln-home26-service-row:hover::before {
  opacity: 1;
}

body.logoloji.ln-home-page .ln-home26-service-heading h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 560;
  line-height: 1;
  letter-spacing: -0.045em;
}

.ln-home26-service-heading p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.45;
}

.ln-home26-service-heading p::after {
  display: none;
  content: none;
}

.ln-home26-service-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 16px 30px;
  padding-top: 8px;
}

.ln-home26-service-links a,
.ln-home26-service-links span {
  position: relative;
  display: inline-block;
  min-width: 0;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.ln-home26-service-links a {
  width: fit-content;
  color: #fff;
}

.ln-home26-service-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: var(--home-red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.ln-home26-service-links a:hover::after,
.ln-home26-service-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.has-home-motion .ln-home26-service-row {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.has-home-motion .ln-home26-service-row.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* Final action */
.ln-home26-cta {
  color: #fff;
  background-color: var(--home-red);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
}

.ln-home26-cta .ln-home26-bg-media {
  opacity: 0.22;
}

.ln-home26-cta .ln-home26-bg-art::before,
.ln-home26-cta .ln-home26-bg-art::after {
  border-color: rgba(255, 255, 255, 0.18);
}

.ln-home26-cta-inner {
  display: grid;
  min-height: 340px;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
  align-items: stretch;
  gap: clamp(46px, 7vw, 112px);
  padding-block: clamp(64px, 6vw, 88px);
}

.ln-home26-cta-copy {
  display: grid;
  align-content: center;
  justify-items: start;
}

.ln-home26-cta-copy::before {
  width: 44px;
  height: 1px;
  margin-bottom: 24px;
  content: "";
  background: rgba(255, 255, 255, 0.54);
}

body.logoloji.ln-home-page .ln-home26-cta h2 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 4.7vw, 70px);
  font-weight: 590;
  line-height: 0.96;
  letter-spacing: -0.052em;
  white-space: nowrap;
  text-wrap: nowrap;
}

.ln-home26-cta p {
  max-width: 50ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.55;
}

.ln-home26-cta a {
  display: inline-flex;
  width: 100%;
  min-height: 70px;
  align-self: center;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 18px 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 14px;
  font-weight: 680;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ln-home26-cta-label {
  line-height: 1.2;
}

.ln-home26-cta-arrow {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--home-red);
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.ln-home26-cta a:hover,
.ln-home26-cta a:focus-visible {
  color: var(--home-red);
  background: #fff;
  border-color: #fff;
}

.ln-home26-cta a:hover .ln-home26-cta-arrow,
.ln-home26-cta a:focus-visible .ln-home26-cta-arrow {
  color: #fff;
  background: var(--home-red);
  transform: translate(2px, -2px);
}

/* Quiet, indexable content accordion directly above the footer. */
.ln-home26-faq {
  padding-block: clamp(22px, 3vw, 42px);
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
  background: var(--home-paper-soft);
}

.ln-home26-faq-inner {
  display: grid;
  gap: 14px;
}

body.logoloji.ln-home-page .ln-home26-faq h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 560;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.ln-home26-faq-list {
  border-top: 1px solid rgba(17, 18, 20, 0.12);
}

.ln-home26-faq-item {
  border-bottom: 1px solid rgba(17, 18, 20, 0.12);
}

.ln-home26-faq-item > summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
  color: #202327;
  cursor: pointer;
  font-size: clamp(15px, 1.08vw, 17px);
  font-weight: 480;
  line-height: 1.35;
  list-style: none;
}

.ln-home26-faq-item > summary::-webkit-details-marker {
  display: none;
}

.ln-home26-faq-item > summary::marker {
  content: "";
}

.ln-home26-faq-item > summary:hover,
.ln-home26-faq-item > summary:focus-visible {
  color: var(--home-ink);
}

.ln-home26-faq-item > summary:focus-visible {
  outline: 1px solid rgba(17, 18, 20, 0.18);
  outline-offset: 3px;
}

.ln-home26-faq-item > summary .ln-home26-faq-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.ln-home26-faq-item > summary .ln-home26-faq-icon::before,
.ln-home26-faq-item > summary .ln-home26-faq-icon::after {
  position: absolute;
  top: 7px;
  left: 1px;
  width: 14px;
  height: 1px;
  background: #767d84;
  content: "";
  transition: opacity 160ms ease, transform 160ms ease;
}

.ln-home26-faq-item > summary .ln-home26-faq-icon::after {
  transform: rotate(90deg);
}

.ln-home26-faq-item[open] > summary .ln-home26-faq-icon::after {
  opacity: 0;
  transform: rotate(0deg);
}

.ln-home26-faq-content {
  max-width: 860px;
  padding: 0 42px 26px 0;
  color: #59616b;
  font-size: 15px;
  line-height: 1.72;
}

body.logoloji.ln-home-page .ln-home26-faq-content p,
body.logoloji.ln-home-page .ln-home26-faq-content ul,
body.logoloji.ln-home-page .ln-home26-faq-content ol,
body.logoloji.ln-home-page .ln-home26-faq-content blockquote {
  margin: 0 0 12px;
}

body.logoloji.ln-home-page .ln-home26-faq-content > :last-child {
  margin-bottom: 0;
}

body.logoloji.ln-home-page .ln-home26-faq-content h2,
body.logoloji.ln-home-page .ln-home26-faq-content h3,
body.logoloji.ln-home-page .ln-home26-faq-content h4 {
  margin: 20px 0 8px;
  color: #25292e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
}

body.logoloji.ln-home-page .ln-home26-faq-content a {
  color: #a91e24;
  text-underline-offset: 3px;
}

body.logoloji.ln-home-page .ln-home26-faq-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1100px) {
  body.ln-home26-page .ln-home26 .ln-wrap,
  body.ln-home-page .ln-home26-work .ln-home26-section-title {
    width: min(calc(100% - 48px), var(--home-wrap));
  }

  .ln-home26-hero-slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ln-home26-hero-slide--visual-left {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.logoloji.ln-home-page .ln-home26-hero h1,
  body.logoloji.ln-home-page .ln-home26-hero h2 {
    font-size: clamp(46px, 6.4vw, 68px);
  }

  .ln-home26-service-row {
    grid-template-columns: minmax(190px, 0.62fr) minmax(0, 1.38fr);
    gap: 26px;
  }

  .ln-home26-service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.ln-home26-page .ln-home26 .ln-wrap,
  body.ln-home-page .ln-home26-work .ln-home26-section-title {
    width: min(calc(100% - 32px), var(--home-wrap));
  }

  .ln-home26-hero--has-rail {
    --hero-rail-width: 0px;
  }

  .ln-home26-hero {
    height: auto;
    min-height: 0;
  }

  .ln-home26-hero-slides {
    position: relative;
    inset: auto;
  }

  .ln-home26-hero-slide {
    position: relative;
    inset: auto;
    min-height: 0;
  }

  .ln-home26-hero-texture__grid {
    inset: -18% -70%;
    opacity: 0.24;
    background-size: 64px 64px;
  }

  .ln-home26-hero-texture::before {
    width: 130vw;
    right: -66%;
    top: -4%;
  }

  .ln-home26-hero-texture::after {
    inset: 6% -18% 12% 4%;
    opacity: 0.1;
  }

  .ln-home26-hero-texture__orbit--outer {
    width: 148vw;
    height: 108vw;
    right: -72%;
    top: 5%;
  }

  .ln-home26-hero-texture__orbit--middle {
    width: 116vw;
    height: 92vw;
    right: -51%;
    top: 15%;
  }

  .ln-home26-hero-texture__orbit--inner {
    width: 78vw;
    height: 68vw;
    right: -28%;
    top: 24%;
  }

  .ln-home26-hero-texture__signal {
    left: -12%;
    top: 66%;
    width: 112%;
  }

  .ln-home26-hero-rail-label {
    display: none;
  }

  .ln-home26-intro {
    margin-top: -16px;
    border-radius: 12px 12px 0 0;
  }

  .ln-home26-hero-tab {
    width: 30px;
    height: 32px;
    font-size: 11px;
    font-weight: 650;
  }

  .ln-home26-hero-rail {
    inset: auto 18px 16px;
    width: auto;
    height: 32px;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .ln-home26-hero-tabs {
    width: auto;
    flex-direction: row;
    gap: 12px;
  }

  .ln-home26-hero-tab::before {
    top: auto;
    bottom: 1px;
    left: 50%;
    width: 0;
    transform: translateX(-50%);
  }

  .ln-home26-hero-tab.is-active::before {
    width: 16px;
  }

  .ln-home26-hero-slide,
  .ln-home26-hero-slide--visual-left {
    grid-template-columns: 1fr;
    grid-template-rows: clamp(220px, 64vw, 300px) auto;
  }

  .ln-home26-hero-content,
  .ln-home26-hero-slide--visual-left .ln-home26-hero-content {
    grid-column: 1;
    grid-row: 2;
    align-items: flex-start;
    padding: clamp(24px, 7vw, 30px) 20px clamp(66px, 18vw, 78px);
    border-top: 1px solid color-mix(in srgb, currentColor 10%, transparent);
  }

  .ln-home26-hero-slide--visual-left .ln-home26-hero-visual,
  .ln-home26-hero-visual {
    --hero-media-gutter: 16px;
    grid-column: 1;
    grid-row: 1;
    padding: var(--hero-media-gutter);
    padding-bottom: 4px;
  }

  .ln-home26-hero-slide--no-media {
    grid-template-rows: 1fr;
    min-height: clamp(520px, calc(100svh - 68px), 680px);
  }

  .ln-home26-hero-slide--no-media .ln-home26-hero-content {
    grid-row: 1;
    align-items: center;
    border-top: 0;
  }

  .ln-home26-hero-slide--no-media .ln-home26-hero-visual {
    display: none;
  }

  body.logoloji.ln-home-page .ln-home26-hero h1,
  body.logoloji.ln-home-page .ln-home26-hero h2 {
    max-width: 14.5ch;
    max-height: none;
    overflow: visible;
    font-size: clamp(34px, 9.5vw, 44px);
    line-height: 1;
    letter-spacing: -0.048em;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }

  .ln-home26-hero-description {
    max-width: 38ch;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .ln-home26-hero-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .ln-home26-hero-action {
    min-height: 46px;
    padding: 0 15px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 13px;
  }

  .ln-home26-hero-action--primary {
    color: #fff;
    background: var(--hero-slide-accent, var(--home-red));
    border-color: var(--hero-slide-accent, var(--home-red));
  }

  .ln-home26-hero-action--secondary {
    padding-inline: 15px;
    background: color-mix(in srgb, currentColor 5%, transparent);
    opacity: 1;
  }

  .ln-home26-intro-inner,
  .ln-home26-intro--no-media .ln-home26-intro-inner,
  .ln-home26-intro--has-media .ln-home26-intro-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 82px;
  }

  .ln-home26-intro--no-media .ln-home26-intro-content {
    display: block;
  }

  .ln-home26-intro--media-left .ln-home26-intro-content,
  .ln-home26-intro--media-left .ln-home26-intro-visual,
  .ln-home26-intro-content,
  .ln-home26-intro-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .ln-home26-intro--media-left .ln-home26-intro-visual {
    order: 2;
  }

  body.logoloji.ln-home-page .ln-home26-intro h2 {
    max-width: none;
    font-size: clamp(34px, 9.4vw, 46px);
  }

  .ln-home26-faq {
    padding-block: 20px 28px;
  }

  .ln-home26-faq-item > summary {
    min-height: 54px;
    gap: 18px;
  }

  .ln-home26-faq-content {
    padding: 0 28px 22px 0;
    font-size: 14px;
    line-height: 1.68;
  }

  .ln-home26-intro-copy {
    padding-top: 20px;
  }

  .ln-home26-intro-copy p {
    font-size: 16px;
  }

  .ln-home26-intro-visual,
  .ln-home26-intro-visual img {
    min-height: 340px;
  }

  body.ln-home-page .ln-home26-work {
    padding-block: 82px;
  }

  body.ln-home-page .ln-home26-work .ln-home26-section-title {
    align-items: center;
    margin-bottom: 34px;
  }

  body.logoloji.ln-home-page .ln-home26-section-title h2,
  body.logoloji.ln-home-page .ln-home26-services-head h2 {
    font-size: 38px;
  }

  body.ln-home-page .ln-home26-section-title > a {
    font-size: 12px;
  }

  .ln-home26-services {
    padding-block: 82px;
  }

  .ln-home26-services-head {
    padding-bottom: 22px;
  }

  .ln-home26-service-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 34px 0;
  }

  .ln-home26-service-links {
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 18px;
    padding-top: 18px;
  }

  body.logoloji.ln-home-page .ln-home26-service-heading h3 {
    font-size: 34px;
  }

  .ln-home26-service-heading p {
    margin-top: 9px;
    font-size: 13px;
  }

  .ln-home26-service-links a,
  .ln-home26-service-links span {
    font-size: 14px;
  }

  .ln-home26-cta-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: clamp(56px, 15vw, 72px);
  }

  body.logoloji.ln-home-page .ln-home26-cta h2 {
    max-width: none;
    font-size: clamp(30px, 8.5vw, 36px);
    line-height: 1;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .ln-home26-cta a {
    min-height: 62px;
    padding-right: 14px;
    padding-left: 18px;
  }

  .ln-home26-cta-arrow {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 460px) {
  .ln-home26-hero-content {
    padding-inline: 18px;
  }

  .ln-home26-hero-actions {
    align-items: flex-start;
    gap: 9px;
  }

  .ln-home26-hero-action--secondary {
    padding-inline: 14px;
  }

  .ln-home26-service-links {
    grid-template-columns: 1fr;
  }

  body.ln-home-page .ln-home26-work .ln-home26-section-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ln-home26-hero-slide.is-entering,
  .ln-home26-hero-texture::before,
  .ln-home26-hero-texture__grid,
  .ln-home26-hero-texture__orbit,
  .ln-home26-hero-texture__signal::after,
  .ln-home26-project-media > img,
  .ln-home26-service-row,
  .ln-home26-service-links a::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}
