.homepage-lp {
  --site-width: 1120px;
  --article-width: 760px;
  --side-padding: 24px;
  --lp-bg: #fffaf4;
  --lp-surface: #ffffff;
  --lp-surface-warm: #fff2e5;
  --lp-text: #76513f;
  --lp-muted: #a4816c;
  --lp-accent: #ee8877;
  --lp-accent-deep: #d97060;
  --lp-accent-soft: #ffe1d6;
  --lp-border: #efd8c5;
  --lp-gold: #e5ad67;
  --lp-shadow: 0 16px 38px rgba(156, 105, 73, 0.13);
  --lp-shadow-soft: 0 8px 24px rgba(156, 105, 73, 0.09);
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 9%, rgba(255, 225, 202, 0.72), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(255, 232, 204, 0.65), transparent 24%),
    linear-gradient(180deg, #fffdf9 0%, var(--lp-bg) 58%, #fff4e8 100%);
  color: var(--lp-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.75;
  overflow: hidden;
}

.homepage-lp *,
.homepage-lp *::before,
.homepage-lp *::after {
  box-sizing: border-box;
}

.homepage-lp a {
  color: inherit;
  text-decoration: none;
}

.homepage-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.lp-inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.lp-header {
  width: 100%;
  background: rgba(255, 253, 249, 0.92);
}

.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 0 16px;
}

.lp-logo {
  display: inline-grid;
  gap: 0;
  color: #b97c58;
  line-height: 1.1;
}

.lp-logo__main {
  position: relative;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: 0;
}

.lp-logo__main::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -6px;
  width: 20px;
  height: 20px;
  background: url("images/icon_11_star_deco.png") center / contain no-repeat;
}

.lp-logo__sub {
  margin-top: 4px;
  font-size: 12px;
  color: #d79b71;
}

.lp-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
  color: #855b47;
  font-size: 14px;
  font-weight: 700;
}

.lp-nav a {
  border-bottom: 2px solid transparent;
  padding: 8px 2px;
}

.lp-nav a:hover,
.lp-nav a:focus-visible {
  border-color: var(--lp-accent);
  color: var(--lp-accent-deep);
}

.lp-header__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.lp-header__actions a {
  border: 1px solid rgba(199, 130, 95, 0.36);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #9b6752;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.lp-header__actions a:hover,
.lp-header__actions a:focus-visible {
  background: var(--lp-accent-soft);
  color: var(--lp-accent-deep);
}

.lp-main {
  width: 100%;
  padding-bottom: 40px;
}

.lp-hero {
  position: relative;
  width: 100%;
  background:
    linear-gradient(90deg, rgba(255, 252, 244, 0.93) 0%, rgba(255, 249, 239, 0.78) 42%, rgba(255, 239, 221, 0.38) 100%),
    url("images/02_hero_full_banner.png") center / cover no-repeat;
  box-shadow: var(--lp-shadow);
  overflow: hidden;
}

.lp-hero__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.1fr);
  align-items: center;
  min-height: 460px;
  border-radius: 0 0 46% 46% / 0 0 8% 8%;
}

.lp-hero::before,
.lp-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}

.lp-hero::before {
  left: 8%;
  top: 12%;
  width: 34px;
  height: 34px;
  background-image: url("images/icon_11_star_deco.png");
}

.lp-hero::after {
  right: 6%;
  bottom: 10%;
  width: 58px;
  height: 58px;
  background-image: url("images/icon_12_flower_deco.png");
}

.lp-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 540px;
  padding: clamp(38px, 6vw, 76px) 0;
}

.lp-kicker,
.lp-section__mark {
  margin: 0 0 12px;
  color: var(--lp-gold);
  font-size: 14px;
  font-weight: 700;
}

.lp-hero h1 {
  margin: 0;
  color: #966752;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 5.8vw, 72px);
  font-weight: 500;
  line-height: 1.28;
}

.lp-hero__lead {
  max-width: 510px;
  margin: 24px 0 0;
  color: #8a604c;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
}

.lp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid rgba(199, 130, 95, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #7d513f;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(157, 95, 72, 0.11);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.lp-button:hover,
.lp-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(157, 95, 72, 0.18);
}

