:root {
  --bg: #f7f0e4;
  --bg-soft: #efe2cf;
  --surface: rgba(255, 251, 245, 0.82);
  --surface-strong: rgba(247, 239, 227, 0.96);
  --surface-soft: rgba(118, 89, 60, 0.06);
  --line: rgba(122, 89, 55, 0.16);
  --text: #3c2b1f;
  --muted: #6d5a49;
  --gold: #c79a63;
  --gold-strong: #b98346;
  --rose: #c7947f;
  --shadow: 0 18px 48px rgba(101, 77, 53, 0.12);
  --hero-gradient:
    radial-gradient(circle at top left, rgba(201, 154, 99, 0.16), transparent 28%),
    radial-gradient(circle at 82% 20%, rgba(199, 148, 127, 0.18), transparent 24%),
    radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.55), transparent 28%);
  --ui-font: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
  --display-font: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
  /* Tam genişlikteki üst barların kenar boşluğu. .page-shell'in dış boşluğuyla
     aynı hesap, böylece logo her ekranda içerik sütunuyla aynı hizada başlar.
     Ana sayfa ve stüdyo barı bu tek değeri paylaşır. */
  --shell-inset: calc((100vw - min(1680px, calc(100vw - 48px))) / 2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), transparent 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 40%),
    var(--hero-gradient),
    var(--bg);
  color: var(--text);
  font-family: var(--ui-font);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(91, 69, 49, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91, 69, 49, 0.05) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 85%);
  opacity: 0.55;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  width: min(1680px, calc(100vw - 48px));
  margin: 0 auto;
  padding-bottom: 48px;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-top: 18px;
  padding: 18px 24px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(247, 239, 227, 0.18)),
    rgba(252, 247, 240, 0.36);
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
  box-shadow:
    0 18px 42px rgba(101, 77, 53, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--display-font);
  font-weight: 700;
}

.brand-mark {
  color: var(--text);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.brand-copy {
  color: var(--gold-strong);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.site-nav,
.header-actions,
.footer-links,
.cta-row,
.trust-points,
.plan-list {
  display: flex;
  align-items: center;
}

.site-nav,
.footer-links {
  gap: 28px;
}

.site-nav a,
.footer-links a,
.ghost-link {
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.footer-links a:hover,
.ghost-link:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav a[aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}

.header-actions {
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:disabled,
.oauth-button:disabled,
.ghost-button:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.button-primary {
  background:
    linear-gradient(135deg, rgba(231, 193, 137, 0.98), rgba(208, 156, 124, 0.94));
  color: #221814;
  box-shadow: 0 16px 34px rgba(185, 127, 114, 0.16);
}

.button-primary:hover {
  box-shadow: 0 20px 44px rgba(201, 154, 99, 0.18);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.48);
  color: var(--text);
}

.button-secondary:hover {
  border-color: rgba(185, 131, 70, 0.3);
  background: rgba(255, 255, 255, 0.72);
}

.section {
  margin-top: 34px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(255, 248, 238, 0.44));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  gap: 28px;
  min-height: auto;
  padding: 38px;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 34px;
  align-items: center;
}

.hero-copy,
.hero-media,
.media-card,
.result-card,
.hero-insight-card,
.format-card,
.collection-card,
.timeline-item,
.signal-card,
.plan-card,
.cta-panel {
  position: relative;
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 12px 12px 12px 6px;
}

.login-body .page-shell {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
}

.login-header {
  margin-bottom: 24px;
}

.login-main {
  display: grid;
  align-items: center;
}

.login-shell {
  display: grid;
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
  min-height: calc(100vh - 180px);
  align-items: center;
}

.login-panel,
.oauth-button {
  position: relative;
  overflow: hidden;
}

.login-panel h2 {
  margin: 0;
  font-family: var(--display-font);
  letter-spacing: -0.03em;
}

.login-panel-head p,
.login-foot p,
.field span,
.check-row span {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.login-panel {
  display: grid;
  align-content: start;
  gap: 22px;
  padding: clamp(24px, 4vw, 34px);
  border-radius: 32px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 248, 240, 0.52));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 24px 48px rgba(101, 77, 53, 0.1);
}

.login-panel::before {
  content: "";
  position: absolute;
  inset: -18% auto auto -12%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 207, 145, 0.22), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.login-panel-head {
  display: grid;
  gap: 10px;
}

.login-panel h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.login-form {
  display: grid;
  gap: 16px;
}

.auth-mode-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.auth-mode-button {
  min-height: 48px;
  border: 0;
  border-radius: 16px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.auth-mode-button:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.auth-mode-button.is-active {
  background:
    linear-gradient(135deg, rgba(231, 193, 137, 0.98), rgba(208, 156, 124, 0.9));
  color: #2b1c14;
  box-shadow: 0 12px 24px rgba(185, 127, 114, 0.16);
}

.field {
  display: grid;
  gap: 10px;
}

.field span {
  font-size: 0.92rem;
  color: var(--text);
}

.field input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(122, 89, 55, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font: inherit;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.field input:focus {
  border-color: rgba(185, 131, 70, 0.36);
  box-shadow: 0 0 0 4px rgba(231, 193, 137, 0.16);
  background: rgba(255, 255, 255, 0.92);
}

.field input::placeholder {
  color: rgba(109, 90, 73, 0.7);
}

.login-row,
.login-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.login-foot {
  flex-wrap: wrap;
}

.auth-caption {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.check-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.check-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold-strong);
}

.ghost-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.ghost-button:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.login-submit {
  width: 100%;
  min-height: 56px;
}

.auth-message,
.session-card,
.recovery-form {
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.66);
}

.auth-message {
  padding: 14px 16px;
  color: var(--text);
  line-height: 1.6;
}

.auth-message[data-tone="info"] {
  border-color: rgba(185, 131, 70, 0.18);
  background: rgba(255, 249, 240, 0.88);
}

.auth-message[data-tone="success"] {
  border-color: rgba(118, 160, 103, 0.24);
  background: rgba(243, 251, 241, 0.9);
}

.auth-message[data-tone="error"] {
  border-color: rgba(184, 92, 79, 0.22);
  background: rgba(255, 244, 241, 0.9);
}

.login-row-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.login-divider {
  position: relative;
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
}

.login-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(122, 89, 55, 0.12);
}

.login-divider span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 248, 240, 0.68));
}

.oauth-grid {
  display: grid;
  gap: 12px;
}

.oauth-button {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(122, 89, 55, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.oauth-button:hover {
  transform: translateY(-1px);
  border-color: rgba(185, 131, 70, 0.26);
  background: rgba(255, 255, 255, 0.82);
}

.oauth-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(231, 193, 137, 0.94), rgba(208, 156, 124, 0.86));
  color: #2e2119;
  font-size: 0.9rem;
  font-weight: 700;
}

.recovery-form {
  padding: 18px;
}

.session-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.session-card strong {
  font-size: 1.08rem;
}

.session-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.session-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.result-showcase {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 32px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(241, 247, 239, 0.44)),
    rgba(248, 241, 231, 0.68);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 22px 44px rgba(101, 77, 53, 0.08);
}

.result-showcase::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  background-image:
    linear-gradient(rgba(122, 89, 55, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 89, 55, 0.055) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.result-showcase > * {
  position: relative;
  z-index: 1;
}

.showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 4px 4px 0;
}

.showcase-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.showcase-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.catalog-marquee {
  overflow: hidden;
  padding: 2px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
}

.catalog-track,
.catalog-group {
  display: flex;
  gap: 16px;
}

.catalog-track {
  width: max-content;
  animation: catalog-left 44s linear infinite;
}

.catalog-marquee-secondary .catalog-track {
  animation-duration: 54s;
  animation-delay: -22s;
}

.catalog-marquee:hover .catalog-track {
  animation-play-state: paused;
}

.result-card {
  flex: 0 0 auto;
  display: grid;
  gap: 12px;
  width: clamp(232px, 23vw, 310px);
  min-height: 332px;
  padding: 12px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 26px;
  background: rgba(255, 252, 247, 0.86);
  box-shadow: 0 18px 36px rgba(101, 77, 53, 0.08);
}

.result-card-wide {
  width: clamp(320px, 30vw, 420px);
}

.result-card-square {
  width: clamp(226px, 22vw, 286px);
}

.result-card-tall {
  width: clamp(218px, 20vw, 264px);
}

.result-art,
.result-file {
  position: relative;
  min-height: 206px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  overflow: hidden;
}

.result-card-wide .result-art,
.result-card-wide .result-file {
  min-height: 214px;
}

.result-card-tall .result-art,
.result-card-tall .result-file {
  min-height: 258px;
}

.result-meta {
  display: grid;
  gap: 5px;
}

.result-meta strong {
  font-size: 1.04rem;
  line-height: 1.32;
}

.result-meta small {
  color: var(--muted);
  line-height: 1.55;
}

.result-card-video {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 238, 229, 0.58)),
    rgba(47, 42, 38, 0.08);
}

.result-card-video .result-art::before {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -34%;
  width: 42%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-20deg);
  animation: media-sweep 6.8s linear infinite;
}

.result-file {
  display: grid;
  align-content: end;
  gap: 10px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(234, 242, 236, 0.92), rgba(255, 250, 244, 0.76)),
    #eef3ea;
}

.result-file::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 18px;
  height: 82px;
  border-radius: 16px;
  border: 1px dashed rgba(89, 106, 82, 0.2);
  background:
    linear-gradient(90deg, rgba(89, 106, 82, 0.14) 30%, transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0.18));
  background-size: 42px 1px, auto;
}

