:root {
  --green-950: #0f2f20;
  --green-900: #174431;
  --green-800: #1f5a40;
  --green-700: #2f7a4f;
  --green-200: #d8ead6;
  --green-100: #eaf4ed;
  --cream: #faf7ed;
  --paper: #fffdf8;
  --orange: #ed9b19;
  --red: #d8451d;
  --olive: #9a9565;
  --ink: #1c241f;
  --muted: #66736b;
  --line: #dde7df;
  --shadow: 0 18px 45px rgba(23, 68, 49, 0.12);
  --radius: 8px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(23, 68, 49, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 68, 49, 0.03) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 20;
  padding: 10px 14px;
  color: #fff;
  background: var(--green-900);
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(23, 68, 49, 0.12);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-weight: 800;
  color: var(--green-900);
}

.brand img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.brand span {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--green-900);
  font-size: 1.5rem;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--green-900);
  font-weight: 650;
  font-size: 0.94rem;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: var(--green-100);
}

.nav-links .cta-link {
  margin-left: 6px;
  color: #fff;
  background: var(--green-900);
}

.nav-links .cta-link:hover,
.nav-links .cta-link[aria-current="page"] {
  background: var(--green-800);
}

main {
  overflow: hidden;
}

.hero,
.page-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(237, 155, 25, 0.22), transparent 23%),
    radial-gradient(circle at 8% 72%, rgba(47, 122, 79, 0.2), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, #f7f8ee 45%, #dfeedd 100%);
  position: relative;
}

.media-hero {
  min-height: calc(100vh - 76px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 47, 32, 0.9), rgba(15, 47, 32, 0.58) 42%, rgba(15, 47, 32, 0.08)),
    url("../img/pdf-path-fog.jpg") center / cover no-repeat;
}

.media-hero::after {
  height: 48%;
  background: linear-gradient(0deg, rgba(15, 47, 32, 0.62), transparent);
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background:
    radial-gradient(ellipse at 12% 100%, rgba(47, 122, 79, 0.22), transparent 54%),
    radial-gradient(ellipse at 78% 100%, rgba(23, 68, 49, 0.16), transparent 48%);
  pointer-events: none;
}

.hero-inner,
.page-hero-inner,
.section-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  align-items: center;
  gap: 56px;
  padding: 72px 0 58px;
}

.media-hero .hero-inner {
  grid-template-columns: minmax(0, 0.72fr) minmax(240px, 0.28fr);
  min-height: calc(100vh - 76px);
}

.media-hero .hero-copy {
  max-width: 760px;
}

