@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Design tokens and base element styles. */
:root {
  /* The page never declared a background, so dark-mode browsers rendered it
     black behind the old grey text. The site is light by design — the only
     dark surface is the closing panel, which is a fixed brand colour rather
     than a theme. Pinning the scheme stops browsers second-guessing that. */
  color-scheme: light;
  --lt-bg: #faf8f3;
  --lt-surface: #ffffff;
  --lt-ink: #23231f;
  --lt-muted: #61645a; /* 5.9:1 on --lt-bg */
  --lt-hair: #e5e2d7;
  --lt-accent: #6f6b2b; /* 5.3:1 on --lt-bg — the 2012 olive, darkened to pass */
  --lt-tint: rgba(111, 107, 43, .10);
  --lt-slab: #2c2c27;
  --lt-slab-ink: #ffffff;
  --lt-btn: #1a1a17;
  --lt-btn-ink: #ffffff;
  --lt-lift: 0 2px 4px rgba(35, 35, 31, .04), 0 28px 60px -26px rgba(35, 35, 31, .30);
  --lt-sans: 'Instrument Sans', system-ui, -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --lt-serif: 'Instrument Serif', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
}

html {
  background: var(--lt-bg);
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  background: var(--lt-bg);
  color: var(--lt-ink);
  font-family: var(--lt-sans);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Old value was rgb(152,157,138) on near-white — about 2.4:1, well under the 4.5:1 floor. */
p {
  color: var(--lt-muted);
}

a {
  color: var(--lt-accent);
}

a:hover,
a:focus,
a.active,
a.active:hover {
  color: var(--lt-ink);
}

/* The legacy sheet set `outline-style: none` on every link, which left
   keyboard users with no visible focus at all. */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--lt-accent);
  outline-offset: 3px;
  border-radius: 2px;
}

hr {
  border-top: 1px solid var(--lt-hair);
}

/* Header, hero and press strip — direction A ("Quiet editorial").
   Everything here is grid/flex with gap, no floats and no Skeleton columns. */
/* Neither normalize nor this copy of Skeleton sets border-box globally —
   Skeleton only applies it to .container/.column/inputs. Without this the
   App Store button computes to width:100% PLUS 52px of padding and pushes
   the page into horizontal scroll on a phone. Scoped so the untouched
   sections below keep the box model they were built against. */
.lt-header, .lt-hero, .lt-press, .lt-prose,
.lt-header *, .lt-hero *, .lt-press *, .lt-prose * {
  box-sizing: border-box;
}

/* ---------------------------------------------------------------- header */
.lt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 24px;
  border-bottom: 1px solid var(--lt-hair);
}

.lt-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: var(--lt-ink);
}

.lt-brand:hover,
.lt-brand:focus {
  color: var(--lt-ink);
}

.lt-brand-icon {
  display: block;
  flex-shrink: 0;
}

.lt-brand-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.lt-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.lt-nav a {
  font-size: 15px;
  color: var(--lt-muted);
  text-decoration: none;
}

.lt-nav a:hover,
.lt-nav a:focus {
  color: var(--lt-ink);
}

.lt-pill {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--lt-btn);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.lt-nav a.lt-pill,
.lt-nav a.lt-pill:hover,
.lt-nav a.lt-pill:focus {
  color: var(--lt-btn-ink);
}

.lt-nav a.lt-pill:hover {
  opacity: 0.88;
}

/* Below the breakpoint only the download action survives in the bar. */
@media (max-width: 767px) {
  .lt-nav a:not(.lt-pill) {
    display: none;
  }
}
@media (min-width: 900px) {
  .lt-header {
    padding: 26px 72px;
  }
  .lt-nav {
    gap: 34px;
  }
  .lt-brand-name {
    font-size: 17px;
  }
}
/* ------------------------------------------------------------------ hero */
.lt-hero {
  display: grid;
  /* minmax(0, 1fr) rather than the default `auto`: an auto track refuses to
     shrink below the phone mockup's min-content width and blows the layout
     out past the viewport at 320px. */
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 34px 24px 8px;
}

