/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:        #238447;
  --dark-green:   #164a31;
  --lime:         #a8e063;
  --bg-light:     #fbfcfa;
  --bg-faq:       #f7faf5;
  --text:         #1d2822;
  --muted:        #6b7c74;
  --border:       #dce5dc;
  --font-body:    'Inter', Arial, sans-serif;
  --font-serif:   Georgia, 'Times New Roman', serif;
  --header-h:     84px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: #ffffff;
  padding-top: var(--header-h);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font-family: inherit; }

/* ════════════════════════════════════════════
   HEADER
   ════════════════════════════════════════════ */
.pf-header {
  position: fixed;
  top: 0; left: 0;
  z-index: 9999;
  width: 100%;
  height: var(--header-h);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(255,255,255,0.92);
  border-bottom: 1px solid #eeeeee;
  animation: headerDrop 0.55s ease both;
  transition: all 0.3s ease;
}

.pf-header-inner {
  width: min(1400px, 94%);
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.pf-logo {
  grid-column: 2;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.pf-logo:hover { transform: translateY(-2px) scale(1.05); }

.pf-logo img { max-height: 48px; width: auto; }

.pf-logo-text {
  font-size: 24px;
  font-weight: 900;
  color: #111;
  letter-spacing: -0.02em;
}

.pf-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.pf-nav-left  { justify-content: flex-end; }
.pf-nav-right { justify-content: flex-start; }

.pf-nav a {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  position: relative;
  transition: 0.25s ease;
}

.pf-nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -7px;
  width: 0; height: 2px;
  background: var(--green);
  transition: width 0.25s ease;
}

.pf-nav a:hover { color: var(--green); transform: translateY(-2px); }
.pf-nav a:hover::after { width: 100%; }

/* Mobile toggle */
.pf-mobile-toggle {
  display: none;
  width: 48px; height: 48px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 12px;
  justify-self: end;
  grid-column: 3;
}

.pf-mobile-toggle span {
  display: block;
  width: 100%; height: 2px;
  background: #111;
  border-radius: 999px;
  transition: 0.25s ease;
}

.pf-header.is-open .pf-mobile-toggle span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.pf-header.is-open .pf-mobile-toggle span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.pf-mobile-menu {
  display: none;
  padding: 0 24px 28px;
  border-top: 1px solid #eee;
  background: #fff;
  animation: mobileMenuOpen 0.3s ease both;
}

.pf-header.is-open .pf-mobile-menu { display: block; }

.pf-mobile-links {
  display: grid;
  gap: 18px;
  padding-top: 24px;
}

.pf-mobile-links a {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  transition: 0.25s ease;
}

.pf-mobile-links a:hover {
  color: var(--green);
  transform: translateX(4px);
  display: inline-block;
}

@keyframes headerDrop {
  from { opacity: 0; transform: translateY(-18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes mobileMenuOpen {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════════════════
   DIAGONAL SCROLL HERO
   ════════════════════════════════════════════ */
#pf-diagonal-hero {
  height: 550vh;
  position: relative;
  background: #fbfcfa;
}

#pf-diagonal-hero .pf-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #fbfcfa;
}

#pf-diagonal-hero .pf-layout {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 62% 1fr;
}

/* LEFT panel */
#pf-diagonal-hero .pf-left {
  position: relative;
  z-index: 5;
  height: 100%;
  background: #164a31;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}

/* Botanical SVG overlay – left */
.pf-botanical {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  color: #eef1ea;
  opacity: 0.25;
}

.pf-leaf { position: absolute; }
.pf-leaf-1 { width: 160px; bottom: -4%; left: -4%; transform: rotate(-20deg); }
.pf-leaf-2 { width: 176px; bottom: 12%; right: 2%; transform: rotate(15deg); }
.pf-leaf-3 { width: 120px; top: 5%; left: 5%; transform: rotate(10deg); }
.pf-leaf-4 { width: 96px; top: 10%; right: 10%; transform: rotate(-35deg); }
.pf-leaf-5 { width: 136px; bottom: 30%; left: 18%; transform: rotate(25deg); }
.pf-leaf-6 { width: 144px; top: 38%; right: -2%; transform: rotate(-10deg); }

/* Text copy */
.pf-left-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 52px 120px 52px 52px;
}

.pf-copy {
  position: absolute;
  top: 50%;
  left: 52px;
  right: 120px;
  transform: translateY(-50%) translateZ(0);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  will-change: transform, opacity;
}

.pf-kicker {
  margin-bottom: 50px;
  color: #a8e063;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pf-title {
  margin: 0;
  max-width: 500px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 5vw, 48px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.pf-title strong, .pf-title em {
  color: #a8e063;
  font-style: normal;
}

.pf-description {
  margin: 46px 0 0;
  max-width: 650px;
  color: #cfe4d2;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}

/* RIGHT panel */
#pf-diagonal-hero .pf-right {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #fbfcfa;
}

.pf-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.70;
}

.pf-vertical {
  position: absolute;
  top: 34px; right: 16px;
  z-index: 8;
  writing-mode: vertical-rl;
  color: #b9c0ba;
  font-size: 8px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
}

.pf-counter {
  position: absolute;
  top: 24%; right: 8%;
  z-index: 1;
  color: #cbd0ca;
  font-size: clamp(90px, 14vw, 260px);
  font-weight: 900;
  opacity: 0.07;
  line-height: 1;
}

/* Botanical – right */
.pf-botanical-right {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  color: #164a31;
  opacity: 0.80;
}

.pf-rleaf { position: absolute; }
.pf-rleaf-1 { width: 150px; bottom: -5%; right: 5%; transform: rotate(15deg); }
.pf-rleaf-2 { width: 112px; top: 5%; left: 5%; transform: rotate(-20deg); }
.pf-rleaf-3 { width: 135px; top: 40%; right: -2%; transform: rotate(-8deg); }
.pf-rleaf-4 { width: 90px;  bottom: 28%; left: 2%; transform: rotate(30deg); }

/* Product card */
.pf-product-area {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pf-frame {
  position: absolute;
  width: 350px; height: 320px;
  opacity: 0;
  transform: translateY(32px) scale(0.94) translateZ(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
  will-change: transform, opacity;
}

.pf-product-card {
  width: 100%; height: 100%;
  background: #ffffff;
  border: 1px solid #e3e8e2;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pf-product-card img {
  width: 100%; height: 100%;
  object-fit: contain;
  padding: 16px;
}

.pf-placeholder-text {
  font-size: 70px;
  font-weight: 900;
  color: #d8ddd8;
  opacity: 0.45;
  letter-spacing: -0.08em;
}

/* ════════════════════════════════════════════
   HOW IT WORKS
   ════════════════════════════════════════════ */
#how-it-works {
  background: #ffffff;
  color: var(--text);
  padding: 90px 0 60px;
}

.how-container {
  width: min(1500px, 94%);
  margin: 0 auto;
}

.how-head {
  text-align: center;
  margin-bottom: 80px;
}

.section-kicker {
  display: block;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.how-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 4vw, 72px);
  margin: 0 0 22px;
  font-weight: 800;
}

.how-head p {
  font-size: 18px;
  color: var(--muted);
}

.how-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.how-line {
  position: absolute;
  top: 50px; left: 6%; right: 6%;
  height: 2px;
  background: rgba(35,132,71,0.18);
  z-index: 1;
}

.how-step {
  text-align: center;
  z-index: 2;
  position: relative;
}

.how-circle {
  width: 88px; height: 88px;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 900;
}

.how-step h3 { font-size: 20px; margin: 0 0 10px; }

.how-step p {
  font-size: 15px;
  max-width: 220px;
  margin: 0 auto;
  color: var(--muted);
  line-height: 1.5;
}

.how-inline-link {
  display: inline;
  background: transparent;
  border: none;
  color: var(--green);
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}

/* Popup */
.pf-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.65);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.pf-popup-overlay.is-open { display: flex; }