.lp-button--primary {
  border-color: transparent;
  background: var(--lp-accent);
  color: #fff;
}

.lp-hero__visual {
  align-self: end;
  justify-self: end;
  width: min(590px, 100%);
  margin: 0 -6% 0 0;
}

.lp-landing-hero .lp-hero__inner {
  grid-template-columns: minmax(320px, 1fr) minmax(220px, 0.42fr);
}

.lp-landing-hero__icon {
  display: grid;
  place-items: center;
  justify-self: center;
  width: min(260px, 82%);
  aspect-ratio: 1;
  border: 1px solid rgba(239, 216, 197, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--lp-shadow);
}

.lp-landing-hero__icon img {
  width: 56%;
}

.lp-section {
  position: relative;
  width: 100%;
  padding: clamp(54px, 7vw, 82px) 0 0;
}

.lp-section__heading {
  max-width: 760px;
  margin: 0 auto 26px;
  text-align: center;
}

.lp-section__heading h2,
.lp-about__body h2 {
  margin: 0;
  color: #94634f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.55;
}

.lp-card-grid {
  display: grid;
  gap: 18px;
}

.lp-card-grid--links,
.lp-card-grid--contents,
.lp-work-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-link-card,
.lp-content-card {
  display: grid;
  justify-items: center;
  min-height: 172px;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px 18px 20px;
  text-align: center;
  box-shadow: var(--lp-shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-link-card:hover,
.lp-link-card:focus-visible,
.lp-content-card:hover,
.lp-content-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}

.lp-link-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.lp-link-card strong {
  margin-top: 12px;
  color: #604233;
  font-size: 20px;
}

.lp-link-card span,
.lp-content-card span {
  margin-top: 8px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-link-card::after {
  content: "→";
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: 14px;
  border: 1px solid var(--lp-accent);
  border-radius: 50%;
  color: var(--lp-accent);
  font-weight: 800;
}

.lp-work-grid {
  display: grid;
  gap: 18px;
}

.lp-work-card {
  overflow: hidden;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--lp-shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-work-card:hover:has(.lp-work-card__link) {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}

.lp-work-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.lp-work-card img {
  width: 100%;
}

.lp-work-card__body {
  padding: 16px 16px 18px;
}

.lp-work-card__body strong {
  display: block;
  color: #684737;
  font-size: 17px;
  line-height: 1.5;
}

.lp-work-card__body p {
  margin: 8px 0 0;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-first-guide__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: center;
  border: 1px solid var(--lp-border);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 242, 229, 0.86)),
    url("images/icon_11_star_deco.png") 96% 18% / 42px 42px no-repeat;
  padding: clamp(26px, 4vw, 42px);
  box-shadow: var(--lp-shadow-soft);
}

.lp-first-guide__copy h2 {
  margin: 0;
  color: #94634f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.55;
}

.lp-first-guide__copy p:not(.lp-section__mark) {
  margin: 16px 0 0;
  color: #755341;
  font-weight: 700;
}

.lp-first-guide__steps {
  display: grid;
  gap: 10px;
}

.lp-first-guide__steps span {
  position: relative;
  border: 1px solid rgba(199, 130, 95, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 9px 16px 9px 38px;
  color: #7d513f;
  font-size: 13px;
  font-weight: 800;
}

.lp-first-guide__steps span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lp-accent);
  transform: translateY(-50%);
}

.lp-first-guide__actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.lp-center {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.lp-section-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.lp-content-card {
  align-content: start;
  min-height: 220px;
  padding: 25px 18px 18px;
}

.lp-content-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.lp-content-card strong {
  margin-top: 12px;
  color: #7b4e3e;
  font-size: 20px;
  line-height: 1.45;
}

.lp-content-card em {
  align-self: end;
  margin-top: 16px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 3px 14px;
  color: #976550;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.lp-content-card--coral {
  border-color: #f3b28a;
}

.lp-content-card--purple {
  border-color: #cbb5df;
}

.lp-content-card--olive {
  border-color: #d8c77d;
}

.lp-content-card--rose {
  border-color: #f0a9a1;
}

.lp-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-latest-card a,
.lp-latest-empty,
.lp-log-card a {
  display: grid;
  min-height: 176px;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px 22px;
  box-shadow: var(--lp-shadow-soft);
}

.lp-latest-card a,
.lp-log-card a {
  align-content: start;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lp-latest-card a:hover,
.lp-latest-card a:focus-visible,
.lp-log-card a:hover,
.lp-log-card a:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow);
}