@media (min-width: 900px) {
  .lt-hero {
    grid-template-columns: minmax(0, 1fr) minmax(0, 440px);
    align-items: center;
    gap: 80px;
    padding: 56px 72px 64px;
  }
}
.lt-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lt-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--lt-accent);
}

@media (min-width: 900px) {
  .lt-eyebrow {
    font-size: 13px;
  }
}
/* The rotating headline. Every line sits in the same grid cell, so the
   block is as tall as the longest phrase at whatever width it lands on —
   no fixed height to get wrong, and no layout shift between phrases. */
.lt-lines {
  display: grid;
  width: 100%;
  margin: 16px 0 0;
  font-family: var(--lt-serif);
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--lt-ink);
  text-wrap: pretty;
}

.lt-line {
  grid-area: 1/1;
  opacity: 0;
  animation: lt-rotate 13s infinite;
}

.lt-line:nth-child(1) {
  animation-delay: 0s;
}

.lt-line:nth-child(2) {
  animation-delay: 3.25s;
}

.lt-line:nth-child(3) {
  animation-delay: 6.5s;
}

.lt-line:nth-child(4) {
  animation-delay: 9.75s;
}

@keyframes lt-rotate {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  3% {
    opacity: 1;
    transform: none;
  }
  22% {
    opacity: 1;
    transform: none;
  }
  25% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 0;
    transform: translateY(-12px);
  }
}
/* Was a recursive jQuery fadeIn/fadeOut that ignored this entirely. */
@media (prefers-reduced-motion: reduce) {
  .lt-line {
    animation: none;
    opacity: 0;
    transform: none;
  }
  .lt-line:nth-child(1) {
    opacity: 1;
  }
}
@media (min-width: 600px) {
  .lt-lines {
    font-size: 44px;
  }
}
@media (min-width: 900px) {
  .lt-lines {
    font-size: 52px;
    margin-top: 22px;
  }
}
@media (min-width: 1200px) {
  .lt-lines {
    font-size: 56px;
  }
}
.lt-sub {
  margin: 18px 0 0;
  max-width: 34em;
  font-size: 16px;
  line-height: 1.65;
  color: var(--lt-muted);
  text-wrap: pretty;
}

@media (min-width: 900px) {
  .lt-sub {
    margin-top: 26px;
    font-size: 18px;
  }
}
.lt-appstore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 100%;
  height: 58px;
  margin-top: 26px;
  padding: 0 26px;
  border-radius: 15px;
  background: var(--lt-btn);
  text-decoration: none;
}

.lt-appstore,
.lt-appstore:hover,
.lt-appstore:focus {
  color: var(--lt-btn-ink);
}

.lt-appstore:hover {
  opacity: 0.88;
}

@media (min-width: 600px) {
  .lt-appstore {
    display: inline-flex;
    width: auto;
    margin-top: 34px;
  }
}
.lt-appstore svg {
  flex-shrink: 0;
}

.lt-appstore-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: left;
}

.lt-appstore-small {
  font-size: 11px;
  opacity: 0.75;
}

.lt-appstore-big {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.lt-meta {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--lt-muted);
}

/* ----------------------------------------------------- device screenshot */
/* A real 1206x2622 capture in a thin dark bezel. The screenshot carries its
   own status bar, so nothing here paints one — the drawn phone this replaced
   deliberately left that strip blank, and a real capture makes the point
   better than a drawing ever did. */
.lt-shot {
  box-sizing: border-box;
  width: 100%;
  max-width: 290px;
  padding: 5px;
  border-radius: 46px;
  background: linear-gradient(160deg, #40403a, #1c1c19 60%);
  box-shadow: var(--lt-lift);
}

.lt-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 41px;
}

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

@media (min-width: 900px) {
  .lt-hero-shot .lt-shot {
    max-width: 276px;
  }
}
/* ----------------------------------------------------------- press strip */
.lt-press {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 40px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 22px 24px;
  border-top: 1px solid var(--lt-hair);
}

