/* ------------------------------------------------------------------
   Frickit — refined-calm landing page
   Palette + type mirrors the in-app design system.
------------------------------------------------------------------ */

:root {
  --bg: #F5F1EA;
  --card: #EDE6D8;
  --card-soft: #F0E9DC;
  --ink: #2A241E;
  --ink-soft: #6B6459;
  --muted: #9E8F7A;
  --line: rgba(42, 36, 30, 0.10);
  --sage: #5C8A6A;
  --sage-soft: rgba(92, 138, 106, 0.12);
  --sage-deep: #3F6C4E;
  --night: #1A1712;
  --night-soft: #25221C;
  --night-line: rgba(247, 242, 234, 0.10);
  --paper-shadow: 0 20px 60px rgba(42, 36, 30, 0.10);
  --phone-shadow: 0 30px 80px rgba(42, 36, 30, 0.18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; color: inherit; }

/* ------------------------------------------------------------------
   Layout / containers
------------------------------------------------------------------ */

.container {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.section {
  padding: 6rem 0;
}

@media (max-width: 720px) {
  .section { padding: 4rem 0; }
}

/* ------------------------------------------------------------------
   Header
------------------------------------------------------------------ */

.site-header {
  padding: 1.75rem 0;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 1.4rem;
  letter-spacing: -0.5px;
  color: var(--ink);
}

.brand span { color: var(--sage); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color 0.18s ease;
}

.nav-links a:hover { color: var(--sage); }

@media (max-width: 720px) {
  .nav-links { display: none; }
}

/* ------------------------------------------------------------------
   Eyebrow + headings
------------------------------------------------------------------ */

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 1.25rem;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.5px;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.05;
}

h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
}

h3 {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
}

p {
  margin: 0;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* ------------------------------------------------------------------
   Hero
------------------------------------------------------------------ */

.hero {
  padding: 3rem 0 5rem;
}

.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 4rem;
  align-items: center;
}

.hero-copy h1 {
  margin-bottom: 1.5rem;
}

.hero-copy .lede {
  font-size: 1.15rem;
  color: var(--ink-soft);
  margin-bottom: 1.75rem;
  max-width: 36ch;
}

.hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--sage-deep);
  background: var(--sage-soft);
  padding: 0.55rem 1rem;
  border-radius: 999px;
}

.hero-meta::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--sage);
  border-radius: 50%;
}

/* Hero CTA — primary action: join the beta */
.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}

.btn-hero {
  width: auto;
  padding: 1rem 1.6rem;
  font-size: 1.02rem;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(92, 138, 106, 0.22);
  transition: transform 0.15s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn-hero:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(92, 138, 106, 0.28);
}

.btn-arrow {
  display: inline-block;
  transition: transform 0.18s ease;
}

.btn-hero:hover .btn-arrow {
  transform: translateX(3px);
}

.hero-note {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0;
}

@media (max-width: 900px) {
  .hero-cta { align-items: center; }
}

/* Compact nav CTA — top-right of the header */
.nav-cta {
  background: var(--sage);
  color: white !important;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  transition: background 0.18s ease, transform 0.15s ease;
}

.nav-cta:hover {
  background: var(--sage-deep);
  transform: translateY(-1px);
}

.hero-media {
  display: flex;
  justify-content: center;
}

.phone-wrap {
  max-width: 360px;
  width: 100%;
}

.phone-wrap img {
  width: 100%;
  border-radius: 44px;
}

/* iPhone frame — wraps a phone screen with a real device-style bezel.
   Default = hero size. Add .small for screens-row thumbnails. */
