:root {
  color-scheme: light;
  --bg: #f6f1e7;
  --bg-deep: #eadbc4;
  --panel: #fffbf2;
  --panel-warm: #fff4df;
  --ink: #2a1d12;
  --muted: #7d6a59;
  --soft: #9a8775;
  --line: #e6d8c2;
  --line-strong: #d4b996;
  --accent: #d8835f;
  --accent-strong: #b85a36;
  --accent-dark: #7a3418;
  --gold: #ffd28a;
  --teal: #0f766e;
  --white: #fffdf8;
  --shadow: 0 28px 80px rgba(42, 29, 18, 0.16);
  --shadow-soft: 0 14px 38px rgba(42, 29, 18, 0.1);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 10% 0%, rgba(216, 131, 95, 0.25), transparent 31rem),
    radial-gradient(circle at 88% 18%, rgba(255, 210, 138, 0.42), transparent 24rem),
    linear-gradient(180deg, var(--bg), var(--bg-deep));
  color: var(--ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  background: rgba(246, 241, 231, 0.78);
  border-bottom: 1px solid rgba(230, 216, 194, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: 23px;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(184, 90, 54, 0.24);
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

nav a:hover {
  color: var(--ink);
}

.section-pad {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 64px);
}

.compact {
  padding-top: clamp(44px, 7vw, 88px);
  padding-bottom: clamp(44px, 7vw, 88px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
  min-height: calc(100svh - 78px);
  overflow: hidden;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h1 {
  max-width: 810px;
  font-size: clamp(58px, 9vw, 128px);
}

h2 {
  font-size: clamp(40px, 6vw, 78px);
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lede {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.44;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 18px 34px rgba(42, 29, 18, 0.2);
}

.button-secondary {
  background: rgba(255, 251, 242, 0.72);
  border-color: var(--line);
  color: var(--ink);
}

.proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 251, 242, 0.62);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.phone-stage {
  position: relative;
  min-height: 650px;
}

.glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(3px);
  pointer-events: none;
}

.glow-one {
  inset: 7% -20% auto auto;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 210, 138, 0.74), transparent 65%);
}

.phone-card {
  position: absolute;
  overflow: hidden;
  border: 10px solid #25170d;
  border-radius: 42px;
  background: #25170d;
  box-shadow: var(--shadow);
}

.phone-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.phone-main {
  right: 16%;
  top: 0;
  z-index: 2;
  width: min(72%, 360px);
  aspect-ratio: 1206 / 2622;
  transform: rotate(2.5deg);
}

.phone-side {
  right: 0;
  bottom: 0;
  z-index: 1;
  width: min(54%, 270px);
  aspect-ratio: 1206 / 2622;
  opacity: 0.92;
  transform: rotate(-7deg);
}