.pf-popup-box {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}

.pf-popup-box img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
}

.pf-popup-close {
  position: absolute;
  top: 12px; right: 16px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 36px; height: 36px;
  border-radius: 999px;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

/* ════════════════════════════════════════════
   DIVIDER
   ════════════════════════════════════════════ */
.pf-divider {
  border: none;
  border-top: 2.5px solid #e8ede7;
  margin: 0;
}

/* ════════════════════════════════════════════
   SWIPE COMPARE (PF About / Flip Card)
   ════════════════════════════════════════════ */
#pf-compare {
  background: #f7faf5;
  padding: 56px 0 84px;
}

.compare-wrap {
  width: min(780px, 88%);
  margin: 0 auto;
}

.pf-flip-scene {
  perspective: 1200px;
}

.pf-flip-card {
  width: 100%;
  min-height: 420px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s ease;
  border-radius: 34px;
}

.pf-flip-card.is-flipped { transform: rotateY(180deg); }

.pf-face {
  position: absolute;
  inset: 0;
  border-radius: 34px;
  padding: 56px 68px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.pf-face-front {
  background: #174d33;
  box-shadow: 0 28px 60px rgba(23,77,51,0.12);
}

.pf-face-back {
  background: #b15a5a;
  transform: rotateY(180deg);
  box-shadow: 0 28px 60px rgba(177,90,90,0.12);
}

.pf-panel-content { position: relative; z-index: 2; }

.pf-face .pf-kicker-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 16px;
}