.media-hero h1,
.media-hero .lead {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.media-hero .eyebrow {
  color: #ffd16b;
}

.hero-mark {
  width: min(170px, 38vw);
  justify-self: end;
  align-self: end;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.art-hero {
  min-height: 64vh;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(15, 47, 32, 0.86), rgba(15, 47, 32, 0.42) 52%, rgba(15, 47, 32, 0.16)),
    var(--hero-image) center / cover no-repeat;
}

.art-hero .page-hero-inner {
  min-height: 64vh;
  display: grid;
  align-content: end;
  padding-bottom: 82px;
}

.art-hero h1,
.art-hero .lead {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.art-hero .eyebrow {
  color: #ffcf6a;
}

.about-hero {
  --hero-image: url("../img/pdf-world-map.jpg");
}

.method-hero {
  --hero-image: url("../img/pdf-method-garden.jpg");
}

.offers-hero {
  --hero-image: url("../img/pdf-handshake.jpg");
}

.testimonials-hero {
  --hero-image: url("../img/pdf-idea-tree-sculpture.jpg");
}

.project-hero {
  --hero-image: url("../img/pdf-stepping-stones.jpg");
}

.contact-hero {
  --hero-image: url("../img/pdf-road-light.jpg");
}

.hero-copy {
  max-width: 680px;
  min-width: 0;
  width: 100%;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--green-900);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: 5.4rem;
}

.page-hero h1 {
  font-size: 4.4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.22rem;
}

.lead {
  margin: 22px 0 0;
  width: 100%;
  max-width: min(680px, 100%);
  color: #39463f;
  font-size: 1.24rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(0);
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(23, 68, 49, 0.15);
}

.button:active {
  transform: translateY(0);
  box-shadow: none;
}

.button.primary {
  color: #fff;
  background: var(--green-900);
}

.button.primary:hover {
  background: var(--green-800);
}

.button.secondary {
  color: var(--green-900);
  border-color: var(--green-900);
  background: #fff;
}

.button.secondary:hover {
  background: var(--green-100);
}

.hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.hero-logo {
  width: min(455px, 84vw);
  aspect-ratio: 1;
  padding: 18px;
  border: 1px solid rgba(23, 68, 49, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  object-fit: contain;
}

.signal-card {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: min(280px, 70%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.signal-card strong {
  color: var(--green-900);
  font-size: 1.1rem;
}

.signal-card p {
  margin: 6px 0 0;
  color: var(--muted);
}

.section {
  padding: 76px 0;
}

.section.alt {
  background:
    linear-gradient(135deg, rgba(216, 234, 214, 0.7), rgba(250, 247, 237, 0.9)),
    var(--cream);
}

.section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-header p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.offer,
.testimonial,
.process-step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
}

.card,
.offer,
.testimonial {
  padding: 24px;
}

.visual-card {
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(23, 68, 49, 0.14);
  background: #fff;
  box-shadow: var(--shadow);
}

.visual-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.visual-card.tall img {
  min-height: 430px;
}

.visual-card.wide img {
  aspect-ratio: 16 / 8;
  min-height: 280px;
}

.visual-card.editorial img {
  aspect-ratio: 4 / 5;
  min-height: 560px;
}

.visual-caption {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.image-band {
  position: relative;
  min-height: 420px;
  display: grid;
  align-items: end;
  color: #fff;
  background: var(--green-900);
  overflow: hidden;
}

.image-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-band.light::after {
  background: linear-gradient(90deg, rgba(250, 247, 237, 0.92), rgba(250, 247, 237, 0.58), rgba(250, 247, 237, 0.18));
}

.image-band.light h2,
.image-band.light p {
  color: var(--green-900);
  text-shadow: none;
}

.editorial-panel {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(23, 68, 49, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(234, 244, 237, 0.72)),
    #fff;
  box-shadow: var(--shadow);
}

.editorial-panel p {
  color: var(--muted);
}

.gallery-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: stretch;
}

.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 47, 32, 0.85), rgba(15, 47, 32, 0.24));
}

.image-band .section-inner {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}

.image-band h2,
.image-band p {
  max-width: 720px;
  color: #fff;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.leaf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--green-800);
  font-weight: 850;
}

.leaf-kicker::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 18px 0 18px 0;
  background: var(--green-700);
  transform: rotate(-18deg);
}

.card p,
.offer p,
.testimonial p,
.process-step p {
  color: var(--muted);
}

.card p:last-child,
.offer p:last-child,
.testimonial p:last-child,
.process-step p:last-child {
  margin-bottom: 0;
}

.number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-900);
  font-weight: 800;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-step {
  padding: 20px;
}

.list {
  padding-left: 1.1rem;
  margin: 16px 0 0;
}

.list li+li {
  margin-top: 8px;
}

.quote-band {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(15, 47, 32, 0.97), rgba(31, 90, 64, 0.96)),
    var(--green-900);
}

.quote-band .section-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.quote-band h2,
.quote-band p {
  color: #fff;
}

