/* ═══════════════════════════════════════════════════
   Double Twelve Games — doubletwelvegames.com
   Tropical Caribbean domino theme
   ═══════════════════════════════════════════════════ */

/* ── Reset & Base ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --sky-top: #4AABDE;
  --sky-mid: #72C3EA;
  --sky-horizon: #B0DDF5;
  --ocean-deep: #0E8EA5;
  --ocean-mid: #20B2CC;
  --ocean-shore: #5CD6E8;
  --sand-wet: #C49A62;
  --sand-dry: #DEBB84;
  --sun-core: #FFF8DC;

  --jam-green: #009B3A;
  --jam-black: #000000;
  --jam-gold: #FED100;

  --gold: #f59e0b;
  --gold-light: #fbbf24;
  --gold-dark: #d97706;

  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-400: #94a3b8;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --white: #ffffff;

  --font: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --radius: 12px;
  --radius-sm: 8px;
  --shadow: 0 4px 24px rgba(0,0,0,0.12);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.18);
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font);
  color: var(--slate-800);
  background: var(--slate-100);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

/* ── Section Titles ── */
.section-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.section-title.light { color: var(--white); }

.section-subtitle {
  text-align: center;
  font-size: 1.15rem;
  color: var(--slate-600);
  margin-bottom: 48px;
  font-weight: 400;
}

.section-subtitle.light {
  color: var(--slate-400);
}

/* ═══════════════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════════════ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 16px 0;
  transition: background 0.3s, box-shadow 0.3s, padding 0.3s;
}

.nav.scrolled {
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
  padding: 10px 0;
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
}

.logo-domino {
  font-size: 1.6rem;
  filter: drop-shadow(0 0 8px rgba(254,209,0,0.4));
}

.logo-image {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 0 12px rgba(254,209,0,0.25);
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
}

.nav-links a {
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  font-weight: 600;
  transition: color 0.2s;
  letter-spacing: 0.01em;
}

.nav-links a:hover { color: var(--gold-light); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* ═══════════════════════════════════════════════════
   HERO — Dark wood table, Jamaican flag, slam energy
   ═══════════════════════════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Dark wood grain table */
.hero-wood {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      transparent,
      rgba(0,0,0,0.03) 2px,
      transparent 4px
    ),
    repeating-linear-gradient(
      180deg,
      transparent,
      rgba(139,90,43,0.08) 1px,
      transparent 3px
    ),
    linear-gradient(
      170deg,
      #2a1a0e 0%,
      #3d2517 20%,
      #4a2e1a 40%,
      #3a2212 60%,
      #2d1910 80%,
      #1a0f08 100%
    );
}

/* Jamaican flag glow behind content */
.hero-flag-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background:
    radial-gradient(ellipse 40% 35% at 30% 35%, rgba(0,155,58,0.15) 0%, transparent 70%),
    radial-gradient(ellipse 30% 30% at 70% 35%, rgba(0,155,58,0.12) 0%, transparent 70%),
    radial-gradient(ellipse 35% 25% at 50% 50%, rgba(254,209,0,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 50% 50%, rgba(254,209,0,0.06) 0%, transparent 80%);
}

/* Edge vignette for drama */
.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 60% at 50% 50%,
    transparent 30%,
    rgba(10,5,0,0.5) 70%,
    rgba(5,2,0,0.85) 100%
  );
}

/* Impact sparks — scattered glowing particles */
.spark {
  position: absolute;
  border-radius: 50%;
  background: var(--jam-gold);
  box-shadow: 0 0 6px 2px rgba(254,209,0,0.6), 0 0 20px rgba(255,160,0,0.3);
  animation: spark-float 4s ease-in-out infinite;
}

.spark-1 { width: 4px; height: 4px; top: 35%; left: 20%; animation-delay: 0s; animation-duration: 3.5s; }
.spark-2 { width: 3px; height: 3px; top: 55%; left: 75%; animation-delay: 0.8s; animation-duration: 4.2s; }
.spark-3 { width: 5px; height: 5px; top: 25%; right: 18%; animation-delay: 1.5s; animation-duration: 3.8s; }
.spark-4 { width: 3px; height: 3px; top: 65%; left: 30%; animation-delay: 2.1s; animation-duration: 4.5s; }
.spark-5 { width: 4px; height: 4px; top: 45%; right: 25%; animation-delay: 0.4s; animation-duration: 3.2s; }
.spark-6 { width: 2px; height: 2px; top: 30%; left: 60%; animation-delay: 1.8s; animation-duration: 5s; }
.spark-7 { width: 3px; height: 3px; top: 70%; right: 35%; animation-delay: 2.8s; animation-duration: 3.6s; }
.spark-8 { width: 4px; height: 4px; top: 20%; left: 45%; animation-delay: 3.2s; animation-duration: 4s; }

