/* Lingotales English Coming Soon Website */
:root {
  --navy: #17233D;
  --coral: #F26B5E;
  --paper: #FFF7E8;
  --ink: #25304A;
  --shadow: #E9E1D2;
  --glow: #FFD8A8;
  --white: #fffaf0;
  --max: 1120px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Nunito, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 216, 168, 0.35), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(242, 107, 94, 0.10), transparent 24%),
    linear-gradient(180deg, var(--paper) 0%, #fffaf0 52%, var(--paper) 100%);
  min-height: 100vh;
}

a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(100% - 40px, var(--max)); margin-inline: auto; }
.skip-link {
  position: absolute;
  left: 16px;
  top: 8px;
  transform: translateY(-140%);
  background: var(--navy);
  color: var(--paper);
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 10;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255, 247, 232, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(233, 225, 210, 0.8);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand img { width: 190px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.nav-link {
  text-decoration: none;
  font-weight: 700;
  color: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  font-family: "Segoe UI Semibold", "Segoe UI", Inter, Nunito, Arial, sans-serif;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: var(--coral);
  color: white;
  box-shadow: 0 16px 36px rgba(242, 107, 94, 0.24);
}
.button-primary::before { content: "▶"; font-size: 0.85em; }
.button-secondary {
  color: var(--navy);
  background: rgba(255, 247, 232, 0.84);
  border: 1px solid var(--shadow);
}
.button-small {
  padding: 10px 16px;
  background: var(--navy);
  color: var(--paper);
  font-size: 0.92rem;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 96px 0 110px;
}
.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 860px;
}
.eyebrow {
  margin: 0 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--coral);
  font-family: "Segoe UI Semibold", "Segoe UI", Inter, Nunito, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 0 0 6px rgba(242, 107, 94, 0.11);
}
h1, h2 {
  font-family: "Cooper Black", "Cooper Std Black", Georgia, "Arial Rounded MT Bold", serif;
  color: var(--navy);
  line-height: 1.02;
  margin: 0;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(3.25rem, 8vw, 7.8rem);
  max-width: 980px;
  margin-inline: auto;
}
h2 { font-size: clamp(2.1rem, 4.4vw, 4.3rem); }
.hero-copy {
  margin: 28px auto 0;
  max-width: 720px;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.78;
  color: var(--ink);
}
.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.micro-copy {
  margin: 22px 0 0;
  color: rgba(37, 48, 74, 0.78);
  font-weight: 650;
}

.decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.decor span { position: absolute; }
.bubble {
  border: 2px solid currentColor;
  border-radius: 999px 999px 999px 28px;
  padding: 12px 22px;
  font-family: "Segoe UI Semibold", "Segoe UI", Inter, sans-serif;
  font-weight: 800;
  transform: rotate(-7deg);
}
.bubble-coral { color: var(--coral); left: 7%; top: 20%; }
.bubble-paper { color: rgba(23, 35, 61, 0.58); right: 9%; top: 25%; transform: rotate(7deg); }
.spark { font-size: 2rem; }
.spark-one { color: var(--navy); left: 12%; bottom: 24%; }
.spark-two { color: var(--coral); left: 24%; top: 22%; }
.spark-three { color: var(--coral); right: 18%; bottom: 26%; }
.spark-four { color: var(--navy); right: 11%; top: 17%; }
.book-line, .leaf-line {
  width: 220px;
  height: 130px;
  opacity: 0.42;
  border: 2px dashed rgba(242, 107, 94, 0.32);
  border-color: rgba(242, 107, 94, 0.26) transparent transparent rgba(242, 107, 94, 0.26);
  border-radius: 60% 42% 48% 52%;
}
.book-line { left: -42px; bottom: 10%; transform: rotate(-18deg); }
.leaf-line { right: -60px; bottom: 10%; transform: rotate(18deg); }

.section { padding: 110px 0; }
.section-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}
.section-copy {
  font-size: 1.1rem;
  line-height: 1.75;
  max-width: 460px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.card {
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid rgba(233, 225, 210, 0.95);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 22px 60px rgba(23, 35, 61, 0.06);
}
.card-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 216, 168, 0.56);
  margin-bottom: 18px;
}
.card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.1rem;
  font-family: "Segoe UI Semibold", "Segoe UI", Inter, sans-serif;
}
.card p { margin: 0; line-height: 1.62; color: rgba(37, 48, 74, 0.85); }

.youtube-panel { padding: 32px 0 112px; }
.panel-inner {
  background:
    linear-gradient(135deg, rgba(23, 35, 61, 0.96), rgba(37, 48, 74, 0.94)),
    var(--navy);
  color: var(--paper);
  border-radius: 36px;
  padding: clamp(30px, 5vw, 56px);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 30px 70px rgba(23, 35, 61, 0.18);
}
.panel-inner h2 { color: var(--paper); max-width: 680px; }
.panel-inner p:not(.eyebrow) {
  max-width: 630px;
  line-height: 1.75;
  color: rgba(255, 247, 232, 0.84);
}
.panel-inner .eyebrow { color: var(--glow); }
.panel-inner .eyebrow::before { background: var(--glow); }
.panel-inner .button-primary { flex: 0 0 auto; }

.site-footer {
  border-top: 1px solid rgba(233, 225, 210, 0.9);
  padding: 32px 0;
  background: rgba(255, 247, 232, 0.72);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
}
.site-footer img { width: 156px; }
.site-footer p { margin: 10px 0 0; font-weight: 650; color: rgba(37, 48, 74, 0.78); }
.footer-links { display: flex; gap: 10px; align-items: center; color: var(--navy); font-weight: 800; }
.footer-links a { text-decoration-color: rgba(242, 107, 94, 0.5); text-underline-offset: 4px; }

@media (max-width: 880px) {
  .header-inner { min-height: 70px; }
  .brand img { width: 156px; }
  .nav-link { display: none; }
  .hero { min-height: auto; padding: 78px 0 86px; }
  .section-grid { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .panel-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .bubble-coral { left: 3%; top: 12%; }
  .bubble-paper { right: 3%; top: 14%; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-actions .button-small { padding: 9px 12px; font-size: 0.84rem; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .button { width: 100%; }
  .decor { opacity: 0.5; }
}