.quote {
  margin: 0;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.quote p {
  margin-top: 0;
  font-size: 1.2rem;
}

.quote cite {
  color: rgba(255, 255, 255, 0.82);
  font-style: normal;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  padding: 88px 0 64px;
}

.content-narrow {
  max-width: 850px;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.sidebar-note {
  position: sticky;
  top: 104px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--green-100);
}

.offer {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 32px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(23, 68, 49, 0.08) !important;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  z-index: -1;
  pointer-events: none;
}

.offer:hover {
  border-color: var(--green-200) !important;
  box-shadow: 0 24px 48px rgba(23, 68, 49, 0.1) !important;
}

.offer h2 {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.offer.featured {
  background: linear-gradient(145deg, var(--green-900), var(--green-800)) !important;
  color: white;
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(23, 68, 49, 0.25) !important;
  border: none !important;
}

@media (max-width: 920px) {
  .offer.featured {
    transform: scale(1);
  }
}

.offer.featured h2,
.offer.featured p,
.offer.featured .list li {
  color: rgba(255, 255, 255, 0.95);
}

.offer.featured .list li::before {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.offer-tag {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 6px 14px;
  border-radius: 999px;
  color: var(--green-900);
  background: var(--green-100);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.offer.featured .offer-tag {
  background: linear-gradient(135deg, #ffd16b, #ffba24);
  color: var(--green-950);
  box-shadow: 0 4px 12px rgba(255, 209, 107, 0.3);
}

.offer .list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  flex-grow: 1;
}

.offer .list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 14px;
  color: #4a5c51;
  font-size: 1.05rem;
}

.offer .list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--green-700);
  font-weight: bold;
  background: var(--green-100);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.offer-footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 68, 49, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer.featured .offer-footer {
  border-top-color: rgba(255, 255, 255, 0.15);
}

.price {
  color: var(--green-900);
  font-weight: 850;
  font-size: 1.2rem;
  margin: 0;
}

.offer.featured .price {
  color: #ffd16b;
}

.button.small {
  min-height: 40px;
  padding: 8px 16px;
  font-size: 0.9rem;
}

.premium-card {
  border-radius: 16px !important;
  background: linear-gradient(135deg, #fff 0%, #fdfcf8 100%) !important;
  border: 1px solid rgba(237, 155, 25, 0.3) !important;
  box-shadow: 0 12px 30px rgba(237, 155, 25, 0.08) !important;
  padding: 38px !important;
}

.testimonial {
  min-height: 100%;
  aspect-ratio: 1 / 1;
  padding: 36px 32px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(23, 68, 49, 0.08) !important;
  background: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.testimonial:hover {
  border-color: var(--green-200) !important;
  box-shadow: 0 24px 48px rgba(23, 68, 49, 0.1) !important;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-800), var(--green-900));
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.3rem;
  box-shadow: 0 4px 12px rgba(23, 68, 49, 0.15);
  flex-shrink: 0;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
}

.testimonial-author {
  color: var(--green-900);
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1.2;
}

.testimonial-role {
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: 3px;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
}

.testimonial blockquote {
  margin: 0;
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 12px;
}

/* Custom scrollbar for blockquote */
.testimonial blockquote::-webkit-scrollbar {
  width: 4px;
}

.testimonial blockquote::-webkit-scrollbar-track {
  background: rgba(23, 68, 49, 0.05);
  border-radius: 4px;
}

.testimonial blockquote::-webkit-scrollbar-thumb {
  background: rgba(23, 68, 49, 0.2);
  border-radius: 4px;
}

.testimonial p {
  margin: 0;
  color: #2c3a32;
  font-size: 1.08rem;
  line-height: 1.65;
  font-style: italic;
}

.form-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.form-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 16px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--green-900);
  font-weight: 750;
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid #cbd8cf;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
  font: inherit;
}

/* Checkbox specific styling */
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--green-700);
  margin: 0;
}

.field.full label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--green-800);
}

textarea {
  min-height: 136px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(237, 155, 25, 0.3);
  border-color: var(--orange);
}

.form-status {
  min-height: 26px;
  margin: 12px 0 0;
  color: var(--green-900);
  font-weight: 700;
}

.site-footer {
  padding: 38px 0;
  color: rgba(255, 255, 255, 0.82);
  background: var(--green-900);
}

.capability-note {
  border-left: 5px solid var(--orange);
  padding: 18px 20px;
  background: #fff8e8;
}

.legal-layout {
  max-width: 900px;
}

.legal-layout h2 {
  margin-top: 42px;
  font-size: 2rem;
}

.legal-layout h3 {
  margin-top: 26px;
}

.legal-layout p,
.legal-layout li {
  color: #405047;
}

.legal-layout .notice {
  margin: 28px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--orange);
  background: #fff8e8;
  color: var(--green-900);
}

.legal-layout table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-layout th,
.legal-layout td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-layout th {
  color: var(--green-900);
  background: var(--green-100);
}

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

.footer-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-inner a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.premium-masonry {
  column-count: 3;
  column-gap: 24px;
}

