* {
  box-sizing: border-box; }

html {
  min-height: 100%;
  background: #f7f1df; }

body {
  min-height: 100vh;
  margin: 0;
  color: #233a38;
  background: radial-gradient(circle at 12% 16%, rgba(245, 207, 210, 0.55) 0 7rem, transparent 7.1rem), radial-gradient(circle at 90% 78%, rgba(126, 169, 173, 0.22) 0 9rem, transparent 9.1rem), #f7f1df;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

.site-header {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #337f76;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em; }
  .brand-mark {
    color: #f4a415;
    font-size: 1.35rem; }

.site-nav {
  display: flex;
  gap: 26px;
  color: #337f76;
  font-size: 0.93rem;
  font-weight: 700; }
  .site-nav span {
    opacity: 0.78; }

.hero {
  position: relative;
  min-height: calc(100vh - 150px);
  display: grid;
  place-items: center;
  padding: 58px 20px 80px;
  overflow: hidden; }
  .hero-card {
    position: relative;
    width: 100%;
    max-width: 820px;
    padding: clamp(44px, 7vw, 78px) clamp(26px, 7vw, 82px);
    text-align: center;
    background: #fffdf7;
    border: 3px solid #337f76;
    border-radius: 30px 10px 30px 10px;
    box-shadow: 14px 14px 0 #f5cfd2, 24px 24px 0 rgba(244, 164, 21, 0.72);
    transform: rotate(-0.4deg); }

.eyebrow {
  margin: 0 0 18px;
  color: #337f76;
  font-size: clamp(0.82rem, 2vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

h1 {
  margin: 0;
  color: #337f76;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(4rem, 11vw, 8.6rem);
  line-height: 0.88;
  letter-spacing: -0.055em; }

.mission {
  max-width: 650px;
  margin: 32px auto 0;
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  line-height: 1.65;
  font-weight: 600; }

.postcard {
  width: 120px;
  height: 84px;
  margin: 34px auto 0;
  padding: 14px;
  display: grid;
  place-content: center;
  background: #f5cfd2;
  border: 2px solid #233a38;
  box-shadow: 6px 6px 0 #7ea9ad;
  transform: rotate(5deg);
  font-family: "Fraunces", Georgia, serif; }
  .postcard span {
    font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.67rem;
    font-weight: 700; }
  .postcard strong {
    color: #f4a415;
    font-size: 1.65rem; }

.sparkle {
  position: absolute;
  color: #f4a415;
  line-height: 1;
  user-select: none; }
  .sparkle-one {
    top: 13%;
    right: 11%;
    font-size: 4.5rem;
    transform: rotate(12deg); }
  .sparkle-two {
    bottom: 12%;
    left: 9%;
    color: #337f76;
    font-size: 3.5rem; }
  .sparkle-three {
    top: 32%;
    left: 8%;
    color: #f5cfd2;
    font-size: 2.2rem; }

footer {
  padding: 0 20px 26px;
  text-align: center;
  color: #337f76;
  font-size: 0.85rem;
  font-weight: 700; }

@media (max-width: 760px) {
  .site-header {
    padding-top: 22px; }
  .site-nav {
    display: none; }
  .hero {
    min-height: calc(100vh - 110px);
    padding-top: 34px; }
    .hero-card {
      box-shadow: 8px 8px 0 #f5cfd2, 14px 14px 0 rgba(244, 164, 21, 0.72); }
  .sparkle-one {
    right: -12px; }
  .sparkle-two {
    left: -4px; } }

@media (prefers-reduced-motion: reduce) {
  .hero-card,
  .postcard {
    transform: none; } }