.pf-face-front .pf-kicker-label { color: #b8ff5a; }
.pf-face-back .pf-kicker-label  { color: #ff4d4d; }

.pf-face h3 {
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 32px;
  color: #fff;
}

.pf-face-front h3 em { color: #b8ff5a; font-style: normal; }

.pf-face ul {
  list-style: none;
  display: grid;
  gap: 22px;
}

.pf-face li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.pf-icon {
  width: 24px; height: 24px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  flex-shrink: 0;
}

.pf-icon-pos { background: #b8ff5a; color: #174d33; border: 1px solid #b8ff5a; }
.pf-icon-neg { background: #fff; color: #ff4d4d; border: 1px solid #ff9b9b; }

.pf-watermark {
  position: absolute;
  bottom: 20px; right: 30px;
  font-size: 100px;
  font-weight: 900;
  color: #fff;
  opacity: 0.07;
  letter-spacing: -0.06em;
  pointer-events: none;
  user-select: none;
}

.pf-flip-btn-wrap {
  margin-top: 28px;
  text-align: center;
}

.pf-flip-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #15530d;
  border: 1px solid #15530d;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s ease;
}

.pf-flip-btn:hover {
  background: #bbd7b9;
  color: #fff;
  border-color: #bbd7b9;
}

/* ════════════════════════════════════════════
   ANYWHERE GRID
   ════════════════════════════════════════════ */
#anywhere-grid {
  background: #ffffff;
  color: var(--text);
  padding: 40px 0 120px;
}

.anywhere-container {
  width: min(1300px, 92%);
  margin: 0 auto;
}

.anywhere-head {
  margin-bottom: 80px;
}

.anywhere-head-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-top: 30px;
}

.anywhere-title {
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0;
}

.anywhere-title span { color: var(--green); font-style: italic; }

.anywhere-sub {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0,0,0,0.6);
  margin: 0;
  max-width: 520px;
}

.anywhere-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.anywhere-card {
  background: #ffffff;
  border: 1px solid #e0e5df;
  border-radius: 18px;
  padding: 22px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.anywhere-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: rgba(46,125,50,0.28);
}

.anywhere-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.anywhere-index {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(0,0,0,0.5);
}

.anywhere-tag {
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
}

.anywhere-img-wrap {
  border-radius: 14px;
  overflow: hidden;
  background: #edf2ee;
  height: 185px;
  flex-shrink: 0;
}

.anywhere-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.anywhere-card:hover .anywhere-img-wrap img { transform: scale(1.1); }

.anywhere-card-bottom { flex: 1; }

.anywhere-card h3 {
  font-size: 28px;
  font-weight: 900;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.1;
}

.anywhere-card p {
  font-size: 15px;
  color: rgba(0,0,0,0.6);
  line-height: 1.6;
}

/* ════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════ */
#faq {
  position: relative;
  background: var(--bg-faq);
  color: var(--text);
  padding: 110px 0;
  overflow: visible;
}