.result-file span {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(89, 106, 82, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #4f644a;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-message {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 34px;
  align-items: end;
  padding: 10px 6px 0;
}

.hero-info {
  display: grid;
  gap: 18px;
  align-content: end;
}

.hero-statement {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid var(--gold-strong);
  border-radius: 0 20px 20px 0;
  background: rgba(255, 255, 255, 0.46);
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.55;
}

.hero-media {
  display: grid;
  gap: 14px;
  min-height: 610px;
  padding: 16px;
  border-radius: 30px;
  border: 1px solid rgba(122, 89, 55, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(246, 239, 229, 0.48)),
    rgba(248, 241, 231, 0.72);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 18px 40px rgba(101, 77, 53, 0.08);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  background-image:
    linear-gradient(rgba(122, 89, 55, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 89, 55, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.5;
  pointer-events: none;
}

.hero-media > * {
  position: relative;
  z-index: 1;
}

.hero-media-head,
.hero-bottom {
  display: grid;
  gap: 18px;
}

.hero-media-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.hero-media-copy {
  display: grid;
  gap: 10px;
  max-width: 42rem;
}

.hero-media-title {
  margin: 0;
  font-family: var(--display-font);
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
}

.hero-media-note {
  margin: 0;
  max-width: 35ch;
  color: var(--muted);
  line-height: 1.7;
}

.hero-marquee {
  overflow: hidden;
  padding: 6px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.hero-marquee:hover .hero-marquee-track {
  animation-play-state: paused;
}

.hero-marquee-track,
.marquee-group {
  display: flex;
  gap: 16px;
}

.hero-marquee-track {
  width: max-content;
  animation: marquee-left 38s linear infinite;
}

.hero-marquee-secondary .hero-marquee-track {
  animation-duration: 48s;
  animation-delay: -14s;
}

.hero-marquee-secondary {
  display: none;
}

.media-card {
  flex: 0 0 auto;
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 26px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 249, 242, 0.42));
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 34px rgba(101, 77, 53, 0.08);
}

.media-card-wide {
  width: clamp(260px, 25vw, 330px);
}

.media-card-square {
  width: clamp(188px, 19vw, 220px);
}

.media-card-tall {
  width: clamp(176px, 17vw, 206px);
}

.media-art {
  position: relative;
  min-height: 156px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.82), transparent 24%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.56), rgba(255, 248, 240, 0.12));
}

.media-card-wide .media-art {
  min-height: 176px;
}

.media-card-tall .media-art {
  min-height: 228px;
}

.media-meta {
  display: grid;
  gap: 4px;
}

.media-type,
.format-kicker {
  color: var(--gold-strong);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.media-meta strong {
  font-size: 1rem;
  line-height: 1.35;
}

.media-board {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(170px, 0.82fr);
  grid-template-rows: minmax(220px, 1fr) minmax(164px, auto);
  gap: 14px;
}

.media-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  min-height: 190px;
  padding: 16px;
  border: 1px solid rgba(122, 89, 55, 0.13);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.88);
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(101, 77, 53, 0.08);
}

.media-slot::after {
  content: "";
  position: absolute;
  inset: auto 14px 14px auto;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(122, 89, 55, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.media-slot-main {
  grid-row: 1 / 3;
  min-height: 432px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.84), rgba(239, 231, 218, 0.7)),
    #f7f0e4;
}

.media-slot-video {
  color: #fffaf2;
  background:
    linear-gradient(145deg, rgba(58, 52, 46, 0.96), rgba(104, 81, 67, 0.9)),
    #3a342e;
}

.media-slot-video .media-type,
.media-slot-video small {
  color: rgba(255, 243, 224, 0.76);
}

.media-slot-stack {
  background:
    linear-gradient(145deg, rgba(241, 247, 239, 0.92), rgba(255, 250, 244, 0.78)),
    #eef3ea;
}

.slot-toolbar {
  display: flex;
  gap: 7px;
}

.slot-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(122, 89, 55, 0.28);
}

.slot-visual {
  position: relative;
  display: grid;
  place-items: center;
  flex: 1;
  min-height: 150px;
  border: 1px dashed rgba(122, 89, 55, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), transparent 42%),
    rgba(255, 248, 238, 0.58);
  overflow: hidden;
}

.slot-visual-photo {
  min-height: 272px;
}

.slot-visual-video {
  min-height: 142px;
  border-color: rgba(255, 248, 238, 0.22);
  background:
    linear-gradient(rgba(255, 248, 238, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 238, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, rgba(41, 36, 32, 0.2), rgba(255, 255, 255, 0.08));
  background-size: 28px 28px, 28px 28px, auto;
}

.slot-outline {
  position: relative;
  width: min(74%, 260px);
  aspect-ratio: 1;
  border: 1px solid rgba(122, 89, 55, 0.22);
  border-radius: 36% 64% 55% 45%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(231, 217, 199, 0.44));
}

.slot-outline::before,
.slot-outline::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(185, 131, 70, 0.32);
}

.slot-outline::before {
  left: 20%;
  right: 20%;
  top: 28%;
  height: 42%;
  border-radius: 50%;
}

.slot-outline::after {
  left: calc(50% - 13px);
  top: 14%;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  transform: rotate(45deg);
  background: rgba(231, 193, 137, 0.5);
}

.slot-play {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 249, 242, 0.92);
  box-shadow: 0 18px 30px rgba(30, 22, 17, 0.22);
}

.slot-play::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #45352b;
}

.slot-copy {
  display: grid;
  gap: 5px;
}

.slot-copy strong,
.media-slot-stack strong {
  font-size: 1.02rem;
  line-height: 1.3;
}

.slot-copy small,
.hero-media-note-panel small {
  color: var(--muted);
  line-height: 1.65;
}

.ratio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.ratio-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-media-note-panel {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.78);
}

.media-card-video .media-art::before {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -32%;
  width: 42%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: skewX(-20deg);
  animation: media-sweep 6.8s linear infinite;
}

.media-card-video .media-art::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.28), transparent 58%);
}

.hero-bottom {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: start;
}

.hero-support {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 16px;
  align-items: stretch;
}

.hero h1,
.section-heading h2,
.process-intro h2,
.cta-panel h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.hero-sidebar {
  display: grid;
  gap: 16px;
  padding-top: 12px;
}

.hero-support .hero-sidebar {
  padding-top: 0;
}

.hero-insight-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 240, 0.5));
  box-shadow: 0 18px 36px rgba(101, 77, 53, 0.08);
}

.hero-insight-card strong {
  font-size: 1.22rem;
  line-height: 1.35;
}

.hero-insight-card small,
.format-card small {
  color: var(--muted);
  line-height: 1.6;
}

.hero-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.format-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.format-card strong {
  font-size: 1rem;
  line-height: 1.35;
}

.eyebrow,
.panel-kicker,
.card-tag,
.plan-name,
.plan-badge,
.floating-label {
  margin: 0;
  color: var(--gold-strong);
  font-size: 0.76rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.process-intro h2,
.cta-panel h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.hero h1 {
  font-size: 5.6rem;
  max-width: 11.2ch;
}

.hero h1 span {
  display: block;
  color: var(--gold-strong);
  font-style: italic;
}

.hero-lede,
.section-heading p,
.process-intro p,
.card-body p,
.timeline-item p,
.panel-copy p,
.plan-card h3,
.cta-panel p,
.signal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-lede {
  max-width: 62ch;
  font-size: 1.06rem;
}

.cta-row {
  flex-wrap: wrap;
  gap: 14px;
}

.trust-points {
  flex-wrap: wrap;
  gap: 10px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.trust-points li {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  color: var(--text);
  font-size: 0.88rem;
}

@keyframes marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes catalog-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 8px));
  }
}

@keyframes made-by-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@keyframes media-sweep {
  0% {
    transform: translateX(0) skewX(-20deg);
  }

  100% {
    transform: translateX(420%) skewX(-20deg);
  }
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.signal-card,
.collection-card,
.timeline-item,
.plan-card,
.cta-panel {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 240, 0.48));
}

.signal-card {
  padding: 24px;
}

.signal-value {
  display: block;
  margin-bottom: 10px;
  font-family: var(--display-font);
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--gold-strong);
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 840px;
  margin-bottom: 28px;
}

.section-heading h2,
.process-intro h2,
.cta-panel h2 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.collection-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.collection-card {
  display: grid;
  grid-template-rows: 300px auto;
}

.card-visual {
  position: relative;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at top, rgba(201, 154, 99, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 248, 240, 0.26));
}

.card-body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.card-body h3,
.plan-card h3 {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.4;
}

.visual-chain,
.visual-stone,
.visual-ring,
.visual-drop {
  position: absolute;
}

.visual-chain {
  top: 34px;
  left: calc(50% - 22px);
  width: 44px;
  height: 132px;
  border: 2px solid rgba(217, 180, 125, 0.7);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.visual-stone {
  left: calc(50% - 46px);
  bottom: 46px;
  width: 92px;
  height: 92px;
  border-radius: 56% 44% 58% 42%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.8), transparent 26%),
    linear-gradient(145deg, #f5d9a8, #8c5549);
}

.visual-ring {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 10px solid rgba(217, 180, 125, 0.82);
}

.visual-ring.one {
  top: 84px;
  left: 58px;
}

.visual-ring.two {
  top: 122px;
  right: 54px;
  transform: scale(0.82);
}

.visual-drop {
  top: 78px;
  width: 56px;
  height: 92px;
  border-radius: 999px;
  border: 3px solid rgba(217, 180, 125, 0.74);
}

.visual-drop::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.7), transparent 24%),
    linear-gradient(145deg, #f4d59f, #9a5f4e);
}

.visual-drop.left {
  left: calc(50% - 68px);
}

.visual-drop.right {
  right: calc(50% - 68px);
}

.process {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  align-items: start;
}

.process-intro {
  display: grid;
  gap: 14px;
  padding: 14px 8px 0 8px;
}

