/* ===== Blog page ===== */
.blog-head {
  background: var(--paper);
  padding: 36px 0 56px;
  position: relative;
  overflow: hidden;
}
.blog-head::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -60px;
  width: 520px;
  height: 520px;
  background:
    radial-gradient(circle, rgba(42,122,82,0.08) 0%, transparent 60%),
    radial-gradient(circle at 60% 60%, rgba(201,169,97,0.10) 0%, transparent 50%);
  border-radius: 50%;
  pointer-events: none;
}
.blog-head .container { position: relative; }

.blog-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.95;
  color: var(--green-deep);
  margin: 18px 0 28px;
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-title .spark {
  color: var(--gold);
  font-size: 0.55em;
  display: inline-flex;
  align-items: center;
}
.blog-title .spark svg { width: 0.9em; height: 0.9em; }

.blog-sub {
  color: var(--ink-2);
  font-size: 17px;
  max-width: 620px;
  margin: -14px 0 28px;
  line-height: 1.5;
}

/* Filter pills */
.blog-filters {
  display: inline-flex;
  background: var(--green-deep);
  border-radius: 999px;
  padding: 6px;
  gap: 2px;
  flex-wrap: wrap;
  max-width: 100%;
  box-shadow: 0 4px 14px rgba(14,59,39,0.10);
}
.blog-filters button {
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(247,244,236,0.85);
  background: transparent;
  white-space: nowrap;
  transition: all 0.18s;
  cursor: pointer;
  border: 0;
}
.blog-filters button:hover { color: var(--paper); background: rgba(255,255,255,0.06); }
.blog-filters button.is-active {
  background: var(--gold);
  color: var(--green-ink);
}

/* ===== Featured article ===== */
.blog-featured {
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  background: var(--paper-2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
}
.bf-text {
  background: var(--green-deep);
  color: var(--paper);
  padding: 56px 56px 52px;
  position: relative;
  overflow: hidden;
}
.bf-text::after {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,97,0.18) 0%, transparent 65%);
  pointer-events: none;
}
.bf-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-size: 13px;
}
.bf-meta .tag {
  background: rgba(201,169,97,0.18);
  color: var(--gold);
  padding: 5px 11px;
  border-radius: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.bf-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(247,244,236,0.5); }
.bf-meta .item { display: inline-flex; align-items: center; gap: 6px; color: rgba(247,244,236,0.75); font-weight: 500; }
.bf-meta .item svg { width: 14px; height: 14px; }
.bf-text h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin: 0 0 18px;
  text-wrap: balance;
}
.bf-text p {
  color: rgba(247,244,236,0.82);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0 0 32px;
  max-width: 480px;
}
.bf-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: 15px;
  color: var(--paper);
  position: relative;
  z-index: 1;
}
.bf-cta .arr {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--green-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  transition: transform 0.2s;
}
.bf-cta .arr svg { width: 16px; height: 16px; }
.bf-cta:hover .arr { transform: translateX(4px); }