.faq-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(35,132,71,0.08), transparent 32%),
    radial-gradient(circle at 85% 65%, rgba(35,132,71,0.06), transparent 30%);
  pointer-events: none;
}

.faq-container {
  position: relative;
  z-index: 2;
  width: min(1350px, 92%);
  margin: 0 auto;
}

.faq-head {
  text-align: center;
  margin-bottom: 70px;
  animation: fadeUp 0.8s ease both;
}

.faq-head .section-kicker { margin-bottom: 18px; }

.faq-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(46px, 5vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  margin: 0;
  color: var(--text);
  font-weight: 900;
}

.faq-head h2 em { color: var(--green); font-style: italic; }

.faq-head p {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.35fr;
  gap: 54px;
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 120px;
  align-self: start;
  z-index: 3;
  animation: fadeUp 0.8s ease 0.12s both;
}

.faq-intro-card {
  background: #de7e7e;
  border: 1px solid #f10606;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.045);
}

.faq-intro-card .intro-kicker {
  display: block;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 18px;
}

.faq-intro-card h3 {
  font-family: var(--font-serif);
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 20px;
  color: #fff;
}

.faq-intro-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #fff;
  margin: 0;
}

.faq-list { display: grid; gap: 14px; }

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  animation: fadeUp 0.65s ease both;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.faq-item:nth-child(1) { animation-delay: 0.10s; }
.faq-item:nth-child(2) { animation-delay: 0.16s; }
.faq-item:nth-child(3) { animation-delay: 0.22s; }
.faq-item:nth-child(4) { animation-delay: 0.28s; }
.faq-item:nth-child(5) { animation-delay: 0.34s; }
.faq-item:nth-child(6) { animation-delay: 0.40s; }
.faq-item:nth-child(7) { animation-delay: 0.46s; }
.faq-item:nth-child(8) { animation-delay: 0.52s; }
.faq-item:nth-child(9) { animation-delay: 0.58s; }

.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.055);
  border-color: rgba(35,132,71,0.24);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  color: var(--text);
}

.faq-num {
  font-family: monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--green);
}

.faq-title {
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.22;
  font-weight: 900;
}

.faq-icon {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: #f1f6ef;
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  transition: 0.28s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.36s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 78px 28px 76px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.faq-item.active .faq-icon {
  background: var(--green);
  color: #fff;
  transform: rotate(45deg);
}

.faq-item.active { border-color: rgba(35,132,71,0.28); }

/* ════════════════════════════════════════════
   DISCLAIMER
   ════════════════════════════════════════════ */
.pf-disclaimer-section {
  background: #ffffff;
  padding: 16px 0;
}

.pf-disclaimer-wrap {
  width: min(860px, 90%);
  margin: 0 auto;
}

.pf-disclaimer-box {
  background: #f1caca;
  border: 2px solid #f51818;
  border-radius: 16px;
  padding: 20px 24px;
}

.pf-disclaimer-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 8px;
}

.pf-disclaimer-text {
  font-size: 13px;
  line-height: 1.65;
  color: #111;
}

/* ════════════════════════════════════════════
   FOOTER
   ════════════════════════════════════════════ */
.pf-footer {
  background: #ffffff;
  border-top: 2.5px solid #e8ede7;
  padding: 48px 0 32px;
}