.intro-note {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
}

.intro-note strong {
  color: var(--gold-strong);
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  padding: 24px;
}

.timeline-step {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 6px;
  color: var(--gold-strong);
  font-family: var(--display-font);
  font-size: 2rem;
}

.timeline-item h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.5;
}

.plan-grid {
  align-items: stretch;
}

.plan-card {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.plan-card-featured {
  background:
    radial-gradient(circle at top right, rgba(201, 154, 99, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 239, 0.56));
  transform: translateY(-8px);
}

.plan-badge {
  justify-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(240, 207, 145, 0.12);
  border: 1px solid rgba(240, 207, 145, 0.18);
}

.plan-price {
  display: grid;
  gap: 4px;
}

.plan-price span {
  font-family: var(--display-font);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1;
  color: var(--text);
}

.plan-price small {
  color: var(--muted);
  font-size: 0.95rem;
}

.plan-list {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text);
  line-height: 1.6;
}

.plan-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--gold-strong), var(--rose));
}

.cta-section {
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.cta-panel {
  padding: clamp(28px, 5vw, 54px);
  background:
    radial-gradient(circle at top right, rgba(240, 207, 145, 0.13), transparent 30%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.site-footer {
  margin-top: 24px;
  padding: 28px 8px 20px;
  color: var(--muted);
}

.brand-footer {
  margin-bottom: 12px;
}

.site-footer p {
  margin: 0;
  max-width: 44ch;
  line-height: 1.7;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-body {
  /* body'deki overflow-x: hidden body'yi scroll konteynerine çevirdiği için
     içerideki sticky çalışmıyordu. clip aynı taşmayı keser ama scroll
     konteyneri oluşturmaz; barın yukarıda kalması buna bağlı. */
  overflow-x: clip;
}

.home-body .page-shell {
  min-height: 100vh;
  /* grid değil flex: sticky bir grid item kendi grid alanına hapsolur ve
     kaydırmada yerinde kalamaz. Flex kolonda sticky'nin referansı tüm sütun. */
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.home-body .home-main {
  flex: 1;
}

/* Ana sayfa barı = stüdyo barı: sayfa kaydırılınca yukarıda kalan, tam
   genişlikte, yuvarlak hap yerine altı çizgili düz bir şerit. Akışta kaldığı
   için (sticky) yüksekliği kendi belirler; içerik payı hesaplamaya gerek yok. */
.home-body .site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  align-items: center;
  gap: 12px 18px;
  /* Shell'in yan boşluklarını iptal edip şeridi ekran kenarına taşır. */
  margin: 0 calc(50% - 50vw);
  padding: 15px var(--shell-inset);
  border-width: 0 0 1px;
  border-radius: 0;
  background: rgba(255, 251, 245, 0.82);
  box-shadow: none;
}

.home-main {
  display: grid;
  align-items: center;
  padding: clamp(28px, 4vh, 44px) 0 clamp(24px, 3vh, 34px);
}

.home-header .site-nav {
  flex: 1;
  justify-content: center;
}

.minimal-hero {
  display: grid;
  align-content: center;
  gap: clamp(24px, 3vw, 36px);
  min-height: calc(100vh - 176px);
}

.minimal-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.3fr) minmax(0, 1fr);
  gap: clamp(12px, 1.2vw, 18px);
  align-items: stretch;
  padding: clamp(12px, 1.4vw, 18px);
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(241, 247, 239, 0.42)),
    rgba(248, 241, 231, 0.68);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 22px 44px rgba(101, 77, 53, 0.08);
}

.minimal-showcase::before {
  content: "";
  position: absolute;
  inset: clamp(14px, 1.5vw, 20px);
  border-radius: 22px;
  background-image:
    linear-gradient(rgba(122, 89, 55, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 89, 55, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.minimal-showcase > * {
  position: relative;
  z-index: 1;
}

.home-footer,
.minimal-actions {
  display: flex;
  align-items: center;
}

.showcase-promo {
  display: grid;
  align-content: center;
  gap: clamp(16px, 2vw, 22px);
  min-height: 100%;
  min-width: 0;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 24px;
  background:
    linear-gradient(150deg, rgba(56, 45, 36, 0.96), rgba(87, 67, 53, 0.92)),
    #382d24;
  color: #fff8ee;
}

.promo-kicker {
  margin: 0;
  color: rgba(242, 206, 149, 0.9);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.showcase-promo h2 {
  margin: 0;
  max-width: 16ch;
  font-family: var(--display-font);
  font-size: clamp(1.35rem, 1.7vw, 2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.showcase-promo .button {
  width: 100%;
  min-height: 50px;
  min-width: 0;
  padding: 0 16px;
  text-align: center;
  white-space: normal;
}

.showcase-media-rail {
  display: grid;
  align-content: center;
  min-width: 0;
  min-height: clamp(260px, 26vw, 360px);
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(241, 247, 239, 0.24)),
    rgba(255, 252, 247, 0.42);
}

.showcase-marquee {
  overflow: hidden;
  padding: 10px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
}

.showcase-track,
.showcase-group {
  display: flex;
  gap: 14px;
}

.showcase-track {
  width: max-content;
  animation: made-by-slide 36s linear infinite;
}

.showcase-marquee:hover .showcase-track {
  animation-play-state: paused;
}

.draft-card {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  width: clamp(206px, 19vw, 270px);
  min-height: clamp(232px, 22vw, 310px);
  padding: 12px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.86);
  box-shadow: 0 18px 34px rgba(101, 77, 53, 0.08);
  overflow: hidden;
}

.draft-card-wide {
  width: clamp(248px, 23vw, 330px);
}

.draft-card-tall {
  width: clamp(176px, 16vw, 220px);
}

.draft-card-video {
  width: clamp(236px, 22vw, 318px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(244, 238, 229, 0.5)),
    rgba(47, 42, 38, 0.08);
}

.draft-media {
  position: relative;
  min-height: 166px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.82), transparent 24%),
    linear-gradient(145deg, rgba(238, 229, 214, 0.78), rgba(255, 250, 244, 0.45));
}

.draft-card-wide .draft-media {
  min-height: 184px;
}

.draft-card-tall .draft-media {
  min-height: 224px;
}

.draft-media::before,
.draft-media::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.draft-media-necklace {
  background:
    radial-gradient(circle at 70% 20%, rgba(231, 193, 137, 0.42), transparent 18%),
    linear-gradient(145deg, rgba(255, 251, 246, 0.9), rgba(236, 225, 210, 0.64));
}

.draft-media-necklace::before {
  left: 21%;
  right: 21%;
  top: 24%;
  height: 48%;
  border: 2px solid rgba(122, 89, 55, 0.24);
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.draft-media-necklace::after {
  left: calc(50% - 22px);
  bottom: 22%;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(185, 131, 70, 0.4);
  border-radius: 13px;
  background:
    radial-gradient(circle at 35% 32%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.82), rgba(199, 148, 127, 0.62));
  transform: rotate(45deg);
}

.draft-media-video {
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 248, 238, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 238, 0.08) 1px, transparent 1px),
    linear-gradient(145deg, rgba(58, 52, 46, 0.96), rgba(104, 81, 67, 0.92));
  background-size: 28px 28px, 28px 28px, auto;
}

.draft-media-video::before {
  top: -12%;
  bottom: -12%;
  left: -34%;
  width: 42%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: skewX(-20deg);
  animation: media-sweep 6.8s linear infinite;
}

.draft-media-video::after {
  inset: auto 18px 18px auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.28), transparent 62%);
}

.draft-play {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 249, 242, 0.92);
  box-shadow: 0 18px 30px rgba(30, 22, 17, 0.22);
}

.draft-play::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #45352b;
}

.draft-media-ring {
  background:
    radial-gradient(circle at 74% 24%, rgba(199, 148, 127, 0.24), transparent 24%),
    linear-gradient(145deg, rgba(241, 247, 239, 0.88), rgba(255, 250, 244, 0.68));
}

.draft-media-ring::before {
  left: 22%;
  top: 35%;
  width: 56%;
  aspect-ratio: 1;
  border: 2px solid rgba(89, 106, 82, 0.26);
  border-radius: 50%;
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.34);
}

.draft-media-ring::after {
  left: calc(50% - 18px);
  top: 25%;
  width: 36px;
  height: 28px;
  border: 1px solid rgba(185, 131, 70, 0.42);
  border-radius: 12px 12px 18px 18px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.86), transparent 32%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.82), rgba(199, 148, 127, 0.64));
}

.draft-media-sketch {
  background:
    linear-gradient(rgba(122, 89, 55, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 89, 55, 0.055) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 251, 246, 0.92), rgba(238, 229, 214, 0.62));
  background-size: 24px 24px, 24px 24px, auto;
}

.draft-media-sketch::before {
  left: 18%;
  right: 18%;
  top: 28%;
  height: 42%;
  border: 1px dashed rgba(122, 89, 55, 0.26);
  border-radius: 34% 66% 58% 42%;
  transform: rotate(-8deg);
}

.draft-media-sketch::after {
  left: 20%;
  right: 18%;
  top: 50%;
  border-top: 2px solid rgba(185, 131, 70, 0.34);
  transform: rotate(16deg);
}

.draft-card-meta {
  display: grid;
  gap: 4px;
}

