:root {
  --deep-ink: #21282D;
  --jade-teal: #2E4E4F;
  --olive-sage: #677059;
  --warm-sand: #CDC3B4;
  --terracotta: #B87148;
  --soft-stone: #978B7A;
  --botanical-gold: #A08A5C;
  --text: #2e3435;
  --bg: #f3efe5;
  --surface: rgba(255, 255, 250, 0.96);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  min-height: 100vh;
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--deep-ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(184, 113, 72, 0.08), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(46, 78, 79, 0.1), transparent 24%),
    linear-gradient(180deg, #f8f4ec 0%, #efe7da 100%);
}

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

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

button,
input,
textarea {
  font: inherit;
  min-width: 0;
}

.page-shell {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  padding: 18px 20px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(243, 239, 229, 0.92);
  backdrop-filter: blur(10px);
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-logo {
  width: 88px;
  height: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.eyebrow,
.eyebrow.hero-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--soft-stone);
}

.story-copy .section-eyebrow,
.benefits-section .section-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--soft-stone);
}

.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.1;
  color: var(--deep-ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--deep-ink);
  text-decoration: none;
  font-size: 0.95rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: color 0.25s ease;
}

.nav-links a:hover,
.nav-links a.nav-cta:hover {
  color: var(--jade-teal);
}

.nav-cta {
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(46, 78, 79, 0.08);
  color: var(--deep-ink);
}

.nav-cta:hover {
  background: rgba(46, 78, 79, 0.16);
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  padding: 20px 0 36px;
  background: linear-gradient(135deg, rgba(248, 244, 236, 0.96), rgba(233, 221, 205, 1));
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(33, 40, 45, 0.5) 0%, rgba(33, 40, 45, 0.15) 36%, rgba(243, 239, 229, 0.8) 75%, rgba(243, 239, 229, 0.9) 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(184, 113, 72, 0.14), transparent 28%), radial-gradient(circle at bottom right, rgba(160, 138, 92, 0.12), transparent 32%);
}

.hero-media-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.34;
}

.hero-bg-yoga {
  background-image: url('yoga-pose.png');
}

.hero-bg-mandala {
  background-image: url('mandalamaterial.PNG');
}

.hero-bg-logo {
  background-color: rgba(243, 239, 229, 0.94);
  background-image: url('aum-logo.png');
  background-size: min(88%, 460px);
  background-position: center -3%;
  opacity: 0.82;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  color: white;
  padding: 0 20px;
}

.eyebrow.hero-eyebrow {
  color: #ffffff;
}

.hero-text-block {
  max-width: min(38vw, 430px);
  padding-top: 0;
}

.hero-text-block .hero-eyebrow,
#hero-heading,
.hero-copy,
.hero-copy-display {
  color: #ffffff;
  text-shadow: 0 1px 14px rgba(33, 40, 45, 0.65), 0 0 2px rgba(33, 40, 45, 0.45);
}

#hero-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(3rem, 5vw, 4.75rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  margin: 0.35rem 0 0.5rem;
  max-width: 10ch;
}

.hero-heading-line-1 {
  white-space: nowrap;
}

.hero-text-block .hero-eyebrow {
  margin: 0;
}

.hero-copy {
  max-width: 100%;
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}

.hero-copy-display {
  display: block;
  margin-top: 0.4rem;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.3rem, 2.1vw, 2.1rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

.hero-copy-desktop,
.hero-copy-display-desktop {
  display: none;
}

.hero-copy-mobile,
.hero-copy-display-mobile {
  display: block;
}

.hero-card-intro {
  margin: 0 0 14px;
  color: var(--deep-ink);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(260px, 0.5fr);
  gap: 12px;
  align-items: start;
  max-width: 620px;
  margin: 0 auto;
}

.hero-card,
.signup-card {
  background: rgba(255, 255, 250, 0.9);
  border: 1px solid rgba(33, 40, 45, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(33, 40, 45, 0.06);
  padding: 18px;
}

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

.hero-card-label,
.signup-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--jade-teal);
  margin-bottom: 12px;
}

.hero-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.hero-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--deep-ink);
  font-size: 0.9rem;
}

