/* ============================================================
   Henry Starr — editorial blog theme
   Tokens: parchment #F1ECE1 (bg), ink #2B2620 (text),
           oxblood #7A2E3E (accent), muted #8A8172, hairline rgba ink 14%
   Fixed light palette by design — no dark mode.
   ============================================================ */

:root {
  --bg: #F1ECE1;
  --ink: #2B2620;
  --muted: #8A8172;
  --accent: #7A2E3E;
  --line: rgba(43, 38, 32, 0.14);
  --surface: #FBF8F2;
}

*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html { -webkit-text-size-adjust: 100%; }

html, body { height: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

::selection { background: var(--accent); color: var(--surface); }

a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

img { max-width: 100%; display: block; }

/* ---------- Site header ---------- */

.site-header {
  flex-shrink: 0;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.is-post .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  transition: transform 0.25s ease;
}
.is-post .site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header-bar {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-header-avatar { flex: none; line-height: 0; }
.site-header-avatar img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--line);
}

.site-header-title {
  flex: 1;
  text-align: center;
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  color: var(--ink);
  text-decoration: none;
}

.site-header-subscribe {
  flex: none;
  background: var(--accent);
  color: var(--surface);
  font-family: "Archivo", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
.site-header-subscribe:hover { background: var(--ink); }

.site-header-signin {
  flex: none;
  font-family: "Archivo", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  white-space: nowrap;
}
.site-header-signin:hover { color: var(--ink); }

.site-header-tabs {
  padding: 0 32px;
  display: flex;
  gap: 24px;
  border-top: 1px solid var(--line);
}

.site-header-tabs a {
  padding: 12px 0;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.site-header-tabs a:hover { color: var(--ink); }
.site-header-tabs a.is-active { color: var(--ink); border-bottom-color: var(--accent); }

@media (max-width: 480px) {
  .site-header-bar { padding: 14px 16px; gap: 8px; }
  .site-header-title { font-size: 15px; }
  .site-header-signin { font-size: 11px; }
  .site-header-subscribe { padding: 8px 12px; font-size: 11px; }
  .site-header-tabs { gap: 18px; padding: 0 16px; }
}

/* ---------- Home / post list ---------- */

main {
  flex: 1 0 auto;
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 24px 80px;
}

main .post-content,
main .page-content {
  max-width: 640px;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-entry {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.post-entry:last-child { border-bottom: 1px solid var(--line); }

.post-entry-meta {
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.post-entry-title {
  margin: 8px 0 6px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  text-wrap: balance;
}

.post-entry-title a { text-decoration: none; }
.post-entry-title a:hover { color: var(--accent); }

.post-entry-excerpt {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  max-width: 62ch;
}

/* ---------- Single post ---------- */

.post-meta {
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 18px;
}


.post-title, .page-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 34px;
  text-wrap: balance;
}

.post-content, .page-content {
  font-size: 18px;
}

.post-content p, .page-content p { margin: 0 0 22px; }

.post-content h2, .page-content h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  margin: 40px 0 16px;
}

.post-content h3, .page-content h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  margin: 32px 0 14px;
}

.post-content a, .page-content a { color: var(--accent); }

.post-content ul, .post-content ol,
.page-content ul, .page-content ol {
  margin: 0 0 22px;
  padding-left: 26px;
}
.post-content li, .page-content li { margin-bottom: 8px; }

.post-content blockquote, .page-content blockquote {
  margin: 28px 0;
  padding: 4px 0 4px 20px;
  border-left: 2px solid var(--accent);
  color: var(--muted);
  font-style: italic;
}

.post-content code, .page-content code {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.85em;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0.1em 0.4em;
}

.post-content pre, .page-content pre {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  overflow-x: auto;
  margin: 0 0 22px;
}
.post-content pre code, .page-content pre code {
  background: none;
  border: 0;
  padding: 0;
}

/* ---------- Landing (home) page ---------- */

body.landing { padding: 0; }

.landing-wrap {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 24px 56px;
}

.landing-grow {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

/* ---------- Home feed ---------- */

.home-feed {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding: 40px 24px 0;
}

.feature {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line);
}

.feature-eyebrow {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 14px;
}

.feature-title {
  margin: 0 0 14px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.15;
  text-wrap: balance;
}
.feature-title a { text-decoration: none; color: var(--ink); }
.feature-title a:hover { color: var(--accent); }

.feature-excerpt {
  margin: 0 0 16px;
  font-size: 17px;
  color: var(--muted);
  max-width: 48ch;
}

.feature-meta {
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.feature-list li { padding: 16px 0; border-top: 1px solid var(--line); }
.feature-list li:first-child { border-top: 0; padding-top: 4px; }
.feature-list a {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  color: var(--ink);
  text-decoration: none;
  margin-bottom: 6px;
}
.feature-list a:hover { color: var(--accent); }
.feature-list span {
  font-family: "Archivo", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.home-section-title {
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 40px 0 20px;
}

.home-latest {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  padding-bottom: 56px;
}

.home-sidebar { padding-top: 40px; }
.home-sidebar .subscribe-card { margin: 0; max-width: none; padding: 32px 24px; }
.home-sidebar .subscribe-card-row {
  flex-direction: column;
  border-radius: 14px;
}
.home-sidebar .subscribe-card-row input { padding: 12px 14px; }
.home-sidebar .subscribe-card-row button { padding: 11px 14px; }

@media (max-width: 760px) {
  .feature, .home-latest { grid-template-columns: 1fr; }
  .home-sidebar { padding-top: 0; }
}

.landing-eyebrow {
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 30px;
}

.landing-bio {
  font-size: 21px;
  line-height: 1.6;
}
.landing-bio p { margin: 0; }
.landing-bio p::first-letter {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 3.2em;
  line-height: 0.75;
  float: left;
  padding: 6px 10px 0 0;
  color: var(--ink);
}
.landing-bio a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: var(--line);
  text-underline-offset: 3px;
}
.landing-bio a:hover { text-decoration-color: var(--accent); }

.landing-footer {
  flex-shrink: 0;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  padding: 32px 24px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.landing-footer-email {
  font-family: "Archivo", sans-serif;
  font-size: 12px;
  color: var(--muted);
  text-decoration: none;
}
.landing-footer-email:hover { color: var(--accent); }

.landing-footer-links {
  display: flex;
  gap: 18px;
}
.landing-footer-links a {
  font-family: "Source Serif 4", serif;
  font-style: italic;
  font-size: 15px;
  color: var(--muted);
  text-decoration: none;
}
.landing-footer-links a:hover { color: var(--accent); }

@media (max-width: 480px) {
  .landing-wrap { padding-top: 12px; }
  .landing-bio { font-size: 18px; }
  .landing-bio p::first-letter { font-size: 2.6em; }
}

/* ---------- Subscribe card (About page) ---------- */

.subscribe-card {
  max-width: 460px;
  margin: 8px auto 0;
  padding: 40px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  text-align: center;
}

.subscribe-card-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 2px solid var(--bg);
  box-shadow: 0 4px 12px rgba(43, 38, 32, 0.14);
}

.subscribe-card-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 22px;
}

.subscribe-card-row {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--bg);
}

.subscribe-card-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 18px;
  font-family: "Source Serif 4", serif;
  font-size: 14px;
  color: var(--ink);
}
.subscribe-card-row input::placeholder { color: var(--muted); }
.subscribe-card-row input:focus { outline: none; }