.draft-card-meta span {
  color: var(--gold-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.draft-card-meta strong {
  font-size: 1rem;
  line-height: 1.35;
}

.minimal-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: end;
  max-width: min(1040px, 100%);
  padding: 0 clamp(4px, 1vw, 16px);
}

.minimal-copy h1 {
  margin: 0;
  max-width: 12.4ch;
  font-family: var(--display-font);
  font-size: clamp(4.4rem, 7.2vw, 5.75rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

.minimal-copy-side {
  display: grid;
  gap: 18px;
}

.post-showcase-copy {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px clamp(24px, 4vw, 56px);
  max-width: none;
  padding: 0 clamp(4px, 1vw, 16px);
}

.minimal-copy-side p {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.68;
}

.conversion-flow {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(241, 247, 239, 0.34)),
    rgba(255, 252, 247, 0.42);
}

.conversion-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-width: 0;
  min-height: 112px;
  padding: 17px;
  border: 1px solid rgba(122, 89, 55, 0.1);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.conversion-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(122, 89, 55, 0.24);
  border-right: 1px solid rgba(122, 89, 55, 0.24);
  background: rgba(252, 248, 241, 0.92);
  transform: translateY(-50%) rotate(45deg);
}

.conversion-index {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(185, 131, 70, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 26%, rgba(255, 255, 255, 0.8), transparent 42%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.42), rgba(199, 148, 127, 0.2));
  color: #7f5a36;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.conversion-step div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.conversion-step strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.28;
}

.conversion-step div span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.minimal-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.post-showcase-copy .minimal-actions {
  justify-self: end;
  justify-content: flex-end;
}

.home-footer {
  position: relative;
  display: grid;
  gap: clamp(20px, 3vw, 30px);
  align-items: stretch;
  margin-top: clamp(22px, 4vw, 48px);
  margin-left: calc(50% - 50vw);
  width: 100vw;
  padding:
    clamp(42px, 6vw, 76px)
    max(24px, calc((100vw - 1680px) / 2 + 24px))
    32px;
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.34), transparent 44%),
    #dfe5d7;
  color: rgba(59, 69, 49, 0.82);
  font-size: 0.9rem;
  overflow: hidden;
}

.home-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(64, 79, 55, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 79, 55, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.42) 58%, transparent 100%);
}

.home-footer > * {
  position: relative;
  z-index: 1;
}

.home-footer-bottom,
.home-footer-links {
  display: flex;
  align-items: center;
}

.home-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  padding: 0;
  color: #323b2d;
}

.home-contact-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  max-width: 720px;
}

.home-contact-label {
  margin: 0;
  color: #6f7a50;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-contact h2 {
  margin: 0;
  max-width: 11ch;
  color: #303528;
  font-family: var(--display-font);
  font-size: clamp(2.7rem, 5.7vw, 5.6rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

.home-contact p:not(.home-contact-label) {
  margin: 0;
  max-width: 56ch;
  color: rgba(59, 69, 49, 0.76);
  font-size: 1.02rem;
  line-height: 1.7;
}

.home-contact-mail {
  flex: 0 0 auto;
  color: #303528;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  transition: color 180ms ease, transform 180ms ease;
}

.home-contact-mail:hover {
  color: #6f7a50;
  transform: translateY(-2px);
}

.home-contact-details {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: min(100%, 320px);
  padding-left: clamp(18px, 3vw, 38px);
  border-left: 1px solid rgba(64, 79, 55, 0.2);
}

.home-contact-note {
  font-size: 0.95rem;
}

.home-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: rgba(48, 53, 40, 0.82);
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-footer-contact a,
.home-footer-contact span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}

.home-footer-contact a {
  color: #303528;
  font-weight: 700;
}

.home-contact-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
}

.home-contact-list div {
  display: grid;
  grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid rgba(64, 79, 55, 0.15);
}

.home-contact-list dt,
.home-contact-list dd {
  margin: 0;
}

.home-contact-list dt {
  color: #657047;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-contact-list dd {
  color: rgba(48, 53, 40, 0.88);
  line-height: 1.55;
}

.home-contact-list a {
  color: inherit;
}

.home-footer-bottom {
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.home-footer-bottom > span {
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-footer small {
  color: rgba(109, 90, 73, 0.78);
  font-size: 0.86rem;
}

.home-footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  margin-left: auto;
}

.home-footer a {
  color: var(--text);
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.home-footer a:hover {
  color: var(--gold-strong);
  transform: translateY(-1px);
}

.package-page-main {
  display: grid;
  gap: clamp(34px, 5vw, 62px);
  padding: clamp(44px, 6vw, 76px) 0 clamp(54px, 7vw, 92px);
}

.package-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(300px, 0.48fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
}

.package-hero-copy {
  display: grid;
  gap: 18px;
}

.package-hero h1 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--display-font);
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  font-weight: 600;
  line-height: 0.98;
}

.package-hero p,
.package-note p,
.package-selection-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.package-hero-copy > p {
  max-width: 66ch;
  font-size: 1.06rem;
}

.package-selection-panel,
.package-note {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(104, 123, 92, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 240, 0.48));
  box-shadow: 0 18px 38px rgba(101, 77, 53, 0.08);
}

.package-selection-panel strong {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.28;
}

.package-plans {
  display: grid;
  gap: 22px;
}

.package-plan-grid .plan-card {
  grid-template-rows: auto auto auto 1fr auto;
  min-height: 100%;
}

.package-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.package-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(104, 123, 92, 0.2);
  border-radius: 999px;
  background: rgba(104, 123, 92, 0.08);
  color: #59694f;
  font-size: 0.78rem;
  font-weight: 700;
}

.package-plan-grid .button,
.package-selection-panel .button {
  width: 100%;
}

.package-plan-grid .plan-card.is-selected {
  border-color: rgba(104, 123, 92, 0.38);
  box-shadow:
    0 24px 46px rgba(101, 77, 53, 0.12),
    0 0 0 4px rgba(104, 123, 92, 0.08);
}

.package-note {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.current-package-card {
  display: grid;
  gap: 16px;
  width: min(100%, 760px);
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(104, 123, 92, 0.24);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(104, 123, 92, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 240, 0.52));
}

.current-package-card strong {
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.25;
}

.current-package-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.package-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 12px;
  margin: 0;
}

.package-meta div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.54);
}

.package-meta dt {
  color: var(--muted);
  font-size: 0.78rem;
}

.package-meta dd {
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

.credit-ledger {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.44);
}

.credit-ledger-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credit-ledger-list {
  display: grid;
  gap: 8px;
}

.credit-ledger-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(122, 89, 55, 0.1);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.68);
  color: var(--text);
  font-size: 0.86rem;
}

.credit-ledger-item strong {
  flex-shrink: 0;
  color: #2d7c48;
  font-size: 0.86rem;
}

.credit-ledger-item.is-spend strong {
  color: #9e4435;
}

.credit-ledger-empty {
  font-size: 0.9rem;
}

.current-package-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.plan-change-panel {
  display: grid;
  gap: 16px;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(104, 123, 92, 0.24);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.5);
}

.plan-change-panel[hidden] {
  display: none;
}

.plan-change-head {
  display: grid;
  gap: 6px;
}

.plan-change-head strong {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  line-height: 1.3;
}

.plan-change-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.plan-change-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 14px;
}