@media (min-width: 900px) {
  .lt-press {
    padding: 22px 72px;
  }
}
.lt-press-label {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--lt-muted);
  white-space: nowrap;
}

.lt-press-quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--lt-muted);
}

.lt-press-quote b {
  margin-right: 8px;
  font-weight: 600;
  color: var(--lt-ink);
}

/* -------------------------------------------------- newsletter + utility */
.lt-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.lt-form-status {
  margin: 1rem 0 0;
  min-height: 1.5em;
  font-size: 14px;
  color: var(--lt-muted);
}

.lt-form-status.is-ok {
  color: #3f6b46;
}

.lt-form-status.is-error {
  color: #9a3b2f;
}

.lt-prose {
  max-width: 46em;
  padding: 40px 24px 72px;
}

.lt-prose h1 {
  font-size: 32px;
  letter-spacing: -0.02em;
}

.lt-prose h2 {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-top: 2em;
}

.lt-prose p,
.lt-prose li {
  font-size: 16px;
  line-height: 1.7;
  color: var(--lt-muted);
}

.lt-prose-back {
  margin: 0 0 2rem;
  font-size: 14px;
}

/* Everything below the hero: how-it-works, wall of love, FAQ, close + footer.
   Replaces the 2014 markup that used Skeleton's float grid and shipped the
   Remind block three times over for desktop/tablet/mobile. */
.lt-how, .lt-wall, .lt-faq, .lt-close,
.lt-how *, .lt-wall *, .lt-faq *, .lt-close * {
  box-sizing: border-box;
}

.lt-h2 {
  margin: 0;
  font-family: var(--lt-serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--lt-ink);
  text-wrap: pretty;
}

@media (min-width: 900px) {
  .lt-h2 {
    font-size: 42px;
  }
}
/* ------------------------------------------------------- how it works */
.lt-how {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

@media (min-width: 900px) {
  .lt-how {
    padding: 100px 72px 0;
  }
}
.lt-how-head {
  max-width: 720px;
}

.lt-how-head .lt-h2 {
  margin-top: 14px;
}

@media (min-width: 900px) {
  .lt-how-head .lt-h2 {
    margin-top: 18px;
  }
}
.lt-beat {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  margin-top: 56px;
}

@media (min-width: 900px) {
  .lt-beat {
    margin-top: 92px;
  }
}
/* Two columns only once there is genuinely room for both. A fixed 560px copy
   column squeezed the phone track to ~106px at exactly 900px wide and its rows
   spilled out; the phone gets a fixed track and the copy takes what is left. */
@media (min-width: 1024px) {
  .lt-beat {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: center;
    gap: 90px;
  }
  /* Copy leads in source order on every beat, so the stacked reading order is
     always heading-then-picture. Beat 3 only swaps sides on wide screens. */
  .lt-beat-flip {
    grid-template-columns: 320px minmax(0, 1fr);
  }
  .lt-beat-flip .lt-beat-visual {
    order: 1;
  }
  .lt-beat-flip .lt-beat-copy {
    order: 2;
  }
  .lt-beat-copy {
    max-width: 560px;
  }
}
.lt-beat-visual {
  display: flex;
  justify-content: center;
}

.lt-beat-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lt-beat-title h3 {
  margin: 0;
  font-family: var(--lt-serif);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--lt-ink);
}

@media (min-width: 900px) {
  .lt-beat-title {
    gap: 14px;
  }
  .lt-beat-title h3 {
    font-size: 34px;
  }
}
.lt-step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1.5px solid #d5d2c2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--lt-accent);
  font-variant-numeric: tabular-nums;
}

@media (min-width: 900px) {
  .lt-step {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.lt-beat-p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--lt-muted);
  text-wrap: pretty;
}