.bf-image {
  background: var(--paper-2);
  position: relative;
  min-height: 360px;
  overflow: hidden;
}
.bf-image .bf-art {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bf-image .bf-art svg { width: 88%; height: 88%; }

/* ===== Article grid ===== */
.blog-grid-wrap { padding: 80px 0 72px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}
.b-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  cursor: pointer;
}
.b-card-img {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  background: var(--paper-2);
  position: relative;
  border: 1px solid var(--line);
}
.b-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.b-card:hover .b-card-img img { transform: scale(1.04); }
.b-card-img.placeholder {
  background: linear-gradient(135deg, var(--green-soft) 0%, var(--paper-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-card-img.placeholder svg {
  width: 52%;
  height: 52%;
  color: rgba(31,95,63,0.20);
}
.b-card-img.tone-grass { background: linear-gradient(135deg, #d6e4d3 0%, #a8c39a 100%); }
.b-card-img.tone-soil { background: linear-gradient(135deg, #e8dcc4 0%, #c9a981 100%); }
.b-card-img.tone-mist { background: linear-gradient(135deg, #d8e0d8 0%, #6f8c7a 100%); }

.b-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--ink-3);
}
.b-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 9px;
  border-radius: 6px;
  background: var(--green-soft);
  color: var(--green-deep);
  text-transform: uppercase;
}
.b-tag.gold { background: var(--gold-soft); color: var(--gold-deep); }
.b-tag.soil { background: #E8DCC4; color: #8B6F3A; }
.b-tag.tech { background: #DEE5F0; color: #2C4D85; }
.b-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-3); }
.b-meta .item { display: inline-flex; align-items: center; gap: 5px; }
.b-meta .item svg { width: 13px; height: 13px; }

.b-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--green-ink);
  text-wrap: balance;
}
.b-card p {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
  flex: 1;
}
.b-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.b-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
}
.b-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 13px;
  flex: 0 0 32px;
}
.b-avatar.a-2 { background: var(--gold-soft); color: var(--gold-deep); }
.b-avatar.a-3 { background: #E8DCC4; color: #8B6F3A; }
.b-avatar.a-4 { background: #DEE5F0; color: #2C4D85; }
.b-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-2);
  transition: all 0.2s;
}
.b-arrow svg { width: 14px; height: 14px; }
.b-card:hover .b-arrow {
  background: var(--green-deep);
  color: var(--paper);
  border-color: var(--green-deep);
  transform: translateX(2px);
}
.b-card.highlight .b-arrow {
  background: var(--green-deep);
  color: var(--paper);
  border-color: var(--green-deep);
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 60px;
}
.pagination button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-weight: 600;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.18s;
}
.pagination button:hover { border-color: var(--green-deep); color: var(--green-deep); }
.pagination button.is-active {
  background: var(--green-deep);
  color: var(--paper);
  border-color: var(--green-deep);
}
.pagination button svg { width: 16px; height: 16px; }
.pagination .ellipsis {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-3);
  letter-spacing: 2px;
}

/* ===== Newsletter (Green Club) ===== */
.green-club-wrap { padding: 0 0 100px; }
.green-club {
  background: var(--green-deep);
  border-radius: var(--radius-lg);
  padding: 64px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--paper);
}
.green-club::before,
.green-club::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.green-club::before {
  left: -80px;
  top: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(201,169,97,0.18) 0%, transparent 60%);
  border-radius: 50%;
}
.green-club::after {
  right: -100px;
  bottom: -100px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 65%);
  border-radius: 50%;
}
.gc-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.gc-eyebrow svg { width: 14px; height: 14px; }
.green-club h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.05;
  margin: 0 0 18px;
  text-wrap: balance;
}
.green-club > div > p {
  color: rgba(247,244,236,0.78);
  font-size: 15.5px;
  line-height: 1.55;
  margin: 0;
  max-width: 460px;
}
.gc-form { position: relative; z-index: 1; }
.gc-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 0 18px 0 50px;
  height: 56px;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--paper);
  position: relative;
}
.gc-input::placeholder { color: rgba(247,244,236,0.5); }
.gc-input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,0.10); }
.gc-input-wrap { position: relative; }
.gc-input-wrap > svg {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: rgba(247,244,236,0.55);
  pointer-events: none;
}
.gc-submit {
  margin-top: 14px;
  width: 100%;
  height: 56px;
  background: var(--gold);
  color: var(--green-ink);
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.2s;
}
.gc-submit:hover { background: var(--paper); }
.gc-submit svg { width: 16px; height: 16px; }
.gc-consent {
  margin-top: 14px;
  font-size: 12.5px;
  color: rgba(247,244,236,0.65);
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.gc-consent input { margin-top: 2px; accent-color: var(--gold); }
.gc-consent a { text-decoration: underline; color: rgba(247,244,236,0.85); }
.gc-consent a:hover { color: var(--gold); }

@media (max-width: 1080px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-featured { grid-template-columns: 1fr; }
  .bf-image { min-height: 280px; }
  .green-club { grid-template-columns: 1fr; padding: 48px; gap: 32px; }
}
@media (max-width: 720px) {
  .blog-head { padding: 24px 0 36px; }
  .blog-title { font-size: 48px; }
  .blog-grid { grid-template-columns: 1fr; gap: 36px; }
  .bf-text { padding: 36px 28px; }
  .blog-grid-wrap { padding: 56px 0; }
  .green-club { padding: 36px 24px; }
  .green-club-wrap { padding-bottom: 64px; }
  .blog-filters { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .blog-filters button { padding: 9px 16px; font-size: 13px; }
}

/* ===== Contact page ===== */
.contact-head { padding: 36px 0 0; }
.contact-hero {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line);
}
.contact-hero h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(46px, 6.5vw, 88px);
  line-height: 0.96;
  color: var(--green-deep);
  margin: 0;
}
.contact-hero h1 .accent { color: var(--gold); }
.contact-hero h1 .spark {
  display: inline-flex;
  font-size: 0.45em;
  vertical-align: middle;
  margin-left: 12px;
  color: var(--gold);
}
.contact-hero h1 .spark svg { width: 0.9em; height: 0.9em; }
.contact-hero p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  max-width: 460px;
}
.contact-hero p strong { color: var(--ink); font-weight: 700; }