/* Hero content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}

.hero-badge {
  display: inline-block;
  background: rgba(254,209,0,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(254,209,0,0.3);
  color: var(--jam-gold);
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title {
  color: var(--white);
  font-size: clamp(3rem, 10vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.6),
    0 4px 30px rgba(0,0,0,0.4);
  margin-bottom: 16px;
}

.hero-title-line1,
.hero-title-line2 {
  display: block;
}

.hero-title-line2 {
  background: linear-gradient(135deg, var(--jam-gold) 0%, #ffea80 50%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.hero-tagline {
  color: rgba(255,255,255,0.75);
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 400;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

/* App icon showcase */
.hero-icon-showcase {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}

.hero-app-icon {
  width: clamp(160px, 28vw, 260px);
  height: clamp(160px, 28vw, 260px);
  border-radius: 22%;
  box-shadow:
    0 8px 32px rgba(0,0,0,0.5),
    0 0 60px rgba(254,209,0,0.15),
    0 0 100px rgba(255,120,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: icon-entrance 1s ease-out both;
}

.hero-app-icon:hover {
  transform: scale(1.04) translateY(-4px);
  box-shadow:
    0 12px 48px rgba(0,0,0,0.6),
    0 0 80px rgba(254,209,0,0.25),
    0 0 120px rgba(255,120,0,0.12);
}

.hero-icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255,160,0,0.15) 0%,
    rgba(254,209,0,0.08) 30%,
    transparent 65%
  );
  pointer-events: none;
  animation: glow-pulse 3s ease-in-out infinite;
}

.hero-cta {
  display: inline-block;
  background: linear-gradient(135deg, var(--jam-gold), var(--gold));
  color: var(--slate-900);
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow:
    0 4px 20px rgba(254,209,0,0.3),
    0 0 40px rgba(254,209,0,0.1);
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 30px rgba(254,209,0,0.45),
    0 0 60px rgba(254,209,0,0.15);
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: bounce 2.5s ease-in-out infinite;
}

.scroll-arrow {
  opacity: 0.6;
}

/* ═══════════════════════════════════════════════════
   GAME SECTION
   ═══════════════════════════════════════════════════ */
.game-section {
  background: var(--white);
}

.game-header {
  text-align: center;
  margin-bottom: 48px;
  position: relative;
}

/* Jamaican flag accent stripe */
.flag-accent {
  position: relative;
  width: 60px;
  height: 36px;
  margin: 0 auto 20px;
  border-radius: 4px;
  overflow: hidden;
  background: var(--jam-green);
}

.flag-gold-x {
  position: absolute;
  inset: 0;
}

.flag-gold-x::before,
.flag-gold-x::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 6px;
  background: var(--jam-gold);
  transform-origin: center;
}

.flag-gold-x::before { transform: translate(-50%, -50%) rotate(30deg); }
.flag-gold-x::after { transform: translate(-50%, -50%) rotate(-30deg); }

.flag-black-l,
.flag-black-r {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}

.flag-black-l {
  left: 0;
  border-left: 24px solid var(--jam-black);
}

.flag-black-r {
  right: 0;
  border-right: 24px solid var(--jam-black);
}

.game-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.game-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 16px;
  color: var(--slate-700);
}

.game-description p {
  margin-bottom: 16px;
  color: var(--slate-600);
  line-height: 1.7;
}

.game-badges {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.badge {
  padding: 8px 18px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
}

.badge-ios {
  background: var(--slate-900);
  color: var(--white);
}

.badge-android {
  background: var(--jam-green);
  color: var(--white);
}

/* Domino showcase */
.game-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.domino-showcase {
  position: relative;
  width: 280px;
  height: 320px;
}

.showcase-tile {
  position: absolute;
  width: 80px;
  border-radius: 10px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.4s ease;
}

.showcase-tile:hover {
  transform: translateY(-8px) scale(1.05);
}

.tile-1 {
  top: 10px;
  left: 10px;
  transform: rotate(-12deg);
  z-index: 2;
}

.tile-1:hover { transform: rotate(-12deg) translateY(-8px) scale(1.05); }

.tile-2 {
  top: 30px;
  left: 100px;
  transform: rotate(3deg);
  z-index: 1;
}

.tile-2:hover { transform: rotate(3deg) translateY(-8px) scale(1.05); }

.tile-3 {
  top: 120px;
  left: 55px;
  transform: rotate(8deg);
  z-index: 3;
}

.tile-3:hover { transform: rotate(8deg) translateY(-8px) scale(1.05); }

.tile-front {
  background: var(--white);
  border: 2px solid var(--slate-200);
  border-radius: 10px;
  padding: 10px 8px;
}

.tile-half {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 6px;
  place-items: center;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--slate-900);
}

.dot.off { background: transparent; }

.tile-divider {
  height: 2px;
  background: var(--slate-800);
  margin: 6px 4px;
  border-radius: 1px;
  opacity: 0.5;
}