@media (min-width: 900px) {
  .lt-beat-p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.lt-subs {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  margin-top: 30px;
}

@media (min-width: 600px) {
  .lt-subs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 36px;
  }
}
@media (min-width: 900px) {
  .lt-subs {
    margin-top: 36px;
  }
}
.lt-sub-icon {
  display: block;
  stroke: var(--lt-accent);
}

.lt-subs h4 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--lt-ink);
}

.lt-subs p {
  margin: 5px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--lt-muted);
}

/* the Forget interstitial */
.lt-forget {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 56px;
  padding: 44px 0;
  border-top: 1px solid var(--lt-hair);
  border-bottom: 1px solid var(--lt-hair);
}

@media (min-width: 900px) {
  .lt-forget {
    margin-top: 130px;
    padding: 62px 0;
  }
}
.lt-forget .lt-beat-p {
  max-width: 620px;
}

@media (min-width: 900px) {
  .lt-forget .lt-beat-p {
    font-size: 19px;
  }
}
/* The slab digits: once the drawn phone rows, now only the Forget count. */
.lt-slabs {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
}

.lt-slabs b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 26px;
  border-radius: 5px;
  background: var(--lt-slab);
  color: var(--lt-slab-ink);
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.lt-forget-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
}

.lt-forget-count span {
  font-size: 13px;
  color: #8b8e82;
}

.lt-forget-count .lt-slabs {
  gap: 5px;
}

.lt-forget-count .lt-slabs b {
  width: 30px;
  height: 40px;
  border-radius: 8px;
  font-size: 21px;
}

@media (min-width: 900px) {
  .lt-forget-count {
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
    margin-top: 34px;
  }
  .lt-forget-count span {
    font-size: 14px;
  }
  .lt-forget-count .lt-slabs b {
    width: 34px;
    height: 44px;
    border-radius: 9px;
    font-size: 24px;
  }
}
/* --------------------------------------------------------------- gallery */
.lt-gallery {
  max-width: 1440px;
  margin: 0 auto;
  padding: 76px 24px 0;
}

.lt-gallery *,
.lt-gallery {
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .lt-gallery {
    padding: 104px 72px 0;
  }
}
.lt-gallery-head {
  max-width: 30em;
}

.lt-gallery-head .lt-h2 {
  margin-top: 10px;
}

.lt-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  margin-top: 40px;
}

@media (min-width: 600px) {
  .lt-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 36px;
  }
}
@media (min-width: 1024px) {
  .lt-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px 32px;
    margin-top: 52px;
  }
}
.lt-gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

/* Narrower than the hero's: four of these sit side by side on a wide screen,
   and a full-height phone in each would push the captions below the fold. */
.lt-gallery-item .lt-shot {
  max-width: 232px;
}

.lt-gallery-item figcaption {
  width: 100%;
  max-width: 26em;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 1024px) {
  .lt-gallery-item figcaption {
    text-align: left;
  }
}
.lt-gallery-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--lt-ink);
}

.lt-gallery-item p {
  margin: 6px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--lt-muted);
  text-wrap: pretty;
}

/* ------------------------------------------------------ wall of love */
.lt-wall {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

@media (min-width: 900px) {
  .lt-wall {
    padding: 100px 72px 0;
  }
}
.lt-wall-head {
  text-align: center;
}

.lt-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 14.5px;
  color: var(--lt-muted);
}

.lt-rating b {
  color: var(--lt-ink);
  font-weight: 600;
}

@media (min-width: 600px) {
  .lt-rating {
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    font-size: 16px;
  }
}
.lt-stars {
  display: flex;
  gap: 2px;
}

.lt-stars svg {
  fill: #c8951f;
}

.lt-rating .lt-stars svg {
  width: 19px;
  height: 19px;
}

.lt-reviews {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 34px;
}

@media (min-width: 640px) {
  .lt-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .lt-reviews {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 20px;
    margin-top: 52px;
  }
}
.lt-review {
  margin: 0;
  padding: 20px;
  border: 1px solid #ece9dd;
  border-radius: 18px;
  background: var(--lt-surface);
  box-shadow: 0 1px 2px rgba(35, 35, 31, 0.04), 0 14px 30px -22px rgba(35, 35, 31, 0.26);
}

