:root {
  --ink: #1f1c17;
  --muted: rgba(31, 28, 23, 0.72);
  --muted2: rgba(31, 28, 23, 0.55);
  --line: rgba(31, 28, 23, 0.14);
  --paper: rgba(255, 255, 255, 0.62);
  --paper2: rgba(255, 255, 255, 0.78);
  --shadow: 0 12px 34px rgba(31, 28, 23, 0.10);
  --shadow2: 0 8px 20px rgba(31, 28, 23, 0.10);
  --radius: 20px;
  --radius2: 16px;
  --max: 980px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fbf5ea;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    url("./source-images/LC-soft-grid.png") center top / cover no-repeat,
    radial-gradient(1000px 700px at 50% -120px, rgba(255, 214, 140, 0.55), rgba(251, 245, 234, 0.95) 60%, rgba(251, 245, 234, 1) 100%);
}

.bg::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url("./source-images/LC-soft-grid.png") center / 560px 560px repeat;
  opacity: 0.14;
  pointer-events: none;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 18px;
}

.top {
  padding: 18px 0 6px;
}

.brandRow {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow2);
  width: fit-content;
}

.brandMark {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(31, 28, 23, 0.92);
  color: white;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brandName {
  font-weight: 700;
  letter-spacing: -0.01em;
}

.brandTag {
  font-size: 13px;
  color: var(--muted2);
  margin-top: 1px;
}

main.wrap {
  padding-top: 16px;
  padding-bottom: 70px;
}

h1,
h2 {
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  letter-spacing: -0.01em;
  margin: 0;
}

h1 {
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.06;
  margin-top: 14px;
}

h2 {
  font-size: clamp(20px, 2.6vw, 28px);
  line-height: 1.18;
}

p {
  margin: 10px 0;
  font-size: 16px;
  color: var(--muted);
}

.muted {
  color: var(--muted);
}

.lines p {
  margin: 8px 0;
}

.microNote {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted2);
}

.section {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero {
  padding: 18px;
}

.heroText {
  padding: 4px 2px 0;
}

.split {
  padding: 18px;
}

@media (min-width: 900px) {
  .hero {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 18px;
    align-items: center;
  }

  .split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 18px;
    align-items: center;
  }

  .split:nth-of-type(3) {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .split:nth-of-type(3) .splitMedia {
    order: 2;
  }
}

.mediaFrame {
  border-radius: var(--radius2);
  overflow: hidden;
  border: 1px solid rgba(31, 28, 23, 0.12);
  background: rgba(255, 255, 255, 0.5);
}

.mediaFrame img {
  display: block;
  width: 100%;
  height: auto;
}

.mediaFrame.small {
  border-radius: 18px;
}

.ctaRow {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(31, 28, 23, 0.20);
  font-weight: 650;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  min-height: 44px;
}

.btn:hover {
  text-decoration: none;
}

.btn.primary {
  background: rgba(31, 28, 23, 0.92);
  color: white;
  border-color: rgba(31, 28, 23, 0.35);
}

.btn.primary:hover {
  background: rgba(31, 28, 23, 1);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.85);
}

.card {
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper2);
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./source-images/LC-soft-grid.png") center / 520px 520px repeat;
  opacity: 0.10;
  pointer-events: none;
}

.cardGrid {
  position: relative;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 900px) {
  .cardGrid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding: 22px;
  }
}

.cardText p {
  margin-top: 10px;
}

.formRow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

@media (min-width: 620px) {
  .formRow {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(31, 28, 23, 0.18);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 15px;
  min-height: 44px;
  outline: none;
}

input[type="email"]::placeholder {
  color: rgba(31, 28, 23, 0.45);
}

input[type="email"]:focus {
  border-color: rgba(31, 28, 23, 0.35);
  box-shadow: 0 0 0 4px rgba(255, 214, 140, 0.30);
}

button.btn {
  appearance: none;
}

button.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.footer {
  margin-top: 34px;
  padding-top: 18px;
}

.footerLine {
  height: 1px;
  background: var(--line);
  margin-bottom: 14px;
}

.footerText {
  font-size: 13px;
  color: var(--muted2);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.dot {
  opacity: 0.7;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}