/* EasyDecide author · spacious NW profile */
:root {
  --ed-forest: #00875a;
  --ed-deep: #0f2f22;
  --ed-ink: #1a1f1c;
  --ed-mute: #5b6560;
  --ed-mint: #e8f3ec;
  --ed-mint-deep: #d7ebe1;
  --ed-line: #e3eae6;
  --ed-font: "Plus Jakarta Sans", "Noto Sans SC", system-ui, sans-serif;
  --ed-max: 1280px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ed-au {
  margin: 0;
  font-family: var(--ed-font);
  color: var(--ed-ink);
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.ed-au .ed-au-hero a,
.ed-au .ed-au-main a,
.ed-au .ed-au-body a,
.ed-au .ed-au-foot a { color: inherit; text-decoration: none; }
.ed-au img { display: block; max-width: 100%; }
.ed-au button { font: inherit; }

.ed-au-wrap {
  max-width: var(--ed-max);
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 48px);
  width: 100%;
}

.ed-au-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
}
.ed-au-btn--ghost {
  border: 1px solid rgba(23, 74, 53, .28);
  background: #fff;
  color: #174a35;
}
.ed-au-btn--solid {
  background: #174a35;
  color: #fff !important;
}

.ed-au-hero {
  position: relative;
  background: linear-gradient(180deg, #dff3e8 0%, #eaf6ef 55%, #f6faf7 100%);
  overflow: hidden;
}
.ed-au-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 135, 90, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 135, 90, .06) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.ed-au-hero__spark {
  position: absolute;
  width: min(420px, 48vw);
  height: min(420px, 48vw);
  left: -60px;
  top: -20px;
  color: rgba(0, 135, 90, .14);
  pointer-events: none;
}
.ed-au-hero__inner {
  position: relative;
  padding: clamp(28px, 4vw, 48px) 0 clamp(20px, 3vw, 32px);
}
.ed-au-hero__ad {
  text-align: right;
  margin-bottom: clamp(12px, 2vw, 18px);
}
.ed-au-hero__ad a {
  font-size: .95rem;
  font-weight: 700;
  color: var(--ed-mute);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ed-au-layout {
  display: grid;
  gap: clamp(20px, 3vw, 40px);
  width: 100%;
}
.ed-au-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.ed-au-rail { display: none; }
@media (min-width: 1040px) {
  .ed-au-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    gap: 40px;
    align-items: start;
  }
  .ed-au-rail { display: block; }
}

.ed-au-identity {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 22px 28px;
  align-items: start;
  width: 100%;
}
@media (min-width: 720px) {
  .ed-au-identity {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 28px 36px;
  }
}
@media (min-width: 1040px) {
  .ed-au-identity {
    grid-template-columns: 240px minmax(0, 1fr);
  }
}
.ed-au-photo {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  overflow: hidden;
  border: 7px solid #fff;
  box-shadow: 0 18px 44px rgba(15, 47, 34, .2);
  background: #cfe8d8;
}
@media (min-width: 720px) {
  .ed-au-photo { width: 220px; height: 220px; border-width: 8px; }
}
@media (min-width: 1040px) {
  .ed-au-photo { width: 240px; height: 240px; }
}
.ed-au-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ed-au-identity h1 {
  margin: 0 0 8px;
  font-size: clamp(2.6rem, 5.5vw, 4rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.ed-au-identity__role {
  margin: 0 0 18px;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 700;
  color: var(--ed-mute);
}
.ed-au-expertise {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 0 20px;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  font-weight: 700;
}
.ed-au-expertise__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ed-forest);
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0, 135, 90, .18);
  border-radius: 999px;
  padding: 6px 12px 6px 8px;
}
.ed-au-expertise a {
  color: #0f766e;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ed-au-blurb {
  margin: 0 0 18px;
  max-width: 42ch;
  font-size: 1.08rem;
  font-weight: 600;
  color: #2a3831;
  line-height: 1.55;
}
.ed-au-social {
  display: flex;
  gap: 12px;
}
.ed-au-social a {
  width: 52px;
  height: 52px;
  border: 1px solid #cfd8d3;
  border-radius: 14px;
  background: #fff;
  display: grid;
  place-items: center;
  color: #24362d;
  font-size: 1.2rem;
  box-shadow: 0 4px 14px rgba(16, 40, 28, .06);
}