.lp-latest-card__date {
  color: var(--lp-gold);
  font-size: 12px;
  font-weight: 800;
}

.lp-latest-card strong,
.lp-log-card strong {
  margin-top: 10px;
  color: #684737;
  font-size: 18px;
  line-height: 1.55;
}

.lp-latest-card__summary {
  margin-top: 10px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-log-card__summary {
  margin-top: 10px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.lp-latest-card em,
.lp-log-card em {
  width: fit-content;
  margin-top: 18px;
  border-bottom: 2px solid var(--lp-accent-soft);
  color: var(--lp-accent-deep);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.lp-log-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.lp-latest-empty {
  justify-items: center;
  min-height: auto;
  text-align: center;
}

.lp-latest-empty p {
  max-width: 660px;
  margin: 0;
  color: #755341;
  font-weight: 700;
}

.lp-compact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.lp-keyword-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 860px;
  margin: 0 auto;
}

.lp-keyword-list a {
  border: 1px solid rgba(199, 130, 95, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #7d513f;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(157, 95, 72, 0.08);
}

.lp-keyword-list a:hover,
.lp-keyword-list a:focus-visible {
  background: var(--lp-accent-soft);
  color: var(--lp-accent-deep);
}

.lp-landing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lp-landing-list__item {
  position: relative;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  padding: 18px 20px 18px 44px;
  color: #755341;
  font-weight: 800;
  box-shadow: var(--lp-shadow-soft);
}

.lp-landing-list__item::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 1.58em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lp-accent);
  box-shadow: 0 0 0 5px var(--lp-accent-soft);
}

.lp-about__inner {
  display: grid;
  grid-template-columns: 180px minmax(360px, 1fr) 280px;
  align-items: center;
  gap: 34px;
  margin-top: 22px;
  border-top: 1px dashed #eecdb9;
  padding-top: clamp(52px, 7vw, 82px);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.92), rgba(255, 238, 219, 0.76)),
    url("images/13_work_card_starry.png") right center / auto 130% no-repeat;
  background-blend-mode: normal, soft-light;
}

.lp-about__body {
  min-width: 0;
}

.lp-about__avatar img {
  width: 180px;
  border: 6px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  box-shadow: var(--lp-shadow);
}

.lp-about__role {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(199, 130, 95, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 5px 14px;
  color: var(--lp-accent-deep);
  font-size: 13px;
  font-weight: 800;
}

.lp-about__body p {
  margin: 16px 0 0;
  color: #755341;
  font-weight: 700;
}

.lp-about__note {
  transform: rotate(-1deg);
  border: 1px solid #efd8c5;
  border-radius: 4px;
  background: #fff2df;
  padding: 25px 28px;
  color: #805944;
  box-shadow: var(--lp-shadow-soft);
}

.lp-about__note strong {
  display: block;
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
}

.lp-about__note ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  font-weight: 700;
}