.premium-masonry>article {
  break-inside: avoid;
  margin-bottom: 24px;
  display: inline-block;
  width: 100%;
}

@media (max-width: 920px) {
  .premium-masonry {
    column-count: 2;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links .cta-link {
    margin-left: 0;
  }

  .hero-inner,
  .media-hero .hero-inner,
  .quote-band .section-inner,
  .split,
  .form-shell,
  .story-grid,
  .gallery-row {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
  }

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

  .sidebar-note {
    position: static;
  }
}

@media (max-width: 620px) {
  .nav {
    width: min(var(--max), calc(100% - 22px));
  }

  .hero-inner,
  .page-hero-inner,
  .section-inner,
  .footer-inner {
    width: min(var(--max), calc(100% - 28px));
  }

  .hero-inner {
    padding-top: 48px;
    gap: 30px;
  }

  h1,
  .page-hero h1 {
    max-width: 9ch;
    font-size: 3.05rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .lead {
    max-width: 31ch;
    font-size: 1.08rem;
  }

  .media-hero .hero-inner {
    min-height: 730px;
    align-content: center;
  }

  .hero-mark {
    display: none;
  }

  .art-hero,
  .art-hero .page-hero-inner {
    min-height: 560px;
  }

  .hero-visual {
    min-height: 300px;
  }

  .signal-card {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .premium-masonry {
    column-count: 1;
  }

  .process,
  .grid.three,
  .grid.two,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 56px 0;
  }

  .page-hero-inner {
    padding: 60px 0 46px;
  }

  .brand span {
    font-size: 1.55rem;
  }
}

/* Scroll Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-on-scroll {
  opacity: 0;
}

.animate-on-scroll.visible {
  animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Stagger grid children */
.grid>.animate-on-scroll:nth-child(1) {
  animation-delay: 0.05s;
}

.grid>.animate-on-scroll:nth-child(2) {
  animation-delay: 0.15s;
}

.grid>.animate-on-scroll:nth-child(3) {
  animation-delay: 0.25s;
}

.grid>.animate-on-scroll:nth-child(4) {
  animation-delay: 0.35s;
}

.grid>.animate-on-scroll:nth-child(5) {
  animation-delay: 0.45s;
}

.grid>.animate-on-scroll:nth-child(6) {
  animation-delay: 0.55s;
}

.process>.animate-on-scroll:nth-child(1) {
  animation-delay: 0.05s;
}

.process>.animate-on-scroll:nth-child(2) {
  animation-delay: 0.15s;
}

.process>.animate-on-scroll:nth-child(3) {
  animation-delay: 0.25s;
}

.process>.animate-on-scroll:nth-child(4) {
  animation-delay: 0.35s;
}

.card,
.offer,
.testimonial,
.process-step,
.visual-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card:hover,
.offer:hover,
.testimonial:hover,
.process-step:hover,
.visual-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(23, 68, 49, 0.14);
}

/* Footer Columns */
.site-footer {
  padding: 50px 0 0; /* Reduced top padding and set bottom padding to 0 because footer-bottom has its own padding */
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.footer-columns {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto 30px; /* Reduced from 60px to decrease the gap between columns and footer-bottom */
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px; /* Adjusted gap for tighter columns on desktop */
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-weight: 800;
  color: var(--green-900);
}

.footer-brand img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.footer-description {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  max-width: 320px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact a {
  text-decoration: none;
  color: var(--green-800);
  font-weight: 600;
  font-size: 0.94rem;
}

.footer-title {
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--green-900);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  text-decoration: none;
  color: var(--muted);
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--green-900);
}

.footer-bottom {
  background: #174431;
  padding: 24px 0;
  color: #ffffff;
}

.footer-bottom-inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-copyright {
  font-size: 0.94rem;
  font-weight: 600;
}

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

.footer-bottom-links a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  transition: opacity 0.2s;
}

.footer-bottom-links a:hover {
  opacity: 0.8;
}

@media (max-width: 860px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .footer-bottom-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }
}

/* Dropdown Styles */
.nav-item {
  position: relative;
  display: block;
}

.nav-item.has-dropdown>a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 12px;
}