.iphone-frame {
  --frame-pad: 16px;
  --frame-radius: 58px;
  position: relative;
  padding: var(--frame-pad);
  background:
    linear-gradient(135deg, #3a3431 0%, #14110d 35%, #0a0807 65%, #2a2522 100%);
  border-radius: var(--frame-radius);
  box-shadow:
    /* Inner bezel highlight — like reflected light on titanium */
    inset 0 0 0 1px rgba(255, 255, 255, 0.10),
    inset 0 2px 3px rgba(255, 255, 255, 0.08),
    inset 0 -2px 3px rgba(0, 0, 0, 0.5),
    /* Outer ambient shadow */
    0 40px 80px rgba(42, 36, 30, 0.28),
    0 10px 24px rgba(42, 36, 30, 0.16),
    /* Hard 1px outer edge */
    0 0 0 1px rgba(0, 0, 0, 0.25);
}

.iphone-frame.small {
  --frame-pad: 10px;
  --frame-radius: 38px;
}

.iphone-frame .iphone-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  border-radius: calc(var(--frame-radius) - var(--frame-pad));
  overflow: hidden;
  background: #000;
  /* Inset shadow on the screen edge to give it that "lit display behind glass" depth */
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
}

.iphone-frame .iphone-screen > img,
.iphone-frame .iphone-screen .phone-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

/* Hero phone slideshow — 5 slides cross-faded with subtle slide-in */
.phone-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 19.5;
  overflow: hidden;
  background: var(--card);
  border-radius: inherit;
}

.phone-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 0.6s ease, transform 0.7s cubic-bezier(0.5, 0, 0.2, 1);
  pointer-events: none;
}

.phone-slide.active {
  opacity: 1;
  transform: translateX(0);
}

/* Slide-indicator dots beneath the phone */
.phone-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.25rem;
}

.phone-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.35;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.phone-dots button.active {
  background: var(--sage);
  opacity: 1;
  transform: scale(1.3);
}

@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; gap: 3rem; }
  .hero-copy { text-align: center; }
  .hero-copy .lede { margin-left: auto; margin-right: auto; }
}

/* ------------------------------------------------------------------
   Problem section
------------------------------------------------------------------ */

.section-intro { max-width: 36rem; margin: 0 auto 3rem; text-align: center; }
.section-intro p { margin-top: 1rem; }

.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.problem-card {
  background: var(--card);
  border-radius: 20px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.2s ease;
}

.problem-card:hover { transform: translateY(-2px); }

.problem-card .icon {
  color: var(--sage);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem-card .icon svg {
  width: 100%;
  height: 100%;
}

.card-mark {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  color: var(--muted);
  letter-spacing: 1.5px;
}

.problem-card h3 { font-size: 1.05rem; line-height: 1.35; }

@media (max-width: 800px) {
  .problem-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------
   Dark "Frick says" section
------------------------------------------------------------------ */

.frick-section {
  background: var(--night);
  color: #F5F1EA;
  padding: 6rem 0;
  margin: 0;
}

.frick-section .eyebrow { color: var(--sage); }
.frick-section h2 { color: #F5F1EA; }
.frick-section p { color: rgba(245, 241, 234, 0.65); }

.frick-section .section-intro { max-width: 38rem; }

.frick-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 1rem;
}

.frick-card {
  background: var(--night-soft);
  border-radius: 18px;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--night-line);
}

.frick-mark {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: rgba(245, 241, 234, 0.5);
}

.frick-mark::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--sage);
  border-radius: 50%;
}

.frick-body {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #F5F1EA;
}

@media (max-width: 720px) {
  .frick-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------
   Screens row
------------------------------------------------------------------ */

.screens-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.screen-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.screen-card .iphone-frame {
  width: 100%;
  max-width: 240px;
  margin-bottom: 1.25rem;
}

.screen-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.screen-card p { font-size: 0.9rem; }

@media (max-width: 900px) {
  .screens-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}

@media (max-width: 480px) {
  .screens-grid { grid-template-columns: 1fr; }
}

/* ------------------------------------------------------------------
   AI section (two columns)
------------------------------------------------------------------ */

.ai-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.context-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1.5rem; }

.context-row {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1rem;
  align-items: start;
}