/* Tile back — Jamaican flag */
.tile-back {
  border-radius: 10px;
  height: 130px;
  position: relative;
  overflow: hidden;
  background: var(--slate-900);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--slate-200);
}

.tile-back-flag {
  width: 60px;
  height: auto;
  border-radius: 3px;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
}

/* ═══════════════════════════════════════════════════
   FEATURES
   ═══════════════════════════════════════════════════ */
.features-section {
  background: linear-gradient(180deg, var(--slate-900), var(--slate-800));
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.feature-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 32px 24px;
  transition: transform 0.3s, background 0.3s;
}

.feature-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.08);
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}

.feature-card h3 {
  color: var(--gold-light);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.feature-card p {
  color: var(--slate-400);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ═══════════════════════════════════════════════════
   CULTURE / VIBE
   ═══════════════════════════════════════════════════ */
.culture-section {
  background: var(--white);
  overflow: hidden;
}

.culture-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Scrolling comment wall */
.comment-wall {
  position: relative;
  height: 380px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--slate-100);
  mask-image: linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 10%, black 90%, transparent 100%);
}

.comment-ticker {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  animation: ticker-scroll 25s linear infinite;
}

.comment-card {
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  white-space: nowrap;
  border-left: 3px solid transparent;
}

.comment-emoji {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.comment-card.taunt { border-left-color: #ef4444; color: var(--slate-700); }
.comment-card.celebration { border-left-color: var(--gold); color: var(--slate-700); }
.comment-card.shade { border-left-color: #a855f7; color: var(--slate-700); }
.comment-card.reaction { border-left-color: var(--ocean-deep); color: var(--slate-700); }

.culture-text {
  padding-top: 16px;
}

.culture-lead {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--slate-800);
  margin-bottom: 16px;
  line-height: 1.7;
}

.culture-text p {
  color: var(--slate-600);
  margin-bottom: 16px;
  line-height: 1.7;
}

/* ═══════════════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════════════ */
.about-section {
  background: linear-gradient(180deg, var(--slate-800), var(--slate-900));
}

.about-content {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.about-domino-deco {
  flex-shrink: 0;
}

.deco-tile {
  width: 70px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 12px;
  transform: rotate(-8deg);
}

.deco-pip-row {
  display: flex;
  justify-content: space-around;
  padding: 8px 4px;
}

.deco-pip {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-light);
}

.deco-divider {
  height: 2px;
  background: rgba(255,255,255,0.15);
  margin: 4px 0;
  border-radius: 1px;
}

.about-lead {
  font-size: 1.15rem;
  margin-bottom: 16px;
}

.about-text p {
  color: var(--slate-400);
  line-height: 1.7;
  margin-bottom: 16px;
}

.about-text strong {
  color: var(--gold-light);
}

/* ═══════════════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════════════ */
.contact-section {
  background: var(--white);
  text-align: center;
}

.contact-card {
  display: inline-block;
  margin-top: 8px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--slate-100);
  border: 1px solid var(--slate-200);
  padding: 16px 32px;
  border-radius: var(--radius);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--slate-700);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.contact-link:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
  border-color: var(--gold);
}

.contact-icon {
  font-size: 1.4rem;
}

/* ═══════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════ */
.footer {
  background: var(--slate-900);
  padding: 40px 0;
  border-top: 3px solid var(--jam-gold);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: var(--slate-400);
  font-size: 0.9rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-copy {
  color: var(--slate-600);
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

/* ═══════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════ */
@keyframes spark-float {
  0%, 100% {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
    transform: translateY(-20px) scale(1.3);
  }
  85% {
    opacity: 0.2;
  }
}

@keyframes icon-entrance {
  0% {
    opacity: 0;
    transform: scale(0.85) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes glow-pulse {
  0%, 100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

@keyframes ticker-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(15, 23, 42, 0.97);
    padding: 24px;
    gap: 20px;
    border-bottom: 2px solid var(--jam-gold);
  }

  .nav-toggle { display: flex; }

  .hero-title { font-size: clamp(2.4rem, 12vw, 4rem); }

  .hero-app-icon {
    width: clamp(140px, 40vw, 200px);
    height: clamp(140px, 40vw, 200px);
  }

  .game-intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .game-visual { order: -1; }

  .domino-showcase {
    width: 220px;
    height: 260px;
  }

  .showcase-tile { width: 65px; }
  .tile-back { height: 110px; }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .culture-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .comment-wall { height: 260px; }

  .about-content {
    flex-direction: column;
    text-align: center;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .section { padding: 56px 0; }
}

@media (max-width: 480px) {
  .hero-badge { font-size: 0.75rem; padding: 5px 14px; }
  .hero-cta { padding: 12px 28px; font-size: 0.9rem; }
  .feature-card { padding: 24px 18px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
