:root {
  --wf-cream: #f4efe3;
  --wf-cream-soft: #f9f5ea;
  --wf-green: #304331;
  --wf-gold: #c8b58a;
  --wf-text: #273127;
  --wf-body-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wf-serif: "Georgia", "Times New Roman", serif;
}

/* RESET-ish */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--wf-body-font);
  color: var(--wf-text);
  background-color: var(--wf-cream);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

/* HEADER */

.wf-header {
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background-color: var(--wf-cream);
}

.wf-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.wf-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--wf-green);
}

.wf-brand-mark {
  width: 32px;
  height: auto;
}

.wf-brand-name {
  font-family: var(--wf-serif);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.wf-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9rem;
}

.wf-nav a {
  text-decoration: none;
  color: var(--wf-text);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wf-nav a[aria-current="page"] {
  border-bottom: 1px solid var(--wf-green);
  padding-bottom: 0.15rem;
}

/* New OLD

.wf-nav-cta {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--wf-green);
  background-color: var(--wf-green);
  color: var(--wf-cream);
}
  .wf-nav-cta:hover {
  background-color: transparent;
  color: var(--wf-green);
}*/
.wf-nav-cta { padding: 0.5rem 1rem; border-radius: 999px; border: 1px solid var(--wf-ink); }



/* HERO */

.wf-hero {
  padding: 4.5rem 1.5rem 4rem;
  text-align: center;
}

.wf-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.wf-hero-logo {
  width: 260px;
  margin: 0 auto 2.2rem;
}

.wf-hero h1 {
  font-family: var(--wf-serif);
  font-size: 2.4rem;
  margin: 0 0 0.75rem;
  letter-spacing: 0.04em;
}

.wf-hero-lead {
  font-size: 1.02rem;
  margin: 0 auto 1.8rem;
}

.wf-hero-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* BUTTONS & LINKS */

.wf-button {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 1px solid var(--wf-green);
  background-color: var(--wf-green);
  color: var(--wf-cream);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.wf-button:hover {
  background-color: transparent;
  color: var(--wf-green);
}

.wf-link {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--wf-text);
}

/* GENERIC SECTIONS */

.wf-section {
  padding: 3.5rem 1.5rem;
  background-color: var(--wf-cream);
}

.wf-section-alt {
  background-color: var(--wf-cream-soft);
}

.wf-section-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.wf-center {
  text-align: center;
}

.wf-narrow {
  max-width: 640px;
  margin: 0 auto 1.6rem;
}

.wf-three-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 2.2rem;
}

.wf-two-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 2.75rem;
}

/* TYPOGRAPHY */

h1, h2, h3 {
  font-family: var(--wf-serif);
  color: var(--wf-green);
}

h2 {
  font-size: 1.6rem;
  margin-top: 0;
}

h3 {
  font-size: 1.1rem;
}

.wf-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.7rem;
}

.wf-bullet-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.wf-bullet-list li::before {
  content: "◆";
  margin-right: 0.5rem;
  font-size: 0.7rem;
}

.wf-bullet-list li {
  margin-bottom: 0.5rem;
}

/* ABOUT HERO */

.wf-about-hero {
  padding: 5rem 1.5rem 4rem;
  background-color: var(--wf-cream);
}

.wf-about-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 3.5rem;
  align-items: center;
}

.wf-about-hero-text h1 {
  font-size: 2.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.3rem;
}

.wf-about-hero-text h2 {
  font-size: 1.55rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
  line-height: 1.4;
}

.wf-about-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.wf-about-body {
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

/* FOUNDER CARD */

.wf-about-hero-visual {
  display: flex;
  justify-content: center;
}

.wf-founder-card {
  position: relative;
  background-color: var(--wf-cream-soft);
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.4rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  max-width: 320px;
}

.wf-founder-emblem {
  position: absolute;
  inset: -20%;
  opacity: 0.13;
  filter: grayscale(0.2);
  pointer-events: none;
}

.wf-founder-photo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto 1.1rem;
  z-index: 1;
}

.wf-founder-meta {
  position: relative;
  z-index: 1;
  text-align: center;
}

.wf-founder-name {
  font-family: var(--wf-serif);
  font-size: 1.05rem;
  margin: 0 0 0.2rem;
}

.wf-founder-role,
.wf-founder-location {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0.08rem 0;
}

/* FAQ */

.wf-faq details {
  background-color: #ffffff;
  border-radius: 0.9rem;
  padding: 0.9rem 1.1rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.wf-faq summary {
  font-weight: 500;
}

/* PROCESS GRID */

.wf-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 2.2rem;
}

.wf-process-step h2 {
  font-size: 1.25rem;
}

/* PORTFOLIO */

.wf-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 2.2rem;
  text-align: center;
}

.wf-portfolio-item h2 {
  font-size: 1.1rem;
  margin: 0.8rem 0 0.3rem;
  text-align: center;
}

.wf-portfolio-item p {
  font-size: 0.95rem;
  text-align: center;
}

/* FORM */

.wf-form {
  margin-top: 1.8rem;
}

.wf-field {
  margin-bottom: 1.2rem;
}

.wf-field label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}

.wf-field input,
.wf-field select,
.wf-field textarea {
  width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(0,0,0,0.15);
  font-family: inherit;
  font-size: 0.95rem;
  background-color: #fffdf8;
}

.wf-form-success {
  display: none;
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
  background-color: #e3f6ea;
  color: #215533;
  font-size: 0.9rem;
}

.wf-form-success.is-visible {
  display: block;
}

/* FOOTER */

.wf-footer {
  background-color: #efe7d6;
  padding: 2rem 1.5rem;
}

.wf-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.88rem;
}

.wf-footer-brand {
  font-family: var(--wf-serif);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.3rem;
}

.wf-footer-meta {
  margin: 0.15rem 0;
}

/* RESPONSIVE */

@media (max-width: 860px) {
  .wf-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .wf-nav {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .wf-three-cols,
  .wf-two-cols,
  .wf-process-grid,
  .wf-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .wf-about-hero-inner {
    grid-template-columns: 1fr;
  }

  .wf-about-hero-visual {
    order: -1;
    margin-bottom: 1.5rem;
  }

  .wf-hero-logo {
    width: 220px;
  }
}