.context-row .icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--sage-soft);
  color: var(--sage-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.context-row .icon svg {
  width: 20px;
  height: 20px;
}

.context-row h3 { margin-bottom: 4px; }
.context-row p { font-size: 0.95rem; }

@media (max-width: 900px) {
  .ai-section .container { grid-template-columns: 1fr; gap: 3rem; }
}

/* ------------------------------------------------------------------
   Contact form
------------------------------------------------------------------ */

.contact-section { padding: 6rem 0 4rem; }

.contact-card {
  max-width: 540px;
  margin: 0 auto;
  background: var(--card);
  border-radius: 24px;
  padding: 2.5rem;
}

.contact-card .section-intro {
  text-align: left;
  margin: 0 0 2rem;
}

.field { display: block; margin-bottom: 1rem; }
.field-label { font-size: 0.85rem; font-weight: 500; color: var(--ink-soft); margin-bottom: 0.35rem; display: block; }

.field input,
.field textarea {
  width: 100%;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-size: 0.98rem;
  color: var(--ink);
  transition: border-color 0.15s ease;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--sage);
}

.field textarea { resize: vertical; min-height: 120px; }

.cf-turnstile { margin: 1rem 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--sage);
  color: white;
  border: none;
  border-radius: 14px;
  padding: 0.95rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.18s ease;
  width: 100%;
}

.btn:hover { background: var(--sage-deep); }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; }

.form-status { margin-top: 1rem; font-size: 0.92rem; min-height: 1.3em; }
.form-status.success { color: var(--sage-deep); }
.form-status.error { color: #B85C3F; }

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

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 2.5rem;
  margin-top: 2rem;
}

.site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition: color 0.15s ease;
}

.footer-links a:hover { color: var(--sage); }

.site-footer p {
  font-size: 0.82rem;
  color: var(--muted);
  margin: 0;
}

/* ------------------------------------------------------------------
   Legal pages (privacy / terms)
------------------------------------------------------------------ */

.legal-page {
  width: min(100% - 40px, 740px);
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.legal-hero { margin-bottom: 3rem; }
.legal-hero h1 { margin-bottom: 1rem; font-size: clamp(2rem, 4vw, 2.6rem); }
.legal-hero p { font-size: 1.05rem; color: var(--ink-soft); }

.legal-content h2 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 2.25rem 0 0.6rem;
}

.legal-content p { margin-bottom: 0.4rem; color: var(--ink-soft); }
.legal-content ul { padding-left: 1.2rem; color: var(--ink-soft); }
.legal-content li { margin: 0.25rem 0; }

/* ------------------------------------------------------------------
   Scroll-reveal — subtle fade + rise as sections enter viewport
   One-shot per element. Respects prefers-reduced-motion.
------------------------------------------------------------------ */

[data-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.3, 0.7, 0.3, 1);
}

[data-reveal].in {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-delay="1"] { transition-delay: 0.08s; }
[data-reveal-delay="2"] { transition-delay: 0.16s; }
[data-reveal-delay="3"] { transition-delay: 0.24s; }
[data-reveal-delay="4"] { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .phone-slide {
    transition: none !important;
  }
}

/* ------------------------------------------------------------------
   Brain Dump section — messy list (left) → Frick sorted output (right)
   Visual artifact. Most concrete proof of the positioning.
------------------------------------------------------------------ */

.dump-section .section-intro { max-width: 38rem; }

.dump-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 2rem;
  margin-top: 3rem;
}

.dump-side {
  background: var(--card);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  box-shadow: var(--paper-shadow);
}

.dump-raw {
  background: #FBF7EE;
  border: 1px dashed rgba(42, 36, 30, 0.18);
  box-shadow: none;
}

.dump-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.dump-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Caveat", "Poppins", cursive;
  font-size: 1.4rem;
  line-height: 1.55;
  color: var(--ink);
}

/* Voice-transcription paragraph variant — same handwritten feel as
   .dump-list but reads as a single rambling block, matching how voice
   input actually lands in the app. */
.dump-text {
  margin: 0;
  font-family: "Caveat", "Poppins", cursive;
  font-size: 1.35rem;
  line-height: 1.6;
  color: var(--ink);
  opacity: 0.92;
}

.dump-list li {
  margin: 0.4rem 0;
  opacity: 0.92;
}