.plan-change-option {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(122, 89, 55, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.plan-change-option.is-current {
  border-color: rgba(104, 123, 92, 0.42);
  background: rgba(104, 123, 92, 0.1);
}

.plan-change-option strong {
  font-size: 1.05rem;
  line-height: 1.3;
}

.plan-change-option p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.plan-change-option .button {
  margin-top: auto;
}

.plan-change-cancel {
  display: grid;
  gap: 12px;
  justify-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(138, 32, 16, 0.2);
  border-radius: 18px;
  background: rgba(138, 32, 16, 0.05);
}

.plan-change-cancel[hidden] {
  display: none;
}

.plan-change-cancel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.plan-change-cancel .button[hidden] {
  display: none;
}

.topup-section {
  display: grid;
  gap: 16px;
  width: min(100%, 760px);
  margin-top: 18px;
  padding: clamp(20px, 2.6vw, 26px);
  border: 1px solid rgba(122, 89, 55, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(185, 131, 70, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.56);
}

.topup-section[hidden] {
  display: none;
}

.topup-head {
  display: grid;
  gap: 6px;
  justify-items: start;
}

.topup-head strong {
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  line-height: 1.3;
}

.topup-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.topup-fineprint {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: var(--muted);
  opacity: 0.85;
}

.topup-current {
  margin: 0;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(104, 123, 92, 0.12);
  color: #40502f;
  font-weight: 600;
  font-size: 0.9rem;
}

.topup-current[hidden] {
  display: none;
}

.topup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: 12px;
}

.topup-option {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(122, 89, 55, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
}

.topup-option strong {
  font-size: 1.1rem;
  line-height: 1.2;
}

.topup-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.topup-price s {
  color: var(--muted);
  font-size: 0.85rem;
}

.topup-price-now {
  font-size: 1.15rem;
  font-weight: 750;
  color: #2c211a;
}

.topup-badge {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(138, 32, 16, 0.12);
  color: #8a2010;
  font-size: 0.78rem;
  font-weight: 700;
}

.topup-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.topup-option .button {
  margin-top: 4px;
  width: 100%;
}

[data-topup-status] {
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

[data-topup-status][data-tone="info"] {
  color: #5b3b20;
}

[data-topup-status][data-tone="error"] {
  color: #8a2010;
}

[data-topup-status][data-tone="success"] {
  color: #1f5a2c;
}

[data-plan-change-status] {
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

[data-plan-change-status][data-tone="info"] {
  color: #5b3b20;
}

[data-plan-change-status][data-tone="error"] {
  color: #8a2010;
}

[data-plan-change-status][data-tone="success"] {
  color: #1f5a2c;
}

.admin-credit-panel {
  display: grid;
  gap: 16px;
  width: min(100%, 760px);
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(122, 89, 55, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.owner-panel-section {
  display: grid;
  gap: 18px;
}

.owner-panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  align-items: start;
  gap: 16px;
}

.owner-panel-grid .admin-credit-panel {
  width: 100%;
}

.admin-credit-panel[hidden] {
  display: none;
}

.admin-credit-head {
  display: grid;
  gap: 8px;
}

.admin-credit-head strong {
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  line-height: 1.25;
}

.admin-credit-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.admin-role-list-wrap {
  display: grid;
  gap: 10px;
}

.admin-role-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.admin-role-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(122, 89, 55, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
}

.admin-role-list li span {
  word-break: break-all;
}

.admin-credit-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
}

.admin-credit-form label {
  display: grid;
  gap: 8px;
}

.admin-credit-form label span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.admin-credit-form input,
.admin-credit-form select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(122, 89, 55, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
  font: inherit;
  outline: 0;
}

.admin-credit-form input:focus,
.admin-credit-form select:focus {
  border-color: rgba(185, 131, 70, 0.42);
  box-shadow: 0 0 0 4px rgba(185, 131, 70, 0.12);
}

.admin-credit-toggle {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.44);
}

.admin-credit-toggle input {
  width: 18px;
  min-height: 18px;
}

.admin-credit-result {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 10px;
}

.admin-credit-result[hidden] {
  display: none;
}

.admin-credit-result div {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(122, 89, 55, 0.1);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.7);
}

.admin-credit-result span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-credit-result strong {
  overflow-wrap: anywhere;
  font-size: 0.95rem;
}

.admin-spending-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 10px;
}

.admin-spending-summary div,
.admin-spending-row {
  border: 1px solid rgba(122, 89, 55, 0.1);
  border-radius: 14px;
  background: rgba(255, 252, 247, 0.7);
}

.admin-spending-summary div {
  display: grid;
  gap: 6px;
  padding: 12px;
}

.admin-spending-summary span,
.admin-spending-meta span,
.admin-spending-total small,
.admin-spending-stages {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-spending-summary strong {
  overflow-wrap: anywhere;
  font-size: 0.95rem;
}

.admin-spending-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.admin-spending-list {
  display: grid;
  gap: 10px;
}

.admin-spending-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px;
}

.admin-spending-user {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.admin-spending-user strong {
  overflow-wrap: anywhere;
}

.admin-spending-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.admin-spending-total {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
  font-weight: 800;
}

.admin-spending-total span {
  color: #9e4435;
  font-size: 1rem;
}

.admin-spending-total em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
}

.admin-spending-stages {
  grid-column: 1 / -1;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.admin-credit-status {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.admin-credit-status[data-status="success"] {
  color: #2d7c48;
}

.admin-credit-status[data-status="error"] {
  color: #9e4435;
}

.simple-page-main {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 190px);
  padding: 44px 0;
}

.simple-page {
  display: grid;
  gap: 26px;
  max-width: 920px;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: var(--shadow);
}

.simple-page h1 {
  margin: 0;
  max-width: 10ch;
  font-family: var(--display-font);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 600;
  line-height: 0.98;
}

.simple-page p,
.simple-page li {
  color: var(--muted);
  line-height: 1.7;
}

.simple-page p {
  margin: 0;
  max-width: 64ch;
  font-size: 1.05rem;
}

.simple-list,
.simple-cards {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

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

.simple-card {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
}

.simple-card strong {
  font-size: 1.05rem;
}

.simple-card span {
  color: var(--muted);
  line-height: 1.6;
}

.simple-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------------------------------------------------------------------------
   Legal / belge sayfaları (KVKK, gizlilik, kullanım koşulları, çerez, mesafeli)
   Uzun metin okumaya optimize, okunabilir ölçek.
--------------------------------------------------------------------------- */
.legal-main {
  padding: clamp(28px, 5vw, 64px) 0 clamp(48px, 7vw, 96px);
}

.legal-page {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

.legal-head {
  display: grid;
  gap: 14px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.legal-head h1 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  font-weight: 600;
  line-height: 1.05;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.legal-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.legal-disclaimer {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-strong);
  border-radius: 14px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.legal-disclaimer strong {
  color: var(--text);
}

.legal-toc {
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.48);
}

.legal-toc p {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.legal-toc ol {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 6px;
  color: var(--muted);
}

.legal-toc a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.legal-toc a:hover {
  border-bottom-color: var(--gold-strong);
}

.legal-body {
  display: grid;
  gap: 30px;
}

.legal-body section {
  display: grid;
  gap: 12px;
  scroll-margin-top: 96px;
}

.legal-body h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  font-weight: 600;
  line-height: 1.2;
}

.legal-body h3 {
  margin: 6px 0 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--text);
}

.legal-body p,
.legal-body li {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.legal-body ul,
.legal-body ol {
  margin: 0;
  padding-left: 1.3em;
  display: grid;
  gap: 8px;
}

.legal-body a {
  color: var(--gold-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-body .legal-fill {
  padding: 1px 6px;
  border-radius: 6px;
  background: rgba(199, 154, 99, 0.16);
  color: var(--text);
  font-style: normal;
  white-space: nowrap;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.legal-table th,
.legal-table td {
  padding: 10px 12px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  color: var(--muted);
  line-height: 1.6;
}

.legal-table th {
  background: var(--surface-soft);
  color: var(--text);
  font-weight: 600;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.legal-back:hover {
  color: var(--text);
}

/* ---------------------------------------------------------------------------
   Hata sayfası (404 vb.)
--------------------------------------------------------------------------- */
.error-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 64px 24px;
}

.error-card {
  max-width: 560px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.error-code {
  font-family: var(--display-font);
  font-size: clamp(4rem, 12vw, 7rem);
  line-height: 0.9;
  color: var(--gold-strong);
  letter-spacing: -0.02em;
}

.error-card h1 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin: 0;
}

.error-card p {
  color: var(--muted);
  max-width: 46ch;
  margin: 0 auto;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

/* ---------------------------------------------------------------------------
   Yeni sürüm bildirimi
--------------------------------------------------------------------------- */
.version-notice {
  position: fixed;
  z-index: 1300;
  top: calc(env(safe-area-inset-top, 0px) + 104px);
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  width: min(520px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 16px 14px 18px;
  border: 1px solid rgba(87, 111, 87, 0.24);
  border-radius: 18px;
  background: rgba(247, 251, 244, 0.96);
  box-shadow: 0 18px 48px rgba(72, 91, 69, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.version-notice.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.version-notice p {
  display: grid;
  gap: 3px;
  margin: 0;
  min-width: 0;
}

.version-notice strong {
  color: #24361f;
  font-size: 0.96rem;
  line-height: 1.25;
}

.version-notice span {
  color: #5c6b55;
  font-size: 0.88rem;
  line-height: 1.35;
}

.version-notice .button {
  min-height: 40px;
  padding: 9px 16px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .version-notice {
    top: calc(env(safe-area-inset-top, 0px) + 148px);
    grid-template-columns: 1fr;
  }

  .version-notice .button {
    justify-self: end;
  }
}

/* ---------------------------------------------------------------------------
   Çerez onay bandı
--------------------------------------------------------------------------- */
.cookie-consent {
  position: fixed;
  z-index: 1200;
  left: 50%;
  bottom: clamp(12px, 3vw, 28px);
  transform: translateX(-50%) translateY(12px);
  width: min(760px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface-strong);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.cookie-consent.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.cookie-consent p a {
  color: var(--gold-strong);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-actions .button {
  padding: 9px 18px;
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  .cookie-consent {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cookie-actions {
    justify-content: flex-end;
  }
}

.how-body {
  --how-sage: #687b5c;
  --how-sage-soft: #e2e8dc;
  --how-steel: #667684;
  --how-ink: #2f332c;
  --how-berry: #9a6566;
}

.how-page-main {
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  padding: clamp(34px, 5vw, 64px) 0 clamp(52px, 7vw, 92px);
}

.how-hero,
.how-decision,
.how-cta {
  position: relative;
  overflow: hidden;
}

.how-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(6px, 1vw, 14px) clamp(4px, 1vw, 16px) 0;
}

.how-hero-copy {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.how-hero h1,
.how-section-head h2,
.how-decision h2,
.how-cta h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.98;
}

.how-hero h1 {
  max-width: 10.8ch;
  font-size: clamp(3.7rem, 7.2vw, 6.8rem);
}

.how-hero-copy p,
.how-section-head p,
.how-decision-copy p,
.how-decision-card p,
.how-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.how-hero-copy > p {
  max-width: 59ch;
  font-size: 1.08rem;
}

.how-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.how-proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 4px 0 0;
}

.how-proof-list div {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(226, 232, 220, 0.24)),
    rgba(255, 252, 247, 0.42);
}

.how-proof-list dt,
.how-proof-list dd {
  margin: 0;
}

.how-proof-list dt {
  color: var(--gold-strong);
  font-family: var(--display-font);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1;
}

.how-proof-list dd {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.how-stage {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(14px, 2vw, 20px);
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(226, 232, 220, 0.36)),
    rgba(248, 241, 231, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 24px 46px rgba(101, 77, 53, 0.1);
}

.how-stage-top,
.how-stage-input,
.how-stage-results,
.how-stage-results article,
.how-flow-line {
  display: flex;
  align-items: center;
}

.how-stage-top {
  gap: 8px;
  min-height: 34px;
  color: var(--muted);
  font-size: 0.82rem;
}

.how-stage-top span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(122, 89, 55, 0.22);
}

.how-stage-top span:nth-child(2) {
  background: rgba(154, 101, 102, 0.28);
}

.how-stage-top span:nth-child(3) {
  background: rgba(104, 123, 92, 0.3);
}

.how-stage-top strong {
  margin-left: 8px;
  color: var(--text);
  font-size: 0.9rem;
}

.how-stage-input {
  gap: 14px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 22px;
  background: rgba(255, 252, 247, 0.72);
}

.how-input-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.86), transparent 27%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.72), rgba(154, 101, 102, 0.56));
  overflow: hidden;
}

.how-input-thumb::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 15px;
  width: 24px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 46% 54% 58% 42%;
}

.how-stage-input div:last-child {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.how-stage-input span,
.how-reference-card span,
.how-stage-results span,
.how-decision-tag {
  color: var(--gold-strong);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.how-stage-input strong {
  line-height: 1.3;
}

.how-stage-canvas {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.88fr) 76px minmax(170px, 1.12fr);
  gap: 14px;
  align-items: center;
  min-height: clamp(300px, 30vw, 430px);
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(122, 89, 55, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(rgba(122, 89, 55, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 89, 55, 0.052) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.58), rgba(226, 232, 220, 0.28));
  background-size: 42px 42px, 42px 42px, auto;
  overflow: hidden;
}

.how-reference-card,
.how-jewel-preview {
  position: relative;
  min-height: clamp(200px, 22vw, 300px);
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.72);
  box-shadow: 0 18px 34px rgba(101, 77, 53, 0.08);
  overflow: hidden;
}

.how-reference-card {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 16px;
}

.how-reference-card::before {
  content: "";
  position: absolute;
  inset: 20px 20px auto;
  height: 54%;
  border-radius: 20px;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.78), transparent 24%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.38), rgba(102, 118, 132, 0.26));
}

.how-reference-lines {
  display: grid;
  gap: 7px;
  width: min(100%, 170px);
}

.how-reference-lines::before,
.how-reference-lines::after {
  content: "";
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(122, 89, 55, 0.12);
}

.how-reference-lines::after {
  width: 62%;
}

.how-flow-line {
  justify-content: center;
  min-height: 76px;
}

.how-flow-line span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(122, 89, 55, 0.24);
}

.how-flow-line span::before,
.how-flow-line span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}

.how-flow-line span::before {
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: 1px solid rgba(185, 131, 70, 0.28);
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.92), transparent 35%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.78), rgba(154, 101, 102, 0.42));
}