.ed-au-card {
  background: #fff;
  border: 1px solid #d5e2db;
  border-radius: 22px;
  box-shadow: 0 22px 50px rgba(16, 40, 28, .12);
  padding: 6px 20px 12px;
}
.ed-au-card__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 0;
  border-bottom: 1px solid var(--ed-line);
}
.ed-au-card__row:last-child { border-bottom: 0; }
.ed-au-card__ico {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  color: var(--ed-forest);
  margin-top: 2px;
}
.ed-au-card__ico svg { width: 100%; height: 100%; }
.ed-au-card__row b {
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -.015em;
}
.ed-au-card__row span {
  display: block;
  margin-top: 4px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--ed-mute);
}
.ed-au-card__sec {
  padding: 14px 0 0;
  border-top: 1px solid var(--ed-line);
  margin-top: 4px;
}
.ed-au-card__sec:last-child {
  padding-bottom: 0;
}
.ed-au-card__sec h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 900;
}
.ed-au-card__sec ul {
  margin: 0;
  padding-left: 1.15em;
  font-size: .98rem;
  font-weight: 600;
  color: #3d4742;
  line-height: 1.55;
}
.ed-au-card__sec li { margin: 0 0 8px; }
.ed-au-card__sec li:last-child { margin-bottom: 0; }

.ed-au-body {
  background: #fff;
  padding: 8px 0 72px;
}
.ed-au-body .ed-au-layout {
  margin-top: 0;
}
@media (min-width: 1040px) {
  .ed-au-body .ed-au-layout { margin-top: 0; }
}

.ed-au-quote {
  position: relative;
  background: #eaf4ee;
  border-radius: 20px;
  padding: clamp(22px, 3vw, 32px);
  overflow: hidden;
  margin: 0;
}
.ed-au-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 135, 90, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 135, 90, .05) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.ed-au-quote > * { position: relative; }
.ed-au-quote__icon {
  width: 52px;
  height: 52px;
  color: var(--ed-forest);
  margin-bottom: 12px;
}
.ed-au-quote__label {
  margin: 0 0 14px;
  font-size: .95rem;
  font-weight: 800;
  color: var(--ed-mute);
}
.ed-au-quote blockquote {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.025em;
  color: #0f5c45;
}
.ed-au-quote__spark {
  position: absolute;
  left: 28px;
  bottom: 16px;
  width: 36px;
  height: 36px;
  color: rgba(59, 130, 246, .35);
}

.ed-au-bio h2 {
  margin: 0 0 16px;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 900;
  letter-spacing: -.02em;
}
.ed-au-bio p {
  margin: 0 0 18px;
  font-size: 1.14rem;
  font-weight: 600;
  color: #24302b;
  line-height: 1.8;
  max-width: 62ch;
}
.ed-au-bio a {
  color: #0f766e !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.ed-au-bio__figure {
  margin: 28px 0 32px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--ed-line);
  background: #f5f7f5;
}
.ed-au-bio__figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.ed-au-bio__figure figcaption {
  padding: 14px 18px;
  font-size: .98rem;
  font-weight: 700;
  color: var(--ed-mute);
}

.ed-au-gallery {
  display: grid;
  gap: 18px;
  margin: 8px 0 40px;
}
@media (min-width: 720px) {
  .ed-au-gallery { grid-template-columns: 1.25fr .75fr; }
}
.ed-au-gallery figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--ed-line);
  background: #fff;
}
.ed-au-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (min-width: 720px) {
  .ed-au-gallery figure:first-child img { height: 100%; min-height: 340px; }
}
.ed-au-gallery figcaption {
  padding: 14px 16px;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ed-mute);
}

.ed-au-works h2 {
  margin: 8px 0 22px;
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 900;
}
.ed-au-works__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 720px) {
  .ed-au-works__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1280px) {
  .ed-au-works__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
}
.ed-au-work {
  display: grid;
  grid-template-rows: 200px auto;
  border: 1px solid var(--ed-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: transform .15s ease, box-shadow .15s ease;
}
.ed-au-work:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(16, 40, 28, .14);
}
.ed-au-work img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ed-au-work__body {
  padding: 18px 20px 22px;
}
.ed-au-work__body small {
  display: block;
  margin-bottom: 8px;
  font-size: .8rem;
  font-weight: 800;
  color: var(--ed-forest);
  letter-spacing: .04em;
}
.ed-au-work__body b {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -.015em;
  margin-bottom: 10px;
  line-height: 1.3;
}
.ed-au-work__body p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ed-mute);
  line-height: 1.5;
}

.ed-au-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.ed-au-foot {
  border-top: 1px solid var(--ed-line);
  padding: 28px 0 56px;
  font-size: .95rem;
  font-weight: 600;
  color: var(--ed-mute);
}
