:root {
  color-scheme: light;
  --ink: #233b30;
  --muted: #60766b;
  --paper: #fffdf3;
  --green: #48a858;
  --green-dark: #287a46;
  --coral: #f47782;
  --yellow: #ffd94d;
  --line: rgba(35, 59, 48, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  display: flex;
  min-height: 100vh;
  margin: 0;
  flex-direction: column;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 255, 255, 0.92) 0 3%, transparent 3.2%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.7) 0 4%, transparent 4.2%),
    linear-gradient(180deg, #dff8ff 0 45%, #eff8cf 100%);
}

a {
  color: inherit;
}

.guide-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0 64px;
  flex: 1;
}

.page-heading {
  max-width: 720px;
  margin-bottom: 54px;
}

.eyebrow,
.section-heading p {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: clamp(48px, 7vw, 78px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}

.page-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.work-selection {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 30px;
  background: rgba(255, 253, 243, 0.82);
  box-shadow: 0 28px 70px rgba(44, 92, 66, 0.14);
  backdrop-filter: blur(12px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 2px 4px 24px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 38px);
}

.section-heading > span {
  padding: 7px 12px;
  border-radius: 999px;
  color: #47745a;
  font-size: 13px;
  font-weight: 700;
  background: #edf7df;
}

.work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
  gap: 22px;
}

.work-card,
.coming-card {
  overflow: hidden;
  min-height: 470px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
}

.work-card {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(300px, 0.95fr);
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(45, 90, 64, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.work-card:hover {
  box-shadow: 0 24px 50px rgba(45, 90, 64, 0.18);
  transform: translateY(-4px);
}

.yard-art {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background:
    radial-gradient(ellipse at 45% 106%, #6fbd59 0 31%, transparent 31.4%),
    radial-gradient(ellipse at 5% 98%, #87d56a 0 40%, transparent 40.4%),
    radial-gradient(ellipse at 98% 97%, #79cd60 0 38%, transparent 38.4%),
    linear-gradient(180deg, #ace9f6 0 57%, #c8ea83 57% 100%);
}

.yard-art::before {
  position: absolute;
  inset: auto 7% 7% 7%;
  height: 26%;
  border: 14px solid #f8d789;
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.48);
  content: "";
  transform: perspective(320px) rotateX(58deg);
}

.sun {
  position: absolute;
  top: 42px;
  right: 42px;
  width: 62px;
  height: 62px;
  border: 8px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 0 15px rgba(255, 217, 77, 0.22);
}

.cloud {
  position: absolute;
  top: 82px;
  left: 34px;
  width: 100px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.cloud::before,
.cloud::after {
  position: absolute;
  bottom: 2px;
  border-radius: 50%;
  background: inherit;
  content: "";
}

.cloud::before {
  left: 18px;
  width: 46px;
  height: 46px;
}

.cloud::after {
  right: 16px;
  width: 34px;
  height: 34px;
}

.yard-sign {
  position: absolute;
  z-index: 2;
  top: 43%;
  left: 50%;
  padding: 14px 22px;
  border: 5px solid #fff0ad;
  border-radius: 16px;
  color: #fffbe9;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: 0.08em;
  white-space: nowrap;
  background: #b4774e;
  box-shadow: 0 9px 0 #8d5d3e, 0 18px 28px rgba(70, 83, 50, 0.18);
  transform: translate(-50%, -50%) rotate(-2deg);
}

.yard-sign::before,
.yard-sign::after {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 72px;
  background: #8d5d3e;
  content: "";
}

.yard-sign::before {
  left: 22%;
}

.yard-sign::after {
  right: 22%;
}

.flower {
  position: absolute;
  z-index: 2;
  bottom: 45px;
  font-size: 52px;
  line-height: 1;
  text-shadow: 0 4px 0 rgba(117, 72, 41, 0.12);
}

.flower::after {
  position: absolute;
  top: 48px;
  left: 50%;
  width: 6px;
  height: 60px;
  border-radius: 9px;
  background: #3f964f;
  content: "";
}

.flower-one {
  left: 13%;
  color: #ff8fa0;
  transform: rotate(-7deg);
}

.flower-two {
  right: 12%;
  bottom: 58px;
  color: #ffd94d;
  transform: rotate(8deg) scale(1.08);
}

.flower-three {
  right: 40%;
  bottom: 18px;
  color: #8bcaea;
  transform: scale(0.78);
}

.work-copy {
  display: flex;
  padding: 46px 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tags {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 7px;
}

.tags span {
  padding: 6px 10px;
  border: 1px solid rgba(72, 168, 88, 0.17);
  border-radius: 999px;
  color: #437056;
  font-size: 12px;
  background: #eef8de;
}

.work-copy h3,
.coming-card h3 {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 30px;
}

.work-copy p {
  margin-bottom: 30px;
  color: var(--muted);
  line-height: 1.8;
}

.work-copy strong {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 18px;
  align-items: center;
  gap: 12px;
  border-radius: 13px;
  color: white;
  background: linear-gradient(180deg, #f98d97, var(--coral));
  box-shadow: 0 7px 0 #d45863;
}

.coming-card {
  display: flex;
  padding: 38px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-style: dashed;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.58);
}

.coming-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 34px;
  place-items: center;
  border: 2px dashed rgba(72, 168, 88, 0.35);
  border-radius: 18px;
  color: var(--green);
  font-size: 28px;
  background: #f5faea;
}

.coming-card > p {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.coming-card > span:last-child {
  line-height: 1.7;
}

.site-footer {
  padding: 20px 16px 26px;
  text-align: center;
  color: #526c60;
  font-size: 13px;
}

.site-footer a {
  text-underline-offset: 4px;
}

.site-footer a:hover {
  color: var(--green-dark);
}

@media (max-width: 960px) {
  .guide-shell {
    padding-top: 52px;
  }

  .work-grid {
    grid-template-columns: 1fr;
  }

  .coming-card {
    min-height: 240px;
  }
}

@media (max-width: 720px) {
  .work-card {
    grid-template-columns: 1fr;
  }

  .yard-art {
    min-height: 390px;
  }
}

@media (max-width: 520px) {
  .guide-shell {
    width: min(100% - 20px, 1160px);
    padding: 38px 0 42px;
  }

  .page-heading {
    margin-bottom: 36px;
  }

  h1 {
    font-size: 46px;
  }

  .page-heading > p:last-child {
    font-size: 16px;
  }

  .work-selection {
    padding: 14px;
    border-radius: 22px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .work-card,
  .coming-card {
    border-radius: 18px;
  }

  .yard-art {
    min-height: 330px;
  }

  .work-copy,
  .coming-card {
    padding: 32px 26px 38px;
  }

  .work-copy h3,
  .coming-card h3 {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
  }
}
