:root {
  --bg: #f7efe4;
  --panel: rgba(255, 250, 243, 0.92);
  --ink: #1e3128;
  --muted: #5f6f67;
  --line: rgba(30, 49, 40, 0.14);
  --brand: #21412f;
  --accent: #ba6d2d;
  --shadow: 0 24px 60px rgba(25, 46, 34, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(186, 109, 45, 0.14), transparent 28rem),
    radial-gradient(circle at top right, rgba(33, 65, 47, 0.08), transparent 20rem),
    linear-gradient(180deg, #fcf8f2 0%, var(--bg) 100%);
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, li { line-height: 1.75; }
.shell { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.progress-bar { position: fixed; inset: 0 0 auto; z-index: 30; height: 3px; background: rgba(33, 65, 47, 0.08); }
.progress-bar span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--brand)); transition: width 120ms linear; }
.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(252, 248, 242, 0.88); border-bottom: 1px solid rgba(30, 49, 40, 0.08); transition: background 220ms ease, box-shadow 220ms ease; }
.site-header.is-scrolled { background: rgba(252, 248, 242, 0.96); box-shadow: 0 10px 28px rgba(25, 46, 34, 0.08); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5rem; padding: 0.8rem 0; }
.brand { display: inline-flex; align-items: center; gap: 0.9rem; flex-shrink: 0; }
.brand strong, .hero h1, .section-heading h2, .spotlight h2, .cta-panel h2, .site-footer h2 { font-family: 'Fraunces', serif; }
.brand small { display: block; color: var(--muted); font-size: 0.82rem; }
.brand__mark { display: inline-grid; place-items: center; width: 3rem; height: 3rem; border-radius: 1rem; background: linear-gradient(135deg, var(--brand), #3f6e52); color: #fff; font-weight: 800; }
.nav-toggle { display: none; width: 3rem; height: 3rem; border: 1px solid rgba(33, 65, 47, 0.16); border-radius: 999px; background: rgba(255,255,255,0.78); align-items: center; justify-content: center; gap: 0.22rem; padding: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 1.1rem; height: 2px; border-radius: 999px; background: var(--brand); transition: transform 180ms ease, opacity 180ms ease; }
.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.top-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.55rem; }
.nav-link { position: relative; padding: 0.78rem 1rem; border-radius: 999px; color: var(--muted); transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.nav-link::after { content: ''; position: absolute; left: 1rem; right: 1rem; bottom: 0.58rem; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: center; transition: transform 180ms ease; opacity: 0.72; }
.nav-link:hover { color: var(--brand); transform: translateY(-1px); }
.nav-link:hover::after, .nav-link.is-current::after { transform: scaleX(1); }
.nav-link.is-current { color: var(--brand); background: rgba(33, 65, 47, 0.08); }
.breadcrumbs { padding: 1.15rem 0 0; color: var(--muted); display: flex; gap: 0.65rem; flex-wrap: wrap; font-size: 0.92rem; }
.breadcrumbs__sep { opacity: 0.45; }
.hero { position: relative; padding: 4rem 0 2rem; overflow: clip; }
.hero__decor { position: absolute; border-radius: 999px; filter: blur(8px); pointer-events: none; }
.hero__decor--one { width: 22rem; height: 22rem; top: -7rem; right: -6rem; background: radial-gradient(circle, rgba(186,109,45,0.24), transparent 68%); animation: floatDrift 14s ease-in-out infinite; }
.hero__decor--two { width: 18rem; height: 18rem; left: -5rem; bottom: 2rem; background: radial-gradient(circle, rgba(33,65,47,0.16), transparent 72%); animation: floatDrift 17s ease-in-out infinite reverse; }
.hero__layout { display: grid; grid-template-columns: 1.4fr 0.92fr; gap: 2rem; align-items: start; }
.hero__copy, .stats, .spotlight, .info-card, .faq-item, .cta-panel, .related-card { border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero__copy { position: relative; background: linear-gradient(180deg, rgba(255,251,245,0.98), rgba(255,247,239,0.98)); border-radius: 2rem; padding: clamp(1.6rem, 3.8vw, 3.1rem); overflow: hidden; }
.hero__copy::before { content: ''; position: absolute; inset: auto -12% -28% auto; width: 18rem; height: 18rem; border-radius: 999px; background: radial-gradient(circle, rgba(186,109,45,0.16), transparent 70%); }
.eyebrow { margin: 0 0 1rem; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.8rem; font-weight: 800; color: var(--accent); }
.hero h1 { margin: 0; font-size: clamp(2.2rem, 3.8vw, 3.85rem); line-height: 1.08; }
.page--inner .hero h1 { font-size: clamp(1.8rem, 2.75vw, 2.75rem); line-height: 1.12; max-width: 17ch; }
.hero__lead, .section-intro, .spotlight__copy > p, .cta-panel p, .site-footer p, .related-card span { color: var(--muted); }
.hero__lead { margin: 1.1rem 0 0; font-size: 1rem; max-width: 42rem; }
.page--inner .hero__lead { max-width: 34rem; font-size: 0.98rem; }
.chip-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.5rem; }
.chip { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.62rem 0.95rem; border-radius: 999px; background: rgba(255,255,255,0.78); border: 1px solid rgba(33,65,47,0.1); color: var(--brand); font-size: 0.92rem; }
.chip::before { content: ''; width: 0.45rem; height: 0.45rem; border-radius: 999px; background: var(--accent); }
.hero__actions, .cta-panel__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.button { position: relative; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: 0.9rem 1.4rem; border-radius: 999px; font-weight: 800; transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.button::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.28), transparent 80%); transform: translateX(-120%); }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgba(25,46,34,0.12); }
.button:hover::after { animation: shineSweep 850ms ease; }
.button--primary { background: var(--brand); color: #fff; }
.button--ghost { background: rgba(255,255,255,0.72); color: var(--brand); border: 1px solid rgba(33,65,47,0.22); }
.stats { position: relative; display: grid; gap: 1rem; background: linear-gradient(180deg, rgba(33,65,47,0.98), rgba(38,78,55,0.97)); border-radius: 2rem; color: #fff; padding: clamp(1.5rem, 3vw, 2.2rem); overflow: hidden; }
.stats::before { content: ''; position: absolute; inset: auto -18% -26% auto; width: 18rem; height: 18rem; border-radius: 999px; background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 65%); }
.stat-card { position: relative; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,0.14); transition: transform 180ms ease; }
.stat-card:last-child { border-bottom: 0; }
.stat-card:hover { transform: translateX(4px); }
.stat-card strong { display: block; font-size: 1.75rem; line-height: 1.05; }
.stat-card span { display: block; margin-top: 0.4rem; color: rgba(255,255,255,0.8); }
.section { padding: 1.9rem 0 0.5rem; }
.spotlight { display: grid; grid-template-columns: 1.14fr 0.86fr; gap: 1.5rem; padding: 1.35rem; border-radius: 2rem; background: rgba(255,251,244,0.92); }
.spotlight__copy { padding: 1rem; }
.spotlight__copy h2, .section-heading h2, .cta-panel h2, .site-footer h2 { margin: 0; font-size: clamp(1.6rem, 2.35vw, 2.35rem); line-height: 1.12; }
.spotlight__media { overflow: hidden; border-radius: 1.5rem; }
.spotlight__media img { width: 100%; height: 100%; min-height: 21rem; object-fit: cover; transform: scale(1.02); transition: transform 700ms ease; }
.spotlight:hover .spotlight__media img { transform: scale(1.07); }
.showcase-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 1rem; align-items: start; }
.listing-demo, .listing-aside { border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 1.8rem; background: rgba(255, 250, 243, 0.94); }
.listing-demo { padding: 1.4rem; }
.listing-demo__hero { display: grid; grid-template-columns: 0.96fr 1.04fr; gap: 1rem; align-items: stretch; }
.listing-demo__media { position: relative; min-height: 20rem; border-radius: 1.55rem; overflow: hidden; background: linear-gradient(145deg, rgba(33,65,47,0.92), rgba(65,115,84,0.84) 52%, rgba(186,109,45,0.82)); padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; color: #fff; }
.listing-demo__media::before { content: ''; position: absolute; inset: auto -10% -28% auto; width: 15rem; height: 15rem; border-radius: 999px; background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 68%); }
.listing-demo__featured { position: relative; z-index: 1; display: inline-flex; align-self: flex-start; padding: 0.48rem 0.78rem; border-radius: 999px; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.16); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; }
.listing-demo__rating { position: relative; z-index: 1; align-self: flex-end; width: min(11rem, 100%); padding: 0.9rem 1rem; border-radius: 1.2rem; background: rgba(255,255,255,0.14); backdrop-filter: blur(8px); }
.listing-demo__rating strong { display: block; font-size: 1.5rem; line-height: 1; }
.listing-demo__rating span { display: block; margin-top: 0.35rem; font-size: 0.84rem; color: rgba(255,255,255,0.86); }
.listing-demo__media-note { position: relative; z-index: 1; max-width: 15rem; padding: 0.9rem 1rem; border-radius: 1.15rem; background: rgba(255,255,255,0.1); font-size: 0.88rem; line-height: 1.55; color: rgba(255,255,255,0.92); }
.listing-demo__panel { padding: 0.4rem 0.2rem 0.2rem; }
.listing-demo__header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 0.9rem; }
.listing-demo__status { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.45rem 0.72rem; border-radius: 999px; background: rgba(33,65,47,0.08); color: var(--brand); font-size: 0.84rem; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; }
.listing-demo__price { font-size: 1.2rem; color: var(--accent); }
.listing-demo h3, .listing-aside h3 { margin: 0; font-family: 'Fraunces', serif; font-size: 1.55rem; line-height: 1.15; }
.listing-demo__location { margin: 0.45rem 0 1rem; color: var(--muted); font-weight: 700; }
.listing-demo__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; margin-top: 1.1rem; }
.listing-fact { padding: 0.95rem 1rem; border-radius: 1.2rem; background: rgba(255,255,255,0.78); border: 1px solid rgba(30,49,40,0.1); }
.listing-fact span { display: block; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); font-weight: 800; }
.listing-fact strong { display: block; margin-top: 0.35rem; font-size: 0.98rem; line-height: 1.5; color: var(--ink); }
.tag-list { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.15rem 0 0; }
.tag { display: inline-flex; align-items: center; padding: 0.48rem 0.8rem; border-radius: 999px; background: rgba(186,109,45,0.1); color: #8b4d1f; font-size: 0.88rem; font-weight: 700; }
.listing-demo__actions { display: grid; gap: 0.85rem; margin-top: 1.35rem; }
.affiliate-placeholder { display: block; padding: 1rem 1.05rem; border: 1px dashed rgba(33,65,47,0.22); border-radius: 1rem; color: var(--muted); background: rgba(255,255,255,0.62); line-height: 1.65; }
.listing-aside { padding: 1.45rem; }
.listing-aside__note { margin-top: 1.2rem; padding-top: 1.2rem; border-top: 1px solid rgba(30,49,40,0.12); }
.listing-aside__note strong { display: block; margin-bottom: 0.3rem; }
.check-list { display: grid; gap: 0.85rem; padding: 0; margin: 1.2rem 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.45rem; }
.check-list li::before { content: ''; position: absolute; left: 0; top: 0.78rem; width: 0.52rem; height: 0.52rem; border-radius: 999px; background: var(--accent); box-shadow: 0 0 0 0.28rem rgba(186,109,45,0.12); }
.section-heading { display: grid; gap: 0.75rem; margin-bottom: 1.15rem; }
.card-grid, .related-grid, .site-footer__grid { display: grid; gap: 1rem; }
.card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card, .related-card { position: relative; background: var(--panel); border-radius: 1.45rem; padding: 1.45rem; overflow: hidden; }
.info-card::before, .related-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(255,255,255,0.36), transparent 55%); pointer-events: none; }
.info-card:hover, .related-card:hover { transform: translateY(-6px); box-shadow: 0 24px 42px rgba(25,46,34,0.14); }
.info-card, .related-card, .faq-item, .spotlight, .cta-panel, .hero__copy, .stats { transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease; }
.info-card h3, .related-card strong { position: relative; z-index: 1; font-size: 1.12rem; }
.info-card p, .related-card span { position: relative; z-index: 1; }
.info-card__link { position: relative; z-index: 1; display: inline-flex; align-items: center; margin-top: 0.25rem; color: var(--brand); font-weight: 800; }
.faq-list { display: grid; gap: 0.9rem; }
.faq-item { background: rgba(255,251,244,0.95); border-radius: 1.2rem; padding: 0.5rem 1.1rem; }
.faq-item[open] { border-color: rgba(33,65,47,0.24); background: rgba(255,251,244,1); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-weight: 800; list-style: none; padding: 1rem 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__icon { width: 1rem; height: 1rem; border-radius: 999px; border: 2px solid var(--brand); position: relative; flex-shrink: 0; transition: transform 220ms ease, background 220ms ease; }
.faq-item__icon::before, .faq-item__icon::after { content: ''; position: absolute; top: 50%; left: 50%; width: 0.48rem; height: 2px; background: var(--brand); transform: translate(-50%, -50%); }
.faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-item__icon { background: rgba(33,65,47,0.08); transform: rotate(45deg); }
.faq-item p { margin: 0 0 1rem; color: var(--muted); max-width: 58rem; }
.related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.related-card { display: grid; gap: 0.65rem; }
.related-card__kicker { color: var(--accent); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 800; }
.cta-panel { display: grid; grid-template-columns: 1.28fr 0.72fr; gap: 1.4rem; align-items: center; background: linear-gradient(135deg, rgba(33,65,47,0.98), rgba(43,86,59,0.98)); color: #fff; border-radius: 2rem; padding: clamp(1.7rem, 3vw, 2.55rem); overflow: hidden; position: relative; }
.cta-panel::before { content: ''; position: absolute; inset: auto -14% -28% auto; width: 18rem; height: 18rem; border-radius: 999px; background: radial-gradient(circle, rgba(255,255,255,0.12), transparent 70%); }
.cta-panel p { color: rgba(255,255,255,0.78); }
.cta-panel .button--ghost { border-color: rgba(255,255,255,0.28); color: #fff; background: rgba(255,255,255,0.08); }
.site-footer { margin-top: 2rem; padding: 2rem 0 3.5rem; border-top: 1px solid var(--line); }
.site-footer__grid { grid-template-columns: 1.05fr 0.8fr 0.95fr; align-items: start; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.6rem; }
.footer-links a, .site-footer a { color: var(--brand); }
.footer-note { margin-top: 1rem; font-size: 0.95rem; }
.reveal { opacity: 0; transform: translateY(24px) scale(0.985); transition: opacity 680ms cubic-bezier(0.2, 0.65, 0.2, 1), transform 680ms cubic-bezier(0.2, 0.65, 0.2, 1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0) scale(1); }
@keyframes floatDrift { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,18px,0); } }
@keyframes shineSweep { from { transform: translateX(-120%); } to { transform: translateX(120%); } }
@media (max-width: 960px) {
  .hero__layout, .spotlight, .showcase-grid, .listing-demo__hero, .cta-panel, .site-footer__grid, .related-grid, .card-grid, .listing-demo__facts { grid-template-columns: 1fr; }
  .nav-toggle { display: inline-flex; }
  .top-nav { position: fixed; inset: 5.2rem 1rem auto 1rem; display: grid; gap: 0.4rem; padding: 1rem; border: 1px solid rgba(33,65,47,0.1); border-radius: 1.5rem; background: rgba(255,251,245,0.98); box-shadow: 0 24px 52px rgba(25,46,34,0.14); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
  .nav-open .top-nav { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-link { padding: 0.9rem 1rem; background: rgba(33,65,47,0.04); }
}
@media (max-width: 640px) {
  .shell { width: min(100% - 1rem, 1160px); }
  .hero { padding-top: 2.1rem; }
  .hero__copy, .stats, .spotlight, .cta-panel { border-radius: 1.4rem; }
  .hero h1, .page--inner .hero h1 { font-size: clamp(1.75rem, 8.2vw, 2.45rem); max-width: none; }
  .button, .chip { width: 100%; }
  .hero__actions, .cta-panel__actions { display: grid; }
  .top-nav { inset: 4.8rem 0.5rem auto; }
}