.dropdown-icon {
  opacity: 0.6;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.nav-item:hover .dropdown-icon {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 8px;
  z-index: 1000;
  margin-top: 5px;
}

/* Invisible bridge to prevent closing when moving mouse to menu */
.nav-item.has-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  display: none;
}

.nav-item.has-dropdown:hover::after {
  display: block;
}

.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu a {
  display: block !important;
  padding: 10px 16px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  color: var(--green-900) !important;
  font-weight: 600 !important;
  font-size: 0.92rem !important;
  transition: all 0.2s !important;
  background: transparent !important;
  width: 100%;
  text-align: left;
}

.dropdown-menu a:hover {
  background: var(--green-100) !important;
  color: var(--green-900) !important;
  transform: translateX(4px);
}

/* Mobile Adjustments for Dropdowns */
@media (max-width: 920px) {
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    padding: 20px;
    gap: 10px;
  }

  .nav-item {
    width: 100%;
  }

  .nav-item.has-dropdown>a {
    justify-content: space-between;
  }

  .dropdown-menu {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 8px 0 8px 24px !important;
    margin: 0 !important;
    min-width: 0 !important;
    display: none;
    background: #f8faf9 !important;
    /* Light grey/green background */
    border-left: 3px solid var(--green-600) !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .nav-item.is-open .dropdown-menu {
    display: block !important;
  }

  .nav-item.is-open .dropdown-icon {
    transform: rotate(180deg) !important;
    color: var(--green-600) !important;
  }

  .dropdown-menu a {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 14px 0 !important;
    font-size: 1.05rem !important;
    color: var(--green-900) !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
    width: 100% !important;
    min-height: 44px !important;
    line-height: 1.4 !important;
  }
}

/* Editorial Section Redesign - Premium Boxed Look */
.editorial-section {
  padding: 80px 0;
  background: #f0f4f1;
  /* Light mint/grey background */
}

.editorial-card {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(23, 68, 49, 0.08);
  display: flex;
  align-items: stretch;
  min-height: 560px;
}

.editorial-content {
  flex: 1;
  padding: clamp(40px, 8vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.editorial-content .leaf-kicker {
  color: var(--green-700);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.editorial-content h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  color: var(--green-900);
  margin-bottom: 24px;
  font-weight: 700;
}

.editorial-content p {
  font-size: 1.18rem;
  line-height: 1.6;
  color: var(--muted);
  max-width: 480px;
  margin: 0;
}

.editorial-image-wrapper {
  flex: 1;
  padding: 40px;
  background: #f9fbf9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editorial-image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
}

@media (max-width: 1024px) {
  .editorial-card {
    flex-direction: column;
  }

  .editorial-image-wrapper {
    padding: 20px;
    order: -1;
  }

  .editorial-image-wrapper img {
    max-height: 400px;
  }
}

/* WhatsApp Widget */
.whatsapp-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.whatsapp-widget:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
  background-color: #20ba5a;
}

.whatsapp-widget svg {
  fill: white;
}

@media (max-width: 620px) {
  .whatsapp-widget {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-widget svg {
    width: 24px;
    height: 24px;
  }
}

/* Editorial Card Reverse Layout */
@media (min-width: 1025px) {
  .editorial-card.reverse {
    flex-direction: row-reverse;
  }
}

/* Creative Mechanism Section */
.mechanism-creative-section {
  position: relative;
  padding: 120px 0;
  background: #fdfdfb;
  overflow: hidden;
}

.mechanism-bg-gear {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  color: rgba(23, 68, 49, 0.03);
  pointer-events: none;
  z-index: 1;
}

.mechanism-inner {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  z-index: 2;
}

.mechanism-text h2 {
  font-size: clamp(2.5rem, 6vw, 3.8rem);
  line-height: 1;
  color: var(--green-900);
  margin: 20px 0 30px;
  font-weight: 800;
}

.mechanism-text p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #4a5c51;
  max-width: 500px;
}

.mechanism-accent-line {
  width: 60px;
  height: 4px;
  background: var(--green-700);
  margin-top: 40px;
}

.mechanism-visual {
  display: flex;
  justify-content: center;
}

.arched-frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 4 / 5;
  border-radius: 240px 240px 20px 20px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(23, 68, 49, 0.12);
}

