.yatta-landing {
  --yatta-orange: #eb7a24;
  --yatta-orange-deep: #bd5018;
  --yatta-night: #100f0e;
  --yatta-night-soft: #1a1715;
  --yatta-cream: #fff6e9;
  --yatta-sand: #f2dfcb;
  --yatta-lime: #d7f36b;
  overflow: hidden;
  background: var(--paper);
}

.yatta-landing h1,
.yatta-landing h2,
.yatta-landing h3,
.yatta-lockup {
  text-wrap: balance;
}

.yatta-hero {
  position: relative;
  isolation: isolate;
  min-height: min(850px, calc(100vh - var(--header-height)));
  color: var(--yatta-cream);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 79% 35%, rgba(235, 122, 36, 0.34), transparent 28%),
    var(--yatta-night);
}

.yatta-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -8vw -180px 38%;
  height: 350px;
  background: var(--yatta-orange);
  transform: rotate(-8deg);
  opacity: 0.12;
  filter: blur(1px);
}

.yatta-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  min-height: inherit;
  padding-block: clamp(62px, 8vw, 112px);
}

.yatta-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.yatta-overline {
  margin: 0 0 18px;
  color: var(--yatta-orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.yatta-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

.yatta-lockup img {
  width: 66px;
  height: 66px;
  border-radius: 17px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.yatta-hero h1 {
  max-width: 12ch;
  margin: 0;
  color: #fffaf2;
  font-size: clamp(3.15rem, 6.2vw, 6.8rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.91;
}

.yatta-hero-lead {
  max-width: 58ch;
  margin: 28px 0 0;
  color: #d9cdc2;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.yatta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.yatta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0.78rem 1.28rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.yatta-button:hover,
.yatta-button:focus-visible {
  transform: translateY(-2px);
}

.yatta-button:focus-visible {
  outline: 3px solid var(--yatta-lime);
  outline-offset: 3px;
}

.yatta-button-primary {
  color: #17100b;
  background: var(--yatta-orange);
}

.yatta-button-primary:hover {
  background: #f58b38;
}

.yatta-button-quiet {
  color: var(--yatta-cream);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.yatta-proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.yatta-proof-points li {
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #cfc2b7;
  font-size: 0.77rem;
  font-weight: 800;
}

.yatta-wink {
  margin: -8px 0 24px;
  color: #a8998d;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  font-size: 0.98rem;
  font-style: italic;
}

.yatta-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
}

.yatta-phone,
.yatta-plan-phone {
  overflow: hidden;
  background: #0f0e0d;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.55);
}

.yatta-phone {
  position: relative;
  z-index: 2;
  width: min(100%, 398px);
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 36px;
}

.yatta-phone::after {
  content: "";
  position: absolute;
  inset: 7px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 29px;
}

.yatta-phone img {
  width: 100%;
  height: auto;
  border-radius: 29px;
}

.yatta-orbit {
  position: absolute;
  border: 1px solid rgba(235, 122, 36, 0.34);
  border-radius: 50%;
}

.yatta-orbit-one { width: 490px; height: 490px; }
.yatta-orbit-two { width: 610px; height: 610px; border-style: dashed; opacity: 0.52; }

.yatta-float-note {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 150px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #fff7ed;
  background: rgba(24, 21, 19, 0.9);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
}

.yatta-float-note strong { font-size: 0.9rem; }
.yatta-float-note span { color: #a99b90; font-size: 0.76rem; }
.yatta-float-note-top { top: 19%; right: -2%; }
.yatta-float-note-bottom { bottom: 20%; left: -3%; }

.yatta-stat-band {
  position: relative;
  z-index: 4;
  color: #21150e;
  background: var(--yatta-orange);
}

.yatta-stat-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}

.yatta-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yatta-stat-grid > div {
  display: grid;
  gap: 2px;
  padding: 26px clamp(14px, 3vw, 36px);
  border-left: 1px solid rgba(44, 20, 7, 0.2);
}

.yatta-stat-grid > div:first-child { border-left: 0; }
.yatta-stat-grid strong { font-family: ui-serif, Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1; }
.yatta-stat-grid span { font-size: 0.75rem; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.yatta-as-of { display: flex; align-items: center; margin: 0; padding: 18px 0 18px 24px; border-left: 1px solid rgba(44, 20, 7, 0.2); color: rgba(38, 18, 8, 0.7); font-size: 0.7rem; font-weight: 800; line-height: 1.45; text-align: left; }

.yatta-section {
  padding-block: clamp(72px, 9vw, 130px);
}

.yatta-section-heading {
  max-width: 760px;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.yatta-section-heading h2,
.yatta-showcase-copy h2,
.yatta-plan-copy h2,
.yatta-final-cta h2 {
  margin: 0;
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.yatta-section-heading > p:last-child,
.yatta-showcase-copy > p,
.yatta-plan-copy > p,
.yatta-final-cta p {
  max-width: 62ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.yatta-reason {
  position: relative;
  min-height: 310px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px 28px 28px 28px;
  background: var(--card);
  box-shadow: var(--shadow);
}

.yatta-reason-accent {
  color: #fff7ed;
  border-color: var(--yatta-orange-deep);
  background: var(--yatta-orange-deep);
  transform: translateY(20px);
}

.yatta-reason-number {
  display: block;
  margin-bottom: 72px;
  color: var(--yatta-orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.yatta-reason-accent .yatta-reason-number { color: var(--yatta-sand); }
.yatta-reason h3 { margin: 0; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.05; }
.yatta-reason p { margin: 16px 0 0; color: var(--muted); }
.yatta-reason-accent p { color: rgba(255, 247, 237, 0.78); }

.yatta-grid-showcase {
  color: #f9efe4;
  background: var(--yatta-night);
}

.yatta-showcase-grid {
  display: block;
}

.yatta-showcase-copy {
  margin: 46px 0 0;
  text-align: center;
}

.yatta-showcase-copy h2,
.yatta-showcase-copy > p {
  max-width: 940px;
  margin-inline: auto;
}

.yatta-showcase-copy > p { color: #aa9c91; }

.yatta-check-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.yatta-check-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #d8cbc0;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.yatta-check-list li::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yatta-orange);
}

.yatta-browser-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid #3b332d;
  border-radius: 20px;
  background: #0f0e0d;
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.42);
}

.yatta-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid #302a26;
  background: #191614;
}

.yatta-browser-bar span { width: 10px; height: 10px; border-radius: 50%; background: #51463e; }
.yatta-browser-bar span:first-child { background: var(--yatta-orange); }
.yatta-browser-bar em { margin-left: 10px; color: #8d8177; font-size: 0.75rem; font-style: normal; }
.yatta-browser-frame img { width: 100%; height: auto; object-fit: contain; object-position: left top; }
.yatta-browser-frame figcaption { padding: 12px 16px; color: #8f8176; font-size: 0.78rem; }

.yatta-plan-section {
  background:
    radial-gradient(circle at 5% 82%, rgba(235, 122, 36, 0.13), transparent 25%),
    var(--paper-2);
}

.yatta-plan-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(46px, 9vw, 130px);
}

.yatta-plan-phone {
  width: min(100%, 380px);
  margin-inline: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 38px;
  transform: rotate(-2deg);
}

.yatta-plan-phone img { width: 100%; border-radius: 29px; }

.yatta-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
}

.yatta-mini-grid article {
  display: grid;
  gap: 9px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--card);
}

.yatta-mini-grid span {
  color: var(--yatta-orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.yatta-mini-grid strong { align-self: end; font-family: ui-serif, Georgia, serif; font-size: 1.15rem; line-height: 1.25; }


.yatta-festivals {
  border-top: 1px solid var(--line);
}

.yatta-section-heading-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 50px;
  max-width: none;
}

.yatta-section-heading-row > p { justify-self: end; }

.yatta-festival-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.yatta-festival-wall li {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: ui-serif, Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 800;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease;
}

.yatta-festival-wall li:nth-child(3n + 2) { color: var(--yatta-orange-deep); }
.yatta-festival-wall li:nth-child(4) { color: var(--yatta-orange-deep); }
.yatta-festival-wall li:nth-child(7) { color: var(--yatta-orange-deep); }
.yatta-festival-wall li:nth-child(8) { color: inherit; }
.yatta-festival-wall li:hover { color: #201209; background: var(--yatta-orange); }
.yatta-source-note { max-width: 78ch; margin: 20px 0 0; color: var(--muted); font-size: 0.78rem; }

.yatta-final-cta {
  padding-block: clamp(70px, 9vw, 120px);
  color: var(--yatta-cream);
  background:
    linear-gradient(125deg, transparent 0 65%, rgba(235, 122, 36, 0.2) 65% 100%),
    var(--yatta-night-soft);
}

.yatta-final-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(40px, 8vw, 110px);
}

.yatta-final-cta h2 { color: #fff8ed; }
.yatta-final-cta p { color: #b7a99d; }
.yatta-final-cta .yatta-button { margin-top: 30px; }

.yatta-platforms {
  display: grid;
  gap: 12px;
}

.yatta-platform {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2px 18px;
  padding: 18px 20px;
  border: 1px solid #3f3731;
  border-radius: 14px;
  background: #0d0c0b;
  opacity: 0.78;
}

.yatta-platform span { grid-column: 1; color: #85786e; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.yatta-platform strong { grid-column: 1; font-size: 1.2rem; }
.yatta-platform em { grid-column: 2; grid-row: 1 / 3; color: var(--yatta-orange); font-size: 0.72rem; font-style: normal; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.yatta-platform-web {
  color: #fff8ed;
  border-color: rgba(235, 122, 36, 0.68);
  background: linear-gradient(110deg, rgba(235, 122, 36, 0.22), #0d0c0b 64%);
  opacity: 1;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.yatta-platform-web:hover {
  border-color: var(--yatta-orange);
  transform: translateY(-2px);
}

.yatta-platform-web:focus-visible {
  outline: 3px solid var(--yatta-orange);
  outline-offset: 3px;
}

.yatta-platform-web span { color: #c9b9ac; }

body.page-template-page-yatta-marketing .site-footer { margin-top: 0; }

.yatta-hero-copy > *,
.yatta-phone {
  animation: yatta-rise 640ms both cubic-bezier(0.2, 0.75, 0.3, 1);
}

.yatta-hero-copy > :nth-child(2) { animation-delay: 70ms; }
.yatta-hero-copy > :nth-child(3) { animation-delay: 120ms; }
.yatta-hero-copy > :nth-child(4) { animation-delay: 170ms; }
.yatta-hero-copy > :nth-child(5) { animation-delay: 220ms; }
.yatta-phone { animation-delay: 150ms; }

@keyframes yatta-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1000px) {
  .yatta-hero-grid { grid-template-columns: 1fr; }
  .yatta-hero-copy { max-width: 800px; }
  .yatta-hero h1 { max-width: 11ch; }
  .yatta-hero-visual { min-height: 610px; }
  .yatta-float-note-top { right: 8%; }
  .yatta-float-note-bottom { left: 9%; }
  .yatta-reason-grid { grid-template-columns: 1fr 1fr; }
  .yatta-reason:last-child { grid-column: 1 / -1; min-height: 240px; }
  .yatta-reason-accent { transform: none; }
  .yatta-showcase-grid { grid-template-columns: 1fr; }
  .yatta-plan-grid { grid-template-columns: minmax(270px, 0.75fr) 1.25fr; gap: 44px; }
  .yatta-festival-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .yatta-hero { min-height: auto; }
  .yatta-hero-grid { padding-block: 48px 64px; }
  .yatta-hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .yatta-lockup { font-size: 2.1rem; }
  .yatta-lockup img { width: 54px; height: 54px; border-radius: 14px; }
  .yatta-hero-visual { min-height: 555px; }
  .yatta-phone { width: min(92vw, 370px); }
  .yatta-orbit-one { width: 380px; height: 380px; }
  .yatta-orbit-two { width: 480px; height: 480px; }
  .yatta-float-note { min-width: 128px; padding: 10px 12px; }
  .yatta-float-note-top { top: 16%; right: 0; }
  .yatta-float-note-bottom { bottom: 15%; left: 0; }
  .yatta-stat-layout { grid-template-columns: 1fr; }
  .yatta-stat-grid { grid-template-columns: 1fr 1fr; }
  .yatta-stat-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(44, 20, 7, 0.2); }
  .yatta-stat-grid > div:nth-child(4) { border-top: 1px solid rgba(44, 20, 7, 0.2); }
  .yatta-as-of { padding: 12px 0; border-top: 1px solid rgba(44, 20, 7, 0.2); border-left: 0; text-align: left; }
  .yatta-section { padding-block: 70px; }
  .yatta-section-heading h2,
  .yatta-showcase-copy h2,
  .yatta-plan-copy h2,
  .yatta-final-cta h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .yatta-reason-grid,
  .yatta-plan-grid,
  .yatta-section-heading-row,
  .yatta-final-grid { grid-template-columns: 1fr; }
  .yatta-reason,
  .yatta-reason:last-child { grid-column: auto; min-height: 260px; }
  .yatta-reason-number { margin-bottom: 45px; }
  .yatta-check-list { grid-column: auto; grid-template-columns: 1fr; width: fit-content; margin-inline: auto; justify-items: start; }
  .yatta-check-list li { justify-content: flex-start; white-space: normal; text-align: left; }
  .yatta-browser-frame { width: calc(100% + 24px); margin-left: -12px; border-radius: 14px; }
  .yatta-browser-frame img { min-height: 0; height: auto; object-fit: contain; object-position: left top; }
  .yatta-plan-phone { width: min(82vw, 350px); }
  .yatta-plan-copy { order: -1; }
  .yatta-section-heading-row > p { justify-self: start; }
}

@media (max-width: 480px) {
  .yatta-actions { display: grid; }
  .yatta-button { width: 100%; }
  .yatta-float-note { display: none; }
  .yatta-mini-grid { grid-template-columns: 1fr; }
  .yatta-mini-grid article { min-height: 125px; }
  .yatta-festival-wall { grid-template-columns: 1fr 1fr; }
  .yatta-festival-wall li { min-height: 110px; padding: 14px; font-size: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  .yatta-hero-copy > *,
  .yatta-phone { animation: none; }
  .yatta-button,
  .yatta-festival-wall li { transition: none; }
}

.yatta-arrow::before { content: "\2197"; font-size: 1.05em; line-height: 1; }