.dump-list li:nth-child(2) { margin-left: 0.6rem; opacity: 0.85; }
.dump-list li:nth-child(4) { margin-left: -0.2rem; opacity: 0.78; }
.dump-list li:nth-child(6) { margin-left: 0.3rem; opacity: 0.85; }
.dump-list li:nth-child(8) {
  margin-left: 0.5rem;
  opacity: 0.65;
  font-style: italic;
}

.dump-arrow {
  align-self: center;
  color: var(--muted);
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dump-arrow svg { width: 100%; height: auto; }

.dump-sorted { background: var(--card-soft); }

.dump-bucket { margin-bottom: 1.25rem; }
.dump-bucket:last-child { margin-bottom: 0; }

.dump-bucket-head {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 0.5rem;
}

.dump-bucket ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dump-bucket li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0;
  font-size: 0.96rem;
  color: var(--ink);
  border-bottom: 1px solid rgba(42, 36, 30, 0.06);
}

.dump-bucket li:last-child { border-bottom: none; }

.dump-bucket li em {
  font-style: normal;
  font-size: 0.78rem;
  color: var(--ink-soft);
  white-space: nowrap;
}

.dump-notes li {
  display: block;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.5;
  border-bottom: none;
}

@media (max-width: 880px) {
  .dump-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .dump-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
    width: 40px;
  }
}

/* ------------------------------------------------------------------
   Contrast section — "Not another productivity app"
   3 rows. Left column = them. Right column = Frick. No images.
------------------------------------------------------------------ */

.contrast-section { background: var(--card-soft); }

.contrast-grid {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contrast-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--bg);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.contrast-col {
  padding: 1.5rem 1.75rem;
}

.contrast-col.contrast-them {
  border-right: 1px solid var(--line);
}

.contrast-col.contrast-us {
  background: var(--sage-soft);
}

.contrast-side {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.4rem;
}

.contrast-col.contrast-us .contrast-side {
  color: var(--sage-deep);
}

.contrast-col p {
  font-family: "Poppins", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--ink);
  margin: 0;
}

@media (max-width: 720px) {
  .contrast-row {
    grid-template-columns: 1fr;
  }
  .contrast-col.contrast-them {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }
}

/* ------------------------------------------------------------------
   Focus / "When everything feels important" — single quiet card
------------------------------------------------------------------ */

.focus-section { padding: 5rem 0; }

.focus-card {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
  background: var(--card);
  border-radius: 20px;
  padding: 3rem 2rem;
  box-shadow: var(--paper-shadow);
}

.focus-card h2 {
  margin: 0.5rem 0 1rem;
}

.focus-card p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

/* ------------------------------------------------------------------
   Memory section — "He remembers what you'd forget."
   The artifact IS the section. Stop the scroll.
------------------------------------------------------------------ */

.memory-section {
  background: var(--night);
  color: #F5F1EA;
  padding: 7rem 0;
}

.memory-section .eyebrow { color: var(--sage); }

.memory-section h2 {
  color: #F5F1EA;
  text-align: center;
}

.memory-section .section-intro {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 4rem;
}

.memory-artifact {
  max-width: 36rem;
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
  background: var(--night-soft);
  border-radius: 24px;
  border: 1px solid var(--night-line);
}

.memory-marker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1.25rem;
}

.memory-quote {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  line-height: 1.4;
  color: #F5F1EA;
  margin: 0 0 2.5rem;
  padding: 0;
  border: none;
}

.memory-quote.memory-now { margin-bottom: 1.5rem; }

.memory-divider {
  display: flex;
  justify-content: center;
  margin: 0 auto 2.5rem;
  color: var(--sage);
  width: 24px;
}

.memory-divider svg { width: 100%; height: auto; }

.memory-attr {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
  color: var(--sage);
  margin: 0;
}

.memory-coda {
  text-align: center;
  margin: 3rem auto 0;
  max-width: 32rem;
  color: rgba(245, 241, 234, 0.62);
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
}

@media (max-width: 720px) {
  .memory-section { padding: 5rem 0; }
  .memory-artifact { padding: 2.25rem 1.5rem; }
}