.section-heading {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.narrow {
  max-width: 760px;
}

.pain-grid {
  width: min(100%, 1160px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pain-grid article,
.product-card,
.signup-card,
.guest-panel,
.screen-gallery figure {
  border: 1px solid var(--line);
  background: rgba(255, 251, 242, 0.76);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.pain-grid article {
  min-height: 230px;
  padding: 24px;
  border-radius: var(--radius-lg);
}

.pain-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 32px;
  margin-bottom: 42px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(184, 90, 54, 0.12);
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pain-grid p,
.product-card p,
.guest-panel p,
.signup-card p,
.form-note {
  color: var(--muted);
  line-height: 1.55;
}

.product-strip {
  width: min(100%, 1220px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  padding: 28px;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -18% 18%;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 210, 138, 0.52), transparent 68%);
  pointer-events: none;
}

.product-copy {
  position: relative;
  z-index: 2;
  max-width: 420px;
}

.product-copy h3 {
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.product-copy p:last-child {
  margin-bottom: 0;
  font-size: 16px;
}

.mini-label {
  margin: 0 0 12px;
  color: var(--accent-strong) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.warm-card {
  background:
    radial-gradient(circle at 68% 0%, rgba(255, 210, 138, 0.52), transparent 18rem),
    rgba(255, 251, 242, 0.84);
}

.dark-card {
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 210, 138, 0.22), transparent 17rem),
    linear-gradient(150deg, #322116, #170f0a);
  color: #fff8ec;
}

.dark-card .mini-label,
.dark-card p {
  color: rgba(255, 248, 236, 0.74) !important;
}

.dark-card h3 {
  color: #fff8ec;
}

.screen-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 8px solid #25170d;
  border-radius: 34px;
  background: #25170d;
  box-shadow: 0 24px 58px rgba(42, 29, 18, 0.24);
}

.screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-frame,
.qr-frame {
  width: min(78%, 270px);
  aspect-ratio: 1206 / 2622;
  margin: 26px auto -170px;
}

.room-frame {
  transform: rotate(-3deg);
}

.qr-frame {
  transform: rotate(3deg);
  border-color: #fff4df;
  background: #fff4df;
}

.screen-pair {
  position: relative;
  z-index: 2;
  min-height: 360px;
  margin-top: 18px;
}

.small-frame {
  position: absolute;
  bottom: -74px;
  width: min(54%, 246px);
  aspect-ratio: 1206 / 2622;
}

.small-frame:first-child {
  left: 3%;
  transform: rotate(-4deg);
}

.lifted-frame {
  right: 3%;
  bottom: -28px;
  transform: rotate(5deg);
}

.screens {
  padding-top: 18px;
}

.screen-gallery {
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.screen-gallery figure {
  margin: 0;
  padding: 18px 18px 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-align: center;
}

.screen-gallery img {
  width: min(82%, 250px);
  margin: 0 auto -90px;
  border: 8px solid #25170d;
  border-radius: 34px;
  box-shadow: 0 18px 44px rgba(42, 29, 18, 0.18);
}

.screen-gallery figcaption {
  position: relative;
  z-index: 2;
  margin-top: 104px;
  padding: 0 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guest-panel,
.signup-card {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 6vw, 64px);
  border-radius: var(--radius-xl);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 18px 18px 18px 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.48);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 13px;
  height: 8px;
  border-left: 3px solid var(--teal);
  border-bottom: 3px solid var(--teal);
  transform: rotate(-45deg);
}

.signup-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(216, 131, 95, 0.2), transparent 18rem),
    rgba(255, 251, 242, 0.86);
}

.signup-form {
  display: grid;
  gap: 12px;
}

.signup-form label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

input,
select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: #fffdf8;
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}

input:focus,
select:focus {
  border-color: var(--accent-strong);
  box-shadow: 0 0 0 4px rgba(216, 131, 95, 0.16);
}

.hidden-field {
  display: none;
}

.form-note {
  margin: 0;
  font-size: 13px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 30px clamp(18px, 5vw, 64px) 42px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 920px) {
  .hero,
  .guest-panel,
  .signup-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  .phone-stage {
    min-height: 560px;
  }

  .phone-main {
    left: 8%;
    right: auto;
    width: min(62vw, 330px);
  }

  .phone-side {
    right: 8%;
    width: min(46vw, 240px);
  }

  .pain-grid,
  .product-strip,
  .screen-gallery {
    grid-template-columns: 1fr;
  }

  .pain-grid article {
    min-height: 0;
  }

  .product-card {
    min-height: 540px;
  }

  .warm-card {
    min-height: 620px;
  }

  .room-frame,
  .qr-frame {
    margin-bottom: -150px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  nav {
    display: none;
  }

  h1 {
    font-size: clamp(50px, 17vw, 76px);
  }

  .section-pad {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-actions,
  .form-row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .button {
    width: 100%;
  }

  .phone-stage {
    min-height: 480px;
    margin-inline: -16px;
  }

  .phone-main {
    left: 11%;
    width: 62vw;
    border-width: 7px;
    border-radius: 34px;
  }

  .phone-side {
    right: 8%;
    width: 45vw;
    border-width: 7px;
    border-radius: 32px;
  }

  .product-card {
    min-height: 500px;
    padding: 22px;
    border-radius: 28px;
  }

  .warm-card {
    min-height: 590px;
  }

  .room-frame,
  .qr-frame {
    width: min(70%, 230px);
    margin-bottom: -132px;
  }

  .screen-pair {
    min-height: 340px;
  }

  .small-frame {
    bottom: -112px;
    width: min(50%, 190px);
    border-width: 7px;
  }

  .screen-gallery img {
    width: min(76%, 220px);
  }

  .guest-panel,
  .signup-card {
    padding: 24px;
    border-radius: 26px;
  }

  .site-footer {
    flex-direction: column;
  }
}

.privacy-note {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(184, 90, 54, 0.18);
  border-radius: var(--radius-md);
  background: rgba(255, 244, 223, 0.68);
  color: var(--accent-dark) !important;
  font-size: 15px;
}

.speed-panel {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(184, 90, 54, 0.18);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 210, 138, 0.36), transparent 18rem),
    rgba(255, 251, 242, 0.76);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.speed-grid {
  display: grid;
  gap: 14px;
}

.speed-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.5);
}