.arched-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arched-border {
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 225px 225px 12px 12px;
  pointer-events: none;
}

@media (max-width: 920px) {
  .mechanism-creative-section {
    padding: 80px 0;
  }

  .mechanism-inner {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .mechanism-text p {
    margin: 0 auto;
  }

  .mechanism-accent-line {
    margin: 30px auto 0;
  }

  .arched-frame {
    max-width: 360px;
    border-radius: 180px 180px 20px 20px;
  }

  .arched-border {
    border-radius: 170px 170px 12px 12px;
  }
}

/* Dark Premium Split Section */
.mechanism-dark-split {
  display: flex;
  min-height: 640px;
  background: #174431;
  overflow: hidden;
}

.split-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 80px 60px;
}

.split-text-inner {
  max-width: 540px;
}

.serif-title {
  font-family: 'Georgia', serif;
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  color: #fff;
  line-height: 1.05;
  margin: 20px 0 30px;
  letter-spacing: -0.02em;
}

.split-text-inner p {
  font-size: 1.25rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
}

.gold-accent {
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #ffd16b, transparent);
  margin-bottom: 40px;
}

.split-image {
  flex: 1;
  position: relative;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #174431, transparent);
  opacity: 0.4;
}

.button.outline-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.button.outline-white:hover {
  background: #fff;
  color: #174431;
  border-color: #fff;
}

@media (max-width: 1024px) {
  .mechanism-dark-split {
    flex-direction: column;
  }

  .split-content {
    justify-content: center;
    padding: 80px 32px;
    text-align: center;
  }

  .split-text-inner {
    margin: 0 auto;
  }

  .gold-accent {
    margin: 0 auto 40px;
    background: linear-gradient(90deg, transparent, #ffd16b, transparent);
  }

  .split-image {
    height: 450px;
  }

  .image-overlay {
    background: linear-gradient(0deg, #174431, transparent);
  }
}

/* Footer Brand Font */
.footer-brand span {
  font-family: 'Outfit', sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

/* ============================================
   BLOG - Premium Design System
   ============================================ */

/* Blog Hero */
.blog-hero .page-hero-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-hero .lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Featured Post Card */
.blog-featured-card {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 68, 49, 0.08);
  box-shadow: 0 20px 60px rgba(23, 68, 49, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 72px rgba(23, 68, 49, 0.14);
}

.blog-featured-image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--green-100), var(--cream));
}

.blog-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-featured-card:hover .blog-featured-image img {
  transform: scale(1.05);
}

.blog-featured-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  background: linear-gradient(135deg, var(--green-100), var(--cream));
}

.blog-featured-content {
  padding: clamp(32px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.blog-featured-meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.blog-category-badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--green-100);
  color: var(--green-800);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-category-badge.small {
  padding: 4px 10px;
  font-size: 0.75rem;
}

.blog-category-badge.light {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(4px);
}

.blog-date {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
}

.blog-featured-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
  color: var(--green-900);
  margin: 0;
}

.blog-featured-excerpt {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-800);
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.blog-read-more:hover,
.blog-featured-card:hover .blog-read-more {
  gap: 12px;
}

.blog-read-more.small {
  font-size: 0.88rem;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Blog Card */
.blog-card {
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 68, 49, 0.06);
  box-shadow: 0 4px 20px rgba(23, 68, 49, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(23, 68, 49, 0.12);
}

.blog-card-image-link {
  display: block;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.blog-card-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover .blog-card-image-link img {
  transform: scale(1.06);
}

.blog-card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--green-100), var(--cream));
  color: var(--muted);
}

.blog-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}

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

.blog-card-title {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.blog-card-title a {
  color: var(--green-900);
  text-decoration: none;
  transition: color 0.2s;
}

.blog-card-title a:hover {
  color: var(--green-700);
}

.blog-card-excerpt {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  flex-grow: 1;
}

/* Blog Pagination */
.blog-pagination {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

.blog-pagination nav {
  display: flex;
  gap: 6px;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.2s;
}

.blog-pagination a {
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}

.blog-pagination a:hover {
  background: var(--green-100);
  border-color: var(--green-200);
}

.blog-pagination span[aria-current="page"] span,
.blog-pagination .active span {
  background: var(--green-900);
  color: #fff;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
}

/* Blog Empty State */
.blog-empty-state {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(234, 244, 237, 0.5), rgba(250, 247, 237, 0.6));
  border-radius: 20px;
  border: 1px dashed var(--line);
}

.blog-empty-state svg {
  margin-bottom: 20px;
  opacity: 0.6;
}

.blog-empty-state h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.blog-empty-state p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 480px;
  margin: 0 auto 28px;
}