.subscribe-card-row button {
  border: 0;
  background: var(--accent);
  color: var(--surface);
  font-family: "Archivo", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 12px 22px;
  cursor: pointer;
}
.subscribe-card-row button:hover { background: var(--ink); }
.subscribe-card-row button:disabled { opacity: 0.5; cursor: default; }

.subscribe-card .subscribe-status { margin: 14px 0 0; }

/* ---------- Subscribe ---------- */

.subscribe {
  max-width: 380px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.subscribe-label {
  margin: 0 0 12px;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.subscribe-row {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 6px;
}

.subscribe-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  font-family: "Source Serif 4", serif;
  font-size: 15px;
  color: var(--ink);
  padding: 4px 2px;
}
.subscribe-row input::placeholder { color: var(--muted); }
.subscribe-row input:focus { outline: none; }

.subscribe-row button {
  border: 0;
  background: transparent;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 4px 0 4px 14px;
  cursor: pointer;
}
.subscribe-row button:hover { color: var(--ink); }
.subscribe-row button:disabled { opacity: 0.5; cursor: default; }

.subscribe-status {
  min-height: 1.4em;
  margin: 12px 0 0;
  font-size: 13px;
}
.subscribe-status[data-state="ok"] { color: var(--accent); }
.subscribe-status[data-state="error"] { color: #A33; }

/* ---------- Footer ---------- */

.site-footer {
  flex-shrink: 0;
  margin-top: 60px;
  padding: 48px 0 40px;
  border-top: 1px solid var(--line);
}

.footer-bottom {
  max-width: 640px;
  margin: 36px auto 0;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
}
.footer-links a:hover { color: var(--accent); }

.footer-bottom p {
  margin: 0;
  font-size: 12.5px;
  color: var(--muted);
}

/* ---------- Responsive ---------- */

@media (max-width: 480px) {
  .post-title, .page-title { font-size: 30px; }
  .post-entry-title { font-size: 21px; }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ---------- Modals (sign-in / discover) ---------- */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(43, 38, 32, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  z-index: 100;
}
.modal-overlay[hidden] { display: none; }

.modal-card {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: var(--surface);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 24px 60px rgba(43, 38, 32, 0.3);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.modal-close:hover { color: var(--ink); }

.modal-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
  border: 2px solid var(--bg);
  box-shadow: 0 4px 12px rgba(43, 38, 32, 0.14);
}

.modal-title {
  margin: 0 0 8px;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 21px;
  text-wrap: balance;
}

.modal-sub {
  margin: 0 0 22px;
  font-size: 14px;
  color: var(--muted);
}

.modal-form {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--bg);
  margin-top: 18px;
}
.modal-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 18px;
  font-family: "Source Serif 4", serif;
  font-size: 14px;
  color: var(--ink);
}
.modal-form input::placeholder { color: var(--muted); }
.modal-form input:focus { outline: none; }
.modal-form button {
  border: 0;
  background: var(--accent);
  color: var(--surface);
  font-family: "Archivo", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  padding: 12px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.modal-form button:hover { background: var(--ink); }
.modal-form button:disabled { opacity: 0.5; cursor: default; }

.modal-button {
  display: block;
  width: 100%;
  margin-top: 18px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--surface);
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 20px;
  cursor: pointer;
}
.modal-button:hover { background: var(--ink); }
.modal-button:disabled { opacity: 0.5; cursor: default; }

.modal-status {
  min-height: 1.4em;
  margin: 12px 0 0;
  font-size: 13px;
  color: var(--accent);
}

.modal-footnote {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.modal-footnote a { color: var(--accent); text-decoration: underline; }

/* ---------- Post engagement (views / likes / comments) ---------- */

.engagement {
  max-width: 640px;
  margin: 48px auto 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

.engagement-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.like-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  padding: 8px 16px;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
}
.like-button:hover { border-color: var(--accent); color: var(--ink); }
.like-button .like-icon { font-size: 15px; }
.like-button.is-liked {
  color: var(--accent);
  border-color: var(--accent);
  background: rgba(122, 46, 62, 0.08);
}
.like-button:disabled { opacity: 0.6; cursor: default; }

.view-count {
  font-family: "Archivo", sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
}

.comments-title {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}
.comment-form textarea {
  resize: vertical;
  min-height: 90px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  padding: 14px 16px;
  font-family: "Source Serif 4", serif;
  font-size: 15px;
  color: var(--ink);
}
.comment-form textarea::placeholder { color: var(--muted); }
.comment-form textarea:focus { outline: 2px solid var(--accent); outline-offset: 2px; }
.comment-form button {
  align-self: flex-start;
  border: 0;
  background: var(--accent);
  color: var(--surface);
  font-family: "Archivo", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  cursor: pointer;
}
.comment-form button:hover { background: var(--ink); }
.comment-form button:disabled { opacity: 0.5; cursor: default; }

.comment-signin-prompt {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  border: 1px dashed var(--line);
  border-radius: 12px;
  background: transparent;
  padding: 16px;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  text-align: center;
}
.comment-signin-prompt:hover { border-color: var(--accent); color: var(--ink); }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-item {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.comment-item-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.comment-author {
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
}
.comment-date {
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  color: var(--muted);
}
.comment-body {
  margin: 0;
  font-size: 15.5px;
  color: var(--ink);
  line-height: 1.55;
  white-space: pre-wrap;
}

.comment-delete {
  margin-left: auto;
  border: 0;
  background: transparent;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  padding: 0;
}
.comment-delete:hover { color: var(--accent); }
.comment-delete:disabled { opacity: 0.5; cursor: default; }

/* ---------- Account modal ---------- */

.account-email {
  margin: 0 0 24px;
  font-size: 14px;
  color: var(--muted);
}

.account-field {
  text-align: left;
}
.account-field label {
  display: block;
  margin: 0 0 8px;
  font-family: "Archivo", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.account-field-row {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
  background: var(--bg);
}
.account-field-row input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 12px 18px;
  font-family: "Source Serif 4", serif;
  font-size: 14px;
  color: var(--ink);
}
.account-field-row input::placeholder { color: var(--muted); }
.account-field-row input:focus { outline: none; }
.account-field-row button {
  border: 0;
  background: var(--accent);
  color: var(--surface);
  font-family: "Archivo", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  padding: 12px 20px;
  cursor: pointer;
}
.account-field-row button:hover { background: var(--ink); }
.account-field-row button:disabled { opacity: 0.5; cursor: default; }

.account-signout {
  display: block;
  width: 100%;
  margin-top: 22px;
  padding-top: 18px;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  font-family: "Archivo", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
}
.account-signout:hover { color: var(--accent); }

/* ---------- Wide screens ---------- */

@media (min-width: 1280px) {
  .home-feed {
    max-width: 1120px;
  }
  main {
    max-width: 880px;
  }
}