.speed-grid h3 {
  margin-bottom: 8px;
}

.speed-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

@media (max-width: 920px) {
  .speed-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .speed-panel {
    padding: 24px;
    border-radius: 26px;
  }
}

.form-note-success {
  color: var(--teal) !important;
  font-weight: 800;
}

.thanks-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 32px 18px;
}

.thanks-page > .brand {
  position: fixed;
  top: 18px;
  left: 18px;
}

.thanks-card {
  width: min(100%, 680px);
  padding: clamp(30px, 7vw, 72px);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 251, 242, 0.82);
  box-shadow: var(--shadow);
  text-align: center;
}

.thanks-card h1 {
  font-size: clamp(52px, 9vw, 96px);
}

.thanks-card p:not(.eyebrow) {
  margin: 22px auto 30px;
  max-width: 440px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .pain-grid,
  .product-strip,
  .screen-gallery {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 84vw);
    grid-template-columns: none;
    gap: 14px;
    margin-inline: -16px;
    padding-inline: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .pain-grid::-webkit-scrollbar,
  .product-strip::-webkit-scrollbar,
  .screen-gallery::-webkit-scrollbar {
    display: none;
  }

  .pain-grid article,
  .product-card,
  .screen-gallery figure {
    scroll-snap-align: center;
  }

  .pain-grid article {
    min-height: 220px;
  }

  .product-card {
    min-height: 470px;
  }

  .warm-card {
    min-height: 500px;
  }

  .product-copy h3 {
    font-size: 31px;
  }

  .product-copy p:last-child {
    font-size: 15px;
  }

  .room-frame,
  .qr-frame {
    width: 185px;
    margin-top: 18px;
    margin-bottom: -128px;
  }

  .screen-pair {
    min-height: 210px;
    margin-top: 4px;
  }

  .small-frame {
    width: 150px;
    bottom: -94px;
  }

  .small-frame:first-child {
    left: 5%;
  }

  .lifted-frame {
    right: 4%;
    bottom: -64px;
  }

  .screen-gallery figure {
    padding-top: 14px;
  }

  .screen-gallery img {
    width: 185px;
    margin-bottom: -84px;
  }
}

.product-card,
.screens,
.signup {
  scroll-margin-top: 96px;
}

.proof-list a {
  display: block;
}

@media (max-width: 640px) {
  .warm-card {
    min-height: 470px;
  }

  .warm-card .product-copy h3 {
    font-size: 29px;
  }

  .warm-card .product-copy p:last-child {
    font-size: 14px;
    line-height: 1.45;
  }

  .warm-card .screen-pair {
    min-height: 178px;
    margin-top: 0;
  }

  .warm-card .small-frame {
    width: 140px;
    bottom: -52px;
  }

  .warm-card .small-frame:first-child {
    left: 8%;
  }

  .warm-card .lifted-frame {
    right: 8%;
    bottom: -28px;
  }
}

.hero {
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 210, 138, 0.56), transparent 21rem),
    radial-gradient(circle at 10% 92%, rgba(216, 131, 95, 0.22), transparent 24rem),
    linear-gradient(135deg, #f8efe0 0%, #f1dfc5 100%);
}

.problem {
  background:
    linear-gradient(180deg, rgba(246, 241, 231, 0), rgba(255, 251, 242, 0.68) 18%, rgba(255, 251, 242, 0.68) 82%, rgba(246, 241, 231, 0));
}