.contact-main {
  padding: 80px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.c-side h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 28px;
  line-height: 1.15;
  margin: 0 0 8px;
  color: var(--green-ink);
}
.c-side > p {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 420px;
}
.c-channels {
  display: grid;
  gap: 14px;
  margin-bottom: 32px;
}
.c-channel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.c-channel:hover {
  border-color: var(--green-deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31,95,63,0.08);
}
.c-channel .ic {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--green-soft);
  color: var(--green-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-channel .ic svg { width: 22px; height: 22px; }
.c-channel.gold .ic { background: var(--gold-soft); color: var(--gold-deep); }
.c-channel .lab {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 4px;
}
.c-channel .val {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--green-ink);
  letter-spacing: -0.01em;
}
.c-channel .sub {
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 2px;
}
.c-channel .arr {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-2);
  transition: all 0.2s;
}
.c-channel .arr svg { width: 14px; height: 14px; }
.c-channel:hover .arr { background: var(--green-deep); color: var(--paper); border-color: var(--green-deep); transform: translateX(3px); }

.c-hours {
  background: var(--paper-2);
  border-radius: 18px;
  padding: 26px;
  border: 1px solid var(--line);
}
.c-hours h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--green-ink);
}
.c-hours h3 .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2A7A52;
  box-shadow: 0 0 0 0 rgba(42,122,82,0.6);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(42,122,82,0.55); }
  70% { box-shadow: 0 0 0 10px rgba(42,122,82,0); }
  100% { box-shadow: 0 0 0 0 rgba(42,122,82,0); }
}
.c-hours-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
.c-hours-list .row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed var(--line);
}
.c-hours-list .row:last-child { border-bottom: 0; }
.c-hours-list .day { color: var(--ink-2); font-weight: 500; }
.c-hours-list .h { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.c-hours-list .row.is-now .day { color: var(--green-deep); }
.c-hours-list .row.is-now .h { color: var(--green-deep); }

.c-form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.c-form-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,97,0.18) 0%, transparent 60%);
  pointer-events: none;
}
.c-form-card h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 6px;
  color: var(--green-ink);
}
.c-form-card .lede {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 30px;
  max-width: 400px;
}
.c-topics {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.c-topic {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
}
.c-topic:hover { border-color: var(--green-deep); color: var(--green-deep); }
.c-topic.is-active {
  background: var(--green-deep);
  border-color: var(--green-deep);
  color: var(--paper);
}
.c-topic .em { font-family: 'JetBrains Mono', monospace; font-size: 11px; opacity: 0.7; margin-right: 6px; }

.c-form {
  display: grid;
  gap: 18px;
}
.c-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.c-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-field label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-family: 'JetBrains Mono', monospace;
}
.c-field label .req { color: var(--green-deep); }
.c-field input,
.c-field textarea,
.c-field select {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.18s;
}
.c-field textarea { resize: vertical; min-height: 130px; }
.c-field input:focus,
.c-field textarea:focus,
.c-field select:focus {
  outline: none;
  border-color: var(--green-deep);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(31,95,63,0.10);
}
.c-field .hint { font-size: 12px; color: var(--ink-3); }