.pf-footer-inner {
  width: min(1300px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.pf-footer-copy {
  font-size: 13px;
  color: var(--muted);
}

.pf-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.pf-footer-links a {
  font-size: 13px;
  color: var(--muted);
  transition: color 0.2s;
}
.pf-footer-links a:hover { color: var(--green); }

.pf-footer-social {
  display: flex;
  gap: 16px;
}

.pf-footer-social a {
  color: var(--muted);
  font-size: 16px;
  transition: color 0.2s;
}
.pf-footer-social a:hover { color: var(--green); }

/* ════════════════════════════════════════════
   ABOUT PAGE
   ════════════════════════════════════════════ */
.pf-about-page {
  background: #f5f7f5;
  font-family: var(--font-serif);
}

.pf-about-hero {
  background: var(--dark-green);
  padding: 80px 0 60px;
  text-align: center;
}

.pf-about-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(42px, 6vw, 80px);
  color: #fff;
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.04em;
}

.pf-about-hero h1 em { color: var(--lime); font-style: normal; }

.pf-about-hero p {
  max-width: 600px;
  margin: 24px auto 0;
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  line-height: 1.65;
  font-family: var(--font-body);
}

.pf-story-section {
  padding: 44px;
  background: #f5f7f5;
  border-bottom: 1px solid #e2d9cc;
}

.pf-story-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 68px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.pf-story-label {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #1a5c38;
  padding-top: 4px;
  position: sticky;
  top: 20px;
}

.pf-story-label::after {
  content: '';
  display: block;
  width: 24px; height: 2px;
  background: #a5e4a9;
  margin-top: 8px;
}

.pf-story-text {
  font-size: 19px;
  line-height: 1.85;
  color: #111;
}

.pf-story-text p + p { margin-top: 16px; }
.pf-story-text em { font-style: italic; color: #1a5c38; }

.pf-values-section {
  padding: 44px;
  background: #f5f7f5;
}

.pf-values-label {
  font-family: var(--font-body);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #1a5c38;
  margin-bottom: 32px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.pf-values-label::after {
  content: '';
  display: block;
  width: 24px; height: 2px;
  background: #a5e4a9;
  margin-top: 8px;
}

.pf-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}

.pf-val {
  background: #fff;
  border: 1px solid #e2d9cc;
  border-radius: 22px;
  padding: 28px;
}

.pf-val-num {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #1a5c38;
  margin-bottom: 14px;
  font-family: var(--font-body);
}

.pf-val-title {
  font-size: 21px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  font-family: var(--font-body);
}

.pf-val-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  font-family: var(--font-body);
}

.pf-cta-section {
  background: #fff;
  border: 1px solid #e2d9cc;
  border-radius: 16px;
  padding: 44px 40px;
  margin: 44px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.pf-cta-heading {
  font-size: 28px;
  font-weight: 900;
  color: #111;
  font-family: var(--font-body);
  margin-bottom: 10px;
}

.pf-cta-text {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  font-family: var(--font-body);
  max-width: 480px;
}

.pf-cta-btn {
  display: inline-block;
  background: #1a5c38;
  color: #fff;
  border-radius: 999px;
  padding: 16px 32px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--font-body);
  white-space: nowrap;
  transition: 0.25s ease;
}

.pf-cta-btn:hover { background: #238447; transform: translateY(-2px); }

/* ════════════════════════════════════════════
   CONTACT PAGE
   ════════════════════════════════════════════ */
.contact-hero {
  background: var(--dark-green);
  padding: 80px 0 60px;
  text-align: center;
}

.contact-hero .eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 20px;
}

.contact-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 64px);
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}

.contact-hero p {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  line-height: 1.65;
}

.contact-body {
  background: var(--bg-faq);
  padding: 80px 0;
}

.contact-grid {
  width: min(1100px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-form-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
}

.contact-form-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 28px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}

.form-group input,
.form-group textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text);
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 14px 16px;
  transition: border-color 0.2s;
  outline: none;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus { border-color: var(--green); }

.form-group textarea { resize: vertical; min-height: 140px; }

.contact-submit {
  width: 100%;
  background: var(--dark-green);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 16px;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-body);
  transition: 0.25s ease;
}

.contact-submit:hover { background: var(--green); transform: translateY(-2px); }

.contact-info-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px;
}

.contact-info-title {
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 28px;
}

.contact-info-list { list-style: none; display: grid; gap: 20px; }