@media (min-width: 900px) {
  .lt-review {
    padding: 22px;
  }
}
.lt-review blockquote {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: #33332d;
  text-wrap: pretty;
}

.lt-review figcaption {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
}

.lt-ini {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--lt-tint);
  color: var(--lt-accent);
  font-size: 13px;
  font-weight: 600;
}

.lt-review-who {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--lt-ink);
}

.lt-review-meta {
  display: block;
  margin-top: 1px;
  font-size: 11.5px;
  color: #8b8e82;
}

/* --------------------------------------------------------------- FAQ */
.lt-faq {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 24px 0;
}

@media (min-width: 900px) {
  .lt-faq {
    padding: 96px 72px 0;
  }
}
.lt-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  margin-top: 28px;
}

@media (min-width: 900px) {
  .lt-faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 80px;
    margin-top: 40px;
  }
}
.lt-faq-grid h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--lt-ink);
}

.lt-faq-grid p {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--lt-muted);
  text-wrap: pretty;
}

@media (min-width: 900px) {
  .lt-faq-grid h3 {
    font-size: 17px;
  }
  .lt-faq-grid p {
    margin-top: 8px;
    font-size: 15.5px;
  }
}
/* ------------------------------------------------- close + footer */
/* One dark block ends the page. Deliberately fixed, not theme-aware —
   the page is light and this is a brand panel inside it. */
.lt-close {
  margin-top: 64px;
  background: #1a1a15;
  color: #f4f2e8;
}

@media (min-width: 900px) {
  .lt-close {
    margin-top: 110px;
  }
}
.lt-close a {
  color: #9b9b87;
}

.lt-close a:hover,
.lt-close a:focus {
  color: #f4f2e8;
}

.lt-close .lt-h2 {
  color: #f4f2e8;
}

.lt-close-cta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 24px;
}

@media (min-width: 900px) {
  .lt-close-cta {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 84px 72px 72px;
  }
  .lt-close-cta .lt-h2 {
    max-width: 660px;
  }
}
.lt-close-meta {
  margin: 14px 0 0;
  font-size: 15px;
  color: #9b9b87;
}

.lt-close .lt-appstore {
  flex-shrink: 0;
  margin-top: 0;
  background: #f4f2e8;
}

.lt-close .lt-appstore,
.lt-close .lt-appstore:hover,
.lt-close .lt-appstore:focus {
  color: #1a1a15;
}

.lt-close .lt-appstore:focus-visible {
  outline-color: #f4f2e8;
}

.lt-foot {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  border-top: 1px solid rgba(216, 215, 186, 0.14);
}

@media (min-width: 900px) {
  .lt-foot {
    padding: 0 72px;
  }
}
.lt-foot-cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding: 40px 0;
}

@media (min-width: 480px) {
  .lt-foot-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 20px;
  }
}
@media (min-width: 900px) {
  .lt-foot-cols {
    grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr));
    gap: 60px;
    padding: 56px 0 44px;
  }
}
.lt-foot-about {
  grid-column: 1/-1;
}

@media (min-width: 900px) {
  .lt-foot-about {
    grid-column: auto;
  }
}
.lt-foot-about .lt-brand-name {
  color: #f4f2e8;
}

.lt-foot-about p {
  margin: 14px 0 0;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.65;
  color: #9b9b87;
}

.lt-foot-col h2 {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #6d6d61;
}

.lt-foot-col a {
  display: block;
  font-size: 15px;
  line-height: 2.1;
  text-decoration: none;
  /* The contact address is one unbreakable token and overflowed a 126px
     column at 320px wide. */
  overflow-wrap: anywhere;
}

.lt-foot-bottom {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 0;
  border-top: 1px solid rgba(216, 215, 186, 0.14);
  font-size: 13.5px;
  color: #6d6d61;
}

@media (min-width: 600px) {
  .lt-foot-bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
}
