/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../app/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!../../app/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/shell.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.shell_shell__5BUr0 {
  --ink: #112820;
  --ink-soft: #284039;
  --muted: #52645c;
  --muted-light: #61716a;
  --line: #dce4e0;
  --line-strong: #c7d2cc;
  --paper: #f6f8f6;
  --surface: #ffffff;
  --accent: #dfff68;
  --accent-deep: #557000;

  color: var(--ink);
}

.shell_header__ce0AZ {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.shell_brand__A2v92 {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.shell_brandMark__LLf8X {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: var(--ink);
  font-size: 17px;
  font-weight: 820;
  letter-spacing: -0.04em;
}

.shell_brandName__qfNd0 {
  font-size: 20px;
  font-weight: 740;
  letter-spacing: -0.04em;
}

.shell_nav__bw_NV {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.shell_navLink__aS4Ab,
.shell_navActive__j54Dg {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 680;
}

.shell_navLink__aS4Ab:hover,
.shell_navActive__j54Dg {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.shell_navActive__j54Dg {
  box-shadow: inset 0 0 0 1px var(--line);
}

.shell_createLink__CXson {
  color: var(--accent);
  background: var(--ink);
}

.shell_createLink__CXson:hover {
  color: #efffb8;
  background: #1b3a30;
}

.shell_createLink__CXson:focus-visible {
  outline: 3px solid rgba(101, 129, 15, .28);
  outline-offset: 3px;
}

.shell_login__DFdDA {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.shell_account__5ydcl {
  position: relative;
}

.shell_accountSummary__qge4N {
  min-height: 42px;
  max-width: 270px;
  padding: 0 14px 0 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
  cursor: pointer;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.shell_accountSummary__qge4N::-webkit-details-marker {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .shell_accountSummary__qge4N:hover {
    border-color: #9eaca5;
    background: var(--paper);
    transform: translateY(-1px);
  }
}

.shell_accountSummary__qge4N:focus-visible {
  outline: 3px solid rgba(101, 129, 15, .28);
  outline-offset: 3px;
}

.shell_accountAvatar__MNKU_ {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--accent);
  background: var(--ink);
  font-size: 11px;
  font-weight: 820;
}

.shell_accountEmail__h_2WY {
  min-width: 0;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell_accountMenu___uBE2 {
  position: absolute;
  z-index: 30;
  top: calc(100% + 9px);
  right: 0;
  width: min(300px, calc(100vw - 32px));
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 54px rgba(17, 40, 32, 0.14);
}

.shell_accountIdentity__F5U0y {
  padding: 11px 12px 12px;
  border-bottom: 1px solid var(--line);
}

.shell_accountIdentity__F5U0y strong,
.shell_accountIdentity__F5U0y span {
  display: block;
}

.shell_accountIdentity__F5U0y strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell_accountIdentity__F5U0y span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.shell_accountMenuLink__Swfiq,
.shell_accountMenuButton__2Ja9D {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 11px;
  color: var(--ink-soft);
  background: transparent;
  text-decoration: none;
  font: inherit;
  font-size: 13px;
  font-weight: 660;
  cursor: pointer;
}

.shell_accountMenuLink__Swfiq:hover,
.shell_accountMenuButton__2Ja9D:hover {
  color: var(--ink);
  background: var(--paper);
}

.shell_accountMenuLink__Swfiq:focus-visible,
.shell_accountMenuButton__2Ja9D:focus-visible {
  outline: 3px solid rgba(101, 129, 15, .28);
  outline-offset: 2px;
}

.shell_accountMenuButton__2Ja9D {
  margin-top: 3px;
  color: #8d3f32;
}

.shell_mobileNav__UKAXt {
  display: none;
}

.shell_footer__FCb91 {
  width: min(1180px, calc(100% - 40px));
  min-height: 84px;
  margin: 36px auto 0;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted-light);
  font-size: 12px;
}

@media (max-width: 820px) {
  .shell_header__ce0AZ {
    width: min(100% - 28px, 1180px);
    min-height: 72px;
    grid-template-columns: auto 1fr;
  }

  .shell_nav__bw_NV {
    display: none;
  }

  .shell_header__ce0AZ > :last-child {
    justify-self: end;
  }

  .shell_accountEmail__h_2WY {
    display: none;
  }

  .shell_accountSummary__qge4N {
    padding-right: 8px;
  }

  .shell_mobileNav__UKAXt {
    position: fixed;
    z-index: 40;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 58px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    border: 1px solid rgba(199, 210, 204, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 48px rgba(17, 40, 32, 0.15);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }

  .shell_mobileNavUnauth__Sil2E {
    grid-template-columns: repeat(3, 1fr);
  }

  .shell_mobileNav__UKAXt a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--muted);
    text-decoration: none;
    font-size: 11px;
    font-weight: 740;
  }

  .shell_mobileNav__UKAXt a[data-active="true"] {
    color: var(--ink);
    background: var(--paper);
  }

  .shell_mobileNav__UKAXt a[data-active="true"][data-create="true"] {
    background: var(--accent);
  }

  .shell_footer__FCb91 {
    width: min(100% - 28px, 1180px);
    margin-bottom: 78px;
    padding-top: 18px;
    padding-bottom: 18px;
    flex-direction: column;
    gap: 5px;
  }
}

/* APP-6A.4 readability + neutral brand mark */
.shell_brandMark__LLf8X { position: relative; font-size: 0; }
.shell_brandFocus__AHbxW { width: 15px; height: 15px; border: 2px solid var(--accent); border-radius: 50%; position: relative; display: block; }
.shell_brandFocus__AHbxW::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); }
.shell_brandName__qfNd0 { font-size: 21px; }
.shell_navLink__aS4Ab, .shell_navActive__j54Dg, .shell_login__DFdDA { font-size: 15px; }
.shell_accountSummary__qge4N { max-width: none; padding-right: 12px; }
.shell_accountLabel__oVvVc { color: var(--ink-soft); font-size: 14px; font-weight: 720; }
.shell_accountIdentity__F5U0y strong { font-size: 15px; }
.shell_accountIdentity__F5U0y span { font-size: 13px; }
.shell_accountMenuLink__Swfiq, .shell_accountMenuButton__2Ja9D { min-height: 44px; font-size: 14px; }
.shell_footer__FCb91 { color: var(--muted); font-size: 13px; }

@media (max-width: 820px) {
  .shell_footerNoMobileNav__VvvQ6 {
    margin-bottom: 0;
  }
}

/* APP-6C.6D.4 stronger current-section state */
.shell_navActive__j54Dg {
  background: var(--accent);
  color: var(--ink);
  box-shadow: none;
  font-weight: 800;
}

/* APP-6C.6D.5 visual polish */
.shell_navActive__j54Dg {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px #cfd6c7;
  font-weight: 800;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../app/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!../../app/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/announcement-card.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.announcement-card_card__pQKJV {
  min-height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  border: 1px solid #dce4e0;
  border-radius: 22px;
  color: #112820;
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.announcement-card_card__pQKJV:hover {
  border-color: #c7d2cc;
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(17, 40, 32, 0.08);
}

.announcement-card_media___bxzd {
  position: relative;
  min-height: 172px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(223,255,104,.78), transparent 38%),
    linear-gradient(145deg, #dfe8e2, #f7f9f7 62%);
}

.announcement-card_media___bxzd[data-kind="photo"] {
  background:
    radial-gradient(circle at 66% 32%, rgba(255,255,255,.72), transparent 18%),
    radial-gradient(circle at 36% 58%, rgba(223,255,104,.88), transparent 34%),
    linear-gradient(145deg, #719184, #284039);
}

.announcement-card_media___bxzd[data-kind="withheld"] {
  background:
    repeating-linear-gradient(
      135deg,
      #eef2ef,
      #eef2ef 10px,
      #e5ebe7 10px,
      #e5ebe7 20px
    );
}

.announcement-card_mediaSymbol__8_5kC {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #112820;
  background: rgba(255, 255, 255, 0.78);
  font-size: 31px;
  font-weight: 780;
}

.announcement-card_media___bxzd[data-kind="photo"] .announcement-card_mediaSymbol__8_5kC {
  color: #dfff68;
  background: rgba(17,40,32,.74);
}

.announcement-card_mediaLabel__Ur2JA {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 9px;
  border-radius: 999px;
  color: #284039;
  background: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 770;
  letter-spacing: .05em;
}

.announcement-card_photoCount__YcQ4g {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #dfff68;
  background: rgba(17, 40, 32, 0.88);
  font-size: 10px;
  font-weight: 780;
}

.announcement-card_body__uVEnX {
  padding: 20px 22px 21px;
  display: flex;
  flex-direction: column;
}

.announcement-card_topline__II0mf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.announcement-card_status__g1r08 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: .12em;
}

.announcement-card_status__g1r08[data-tone="searching"] {
  color: #61716a;
}

.announcement-card_status__g1r08[data-tone="found"] {
  color: #557000;
}

.announcement-card_status__g1r08[data-tone="sighted"] {
  color: #6b5c18;
}

.announcement-card_date__SnQJN {
  color: #61716a;
  font-size: 11px;
}

.announcement-card_title__46KJz {
  margin: 11px 0 0;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.announcement-card_tags__VqR7k {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.announcement-card_tag__eX77F {
  padding: 5px 8px;
  border-radius: 999px;
  color: #53655d;
  background: #f2f5f3;
  font-size: 10px;
  font-weight: 690;
}

.announcement-card_location__OG13B {
  margin: auto 0 0;
  padding-top: 16px;
  color: #52645c;
  font-size: 12px;
  line-height: 1.45;
}

.announcement-card_excerpt__vR6uH {
  margin: 9px 0 0;
  color: #52645c;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .announcement-card_card__pQKJV {
    grid-template-columns: 1fr;
  }

  .announcement-card_media___bxzd {
    min-height: 176px;
  }
}

/* APP-6A.4 card readability */
.announcement-card_mediaLabel__Ur2JA, .announcement-card_photoCount__YcQ4g, .announcement-card_status__g1r08, .announcement-card_tag__eX77F { font-size: 12px; }
.announcement-card_date__SnQJN { font-size: 13px; }
.announcement-card_title__46KJz { font-size: 22px; }
.announcement-card_location__OG13B, .announcement-card_excerpt__vR6uH { font-size: 14px; }

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../app/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!../../app/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.page_page__ZU32B {
  --ink: #112820;
  --ink-soft: #284039;
  --muted: #52645c;
  --muted-light: #61716a;
  --line: #dce4e0;
  --line-strong: #c7d2cc;
  --paper: #f6f8f6;
  --surface: #ffffff;
  --accent: #dfff68;
  --accent-deep: #557000;

  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(
      circle at 88% 2%,
      rgba(223, 255, 104, 0.24),
      transparent 30rem
    ),
    var(--paper);
}

.page_hero__SKW6o,
.page_actionsSection__0Ur5p,
.page_latest____hFb,
.page_principles__o8_nE {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.page_heroCopy__kbqf4 {
  min-width: 0;
}

.page_hero__SKW6o {
  padding: clamp(48px, 7vw, 88px) 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
  align-items: center;
  gap: clamp(40px, 6vw, 82px);
}

.page_kicker___28aI,
.page_goalEyebrow__Qpu_w {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 790;
  letter-spacing: .14em;
}

.page_hero__SKW6o h1 {
  margin: 23px 0 0;
  font-size: clamp(64px, 8vw, 110px);
  line-height: .88;
  letter-spacing: -.075em;
}

.page_hero__SKW6o h1 span {
  color: var(--accent-deep);
}

.page_lead__PxPwQ {
  max-width: 650px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.5;
  letter-spacing: -.02em;
}

.page_searchBox__vnseV {
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: 26px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 22px 64px rgba(17,40,32,.07);
}

.page_searchBox__vnseV label {
  display: block;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 720;
}

.page_searchBox__vnseV label + label {
  margin-top: 16px;
}

.page_searchBox__vnseV input {
  width: 100%;
  height: 50px;
  margin-top: 8px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  outline: none;
}

.page_searchBox__vnseV input:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(101,129,15,.12);
}

.page_searchBox__vnseV button {
  width: 100%;
  min-height: 52px;
  margin-top: 18px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 999px;
  color: var(--accent);
  background: var(--ink);
  font: inherit;
  font-weight: 740;
  cursor: pointer;
}

.page_searchBox__vnseV p {
  margin: 14px 2px 0;
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.5;
}

.page_actionsSection__0Ur5p,
.page_latest____hFb {
  padding: 54px 0 76px;
  border-top: 1px solid var(--line);
}

.page_sectionHeading__K6Wm4 {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 30px;
}

.page_sectionNumber__0fAQB {
  margin: 6px 0 0;
  color: var(--muted-light);
  font-size: 11px;
  font-weight: 790;
  letter-spacing: .12em;
}

.page_sectionHeading__K6Wm4 h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1;
  letter-spacing: -.055em;
}

.page_sectionHeading__K6Wm4 div > p {
  max-width: 650px;
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.page_sectionLink__aTsbk {
  margin-top: 8px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
}

.page_goalGrid__rFWhS {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page_goalCard__u7Iuc {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 26px;
  color: inherit;
  background: rgba(255,255,255,.88);
  text-decoration: none;
}

.page_goalCardAccent__oLokV {
  background:
    linear-gradient(135deg, rgba(223,255,104,.37), transparent 70%),
    rgba(255,255,255,.94);
}

.page_goalCard__u7Iuc h3 {
  margin: 22px 0 0;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
  letter-spacing: -.05em;
}

.page_goalCard__u7Iuc p {
  max-width: 520px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.page_goalCard__u7Iuc strong {
  margin-top: auto;
  padding-top: 28px;
  color: var(--accent-deep);
  font-size: 13px;
}

.page_cardGrid__LWnmi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page_emptyState__Zyc7X {
  padding: 34px;
  border: 1px dashed var(--line-strong);
  border-radius: 22px;
  color: var(--muted);
  background: rgba(255,255,255,.5);
}

.page_categories__ZiyXf {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page_categories__ZiyXf a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255,255,255,.72);
  text-decoration: none;
  font-size: 12px;
  font-weight: 680;
}

.page_principles__o8_nE {
  padding: 24px 0 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.page_principles__o8_nE > div {
  min-height: 190px;
  padding: 22px;
  border-top: 1px solid var(--line-strong);
}

.page_principles__o8_nE span {
  color: var(--muted-light);
  font-size: 10px;
  font-weight: 790;
}

.page_principles__o8_nE strong {
  display: block;
  margin-top: 18px;
  font-size: 17px;
  line-height: 1.25;
}

.page_principles__o8_nE p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .page_hero__SKW6o {
    grid-template-columns: 1fr;
  }

  .page_searchBox__vnseV {
    max-width: 680px;
  }

  .page_cardGrid__LWnmi,
  .page_goalGrid__rFWhS {
    grid-template-columns: 1fr;
  }

  .page_principles__o8_nE {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page_hero__SKW6o,
  .page_actionsSection__0Ur5p,
  .page_latest____hFb,
  .page_principles__o8_nE {
    width: min(100% - 28px, 1180px);
  }

  .page_hero__SKW6o {
    padding-top: 34px;
  }

  .page_hero__SKW6o h1 {
    font-size: clamp(58px, 19vw, 84px);
  }

  .page_sectionHeading__K6Wm4 {
    grid-template-columns: 40px 1fr;
  }

  .page_sectionLink__aTsbk {
    grid-column: 2;
  }

  .page_searchBox__vnseV,
  .page_goalCard__u7Iuc {
    padding: 20px;
  }
}

/* APP-6A.4 readability pass */
.page_kicker___28aI, .page_goalEyebrow__Qpu_w { font-size: 13px; }
.page_lead__PxPwQ { font-size: 20px; line-height: 1.55; }
.page_searchBox__vnseV label { font-size: 14px; }
.page_searchBox__vnseV input { font-size: 16px; }
.page_searchBox__vnseV button { font-size: 15px; }
.page_searchBox__vnseV > p { font-size: 14px; line-height: 1.55; }
.page_sectionHeading__K6Wm4 p { font-size: 16px; line-height: 1.55; }
.page_sectionLink__aTsbk { font-size: 14px; }
.page_goalCard__u7Iuc > p { font-size: 16px; line-height: 1.58; }
.page_goalCard__u7Iuc strong { font-size: 14px; }
.page_categories__ZiyXf a { font-size: 13px; }
.page_principles__o8_nE { grid-template-columns: repeat(3, 1fr); padding-top: 34px; }
.page_principlesHeading__FaTxl { grid-column: 1 / -1; padding-bottom: 10px; }
.page_principlesHeading__FaTxl h2 { margin: 8px 0 0; font-size: 34px; letter-spacing: -.04em; }
.page_principles__o8_nE > div > span { font-size: 12px; }
.page_principles__o8_nE strong { font-size: 17px; }
.page_principles__o8_nE p { font-size: 15px; line-height: 1.55; }
@media (max-width: 760px) { .page_principles__o8_nE { grid-template-columns: 1fr; } }

/* APP-6A.7 real-iPhone adjustments */
@media (max-width: 640px) {
  .page_hero__SKW6o {
    padding-top: 28px;
    padding-bottom: 60px;
  }

  .page_hero__SKW6o h1 {
    font-size: clamp(54px, 17.5vw, 76px);
  }

  .page_lead__PxPwQ {
    color: #52645c;
    font-size: 18px;
  }

  .page_searchBox__vnseV > p,
  .page_sectionHeading__K6Wm4 p,
  .page_goalCard__u7Iuc > p,
  .page_principles__o8_nE p {
    color: #52645c;
  }

  .page_actionsSection__0Ur5p,
  .page_latest____hFb {
    padding-top: 46px;
    padding-bottom: 62px;
  }

  .page_principles__o8_nE {
    gap: 4px;
    padding-bottom: 42px;
  }

  .page_principles__o8_nE > div {
    min-height: 0;
    padding: 20px 0 24px;
  }
}