/* ============================================
   BLOG ARTICLE - Single Post View
   ============================================ */

.blog-article-hero .page-hero-inner {
  padding-bottom: 80px;
}

.blog-article-hero h1 {
  max-width: 14ch;
}

.blog-breadcrumb {
  margin-bottom: 28px;
}

.blog-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  transition: color 0.2s;
}

.blog-breadcrumb a:hover {
  color: #fff;
}

.blog-article-meta-hero {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.blog-date-hero {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  font-weight: 500;
}

.blog-article-container {
  max-width: 800px;
  margin: 0 auto;
}

.blog-article-section {
  padding-top: 0;
}

/* Featured Image with overlap effect */
.blog-article-featured-image {
  margin: -60px auto 48px;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(23, 68, 49, 0.12);
  border: 4px solid #fff;
}

.blog-article-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 480px;
  object-fit: cover;
}

/* Article Body */
.blog-article-body {
  padding: 0 0 40px;
}

.blog-article-lead {
  font-size: 1.28rem;
  line-height: 1.7;
  color: var(--green-900);
  font-weight: 500;
  margin: 0 0 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.blog-article-content {
  font-size: 1.1rem;
  line-height: 1.85;
  color: #374151;
}

.blog-article-content h2 {
  margin-top: 48px;
  margin-bottom: 16px;
  font-size: 1.8rem;
}

.blog-article-content h3 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.blog-article-content p {
  margin: 0 0 20px;
}

.blog-article-content ul,
.blog-article-content ol {
  padding-left: 1.5em;
  margin: 0 0 24px;
}

.blog-article-content li {
  margin-bottom: 8px;
}

.blog-article-content blockquote {
  margin: 36px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--green-700);
  background: var(--green-100);
  border-radius: 0 var(--radius) var(--radius) 0;
  font-style: italic;
  color: var(--green-900);
}

.blog-article-content img {
  margin: 32px 0;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.blog-article-content a {
  color: var(--green-700);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.2s;
}

.blog-article-content a:hover {
  color: var(--green-900);
}

/* Share Bar */
.blog-share-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.blog-share-label {
  color: var(--green-900);
  font-weight: 800;
  font-size: 0.95rem;
}

.blog-share-links {
  display: flex;
  gap: 10px;
}

.blog-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.blog-share-link:hover {
  background: var(--green-900);
  color: #fff;
  border-color: var(--green-900);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(23, 68, 49, 0.15);
}

.blog-share-link.copied {
  background: var(--green-700);
  color: #fff;
  border-color: var(--green-700);
}

/* ============================================
   BLOG RESPONSIVE
   ============================================ */

@media (max-width: 920px) {
  .blog-featured-card {
    grid-template-columns: 1fr;
  }

  .blog-featured-image {
    height: 280px;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .blog-article-hero h1 {
    max-width: none;
  }
}

@media (max-width: 620px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blog-featured-content {
    padding: 28px;
  }

  .blog-featured-title {
    font-size: 1.5rem;
  }

  .blog-card-image-link {
    height: 180px;
  }

  .blog-card-body {
    padding: 22px;
  }

  .blog-article-container {
    width: calc(100% - 28px);
  }

  .blog-article-featured-image {
    margin-top: -40px;
    border-radius: 12px;
    border-width: 3px;
  }

  .blog-article-content {
    font-size: 1.02rem;
  }

  .blog-share-bar {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
/* --- Premium Methode Page Styles --- */
:root {
    --p-primary: #006747;
    --p-secondary: #f4f7f5;
    --p-accent: #e67e22;
    --p-gold: #c5a059;
    --p-text: #2d3436;
    --p-text-light: #636e72;
    --p-bg: #ffffff;
    --p-glass: rgba(255, 255, 255, 0.7);
    --p-shadow: 0 20px 40px rgba(0,0,0,0.08);
    --p-radius: 24px;
    --p-max: 1280px;
}

.premium-methode {
    font-family: 'Outfit', sans-serif;
    color: var(--p-text);
    background: var(--p-bg);
    line-height: 1.6;
}

.premium-methode h1, 
.premium-methode h2, 
.premium-methode h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    line-height: 1.1;
    margin: 0;
}

.premium-methode .hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 8rem 2rem 4rem;
    position: relative;
    background: linear-gradient(135deg, #fdfdfd 0%, #e5f9f2 100%);
}

.premium-methode .hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 103, 71, 0.05);
    color: var(--p-primary);
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 103, 71, 0.1);
}