.contact-info-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-info-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
}

.contact-info-value {
  font-size: 17px;
  color: var(--text);
}

.contact-info-value a { transition: color 0.2s; }
.contact-info-value a:hover { color: var(--green); }

/* ════════════════════════════════════════════
   KEYFRAMES
   ════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 990px) {
  :root { --header-h: 76px; }

  /* Header */
  .pf-nav { display: none; }
  .pf-mobile-toggle { display: flex; }
  .pf-logo img { max-height: 38px; }

  /* Hero */
  #pf-diagonal-hero { height: 620vh; }

  #pf-diagonal-hero .pf-layout {
    grid-template-columns: 1fr;
    grid-template-rows: 58vh 37vh;
  }

  #pf-diagonal-hero .pf-right { order: -1; }

  #pf-diagonal-hero .pf-left {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
  }

  .pf-left-inner {
    padding: 24px 50px 24px 18px;
  }

  .pf-copy {
    left: 18px;
    right: 50px;
  }

  .pf-title { font-size: clamp(28px, 6vw, 42px); line-height: 1.0; letter-spacing: -0.04em; }
  .pf-description { font-size: 11px; margin-top: 14px; }
  .pf-kicker { font-size: 8px; margin-bottom: 10px; }

  .pf-frame { width: 300px; height: 240px; }

  .pf-vertical, .pf-counter { display: none; }

  .pf-rleaf-1 { width: 75px; top: 8px; right: 8px; bottom: auto; left: auto; transform: rotate(20deg); }
  .pf-rleaf-2 { width: 55px; bottom: 12px; left: 10px; top: auto; right: auto; transform: rotate(-40deg); }
  .pf-rleaf-3 { width: 45px; top: 40%; right: -8px; left: auto; transform: rotate(55deg); }
  .pf-rleaf-4 { width: 60px; top: 15px; left: 12px; right: auto; bottom: auto; transform: rotate(-15deg); }

  .pf-leaf-2, .pf-leaf-4, .pf-leaf-5, .pf-leaf-6 { display: none; }
  .pf-leaf-1 { width: 70px; bottom: -8px; left: -5px; top: auto; right: auto; transform: rotate(-20deg); }
  .pf-leaf-3 { width: 60px; top: 8px; right: 15px; left: auto; bottom: auto; transform: rotate(45deg); }

  /* How it works */
  .how-steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .how-line { display: none; }
  .how-circle { width: 72px; height: 72px; font-size: 22px; }

  /* Compare */
  .pf-face { padding: 40px 30px; }
  .pf-face h3 { font-size: 26px; }

  /* Anywhere grid */
  .anywhere-head-grid { grid-template-columns: 1fr; gap: 28px; }
  .anywhere-title { font-size: 52px; }
  .anywhere-grid { grid-template-columns: 1fr; }
  .anywhere-img-wrap { height: 220px; }
  #anywhere-grid { padding: 80px 0; }

  /* FAQ */
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-intro { position: relative; top: auto; }
  .faq-intro-card { padding: 28px; }
  .faq-head { margin-bottom: 42px; }
  .faq-head h2 { font-size: 46px; }
  .faq-head p { font-size: 16px; }
  .faq-question { padding: 21px 20px; grid-template-columns: 1fr auto; }
  .faq-num { display: none; }
  .faq-title { font-size: 20px; }
  .faq-answer p { padding: 0 20px 24px; font-size: 15px; }
  #faq { padding: 80px 0; }

  /* About */
  .pf-story-grid { grid-template-columns: 1fr; gap: 24px; }
  .pf-values-grid { grid-template-columns: repeat(2, 1fr); }
  .pf-cta-section { flex-direction: column; margin: 24px; padding: 30px 24px; }
  .pf-story-section, .pf-values-section { padding: 30px 24px; }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }

  /* Footer */
  .pf-footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .pf-values-grid { grid-template-columns: 1fr; }
  .anywhere-grid { grid-template-columns: 1fr; }
  .anywhere-img-wrap { height: 200px; }
}
