/* Shared PhotoBanquet web styles — matches lib/config/app_colors.dart (light theme). */
:root {
  color-scheme: light;
  --salmon: #ff6b6b;
  --coral: #ff8a80;
  --teal: #2d5a5a;
  --mint: #81c7a8;
  --cream: #fff8f0;
  --surface: #ffffff;
  --text: var(--teal);
  --muted: #757575;
  --divider: #eeeeee;
  --shadow: rgba(45, 90, 90, 0.12);
  --radius-sm: 10px;
  --radius-md: 12px;
  --radius-lg: 1.25rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: "Be Vietnam Pro", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--text);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(255, 107, 107, 0.14), transparent 55%),
    radial-gradient(90% 60% at 0% 100%, rgba(129, 199, 168, 0.16), transparent 50%),
    var(--cream);
}

a {
  color: var(--salmon);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: var(--coral);
}

.site-card {
  max-width: 22rem;
  text-align: center;
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem 1.75rem;
  box-shadow:
    0 4px 6px var(--shadow),
    0 20px 40px -16px var(--shadow);
  border: 1px solid color-mix(in srgb, var(--teal) 8%, transparent);
}

.site-logo {
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  border-radius: 22%;
}

.site-logo-wrap {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.15rem;
  flex-shrink: 0;
  contain: layout paint;
}

.site-logo-wrap .site-logo {
  filter: drop-shadow(0 8px 16px rgba(255, 107, 107, 0.22));
}

.site-title {
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
  line-height: 1.2;
  color: var(--teal);
}

.site-copy {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  margin: 0 0 1.35rem;
  font-weight: 500;
}

.site-accent-line {
  width: 2.75rem;
  height: 4px;
  border-radius: 999px;
  margin: 0 auto 1.35rem;
  background: linear-gradient(90deg, var(--mint), var(--salmon));
}

.site-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.site-btn {
  display: block;
  padding: 0.8rem 1rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.site-btn:active {
  transform: scale(0.98);
}

.site-btn-primary {
  background: var(--salmon);
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 107, 107, 0.32);
}

.site-btn-primary:hover {
  color: #fff;
  background: var(--coral);
}

.site-btn-secondary {
  border: 1px solid var(--divider);
  color: var(--teal);
  background: var(--surface);
}

.site-btn-secondary:hover {
  color: var(--teal);
  border-color: color-mix(in srgb, var(--teal) 18%, transparent);
}

.site-footer {
  margin-top: 1.5rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer a {
  font-weight: 600;
}

.site-footer .sep {
  margin: 0 0.35rem;
  color: color-mix(in srgb, var(--muted) 55%, transparent);
}

.site-page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

/* Home page — brand title matches app wordmark treatment */
.site-card-home {
  max-width: 24rem;
}

.site-brand-title {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: clamp(1.65rem, 5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.65rem;
  line-height: 1.15;
}

.site-brand-title .photo {
  color: var(--teal);
}

.site-brand-title .banquet {
  background: linear-gradient(135deg, var(--salmon), var(--coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Home page — store download CTAs */
.site-btn-store {
  border: none;
  color: #fff;
}

.site-btn-store:hover {
  color: #fff;
}

.site-btn-store-ios {
  background: linear-gradient(135deg, var(--salmon), var(--coral));
  box-shadow: 0 4px 14px rgba(255, 107, 107, 0.32);
}

.site-btn-store-ios:hover {
  background: linear-gradient(135deg, var(--coral), #ff9e94);
  box-shadow: 0 6px 18px rgba(255, 107, 107, 0.38);
}

.site-btn-store-play {
  background: linear-gradient(135deg, var(--teal), color-mix(in srgb, var(--teal) 72%, var(--mint)));
  box-shadow: 0 4px 14px rgba(45, 90, 90, 0.28);
}

.site-btn-store-play:hover {
  background: linear-gradient(135deg, color-mix(in srgb, var(--teal) 88%, #000), var(--teal));
  box-shadow: 0 6px 18px rgba(45, 90, 90, 0.34);
}

/* Join invite landing */
.site-card-join {
  max-width: 24rem;
}

.site-join-headline {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: clamp(1.2rem, 4.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 0 0 0.65rem;
  color: var(--teal);
}

.site-banquet-name {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: clamp(1.45rem, 4.8vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 1rem;
  background: linear-gradient(135deg, var(--salmon), var(--coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.site-join-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 0 0 1.15rem;
}

.site-stat {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
}

.site-stat-value {
  font-weight: 700;
  color: var(--teal);
}

.site-join-copy {
  margin-bottom: 1rem;
}

.site-join-downloads {
  margin-bottom: 1.1rem;
}

.site-join-open-wrap {
  padding-top: 1.1rem;
  border-top: 1px solid color-mix(in srgb, var(--teal) 10%, transparent);
}

.site-btn-join-open {
  background: var(--surface);
  border: 1.5px solid color-mix(in srgb, var(--teal) 22%, transparent);
  color: var(--teal);
  box-shadow: none;
}

.site-btn-join-open:hover {
  color: var(--teal);
  border-color: color-mix(in srgb, var(--teal) 35%, transparent);
  background: color-mix(in srgb, var(--mint) 14%, var(--surface));
}
