:root {
  --green: #446a49;
  --green-dark: #29462f;
  --green-soft: #dfe8df;
  --sand: #f6efe8;
  --sand-deep: #e5d5c7;
  --brown: #987a5a;
  --gold: #9a7e3e;
  --rose: #caa9a8;
  --ink: #253029;
  --muted: #637067;
  --white: #fff;
  --shadow: 0 18px 50px rgba(41,70,47,.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fffdfa; font-family: Manrope, sans-serif; font-size: 1rem; line-height: 1.72; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green-dark); text-underline-offset: .18em; }
h1, h2, h3 { margin: 0 0 .7em; color: var(--green-dark); font-family: "Zilla Slab", serif; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.2em; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(800px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 126px) 0; }
.section-soft { background: var(--sand); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1rem; color: var(--gold); font-size: .83rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 2px; background: currentColor; content: ""; }
.lead { max-width: 720px; font-size: clamp(1.12rem, 1.6vw, 1.28rem); color: #405046; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: #fff; border-radius: 8px; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { position: sticky; z-index: 100; top: 0; height: 86px; background: rgba(255,253,250,.93); border-bottom: 1px solid rgba(68,106,73,.12); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { position: relative; align-self: flex-start; }
.brand img { width: 92px; filter: drop-shadow(0 8px 16px rgba(41,70,47,.12)); }
.main-menu { display: flex; align-items: center; gap: clamp(16px, 2.6vw, 34px); }
.main-menu a { position: relative; color: var(--ink); font-size: .95rem; font-weight: 700; text-decoration: none; }
.main-menu a:not(.nav-pdf)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; transform: scaleX(0); background: var(--gold); content: ""; transition: transform .2s ease; }
.main-menu a:hover::after, .main-menu a.active::after { transform: scaleX(1); }
.main-menu .nav-pdf { padding: .62rem 1rem; color: #fff; background: var(--green); border-radius: 999px; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; background: transparent; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green-dark); transition: .2s; }

.hero { position: relative; overflow: hidden; padding: clamp(70px, 10vw, 150px) 0 clamp(84px, 11vw, 158px); background: linear-gradient(135deg, #f8f2eb 0%, #fffdfa 55%, #e6eee5 100%); }
.hero::before { position: absolute; width: 520px; height: 520px; right: -180px; top: -240px; border: 80px solid rgba(202,169,168,.18); border-radius: 50%; content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(44px, 7vw, 100px); align-items: center; }
.hero h1 strong { color: var(--green); font-weight: 700; }
.hero-copy p { max-width: 690px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .78rem 1.35rem; color: #fff; background: var(--green); border: 2px solid var(--green); border-radius: 999px; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); }
.button-outline { color: var(--green-dark); background: transparent; }
.button-outline:hover { color: #fff; }
.portrait-wrap { position: relative; max-width: 430px; margin-left: auto; }
.portrait-wrap::before { position: absolute; inset: -24px 28px 30px -24px; background: var(--rose); border-radius: 48% 52% 42% 58% / 58% 43% 57% 42%; content: ""; transform: rotate(-4deg); }
.portrait-wrap img { position: relative; width: 100%; aspect-ratio: .84; object-fit: cover; object-position: center 20%; border: 10px solid rgba(255,255,255,.75); border-radius: 48% 52% 45% 55% / 38% 42% 58% 62%; box-shadow: var(--shadow); }
.floating-note { position: absolute; right: -16px; bottom: 8%; max-width: 210px; padding: 16px 18px; background: #fff; border-radius: 14px; box-shadow: var(--shadow); font-family: "Zilla Slab", serif; font-size: 1.08rem; font-weight: 600; }

.intro-grid, .split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(42px, 8vw, 108px); align-items: center; }
.image-card { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.image-card.square img { aspect-ratio: 1; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.offer-card { padding: 30px; background: #fff; border: 1px solid rgba(68,106,73,.12); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(41,70,47,.07); }
.offer-card img { width: 100%; aspect-ratio: 1; margin-bottom: 18px; object-fit: contain; border-radius: 18px; background: var(--sand); }
.offer-card h3 { min-height: 2.2em; }

.section-head { display: flex; gap: 24px; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.section-head > :first-child { max-width: 760px; }
.journey-list { display: grid; gap: 14px; }
.journey-list details { overflow: hidden; background: #fff; border: 1px solid rgba(68,106,73,.14); border-radius: 16px; }
.journey-list summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 24px; color: var(--green-dark); cursor: pointer; font-family: "Zilla Slab", serif; font-size: 1.25rem; font-weight: 700; list-style: none; }
.journey-list summary::-webkit-details-marker { display: none; }
.journey-list summary::after { flex: 0 0 auto; width: 30px; height: 30px; color: #fff; background: var(--green); border-radius: 50%; content: "+"; font: 700 22px/28px Manrope; text-align: center; }
.journey-list details[open] summary::after { content: "−"; }
.details-body { padding: 0 24px 24px; }
.details-body ul { padding-left: 1.15rem; }

.quote-band { position: relative; padding: clamp(72px, 9vw, 118px) 0; color: #fff; background: var(--green-dark); text-align: center; }
.quote-band::before, .quote-band::after { position: absolute; top: 50%; width: min(15vw, 180px); height: 1px; background: rgba(255,255,255,.24); content: ""; }
.quote-band::before { left: 5vw; } .quote-band::after { right: 5vw; }
.quote-band blockquote { max-width: 760px; margin: 0 auto; font-family: "Zilla Slab", serif; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.1; }

.news-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.facebook-card { min-height: 520px; padding: 20px; background: #fff; border: 1px solid rgba(68,106,73,.12); border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.facebook-card iframe { width: 100%; max-width: 500px; height: 500px; border: 0; }
.facebook-fallback { margin: 16px 0 0; font-size: .9rem; color: var(--muted); }

.contact-panel { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; background: #fff; border-radius: 28px; box-shadow: var(--shadow); }
.contact-info { padding: clamp(34px, 5vw, 64px); color: #fff; background: var(--green); }
.contact-info h2, .contact-info a { color: #fff; }
.contact-info a { display: block; margin-bottom: 10px; font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: clamp(34px, 5vw, 64px); }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1/-1; }
label { font-size: .9rem; font-weight: 750; }
input, textarea { width: 100%; padding: .8rem 1rem; color: var(--ink); background: #fffdfa; border: 1px solid #cdd7cf; border-radius: 10px; font: inherit; }
textarea { min-height: 140px; resize: vertical; }
input:focus, textarea:focus { outline: 3px solid rgba(68,106,73,.2); border-color: var(--green); }
.honeypot { position: absolute; left: -9999px; }
.notice { margin-bottom: 24px; padding: 14px 18px; background: var(--green-soft); border-left: 4px solid var(--green); border-radius: 8px; }
.notice.error { background: #f8e5e5; border-color: #a83f3f; }

.page-hero { padding: clamp(68px, 9vw, 118px) 0; background: var(--sand); }
.page-hero .container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: 50px; align-items: center; }
.page-hero img { width: 100%; max-height: 430px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.content-prose { font-size: 1.05rem; }
.content-prose h2 { margin-top: 1.4em; }
.topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 42px; }
.topic-card { padding: 30px; background: var(--sand); border-radius: var(--radius); }

.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.post-card { overflow: hidden; background: #fff; border: 1px solid rgba(68,106,73,.12); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(41,70,47,.08); }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-content { padding: 26px; }
.post-card time, .post-meta { color: var(--gold); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post-card h2 { margin: .35em 0 .5em; font-size: 1.7rem; }
.post-card h2 a { text-decoration: none; }
.empty-state { padding: 48px; background: var(--sand); border-radius: var(--radius); text-align: center; }
.post-single { padding-bottom: 100px; }
.post-single .post-image { width: min(100%, 960px); max-height: 620px; margin: -42px auto 52px; object-fit: cover; border: 10px solid #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.post-content { font-size: 1.08rem; white-space: pre-line; }

.offers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.offer-sale-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid rgba(68,106,73,.12); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(41,70,47,.09); }
.offer-sale-image { position: relative; overflow: hidden; background: var(--sand); }
.offer-sale-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s ease; }
.offer-sale-card:hover .offer-sale-image img { transform: scale(1.025); }
.offer-sale-badge { position: absolute; top: 16px; left: 16px; padding: .42rem .72rem; color: #fff; background: var(--green); border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.offer-sale-content { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.offer-sale-content h2 { margin-bottom: .45em; font-size: 1.85rem; }
.offer-description { flex: 1; white-space: pre-line; }
.offer-price { margin: .5rem 0 1.1rem; color: var(--green-dark); font-family: "Zilla Slab", serif; font-size: 2rem; font-weight: 700; line-height: 1; }
.offer-sale-content .button { align-self: flex-start; }
.offer-placeholder { display: grid; aspect-ratio: 4/3; place-items: center; padding: 30px; color: var(--green); background: linear-gradient(135deg, var(--sand), var(--green-soft)); font-family: "Zilla Slab", serif; font-size: 1.6rem; font-weight: 700; text-align: center; }
.status-label { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.status-label::before { width: 9px; height: 9px; background: #929b94; border-radius: 50%; content: ""; }
.status-label.active::before { background: var(--green); }

.admin-shell { min-height: 100vh; padding: 50px 0; background: var(--sand); }
.admin-card { width: min(900px, calc(100% - 32px)); margin: auto; padding: clamp(26px,5vw,50px); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.admin-top { display: flex; gap: 20px; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.admin-form { display: grid; gap: 18px; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.admin-post { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 20px 0; border-top: 1px solid #dfe5e0; }
.button-danger { background: #933; border-color: #933; }

.site-footer { padding: 64px 0 20px; color: rgba(255,255,255,.82); background: #203626; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.footer-logo { width: 92px; margin-bottom: 16px; }
.site-footer h2 { margin-bottom: .7em; color: #fff; font: 700 1rem Manrope; text-transform: uppercase; letter-spacing: .1em; }
.site-footer a, .site-footer span { display: block; color: rgba(255,255,255,.82); }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); font-size: .85rem; }
.footer-bottom span { display: inline; }

@media (max-width: 850px) {
  .site-header { height: 76px; }
  .brand img { width: 78px; }
  .menu-toggle { display: block; }
  .main-menu { position: fixed; inset: 76px 0 auto; display: grid; max-height: 0; gap: 0; overflow: hidden; background: #fffdfa; box-shadow: 0 20px 30px rgba(41,70,47,.13); transition: max-height .3s ease; }
  .main-menu.open { max-height: 520px; padding: 18px 20px 24px; }
  .main-menu a { padding: 12px 8px; }
  .main-menu a::after { display: none; }
  .main-menu .nav-pdf { margin-top: 8px; text-align: center; }
  .hero-grid, .intro-grid, .split, .news-layout, .contact-panel, .page-hero .container { grid-template-columns: 1fr; }
  .portrait-wrap { max-width: 390px; margin: 20px auto 0; }
  .floating-note { right: 0; }
  .offer-grid, .topic-grid, .blog-grid, .offers-grid { grid-template-columns: 1fr 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 580px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .hero { padding-top: 54px; }
  .offer-grid, .topic-grid, .blog-grid, .offers-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head { display: block; }
  .section-head .button { margin-top: 12px; }
  .offer-card { padding: 22px; }
  .facebook-card { min-height: 440px; padding: 10px; }
  .facebook-card iframe { height: 420px; }
  .admin-post { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
