@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
@import url('/admin/mobile.css');

:root { --ink: #17231f; --muted: #6c7773; --cream: #f8f5ee; --paper: #fffdf9; --mint: #c8e8d4; --green: #1d5b48; --orange: #e88452; --line: #e7e8e1; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: 'DM Sans', sans-serif; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.topline { background: var(--ink); color: #d8dfda; font-size: 12px; letter-spacing: .02em; }
.top-content { display: flex; justify-content: space-between; padding: 10px 0; }
.top-content a { color: var(--mint); font-weight: 700; }
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 30px; }
.brand { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; letter-spacing: -.06em; white-space: nowrap; }
.brand > span:first-child { display: inline-grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--orange); color: #fff; margin-right: 5px; letter-spacing: 0; }
.brand-dot { color: var(--orange); }
.desktop-nav { display: flex; gap: 30px; color: var(--muted); font-size: 14px; font-weight: 600; }
.desktop-nav a:hover, .text-link:hover { color: var(--green); }
.nav-actions { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.login { color: var(--green); }
.post-button { display: inline-flex; align-items: center; justify-content: center; background: var(--green); color: #fff; min-height: 42px; padding: 0 18px; border-radius: 4px; font-weight: 700; }
.hero { background: var(--mint); min-height: 405px; position: relative; overflow: hidden; }
.hero:after { content: ''; position: absolute; width: 430px; height: 430px; right: 4%; top: -170px; border: 1px solid rgba(29,91,72,.15); border-radius: 50%; box-shadow: 0 0 0 38px rgba(29,91,72,.05), 0 0 0 77px rgba(29,91,72,.04); }
.hero-inner { position: relative; z-index: 1; padding: 64px 0 38px; }
.eyebrow { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .14em; margin: 0 0 13px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(48px, 6vw, 78px); letter-spacing: -.075em; line-height: .95; margin-bottom: 22px; max-width: 650px; }
h1 em { color: var(--orange); font-style: normal; }
.hero-text { color: #476257; font-size: 16px; line-height: 1.6; max-width: 380px; }
.search-box { display: flex; gap: 8px; max-width: 800px; margin-top: 35px; position: relative; }
.search-field { display: flex; align-items: center; flex: 1; gap: 10px; min-height: 54px; background: var(--paper); border: 1px solid rgba(29,91,72,.14); padding: 0 16px; }
.search-field span { color: var(--orange); font-size: 24px; }
.search-field input, .mobile-search input { border: 0; background: transparent; outline: 0; width: 100%; color: var(--ink); font: inherit; }
.search-field input::placeholder, .mobile-search input::placeholder { color: #8b9590; }
.search-box button { border: 0; background: var(--orange); color: #fff; padding: 0 28px; font: inherit; font-weight: 700; cursor: pointer; }
.quick-links { display: flex; gap: 17px; color: #527064; font-size: 12px; margin-top: 14px; }
.quick-links a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.section { padding-top: 76px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 26px; }
.section-heading h2, .cta h2 { font-family: 'Space Grotesk', sans-serif; letter-spacing: -.055em; font-size: 32px; margin: 0; }
.text-link { color: var(--green); font-weight: 700; font-size: 13px; }
.text-link span { color: var(--orange); font-size: 18px; margin-left: 6px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.category-card { background: var(--paper); border: 1px solid var(--line); min-height: 150px; padding: 19px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s, border-color .2s; }
.category-card:hover { transform: translateY(-4px); border-color: var(--orange); }
.category-icon { color: var(--orange); font-size: 27px; }
.category-card strong { font-size: 15px; }
.category-card small { color: var(--muted); font-size: 11px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.listing-card { background: var(--paper); border: 1px solid var(--line); }
.listing-visual { height: 190px; position: relative; overflow: hidden; }
.listing-visual:before, .listing-visual:after { content: ''; position: absolute; border-radius: 50%; }
.visual-1 { background: #dae6de; }
.visual-1:before { background: #263d34; width: 135px; height: 185px; left: 35%; top: 23px; border-radius: 20px 20px 11px 11px; transform: rotate(12deg); }
.visual-1:after { background: #b3d6bc; width: 86px; height: 86px; left: 12%; top: 25px; }
.visual-2 { background: #e5ddd0; }
.visual-2:before { background: #d0996b; width: 330px; height: 150px; left: 17%; top: 65px; border-radius: 55% 45% 0 0; }
.visual-2:after { background: #f4eee1; width: 120px; height: 120px; right: 14%; top: 27px; border-radius: 0; transform: rotate(45deg); }
.visual-3 { background: #dce6eb; }
.visual-3:before { background: #efeee8; width: 245px; height: 94px; left: 20%; top: 74px; border-radius: 55px 50px 16px 16px; }
.visual-3:after { background: #416a73; width: 62px; height: 62px; left: 30%; top: 114px; box-shadow: 134px 0 #416a73; }
.listing-visual > span { position: absolute; left: 12px; top: 12px; background: var(--orange); color: #fff; padding: 5px 8px; font-size: 10px; font-weight: 700; z-index: 1; }
.listing-visual button, .mobile-listing button { position: absolute; right: 12px; top: 10px; background: rgba(255,255,255,.85); border: 0; width: 30px; height: 30px; border-radius: 50%; color: var(--green); font-size: 19px; cursor: pointer; z-index: 2; }
.listing-body { padding: 17px 17px 19px; }
.listing-body h3 { font-size: 15px; margin-bottom: 12px; }
.price { display: block; color: var(--green); font-family: 'Space Grotesk', sans-serif; font-size: 19px; margin-bottom: 8px; }
.listing-body p, .mobile-listing p { color: var(--muted); font-size: 11px; margin: 0; }
.listing-body p span { color: var(--orange); }
.cta { margin-top: 84px; margin-bottom: 76px; background: var(--green); color: #fff; min-height: 240px; display: flex; justify-content: space-between; align-items: center; padding: 48px 60px; }
.cta .eyebrow { color: var(--mint); }
.cta h2 { font-size: 39px; margin-bottom: 13px; }
.cta p:not(.eyebrow) { color: #c1d4ca; margin: 0; font-size: 14px; }
.light-button { background: var(--orange); }
.footer { border-top: 1px solid var(--line); background: var(--paper); }
.footer-inner { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer p, .footer a:not(.brand) { color: var(--muted); font-size: 11px; }
.footer-inner > div { display: flex; gap: 18px; }
.mobile-page { display: none; }
.mobile-header, .mobile-bottom-nav { display: none; }

@media (max-width: 750px) { .site-header, .topline, body:not(.mobile-page) > main, body:not(.mobile-page) > footer { display: none; } body.mobile-page { display: block; background: var(--cream); padding-bottom: 82px; } .mobile-header { background: var(--paper); display: flex; min-height: 64px; padding: 0 20px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); } .mobile-header .brand { font-size: 20px; } .mobile-header .brand > span:first-child { width: 27px; height: 27px; } .mobile-login { color: var(--green); font-size: 12px; font-weight: 700; } .mobile-hero { background: var(--mint); padding: 35px 20px 28px; } .mobile-hero h1 { font-size: 41px; margin-bottom: 24px; } .mobile-search { display: flex; align-items: center; gap: 10px; background: var(--paper); padding: 6px 7px 6px 14px; min-height: 52px; } .mobile-search > span { color: var(--orange); font-size: 23px; } .mobile-search button { border: 0; background: var(--orange); color: white; width: 40px; height: 40px; font-size: 20px; cursor: pointer; } .mobile-section { padding: 30px 20px 0; } .mobile-section-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; } .mobile-section h2 { font: 700 21px 'Space Grotesk', sans-serif; letter-spacing: -.04em; margin: 0; } .mobile-section-title a { color: var(--green); font-size: 11px; font-weight: 700; } .mobile-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; } .mobile-categories a { background: var(--paper); border: 1px solid var(--line); min-height: 82px; padding: 12px 7px 8px; display: flex; flex-direction: column; justify-content: space-between; font-size: 10px; font-weight: 700; } .mobile-categories span { color: var(--orange); font-size: 21px; } .mobile-listings { display: grid; gap: 10px; } .mobile-listing { display: grid; grid-template-columns: 88px 1fr 25px; align-items: center; gap: 12px; background: var(--paper); padding: 8px; border: 1px solid var(--line); position: relative; } .mobile-listing .listing-visual { height: 84px; } .mobile-listing .visual-1:before { width: 58px; height: 78px; left: 22%; top: 13px; } .mobile-listing .visual-1:after { width: 42px; height: 42px; left: 8%; top: 8px; } .mobile-listing .visual-2:before { width: 120px; height: 55px; left: 15%; top: 37px; } .mobile-listing .visual-2:after { width: 50px; height: 50px; right: 9%; top: 18px; } .mobile-listing .visual-3:before { width: 75px; height: 35px; left: 10%; top: 34px; } .mobile-listing .visual-3:after { width: 25px; height: 25px; left: 23%; top: 52px; box-shadow: 43px 0 #416a73; } .mobile-listing h3 { font-size: 12px; line-height: 1.3; margin: 0 0 8px; } .mobile-listing .price { font-size: 16px; margin-bottom: 4px; } .mobile-listing button { position: static; background: transparent; padding: 0; font-size: 20px; } .mobile-bottom-nav { display: flex; position: fixed; z-index: 5; bottom: 0; left: 0; right: 0; height: 67px; background: rgba(255,253,249,.96); border-top: 1px solid var(--line); justify-content: space-around; align-items: center; } .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; gap: 3px; color: #9aa49e; font-size: 20px; min-width: 50px; } .mobile-bottom-nav small { font: 10px 'DM Sans', sans-serif; } .mobile-bottom-nav .active { color: var(--green); } .mobile-bottom-nav .add { background: var(--orange); color: #fff; width: 45px; height: 45px; min-width: 45px; justify-content: center; border-radius: 50%; font-size: 25px; } }
@media (min-width: 751px) { .mobile-page { display: none; } }