.how-flow-line span::after {
  right: -1px;
  width: 10px;
  height: 10px;
  border-top: 1px solid rgba(122, 89, 55, 0.34);
  border-right: 1px solid rgba(122, 89, 55, 0.34);
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
}

.how-jewel-preview {
  background:
    radial-gradient(circle at 64% 22%, rgba(226, 232, 220, 0.78), transparent 22%),
    linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(238, 229, 214, 0.54));
}

.how-chain,
.how-stone,
.how-ring {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.how-chain {
  top: 18%;
  width: 46%;
  height: 48%;
  border: 2px solid rgba(104, 123, 92, 0.28);
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.how-stone {
  bottom: 21%;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(185, 131, 70, 0.42);
  border-radius: 25px;
  background:
    radial-gradient(circle at 33% 29%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.9), rgba(154, 101, 102, 0.64));
  transform: translateX(-50%) rotate(45deg);
}

.how-ring {
  right: 12%;
  bottom: 15%;
  left: auto;
  width: 92px;
  height: 92px;
  border: 9px solid rgba(102, 118, 132, 0.22);
  border-radius: 50%;
  transform: none;
}

.how-stage-results {
  gap: 10px;
}

.how-stage-results article {
  flex: 1 1 0;
  gap: 10px;
  min-width: 0;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(122, 89, 55, 0.1);
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.62);
}

.how-stage-results strong {
  font-size: 0.94rem;
  line-height: 1.25;
}

.how-section {
  display: grid;
  gap: 24px;
  scroll-margin-top: 132px;
}

.how-section-head {
  display: grid;
  gap: 14px;
  max-width: 860px;
  padding: 0 clamp(4px, 1vw, 16px);
}

.how-section-head h2,
.how-decision h2,
.how-cta h2 {
  max-width: 12ch;
  font-size: clamp(2.55rem, 5.4vw, 5.2rem);
}

.how-section-head p {
  max-width: 70ch;
  font-size: 1.04rem;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.how-step-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 15px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 248, 240, 0.42)),
    rgba(255, 252, 247, 0.44);
  box-shadow: 0 18px 34px rgba(101, 77, 53, 0.07);
  overflow: hidden;
}

.how-step-number {
  color: var(--gold-strong);
  font-family: var(--display-font);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.how-step-visual {
  position: relative;
  min-height: 158px;
  border: 1px solid rgba(122, 89, 55, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(122, 89, 55, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 89, 55, 0.045) 1px, transparent 1px),
    rgba(255, 252, 247, 0.56);
  background-size: 30px 30px, 30px 30px, auto;
  overflow: hidden;
}

.how-step-visual::before,
.how-step-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.how-step-visual-reference::before {
  inset: 24px 24px 48px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 28% 25%, rgba(255, 255, 255, 0.88), transparent 28%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.55), rgba(102, 118, 132, 0.3));
}

.how-step-visual-reference::after {
  left: 28px;
  right: 72px;
  bottom: 25px;
  height: 9px;
  border-radius: 999px;
  background: rgba(122, 89, 55, 0.13);
  box-shadow: 0 16px 0 rgba(122, 89, 55, 0.09);
}

.how-step-visual-direction::before {
  left: 21%;
  top: 30%;
  width: 58%;
  aspect-ratio: 1;
  border: 2px solid rgba(104, 123, 92, 0.28);
  border-radius: 50%;
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.36);
}

.how-step-visual-direction::after {
  left: calc(50% - 22px);
  top: 22%;
  width: 44px;
  height: 34px;
  border: 1px solid rgba(185, 131, 70, 0.42);
  border-radius: 15px 15px 22px 22px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.86), transparent 31%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.78), rgba(154, 101, 102, 0.54));
}

.how-step-visual-refine::before {
  left: 20%;
  right: 20%;
  top: 23%;
  height: 43%;
  border: 1px dashed rgba(122, 89, 55, 0.28);
  border-radius: 38% 62% 54% 46%;
  transform: rotate(-8deg);
}

.how-step-visual-refine::after {
  left: 22%;
  right: 18%;
  bottom: 27%;
  height: 34px;
  border-top: 2px solid rgba(185, 131, 70, 0.34);
  border-bottom: 2px solid rgba(102, 118, 132, 0.22);
  transform: rotate(13deg);
}

.how-step-visual-output::before {
  left: 23%;
  top: 21%;
  width: 54%;
  height: 58%;
  border: 1px solid rgba(122, 89, 55, 0.13);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(104, 123, 92, 0.16) 36%, transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(226, 232, 220, 0.38));
  background-size: 48px 1px, auto;
  box-shadow: 12px 12px 0 rgba(102, 118, 132, 0.1);
}

.how-step-visual-output::after {
  right: 24%;
  bottom: 24%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.86), transparent 33%),
    linear-gradient(145deg, rgba(231, 193, 137, 0.78), rgba(104, 123, 92, 0.42));
}

.how-step-card h3,
.how-decision-card h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1.35;
}

.how-step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.how-decision {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
  padding: clamp(24px, 4.5vw, 52px);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 251, 245, 0.28), transparent 36%),
    linear-gradient(145deg, #dfe5d7, #edf0e8);
  color: var(--how-ink);
}

.how-decision::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(64, 79, 55, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 79, 55, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.34) 74%, transparent 100%);
}

.how-decision > * {
  position: relative;
  z-index: 1;
}

.how-decision-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.how-decision-copy p {
  color: rgba(48, 53, 40, 0.76);
}

.how-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.how-decision-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(64, 79, 55, 0.16);
  border-radius: 26px;
  background: rgba(255, 252, 247, 0.58);
  box-shadow: 0 20px 40px rgba(64, 79, 55, 0.09);
}

.how-decision-card-alt {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(102, 118, 132, 0.1)),
    rgba(255, 252, 247, 0.52);
}

.how-decision-tag {
  color: #657047;
}

.how-decision-card p {
  color: rgba(48, 53, 40, 0.76);
}

.how-checks-section {
  padding-top: 4px;
}

.how-check-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.how-check-grid article {
  display: grid;
  gap: 9px;
  min-width: 0;
  min-height: 154px;
  padding: 22px;
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 248, 240, 0.38)),
    rgba(255, 252, 247, 0.5);
}

.how-check-grid strong {
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.35;
}

.how-check-grid span {
  color: var(--muted);
  line-height: 1.62;
}

.how-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.72fr) auto;
  gap: 22px clamp(24px, 4vw, 54px);
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(122, 89, 55, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 20%, rgba(231, 193, 137, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(56, 45, 36, 0.96), rgba(79, 69, 62, 0.92));
  color: #fff8ee;
}

.how-cta .eyebrow {
  color: rgba(242, 206, 149, 0.9);
}

.how-cta h2 {
  max-width: 10ch;
  color: #fff8ee;
  font-size: clamp(2.2rem, 4.2vw, 4.2rem);
}

.how-cta p {
  color: rgba(255, 248, 238, 0.75);
}

.how-cta .simple-actions {
  justify-content: flex-end;
}

.how-cta .button-secondary {
  border-color: rgba(255, 248, 238, 0.22);
  background: rgba(255, 248, 238, 0.1);
  color: #fff8ee;
}