.homepage-lp .lp-about .lp-about__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.lp-footer {
  width: 100%;
  border-radius: 46% 46% 0 0 / 14% 14% 0 0;
  background: linear-gradient(180deg, #fff1df 0%, #ffe8cf 100%);
  padding: clamp(42px, 6vw, 62px) 0;
  color: #99694f;
}

.lp-footer__inner {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr 1.1fr;
  gap: 34px;
}

.lp-footer__brand {
  display: grid;
  align-content: start;
  gap: 5px;
}

.lp-footer__brand strong {
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  font-weight: 500;
}

.lp-footer__brand span,
.lp-footer__brand small {
  color: #b9825f;
  font-size: 13px;
}

.lp-footer__nav {
  display: grid;
  align-content: start;
  gap: 7px;
  font-size: 14px;
  font-weight: 700;
}

.lp-footer__nav a:hover,
.lp-footer__nav a:focus-visible {
  color: var(--lp-accent-deep);
}

.lp-footer__nav--legal {
  font-size: 13px;
}

.gaga-create-entry-cta {
  margin: 34px 0;
  border: 1px solid #efd8c5;
  border-radius: 14px;
  background: linear-gradient(135deg, #fffaf4, #fff1df);
  padding: 28px;
  color: #76513f;
  box-shadow: 0 8px 24px rgba(156, 105, 73, 0.09);
}

.gaga-create-entry-cta__mark {
  margin: 0 0 8px;
  color: #e5ad67;
  font-size: 13px;
  font-weight: 800;
}

.gaga-create-entry-cta h2 {
  margin: 0;
  color: #94634f;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

.gaga-create-entry-cta p:not(.gaga-create-entry-cta__mark) {
  margin: 12px 0 0;
  font-weight: 700;
}

.gaga-create-entry-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.gaga-create-entry-cta__links a {
  border: 1px solid rgba(199, 130, 95, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #7d513f;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gaga-create-entry-cta__links a:hover,
.gaga-create-entry-cta__links a:focus-visible {
  background: #ffe1d6;
  color: #d97060;
}

.gaga-create-brand-single {
  background: #fffaf4;
}

.gaga-create-brand-single #inner-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.gaga-create-brand-single #main {
  float: none;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.gaga-create-brand-single #sidebar1 {
  display: none;
}

.gaga-create-brand-single .article-footer .meta-tag {
  display: none;
}

.gaga-create-brand-single .article-footer .related-posts,
.gaga-create-brand-single .article-footer .recommended,
.gaga-create-brand-single .article-footer #related_ads {
  display: none;
}

@media (max-width: 900px) {
  .lp-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .lp-nav {
    justify-content: flex-start;
  }

  .lp-header__actions {
    justify-content: flex-start;
  }

  .lp-hero__inner {
    grid-template-columns: 1fr;
    border-radius: 0 0 34px 34px;
  }

  .lp-hero__copy {
    max-width: none;
    padding-bottom: 12px;
  }

  .lp-hero__visual {
    justify-self: center;
    width: min(520px, 92%);
    margin: 0;
  }

  .lp-landing-hero .lp-hero__inner {
    grid-template-columns: 1fr;
  }

  .lp-landing-hero__icon {
    margin-bottom: 42px;
  }

  .lp-card-grid--links,
  .lp-card-grid--contents,
  .lp-work-grid,
  .lp-latest-grid,
  .lp-log-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-about__inner {
    grid-template-columns: 150px minmax(320px, 1fr);
    background-size: auto 100%;
  }

  .lp-first-guide__panel {
    grid-template-columns: 1fr;
  }

  .lp-about__note {
    grid-column: 1 / -1;
  }

  .lp-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .homepage-lp {
    --side-padding: 16px;
  }

  .lp-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lp-header__inner {
    padding-top: 18px;
  }

  .lp-nav {
    width: 100%;
    gap: 6px 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .lp-header__actions {
    width: 100%;
  }

  .lp-hero {
    min-height: 0;
  }

  .lp-hero__copy {
    padding: 30px 0 0;
  }

  .lp-hero h1 {
    font-size: 39px;
  }

  .lp-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lp-button {
    width: 100%;
  }

  .lp-card-grid--links,
  .lp-card-grid--contents,
  .lp-work-grid,
  .lp-latest-grid,
  .lp-log-grid,
  .lp-landing-list,
  .lp-footer__inner {
    grid-template-columns: 1fr;
  }

  .gaga-create-entry-cta {
    padding: 22px 18px;
  }

  .gaga-create-entry-cta h2 {
    font-size: 22px;
  }

  .lp-about__inner {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    border-radius: 22px;
    background-position: center bottom;
    background-size: cover;
  }

  .lp-link-card,
  .lp-content-card {
    min-height: auto;
  }

  .lp-about__inner {
    text-align: center;
  }

  .lp-about__body {
    text-align: left;
  }

  .lp-about__body h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .lp-about__body p {
    font-size: 14px;
    line-height: 1.8;
  }

  .lp-about__avatar {
    justify-self: center;
  }

  .lp-about__avatar img {
    width: 92px;
    border-width: 4px;
  }

  .lp-about__note {
    grid-column: 1 / -1;
    text-align: left;
  }

  .lp-footer {
    border-radius: 34px 34px 0 0;
  }
}