.c-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.c-submit {
  background: var(--green-deep);
  color: var(--paper);
  border-radius: 14px;
  padding: 16px 28px;
  font-weight: 700;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.2s;
}
.c-submit:hover { background: var(--green-ink); transform: translateY(-1px); }
.c-submit svg { width: 16px; height: 16px; }
.c-priv {
  font-size: 12.5px;
  color: var(--ink-3);
  display: flex;
  gap: 8px;
  align-items: center;
}
.c-priv svg { width: 14px; height: 14px; color: var(--green-deep); }

.c-thanks {
  display: none;
  background: var(--green-soft);
  border: 1px solid var(--green-light);
  color: var(--green-ink);
  border-radius: 14px;
  padding: 18px 22px;
  font-weight: 600;
  align-items: center;
  gap: 12px;
}
.c-thanks svg { width: 20px; height: 20px; color: var(--green-deep); }
.c-form-card.is-sent .c-form,
.c-form-card.is-sent .c-topics,
.c-form-card.is-sent .lede,
.c-form-card.is-sent h2 { display: none; }
.c-form-card.is-sent .c-thanks { display: flex; }

/* Address & map */
.contact-map {
  margin: 0 0 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.cm-info { padding: 48px; }
.cm-info .eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 12px;
}
.cm-info h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 18px;
  color: var(--green-ink);
}
.cm-info p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0 0 24px;
}
.cm-info .addr {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--green-ink);
  line-height: 1.4;
  margin: 0 0 24px;
}
.cm-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cm-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  transition: all 0.18s;
}
.cm-actions a:hover { border-color: var(--green-deep); color: var(--green-deep); }
.cm-actions a.primary {
  background: var(--green-deep);
  color: var(--paper);
  border-color: var(--green-deep);
}
.cm-actions a.primary:hover { background: var(--green-ink); color: var(--paper); }
.cm-actions svg { width: 14px; height: 14px; }

.cm-map {
  background:
    linear-gradient(135deg, #d8e4d6 0%, #b9cdb6 50%, #d8e4d6 100%);
  position: relative;
  min-height: 380px;
  overflow: hidden;
}
.cm-map svg.grid { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.45; }
.cm-pin {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -100%);
}
.cm-pin .ring {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: rgba(31,95,63,0.12);
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  animation: pulse 2.4s infinite;
}
.cm-pin .pin {
  width: 56px;
  height: 56px;
  border-radius: 50% 50% 50% 0;
  background: var(--green-deep);
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 32px rgba(14,59,39,0.4);
  border: 4px solid var(--paper);
}
.cm-pin .pin svg { width: 22px; height: 22px; color: var(--gold); transform: rotate(45deg); }

/* FAQ teaser */
.contact-faq { padding: 0 0 100px; }
.cf-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 28px;
  gap: 24px;
  flex-wrap: wrap;
}
.cf-head h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  margin: 0;
  color: var(--green-ink);
}
.cf-head a {
  font-size: 14px;
  font-weight: 600;
  color: var(--green-deep);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.cf-head a:hover { color: var(--green-ink); }
.cf-list {
  display: grid;
  gap: 12px;
}
.cf-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 24px;
  cursor: pointer;
  transition: border-color 0.2s;
}
.cf-item:hover { border-color: var(--green-deep); }
.cf-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--green-ink);
  list-style: none;
  cursor: pointer;
}
.cf-item summary::-webkit-details-marker { display: none; }
.cf-item .ic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  transition: all 0.2s;
}
.cf-item .ic svg { width: 14px; height: 14px; transition: transform 0.2s; }
.cf-item[open] .ic { background: var(--green-deep); color: var(--paper); }
.cf-item[open] .ic svg { transform: rotate(45deg); }
.cf-item p {
  margin: 14px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 720px;
}

@media (max-width: 1080px) {
  .contact-hero { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .contact-main { grid-template-columns: 1fr; gap: 40px; }
  .contact-map { grid-template-columns: 1fr; }
  .cm-info { padding: 36px 28px; }
  .cm-map { min-height: 300px; }
}
@media (max-width: 720px) {
  .contact-head { padding-top: 24px; }
  .contact-hero h1 { font-size: 48px; }
  .contact-main { padding: 56px 0; }
  .c-form-card { padding: 28px 22px; }
  .c-row { grid-template-columns: 1fr; }
  .contact-faq { padding-bottom: 64px; }
}