@media (max-width: 1100px) {
  .page-shell {
    width: min(100vw - 24px, 1680px);
  }

  .login-shell,
  .process,
  .collection-grid,
  .plan-grid,
  .signal-strip {
    grid-template-columns: 1fr;
  }

  .hero-layout,
  .hero-message,
  .hero-support,
  .hero-bottom,
  .hero-media-head,
  .minimal-copy,
  .package-hero,
  .package-note,
  .simple-cards,
  .how-hero,
  .how-decision,
  .how-cta {
    grid-template-columns: 1fr;
  }

  .how-steps,
  .how-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .how-hero h1 {
    max-width: 12ch;
    font-size: clamp(3.8rem, 8vw, 5.2rem);
  }

  .how-cta .simple-actions {
    justify-content: flex-start;
  }

  .hero h1 {
    font-size: 4.6rem;
    max-width: 12ch;
  }

  .minimal-copy h1 {
    max-width: 12.8ch;
    font-size: clamp(3.95rem, 8vw, 4.7rem);
  }

  .hero-media {
    min-height: auto;
  }

  .hero-media-note {
    max-width: 60ch;
  }

  .login-shell {
    min-height: auto;
  }

  .plan-card-featured {
    transform: none;
  }
}

@media (max-width: 820px) {
  .site-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header {
    position: sticky;
    top: 0;
    gap: 18px;
    padding: 16px 20px;
    border-radius: 28px;
  }

  /* Dar ekranda da bar düz şerit ve yukarıda kalır; sütuna dizilmez. */
  .home-body .site-header {
    position: sticky;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    padding: 12px 16px;
    border-radius: 0;
  }

  .site-nav,
  .header-actions {
    flex-wrap: wrap;
  }

  .home-header .site-nav {
    flex: 0 1 auto;
    justify-content: flex-start;
  }

  .showcase-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .showcase-tags {
    justify-content: flex-start;
  }

  .minimal-showcase {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .showcase-promo {
    min-height: auto;
    gap: 16px;
  }

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

  .home-contact-details {
    padding-top: 22px;
    padding-left: 0;
    border-top: 1px solid rgba(64, 79, 55, 0.18);
    border-left: 0;
  }

  .post-showcase-copy {
    grid-template-columns: 1fr;
  }

  .conversion-flow {
    grid-template-columns: 1fr;
  }

  .conversion-step {
    min-height: auto;
  }

  .conversion-step:not(:last-child)::after {
    display: none;
  }

  .how-proof-list,
  .how-decision-grid {
    grid-template-columns: 1fr;
  }

  .how-stage-canvas {
    grid-template-columns: 1fr;
  }

  .how-flow-line {
    min-height: 48px;
  }

  .how-flow-line span {
    width: 1px;
    height: 48px;
  }

  .how-flow-line span::after {
    right: auto;
    bottom: -1px;
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }

  .how-stage-results {
    align-items: stretch;
    flex-direction: column;
  }

  .post-showcase-copy .minimal-actions {
    justify-self: start;
    justify-content: flex-start;
  }

  .login-row,
  .login-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-format-grid {
    grid-template-columns: 1fr 1fr;
  }

  .media-board {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .media-slot-main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100vw - 20px, 1280px);
  }

  .site-header {
    gap: 14px;
    margin-top: 10px;
    padding: 14px 16px;
  }

  .site-nav,
  .header-actions {
    gap: 18px;
  }

  .brand {
    gap: 6px;
  }

  .brand-mark,
  .brand-copy {
    font-size: 1.1rem;
  }

  .button {
    min-height: 44px;
    padding: 0 18px;
  }

  .section {
    padding: 22px;
    border-radius: 26px;
  }

  .hero {
    padding: 22px;
  }

  .home-main {
    padding: 22px 0 18px;
  }

  .minimal-hero {
    gap: 20px;
    min-height: auto;
  }

  .minimal-showcase {
    gap: 10px;
    padding: 10px;
    border-radius: 24px;
  }

  .showcase-promo {
    padding: 20px;
    border-radius: 20px;
  }

  .showcase-media-rail {
    min-height: 252px;
    border-radius: 20px;
  }

  .showcase-marquee {
    padding: 8px 0;
  }

  .draft-card,
  .draft-card-wide,
  .draft-card-tall,
  .draft-card-video {
    width: 218px;
    min-height: 232px;
  }

  .draft-media,
  .draft-card-wide .draft-media,
  .draft-card-tall .draft-media {
    min-height: 150px;
  }

  .showcase-promo .button {
    min-height: 46px;
  }

  .showcase-promo h2 {
    max-width: 16ch;
    font-size: 1.35rem;
  }

  .minimal-showcase::before {
    inset: 12px;
    background-size: 34px 34px;
  }

  .minimal-copy {
    gap: 12px;
    padding: 0 2px;
  }

  .post-showcase-copy {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 2px;
  }

  .minimal-copy h1 {
    max-width: 10.5ch;
    font-size: clamp(3rem, 14vw, 3.45rem);
  }

  .minimal-copy-side p {
    font-size: 1rem;
  }

  .conversion-flow {
    gap: 8px;
    padding: 8px;
    border-radius: 20px;
  }

  .conversion-step {
    gap: 11px;
    padding: 14px;
    border-radius: 16px;
  }

  .conversion-index {
    width: 30px;
    height: 30px;
    font-size: 0.68rem;
  }

  .conversion-step strong {
    font-size: 0.94rem;
  }

  .conversion-step div span {
    font-size: 0.86rem;
  }

  .minimal-actions {
    gap: 10px;
  }

  .minimal-actions .button {
    flex: 1 1 150px;
  }

  .home-footer {
    gap: 22px;
    padding: 34px 20px 24px;
  }

  .home-contact,
  .home-footer-bottom {
    align-items: flex-start;
  }

  .home-footer-bottom {
    flex-direction: column;
  }

  .home-contact {
    gap: 18px;
  }

  .home-contact h2 {
    max-width: 11ch;
  }

  .home-contact-mail {
    font-size: 1.28rem;
  }

  .home-contact-details {
    width: 100%;
  }

  .home-contact-list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 12px 0;
  }

  .home-footer-links {
    justify-content: flex-start;
    margin-left: 0;
  }

  .package-page-main {
    gap: 30px;
    padding: 28px 0 54px;
  }

  .package-hero h1 {
    max-width: 10.8ch;
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .package-meta {
    grid-template-columns: 1fr;
  }

  .current-package-actions .button,
  .package-note .button {
    width: 100%;
  }

  .admin-credit-form {
    grid-template-columns: 1fr;
  }

  .admin-credit-form .button {
    width: 100%;
  }

  .admin-spending-row {
    grid-template-columns: 1fr;
  }

  .admin-spending-total {
    justify-items: start;
    text-align: left;
  }

  .simple-page-main {
    padding: 24px 0;
  }

  .simple-page {
    padding: 24px;
    border-radius: 24px;
  }

  .how-page-main {
    gap: 34px;
    padding: 26px 0 52px;
  }

  .how-hero {
    gap: 24px;
    padding: 0 2px;
  }

  .how-hero h1 {
    max-width: 10.4ch;
    font-size: clamp(3rem, 13.6vw, 3.85rem);
  }

  .how-hero-copy > p,
  .how-section-head p {
    font-size: 1rem;
  }

  .how-proof-list {
    gap: 8px;
  }

  .how-stage {
    gap: 12px;
    padding: 12px;
    border-radius: 24px;
  }

  .how-stage-input {
    align-items: flex-start;
    border-radius: 18px;
  }

  .how-stage-canvas {
    min-height: auto;
    padding: 12px;
    border-radius: 20px;
    background-size: 34px 34px, 34px 34px, auto;
  }

  .how-reference-card,
  .how-jewel-preview {
    min-height: 210px;
    border-radius: 20px;
  }

  .how-ring {
    width: 76px;
    height: 76px;
  }

  .how-stone {
    width: 58px;
    height: 58px;
  }

  .how-section {
    gap: 18px;
  }

  .how-section-head {
    padding: 0 2px;
  }

  .how-section-head h2,
  .how-decision h2 {
    max-width: 11ch;
    font-size: clamp(2.4rem, 11vw, 3.35rem);
  }

  .how-steps,
  .how-check-grid {
    grid-template-columns: 1fr;
  }

  .how-step-card {
    padding: 16px;
    border-radius: 22px;
  }

  .how-step-visual {
    min-height: 150px;
  }

  .how-decision,
  .how-cta {
    padding: 22px;
    border-radius: 24px;
  }

  .how-check-grid article {
    min-height: auto;
    padding: 18px;
  }

  .how-cta h2 {
    max-width: 10ch;
    font-size: clamp(2.25rem, 10vw, 3.1rem);
  }

  .result-showcase {
    padding: 14px;
    border-radius: 26px;
  }

  .result-showcase::before {
    inset: 14px;
    background-size: 34px 34px;
  }

  .catalog-track,
  .catalog-group {
    gap: 12px;
  }

  .result-card,
  .result-card-wide,
  .result-card-square,
  .result-card-tall {
    width: 238px;
    min-height: 300px;
  }

  .result-art,
  .result-file,
  .result-card-wide .result-art,
  .result-card-wide .result-file,
  .result-card-tall .result-art,
  .result-card-tall .result-file {
    min-height: 184px;
  }

  .hero-message {
    gap: 22px;
    padding: 0;
  }

  .hero-copy {
    padding: 0;
  }

  .hero h1 {
    max-width: 10.4ch;
    font-size: 3.25rem;
  }

  .hero-media {
    padding: 14px;
  }

  .hero-media-title {
    font-size: 1.72rem;
  }

  .hero-statement {
    padding: 16px;
    font-size: 1.02rem;
  }

  .media-board {
    grid-template-columns: 1fr;
  }

  .media-slot-main {
    min-height: 320px;
  }

  .slot-visual-photo {
    min-height: 208px;
  }

  .hero-marquee-track,
  .marquee-group {
    gap: 14px;
  }

  .media-card-wide {
    width: 280px;
  }

  .media-card-square,
  .media-card-tall {
    width: 196px;
  }

  .media-card-wide .media-art,
  .media-card-square .media-art {
    min-height: 168px;
  }

  .media-card-tall .media-art {
    min-height: 240px;
  }

  .login-panel {
    padding: 18px;
  }

  .hero-format-grid {
    grid-template-columns: 1fr;
  }

  .hero-insight-card,
  .format-card {
    padding: 18px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .timeline-step {
    justify-content: flex-start;
    padding-top: 0;
  }
}

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

  .js .reveal,
  .button,
  .site-nav a,
  .footer-links a,
  .ghost-link,
  .catalog-track,
  .hero-marquee-track,
  .showcase-track,
  .result-card-video .result-art::before,
  .media-card-video .media-art::before,
  .draft-media-video::before {
    transition: none;
    animation: none;
  }
}