.hero-card li::before {
  content: '•';
  color: var(--terracotta);
  font-size: 1.4rem;
  line-height: 1;
}

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

.signup-form label {
  font-size: 0.95rem;
  color: var(--deep-ink);
}

.signup-form input {
  width: 100%;
  border: 1px solid rgba(33, 40, 45, 0.12);
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 1rem;
  background: #fff;
  color: var(--deep-ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.signup-form input[name="website"] {
  display: none;
}

.signup-form input:focus {
  border-color: var(--jade-teal);
  box-shadow: 0 0 0 4px rgba(46, 78, 79, 0.08);
}

.form-note {
  font-size: 0.95rem;
  color: var(--soft-stone);
}

.success-message {
  text-align: center;
}

.success-message h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  color: var(--deep-ink);
  margin-bottom: 0.75rem;
}

.success-message p {
  color: var(--soft-stone);
  line-height: 1.8;
}

.btn {
  padding: 16px 32px;
  border: none;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  min-height: 48px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--jade-teal), var(--botanical-gold));
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(46, 78, 79, 0.18);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  min-width: 220px;
  background: var(--jade-teal);
  color: #fff;
  border: 2px solid transparent;
  margin-top: 1.5rem;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #244746;
}

.section {
  padding: 56px 0;
}

.benefits-section {
  padding-bottom: 20px;
}

.story-section {
  padding-top: 20px;
}

.story-section,
.benefits-section {
  position: relative;
  overflow: hidden;
  background: #f7f1e6;
}

.story-section::before,
.benefits-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-repeat: no-repeat;
  background-size: min(42vw, 420px);
}

.story-section .container,
.benefits-section .container {
  position: relative;
  z-index: 1;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: center;
}

.story-copy h2,
.benefits-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.25rem, 2.8vw, 3.4rem);
  line-height: 1.05;
  margin: 12px 0 16px;
}

.story-copy p,
.story-highlight p,
.feature-card p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--deep-ink);
  font-size: 1.05rem;
  line-height: 1.8;
}

.story-highlight p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem;
  line-height: 1.55;
}

.story-panel {
  display: grid;
  gap: 16px;
  max-width: 560px;
  justify-self: end;
}

.story-highlight {
  min-height: 168px;
  padding: 26px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(33, 40, 45, 0.08);
}

.story-highlight span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 12px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.feature-card {
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(33, 40, 45, 0.08);
}

.feature-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: var(--jade-teal);
  margin-bottom: 10px;
  display: inline-block;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--deep-ink);
}

.banner-section {
  padding: 60px 0;
  background: #f7f1e6;
}

.banner-content {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 1fr);
  gap: 32px;
  align-items: center;
}

.banner-image {
  width: 100%;
  height: auto;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 24px 80px rgba(33, 40, 45, 0.08);
}

.banner-copy h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.05;
  margin: 0.65rem 0 1rem;
  color: var(--deep-ink);
}

.banner-copy p {
  font-family: 'Cormorant Garamond', serif;
  color: var(--deep-ink);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 46rem;
}

.footer {
  padding: 22px 0 26px;
  background: rgba(33, 40, 45, 0.04);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 0.95rem;
  color: var(--soft-stone);
}

