@font-face {
  font-family: General Sans;
  src: url('/fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: General Sans;
  src: url('/fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: General Sans;
  src: url('/fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-display: swap;
}
:root {
  font-family:
    General Sans,
    Arial,
    sans-serif;
  color: #171b18;
  background: #f6f5ef;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
em {
  font-style: normal;
  color: #9fb966;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  letter-spacing: -0.055em;
}
h1 {
  font-size: clamp(3.6rem, 7vw, 7.7rem);
  line-height: 0.99;
}
h2 {
  font-size: clamp(2.6rem, 4.9vw, 5.5rem);
  line-height: 1.04;
}
h3 {
  font-size: 1.5rem;
}
.container {
  width: min(100% - 3rem, 1440px);
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 100;
  background: #d7f27f;
  padding: 0.75rem 1rem;
}
.skip-link:focus {
  top: 1rem;
}
.site-header {
  background: #191f1b;
  color: #f7f7ed;
  border-bottom: 1px solid #383f36;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 2rem;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.67rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.12em;
}
.mark {
  font-size: 1.7rem;
  letter-spacing: -0.09em;
  white-space: nowrap;
}
.mark span {
  color: #b9d682;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  font-size: 0.87rem;
}
.site-header nav a:hover,
.text-link:hover,
.back-link:hover {
  color: #cce89a;
}
.nav-cta {
  padding: 0.8rem 1.1rem;
  border: 1px solid #72796e;
  border-radius: 100px;
}
.nav-cta span {
  margin-left: 1.3rem;
}
.hero {
  background: #191f1b;
  color: #f7f7ed;
  padding: clamp(2rem, 4vw, 4.5rem) 0 1.3rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: 4vw;
  align-items: stretch;
}
.hero-copy {
  padding: 1rem 0 4rem;
  position: relative;
  z-index: 2;
}
.eyebrow,
.section-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #bdd596;
  margin: 0 0 3rem;
}
.eyebrow-line {
  width: 2rem;
  height: 1px;
  background: currentColor;
}
.hero h1 {
  max-width: 850px;
  margin-bottom: 1.5rem;
}
.hero-intro {
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.5;
  color: #c7cdc5;
  max-width: 630px;
  margin-bottom: 2.4rem;
}
.request-form {
  background: #f4f4ed;
  color: #1b201b;
  border-radius: 6px;
  padding: clamp(1.2rem, 2.2vw, 2rem);
  max-width: 700px;
  box-shadow: 0 20px 60px #0003;
}
.request-form label {
  display: block;
  font-weight: 600;
  font-size: 1.17rem;
  letter-spacing: -0.025em;
}
.request-form p#description-help {
  font-size: 0.85rem;
  color: #555d53;
  margin: 0.4rem 0 1.1rem;
}
.request-form textarea {
  display: block;
  width: 100%;
  min-height: 126px;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #b7bdb1;
  border-radius: 3px;
  resize: vertical;
  color: #1c241c;
  line-height: 1.5;
}
.request-form textarea:focus-visible,
.button:focus-visible,
a:focus-visible {
  outline: 3px solid #9cd144;
  outline-offset: 3px;
}
.request-form textarea::placeholder {
  color: #848b81;
}
.form-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.72rem;
  color: #676f62;
  margin: 0.55rem 0 1.2rem;
}
.privacy-note {
  text-align: right;
}
.form-error {
  color: #a42e25;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  padding: 1rem 1.3rem;
  border-radius: 3px;
  font-size: 0.86rem;
  font-weight: 600;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-accent {
  background: #cee79b;
  color: #1a2315;
  border: 1px solid #cee79b;
}
.button-accent:hover {
  background: #dcf4af;
}
.form-explain {
  font-size: 0.73rem;
  color: #646d61;
  margin: 1rem 0 0;
}
.hero-art {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-radius: 4px;
  background: radial-gradient(circle at 51% 45%, #a7ba88 0, #627254 20%, #323b32 41%, #202920 70%);
  isolation: isolate;
}
.hero-art:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, #151c17cc, transparent 32%, transparent 75%, #141c1788),
    repeating-linear-gradient(90deg, transparent 0, transparent 63px, #ffffff0c 64px);
  z-index: 2;
}
.orbit {
  position: absolute;
  border: 1px solid #cbdab68a;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  aspect-ratio: 1;
}
.orbit-two {
  width: 110%;
  transform: translate(-50%, -50%) rotate(22deg) scaleY(0.76);
}
.orbit-three {
  width: 145%;
  transform: translate(-50%, -50%) rotate(-25deg) scaleY(0.72);
}
.art-disc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 53%;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 35% 28%, #e4f1ca, #9db983 35%, #4d674f 77%, #26382d);
  box-shadow:
    0 35px 100px #0008,
    inset -18px -25px 45px #21342599;
  z-index: 1;
}
.art-disc > span {
  font-size: clamp(4rem, 9vw, 9rem);
  letter-spacing: -0.13em;
  color: #e4efd4;
  text-shadow: 0 8px 20px #2b3a2d80;
}
.disc-dot {
  color: #e2eea1;
}
.art-caption,
.art-index {
  position: absolute;
  z-index: 3;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: #d1dfc7;
}
.art-caption {
  top: 2rem;
  left: 2rem;
  line-height: 1.5;
}
.art-index {
  bottom: 2rem;
  right: 2rem;
}
.hero-foot {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #485045;
  padding-top: 1.3rem;
  color: #9ea99c;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.intro-section {
  padding: clamp(5rem, 10vw, 10rem) 0;
  background: #e9ecdf;
}
.split-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
.split-section h2 {
  margin-bottom: 2rem;
}
.split-section em {
  color: #708b54;
}
.split-section p:last-child {
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  max-width: 700px;
  line-height: 1.5;
  color: #555e53;
}
.services-section {
  padding: clamp(5rem, 8vw, 9rem) 0;
  background: #f5f4ed;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.section-head h2 {
  margin-bottom: 0;
}
.text-link {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.9rem;
  white-space: nowrap;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.service-card {
  min-height: 420px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  background: #e7eae0;
  border: 1px solid #d6dbd0;
  transition:
    background 0.2s,
    transform 0.2s;
}
.service-card:hover {
  background: #dce7cf;
  transform: translateY(-4px);
}
.card-number {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
}
.card-arrow {
  font-size: 1.5rem;
  align-self: flex-end;
  margin-top: -1.3rem;
}
.service-card h3,
.service-card h2 {
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  line-height: 1.05;
  margin: auto 0 1.1rem;
}
.service-card p {
  font-size: 0.98rem;
  line-height: 1.5;
  color: #535e52;
  max-width: 300px;
}
.card-bottom {
  margin-top: 2rem;
  border-top: 1px solid #b5c1b0;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  font-weight: 600;
}
.process-section {
  background: #2b352d;
  color: #f4f5ed;
  padding: clamp(5rem, 9vw, 9rem) 0;
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.process-grid > div > p:last-child {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #c8d0c5;
  max-width: 430px;
}
.process-grid ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-grid li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  border-top: 1px solid #677266;
  padding: 1.6rem 0;
}
.process-grid li > span {
  font-size: 0.72rem;
  color: #c2d890;
}
.process-grid li h3 {
  font-size: 1.5rem;
  margin-bottom: 0.45rem;
}
.process-grid li p {
  line-height: 1.5;
  color: #c7d0c4;
}
.notes-section {
  background: #dce8cd;
  padding: clamp(4rem, 7vw, 7rem) 0;
}
.notes-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
}
.notes-inner h2 {
  margin-bottom: 1rem;
}
.notes-inner p:last-child {
  max-width: 540px;
  color: #4c5b49;
  line-height: 1.5;
}
.button-outline {
  border: 1px solid #364435;
  white-space: nowrap;
}
.site-footer {
  background: #151b17;
  color: #f5f7ee;
  padding: 4rem 0 2rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  padding-bottom: 5rem;
}
.footer-top p {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  letter-spacing: -0.055em;
  line-height: 1.06;
  max-width: 800px;
  margin: 0;
}
.footer-top a {
  border-bottom: 1px solid #cde7a0;
  padding-bottom: 0.5rem;
  color: #cde7a0;
  white-space: nowrap;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #424a42;
  padding-top: 1.5rem;
  font-size: 0.75rem;
  color: #9fac9d;
}
.page-hero {
  background: #1d251f;
  color: #f6f7ee;
  padding: clamp(5rem, 9vw, 10rem) 0;
}
.page-hero .container {
  max-width: 1440px;
}
.page-hero h1 {
  margin: 2rem 0;
}
.page-hero p:last-child {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.5;
  color: #cbd3c7;
  max-width: 650px;
}
.page-list {
  padding-top: 5rem;
}
.detail-hero {
  padding-top: 3rem;
}
.back-link {
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 5rem;
  color: #c9d9bd;
}
.title-period {
  color: #cde79a;
}
.detail-section {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: #e9ecdf;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.detail-grid h2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
}
.detail-grid ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.detail-grid li {
  display: flex;
  gap: 2rem;
  padding: 1.3rem 0;
  border-top: 1px solid #a9b5a6;
  font-size: 1.15rem;
}
.detail-grid li span {
  font-size: 0.7rem;
  color: #5d7853;
}
.closing-cta {
  background: #d7e8bd;
  padding: clamp(5rem, 8vw, 8rem) 0;
}
.closing-cta h2 {
  margin: 1.5rem 0 2rem;
}
.blog-section {
  background: #f6f5ef;
  padding: 5rem 0 8rem;
  min-height: 430px;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.article-card {
  padding: 2rem;
  background: #e8ece1;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}
.article-date {
  font-size: 0.73rem;
  color: #5e6b59;
}
.article-card h2 {
  font-size: 2.2rem;
  margin: 3rem 0 1rem;
}
.article-card p {
  color: #596357;
  line-height: 1.5;
}
.article-card > span:last-child {
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 600;
}
.empty-journal {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 4rem 1rem;
}
.empty-glyph {
  font-size: 4rem;
  color: #668051;
}
.empty-journal h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  margin: 1rem 0;
}
.empty-journal p {
  color: #576353;
  line-height: 1.5;
}
.empty-journal a {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0.6rem 0;
  font-weight: 600;
}
.article-hero h1 {
  max-width: 1000px;
}
.article-meta {
  display: flex;
  gap: 2rem;
  color: #bdcbb7;
  font-size: 0.85rem;
}
.article-body {
  max-width: 820px;
  padding-block: 5rem 8rem;
}
.article-body p {
  font-size: 1.25rem;
  line-height: 1.75;
  margin-bottom: 1.8rem;
}
.not-found {
  min-height: 70vh;
}
.not-found .button {
  margin-top: 1rem;
}
@media (max-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 460px;
    grid-row: 2;
  }
  .hero-copy {
    padding-bottom: 1rem;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-grid {
    gap: 3rem;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 2rem, 1440px);
  }
  .header-inner {
    min-height: 70px;
  }
  .wordmark {
    font-size: 0.57rem;
  }
  .mark {
    font-size: 1.35rem;
  }
  .site-header nav {
    gap: 1rem;
    font-size: 0.75rem;
  }
  .site-header nav a:nth-child(2) {
    display: none;
  }
  .nav-cta {
    padding: 0.55rem 0.7rem;
  }
  .nav-cta span {
    display: none;
  }
  .hero {
    padding-top: 3rem;
  }
  .hero h1 {
    font-size: clamp(3.4rem, 12vw, 5.5rem);
  }
  .hero-art {
    min-height: 360px;
  }
  .hero-foot {
    font-size: 0.62rem;
  }
  .split-section,
  .process-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .service-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 320px;
  }
  .section-head,
  .notes-inner,
  .footer-top {
    align-items: start;
    flex-direction: column;
  }
  .form-bottom {
    flex-direction: column;
    gap: 0.2rem;
  }
  .privacy-note {
    text-align: left;
  }
  .footer-top {
    padding-bottom: 4rem;
  }
  .footer-bottom {
    gap: 1rem;
    flex-direction: column;
  }
  .page-hero {
    padding-block: 5rem;
  }
  .back-link {
    margin-bottom: 3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button,
  .service-card {
    transition: none;
  }
}

.privacy-body h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  margin: 2.5rem 0 0.8rem;
}
.privacy-body h2:first-child {
  margin-top: 0;
}
.privacy-body p {
  font-size: 1.07rem;
  line-height: 1.65;
  color: #4d584c;
}
.footer-bottom a {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.footer-bottom a:hover {
  color: #d1eba7;
}