/* ─── Üretim talebi (production request) ─── */
.production-dialog {
  box-sizing: border-box;
  border: none;
  padding: 0;
  border-radius: 22px;
  width: min(520px, calc(100vw - 32px));
  inline-size: min(520px, calc(100dvw - 32px));
  max-width: calc(100vw - 32px);
  max-inline-size: calc(100dvw - 32px);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(60, 38, 18, 0.28);
  background: #fffaf0;
  color: #2c1d10;
}
.production-dialog[open] {
  position: fixed;
  inset: 50vh auto auto 50vw;
  inset: 50dvh auto auto 50dvw;
  transform: translate(-50%, -50%);
}

body.is-production-dialog-open {
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.production-dialog::backdrop {
  background: rgba(36, 22, 8, 0.45);
  backdrop-filter: blur(4px);
}
.production-dialog-form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 28px;
  width: 100%;
  max-height: min(90vh, 760px);
  max-height: min(90dvh, 760px);
  overflow-y: auto;
  overflow-x: hidden;
}
.production-dialog-head {
  display: grid;
  gap: 6px;
}
.production-dialog-head h3 {
  margin: 0;
  font-size: 1.35rem;
}
.production-dialog-head p {
  margin: 0;
  color: rgba(60, 38, 18, 0.7);
  font-size: 0.92rem;
}
.production-dialog-preview {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 240, 215, 0.6);
}
.production-dialog-preview img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff5dc;
}
.production-dialog-preview strong { display: block; font-size: 0.98rem; }
.production-dialog-preview span { color: rgba(60, 38, 18, 0.7); font-size: 0.85rem; }

.production-field {
  border: 0;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.production-field legend {
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0;
}
.production-field-inline { grid-template-columns: 1fr; max-width: 200px; }
.production-field-stacked { display: grid; gap: 6px; }
.production-field input,
.production-field select,
.production-field textarea {
  border: 1px solid rgba(101, 77, 53, 0.2);
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  color: inherit;
  width: 100%;
}
.production-field textarea { resize: vertical; min-height: 72px; }
.production-field input:focus,
.production-field select:focus,
.production-field textarea:focus {
  outline: 2px solid rgba(185, 131, 70, 0.5);
  outline-offset: 1px;
}

.production-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.production-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid rgba(101, 77, 53, 0.25);
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  font-size: 0.9rem;
}
.production-chip input { position: absolute; opacity: 0; pointer-events: none; }
.production-chip:has(input:checked) {
  border-color: rgba(185, 131, 70, 0.34);
  background: linear-gradient(135deg, rgba(231, 193, 137, 0.92), rgba(208, 156, 124, 0.72));
  color: #2b1c14;
  box-shadow: 0 10px 22px rgba(185, 127, 114, 0.12);
}

.production-size-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.production-size-chip {
  align-items: flex-start;
  border-radius: 14px;
  padding: 10px 12px;
}

.production-size-chip span {
  display: grid;
  gap: 2px;
  line-height: 1.2;
}

.production-size-chip strong {
  font-size: 0.92rem;
}

.production-size-chip small {
  color: rgba(60, 38, 18, 0.62);
  font-size: 0.78rem;
}

.production-hint { color: rgba(60, 38, 18, 0.6); font-size: 0.82rem; }

.production-dialog-error {
  color: #8a2010;
  background: rgba(255, 220, 210, 0.5);
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.88rem;
  margin: 0;
}

.production-dialog-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

/* Üretim talepleri listesi */
.production-empty {
  padding: 32px;
  border-radius: 22px;
  background: rgba(255, 248, 232, 0.6);
  text-align: center;
  display: grid;
  gap: 8px;
  justify-items: center;
}
.production-empty .eyebrow { letter-spacing: 0.18em; }
.production-list {
  display: grid;
  gap: 14px;
}
.production-card {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(101, 77, 53, 0.15);
  border-radius: 18px;
  align-items: center;
}
.production-card img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 14px;
  background: #fff5dc;
}
.production-card-body { display: grid; gap: 4px; }
.production-card-body strong { font-size: 1rem; }
.production-card-meta { color: rgba(60, 38, 18, 0.7); font-size: 0.86rem; }
.production-card-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 240, 215, 0.8);
  color: #5b3b20;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.production-card-status[data-status="cancelled"] { background: rgba(255, 220, 210, 0.7); color: #8a2010; }
.production-card-status[data-status="completed"],
.production-card-status[data-status="shipped"]  { background: rgba(208, 240, 215, 0.7); color: #1f5a2c; }

/* Sipariş ver — tasarım ve ürün görseli galerisi */
.order-design-empty {
  padding: 32px;
  border-radius: 22px;
  background: rgba(255, 248, 232, 0.6);
  text-align: center;
  display: grid;
  gap: 8px;
  justify-items: center;
}
.order-design-empty .eyebrow { letter-spacing: 0.18em; }
.order-design-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 16px;
}
.order-design-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(101, 77, 53, 0.15);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.order-design-card:hover,
.order-design-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(101, 77, 53, 0.12);
  border-color: rgba(185, 131, 70, 0.32);
  outline: none;
}
.order-design-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
}
.order-design-card-title {
  font-size: 0.86rem;
  font-weight: 650;
  color: #3c2612;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-design-card-sub {
  font-size: 0.74rem;
  color: rgba(60, 38, 18, 0.62);
}
.order-design-card-stage {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(185, 131, 70, 0.11);
  color: #7a4d20;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

/* Toast */
.toast-host {
  position: fixed;
  inset: auto 24px 24px auto;
  display: grid;
  gap: 8px;
  z-index: 9999;
  pointer-events: none;
}
.toast {
  pointer-events: auto;
  padding: 12px 16px;
  border-radius: 14px;
  background: #2c1d10;
  color: #fff8e8;
  box-shadow: 0 18px 36px rgba(36, 22, 8, 0.32);
  font-size: 0.92rem;
  max-width: 360px;
  animation: toast-in 0.25s ease;
}
.toast[data-tone="error"] { background: #8a2010; }
.toast[data-tone="success"] { background: #1f5a2c; }
@keyframes toast-in {
  from { transform: translateY(8px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.site-confirm[hidden] {
  display: none;
}

.site-confirm {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  padding: 20px;
}

.site-confirm-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(36, 22, 8, 0.42);
  backdrop-filter: blur(4px);
  cursor: pointer;
  animation: site-confirm-backdrop-in 180ms ease both;
}

.site-confirm-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  width: min(440px, 100%);
  padding: 24px;
  border: 1px solid rgba(101, 77, 53, 0.14);
  border-radius: 22px;
  background: #fffaf0;
  color: #2c1d10;
  box-shadow: 0 32px 80px rgba(36, 22, 8, 0.32);
  animation: site-confirm-panel-in 200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.site-confirm-panel h3,
.site-confirm-panel p {
  margin: 0;
}

.site-confirm-panel h3 {
  font-size: 1.25rem;
}

.site-confirm-panel p:not(.eyebrow) {
  color: rgba(60, 38, 18, 0.72);
}

.site-confirm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

@keyframes site-confirm-backdrop-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes site-confirm-panel-in {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ─── Admin: Üretim talepleri yönetimi ─── */
.admin-request-filters {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(180px, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}
.admin-request-filters label { display: grid; gap: 4px; font-size: 0.86rem; color: rgba(60,38,18,.7); }
.admin-request-filters select,
.admin-request-filters input {
  border: 1px solid rgba(101, 77, 53, 0.2);
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  font: inherit;
}

.admin-request-empty {
  padding: 28px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 248, 232, 0.6);
  color: rgba(60,38,18,.7);
}
.admin-request-table-wrap { overflow-x: auto; }
.admin-request-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(101, 77, 53, 0.12);
}
.admin-request-table th,
.admin-request-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(101, 77, 53, 0.08);
  vertical-align: top;
  font-size: 0.9rem;
}
.admin-request-table thead th {
  background: rgba(255, 240, 215, 0.45);
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #5b3b20;
}
.admin-request-table tbody tr:last-child td { border-bottom: 0; }
.admin-request-table img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: #fff5dc;
  display: block;
}
.admin-request-table .request-meta { color: rgba(60,38,18,.65); font-size: 0.82rem; }
.admin-request-table .request-contact { font-size: 0.82rem; color: rgba(60,38,18,.7); }
.admin-request-table .request-contact code {
  font-family: inherit;
  background: rgba(255,240,215,.4);
  padding: 1px 6px;
  border-radius: 6px;
}
.admin-request-table .button {
  padding: 6px 12px;
  font-size: 0.82rem;
  min-height: 34px;
}
.admin-request-table td:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

@media (max-width: 800px) {
  .admin-request-filters { grid-template-columns: 1fr; }
}

/* Sipariş dialog'unda tahmini fiyat satırı */
.production-price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding: 12px 0 4px;
  border-top: 1px solid var(--line, rgba(0, 0, 0, 0.1));
}
.production-price-line span {
  color: var(--muted);
  font-size: 0.95rem;
}
.production-price-line strong {
  font-size: 1.3rem;
  color: var(--text);
}