@media (min-width: 981px) {
  .topbar {
    padding-top: 16px;
  }

  .hero-bg-logo {
    background-position: center -13%;
  }

  .hero .hero-content.container {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr 0.9fr;
    grid-template-rows: minmax(140px, 24vh) auto;
    row-gap: 10px;
    column-gap: 12px;
    align-items: start;
    justify-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px 20px 0;
    box-sizing: border-box;
  }

  .hero-text-block {
    grid-column: 1;
    grid-row: 1 / -1;
    justify-self: start;
    align-self: start;
    width: 100%;
    max-width: min(38vw, 400px);
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .hero-text-block .hero-eyebrow,
  #hero-heading,
  .hero-copy {
    text-align: left;
  }

  .hero-grid {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: center;
    align-self: start;
    width: min(100%, 620px);
    max-width: 620px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
  }

  .hero-copy-desktop,
  .hero-copy-display-desktop {
    display: block;
  }

  .hero-copy-mobile,
  .hero-copy-display-mobile {
    display: none;
  }

  .hero-copy-desktop {
    font-size: clamp(0.95rem, 1.05vw, 1.05rem);
    line-height: 1.45;
    max-width: 100%;
  }

  .hero-copy-display-desktop {
    margin-top: 0.35rem;
    font-size: clamp(1.3rem, 2.1vw, 2.1rem);
  }
}

@media (max-width: 980px) {
  .topbar {
    flex-wrap: nowrap;
    align-items: center;
    gap: 7px 9px;
    padding: 10px 12px;
  }

  .brand-wrap {
    flex-shrink: 0;
  }

  .brand-logo {
    width: 53px;
  }

  .nav-links {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 7px;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex-shrink: 0;
    font-size: 0.88rem;
    min-height: 43px;
    padding: 0 5px;
    letter-spacing: 0;
  }

  .nav-cta {
    padding: 9px 12px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding: 0 0 24px;
    display: block;
    overflow: hidden;
  }

  .hero-bg-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    min-height: min(68vh, 480px);
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
  }

  .hero-bg-grid::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      radial-gradient(ellipse 90% 75% at 15% 10%, rgba(184, 113, 72, 0.3), transparent 58%),
      radial-gradient(ellipse 85% 70% at 85% 90%, rgba(160, 138, 92, 0.26), transparent 55%),
      radial-gradient(ellipse 120% 95% at 50% 42%, rgba(243, 239, 229, 0.24), transparent 72%),
      linear-gradient(
        180deg,
        rgba(33, 40, 45, 0.5) 0%,
        rgba(33, 40, 45, 0.32) 45%,
        rgba(243, 239, 229, 0.72) 88%,
        rgba(243, 239, 229, 0.82) 100%
      );
  }

  .hero-bg-box {
    opacity: 1;
  }

  .hero-bg-mandala {
    display: none;
  }

  .hero-bg-yoga {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100%;
    min-height: min(68vh, 480px);
    margin: 0;
    opacity: 1;
    background-color: #2a3238;
    background-size: cover;
    background-position: center calc(22% + 0.5cm);
  }

  .hero-bg-logo {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    width: min(32vw, 112px);
    height: min(32vw, 112px);
    margin: 14px 14px 0 0;
    background-color: transparent;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.95;
    z-index: 3;
    pointer-events: none;
  }

  .hero::before {
    background: linear-gradient(
      180deg,
      rgba(33, 40, 45, 0.35) 0%,
      rgba(33, 40, 45, 0.2) 55%,
      rgba(243, 239, 229, 0.92) 100%
    );
  }

  .hero-content {
    width: min(100% - 24px, 1120px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .hero-text-block {
    position: relative;
    isolation: isolate;
    max-width: 100%;
    padding: 14px 14px 16px;
    margin-top: 0;
    margin-left: -4px;
    margin-right: -4px;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
  }

  .hero-text-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('mandalamaterial.PNG');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.34;
    z-index: -2;
    pointer-events: none;
  }

  .hero-text-block::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(33, 40, 45, 0.38) 0%,
      rgba(33, 40, 45, 0.28) 100%
    );
    z-index: -1;
    pointer-events: none;
  }

  .hero-text-block .hero-eyebrow,
  .hero-text-block #hero-heading,
  .hero-text-block .hero-copy-mobile,
  .hero-text-block .hero-copy-display-mobile {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-shadow:
      0 0 1px #ffffff,
      0 0 10px rgba(255, 255, 255, 0.4),
      0 1px 4px rgba(33, 40, 45, 0.95),
      0 3px 16px rgba(33, 40, 45, 0.88),
      0 6px 30px rgba(33, 40, 45, 0.72);
  }

  .hero-text-block .hero-eyebrow {
    font-weight: 600;
    letter-spacing: 0.22em;
  }

  #hero-heading {
    max-width: none;
    font-size: clamp(1.85rem, 7.5vw, 2.5rem);
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0.3rem 0 0.45rem;
  }

  .hero-copy {
    font-size: 0.95rem;
    line-height: 1.45;
    margin-bottom: 0;
  }

  .hero-copy-display-mobile {
    font-size: clamp(0.84rem, 3.85vw, 1.16rem);
    margin-top: 0.35rem;
    letter-spacing: -0.04em;
    font-weight: 800;
  }

  .hero-grid {
    display: contents;
  }

  .hero-text-block {
    order: 1;
  }

  .signup-card {
    order: 2;
  }

  .hero-card {
    order: 3;
  }

  .hero-card,
  .signup-card {
    padding: 16px;
    border-radius: 20px;
  }

  .hero-grid {
    max-width: none;
    width: 100%;
  }

  .split-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .story-panel {
    max-width: none;
    width: 100%;
    justify-self: start;
  }

  .story-highlight {
    min-height: auto;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .banner-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container,
  .hero-content {
    width: min(100% - 28px, 1120px);
  }

  .brand-logo {
    width: 47px;
  }

  .btn-secondary {
    width: 100%;
    min-width: auto;
  }

  .hero-bg-grid,
  .hero-bg-yoga {
    min-height: min(66vh, 440px);
  }

  .hero-bg-logo {
    width: min(30vw, 100px);
    height: min(30vw, 100px);
    margin: 12px 12px 0 0;
  }

  #hero-heading {
    font-size: clamp(1.65rem, 7vw, 2.1rem);
  }

  .hero-copy {
    font-size: 0.9rem;
  }

  .hero-copy-display-mobile {
    font-size: clamp(0.77rem, 3.5vw, 1.02rem);
  }

  .hero-card,
  .signup-card,
  .feature-card {
    border-radius: 22px;
    padding: 20px;
  }

  .signup-card {
    scroll-margin-top: 150px;
  }

  .story-highlight {
    min-height: auto;
    border-radius: 24px;
    padding: 22px 24px;
  }

  .section {
    padding: 44px 0;
  }

  .benefits-section {
    padding-bottom: 16px;
  }

  .story-section {
    padding-top: 16px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 520px;
    margin: 14px auto 0;
  }

  .feature-card {
    padding: 22px;
  }

  .feature-card h3 {
    font-size: 1.35rem;
  }

  .feature-card p {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .hero-grid {
    max-width: none;
    width: 100%;
  }

  .split-layout {
    gap: 16px;
  }

  .story-panel {
    width: 100%;
  }

  .story-copy h2,
  .benefits-section h2 {
    font-size: clamp(2rem, 10vw, 2.4rem);
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .container,
  .hero-content {
    width: min(100% - 22px, 1120px);
  }

  .topbar {
    padding: 10px 12px;
  }

  .nav-links {
    gap: 6px;
  }

  .nav-links a {
    font-size: 0.76rem;
    min-height: 38px;
    padding: 0 6px;
  }

  .nav-cta {
    padding: 8px 10px;
  }

  .hero-bg-grid,
  .hero-bg-yoga {
    min-height: min(62vh, 400px);
  }

  .hero-bg-logo {
    width: 80px;
    height: 80px;
    margin: 10px 10px 0 0;
  }

  #hero-heading {
    font-size: 1.55rem;
  }

  .hero-card,
  .signup-card,
  .story-highlight {
    padding: 16px;
    border-radius: 18px;
  }

  .feature-card {
    padding: 18px;
    border-radius: 18px;
  }

  .feature-number {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .feature-card p {
    font-size: 1rem;
    line-height: 1.45;
  }

  .signup-form input {
    padding: 16px;
  }

  .btn {
    width: 100%;
    padding: 15px 20px;
  }

  .story-copy h2,
  .benefits-section h2 {
    font-size: 1.85rem;
  }
}

@media (max-width: 360px) {
  .brand-logo {
    width: 60px;
  }

  .nav-links a {
    font-size: 0.72rem;
    padding: 0 5px;
  }

  #hero-heading {
    font-size: 2.1rem;
  }

  .hero-card-label,
  .signup-title,
  .story-highlight span {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .feature-card h3 {
    font-size: 1.1rem;
  }
}