.premium-methode .hero-title {
    font-size: clamp(3rem, 8vw, 5rem);
    margin-bottom: 2rem;
    color: var(--p-primary);
}

.premium-methode .hero-subtitle {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    color: var(--p-text-light);
    max-width: 540px;
    margin-bottom: 3rem;
    line-height: 1.5;
}

.premium-methode .btn-premium {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: var(--p-primary);
    color: white !important;
    padding: 1.5rem 3rem;
    border-radius: 100px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 103, 71, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-methode .btn-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 103, 71, 0.3);
}

.premium-methode .adaptable-card {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    padding: 2.5rem;
    background: white;
    border-radius: 24px;
    border: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-methode .adaptable-card:hover {
    transform: translateY(-10px);
    border-color: var(--p-gold);
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
}

.premium-methode .bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.premium-methode .bento-cell {
    padding: 3rem;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 350px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 1;
}

.premium-methode .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.premium-methode .hero-mark {
    width: min(170px, 38vw);
    justify-self: end;
    align-self: end;
}

/* --- Premium Hero Customizations --- */
.hero-section {
    background: #fff;
    background-image: linear-gradient(rgba(0, 103, 71, 0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(0, 103, 71, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

.premium-methode .hero-tag {
    color: #c5a059;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 0.9rem;
}

.premium-methode .hero-tag::before {
    content: "• ";
}

.organic-mask {
    position: relative;
    width: 100%;
    height: 100%;
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M44.7,-76.4C58.3,-69.2,70.1,-59,78.5,-46.2C86.9,-33.4,92,-17.9,91.8,-2.4C91.6,13.1,86,28.6,77.3,42.3C68.6,56,56.7,68,42.6,76.5C28.5,85,14.3,90.1,-0.5,91C-15.3,91.9,-30.6,88.7,-44.6,81.1C-58.6,73.5,-71.4,61.4,-79.8,47.4C-88.2,33.3,-92.3,17.2,-91.8,1.2C-91.4,-14.8,-86.3,-30.7,-77.6,-44.3C-68.8,-57.8,-56.3,-69.1,-42.2,-75.9C-28.1,-82.7,-14.1,-85,0.4,-85.8C14.9,-86.6,29.9,-83.6,44.7,-76.4Z" transform="translate(100 100)" /></svg>');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M44.7,-76.4C58.3,-69.2,70.1,-59,78.5,-46.2C86.9,-33.4,92,-17.9,91.8,-2.4C91.6,13.1,86,28.6,77.3,42.3C68.6,56,56.7,68,42.6,76.5C28.5,85,14.3,90.1,-0.5,91C-15.3,91.9,-30.6,88.7,-44.6,81.1C-58.6,73.5,-71.4,61.4,-79.8,47.4C-88.2,33.3,-92.3,17.2,-91.8,1.2C-91.4,-14.8,-86.3,-30.7,-77.6,-44.3C-68.8,-57.8,-56.3,-69.1,-42.2,-75.9C-28.1,-82.7,-14.1,-85,0.4,-85.8C14.9,-86.6,29.9,-83.6,44.7,-76.4Z" transform="translate(100 100)" /></svg>');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background: #eefdf6;
    padding: 2rem;
}

.leaf-badge {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 5;
    color: #4CAF50;
}

/* --- Refined Premium Hero --- */
.premium-methode .hero-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.organic-mask {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
    clip-path: url(#organic-clip);
    /* Fallback if SVG clip-path fails */
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

.organic-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leaf-badge {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    z-index: 999;
}