.how {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 210, 138, 0.34), transparent 24rem),
    linear-gradient(180deg, #eadcc7 0%, #f7efe2 42%, #ead9bf 100%);
}

.screens {
  background:
    radial-gradient(circle at 15% 10%, rgba(216, 131, 95, 0.24), transparent 22rem),
    radial-gradient(circle at 82% 18%, rgba(255, 210, 138, 0.16), transparent 20rem),
    linear-gradient(145deg, #2a1d12 0%, #140d08 100%);
  color: #fff8ec;
}

.screens .eyebrow,
.screens h2 {
  color: #fff8ec;
}

.screens .eyebrow {
  opacity: 0.7;
}

.screens .screen-gallery figure {
  background: rgba(255, 251, 242, 0.92);
  border-color: rgba(255, 244, 223, 0.18);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

.speed {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 210, 138, 0.36), transparent 21rem),
    radial-gradient(circle at 92% 80%, rgba(122, 52, 24, 0.2), transparent 22rem),
    linear-gradient(135deg, #c96d49 0%, #a9482d 100%);
}

.speed .eyebrow,
.speed h2 {
  color: #fff8ec;
}

.speed-panel {
  background: rgba(255, 251, 242, 0.88);
  border-color: rgba(255, 244, 223, 0.42);
  box-shadow: 0 30px 80px rgba(42, 29, 18, 0.22);
}

.guest-view {
  background:
    radial-gradient(circle at 80% 12%, rgba(15, 118, 110, 0.13), transparent 18rem),
    linear-gradient(180deg, #f7efe2 0%, #efe0ca 100%);
}

.signup {
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 131, 95, 0.28), transparent 22rem),
    radial-gradient(circle at 84% 100%, rgba(255, 210, 138, 0.16), transparent 20rem),
    linear-gradient(145deg, #21150e 0%, #120c08 100%);
  color: #fff8ec;
}

.signup .eyebrow,
.signup h2 {
  color: #fff8ec;
}

.signup .signup-card {
  background: rgba(255, 251, 242, 0.9);
  color: var(--ink);
  border-color: rgba(255, 244, 223, 0.32);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

/* Readability and accessibility pass */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}

.button-secondary,
.proof-list li {
  background: rgba(255, 251, 242, 0.9);
  border-color: var(--line-strong);
  color: #5f4f42;
}

.proof-list a:hover,
.proof-list a:focus-visible,
nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent-dark);
}

.screens .screen-gallery figcaption {
  color: #5f4f42;
}

.screens .screen-gallery figure {
  background: #fffaf0;
}

.speed .speed-panel .eyebrow,
.signup .signup-card .eyebrow {
  color: var(--accent-strong);
}

.speed .speed-panel h2,
.signup .signup-card h2 {
  color: var(--ink);
}

.speed-panel,
.guest-panel,
.signup-card,
.pain-grid article,
.product-card,
.screen-gallery figure {
  background-color: rgba(255, 251, 242, 0.94);
}

.dark-card {
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 210, 138, 0.22), transparent 17rem),
    linear-gradient(150deg, #322116, #170f0a);
}

.dark-card .mini-label {
  color: #e7c8af !important;
}

.dark-card p {
  color: #d9c7b5 !important;
}

.privacy-note {
  background: #fff1df;
  border-color: #e2b18f;
  color: #6f311a !important;
}

.check-list li,
.speed-grid article {
  background: rgba(255, 255, 255, 0.72);
}

input,
select {
  border-color: #c8aa84;
}

input::placeholder {
  color: #7d6a59;
}

.site-footer {
  background: #120c08;
  color: #ead8c1;
}

.site-footer a {
  color: #fff8ec;
}

@media (max-width: 640px) {
  .pain-grid,
  .product-strip,
  .screen-gallery {
    padding-bottom: 8px;
  }

  .pain-grid::after,
  .product-strip::after,
  .screen-gallery::after {
    content: "";
    width: 1px;
  }
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffd28a;
}

.screens .section-heading .eyebrow {
  color: #f0c8ad;
  opacity: 1;
}

.signup > .signup-card p,
.speed-panel p {
  color: #6f5e4f;
}
