@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --black:#031b1b; --near:#06201f; --ink:#16211f;
  --green:#c8a566; --green-d:#9a7b3f; --green-l:#d8c193;
  --white:#ffffff; --off:#f6f4ef; --line:#e7e2d7; --muted:#5a5f5c;
  --serif:'Playfair Display',Georgia,'Times New Roman',serif;
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--sans);color:var(--ink);background:var(--white);line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.14;color:var(--ink);}
.dot{color:var(--green);}
a{color:inherit;text-decoration:none;}
.wrap{max-width:1180px;margin:0 auto;padding:0 40px;}
.wrap-narrow{max-width:720px;margin:0 auto;padding:0 40px;}
.kick{display:inline-flex;align-items:center;gap:12px;text-transform:uppercase;letter-spacing:.22em;font-size:.72rem;font-weight:600;color:var(--green-d);margin-bottom:24px;}
.kick::before{content:"";width:30px;height:1px;background:var(--green);display:inline-block;}

/* NAV */
header.nav{position:sticky;top:0;z-index:60;background:rgba(3,27,27,.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(200,165,102,.18);}
.nav .wrap{display:flex;align-items:center;justify-content:space-between;height:82px;}
.brand{font-family:var(--serif);color:#fff;font-size:1.4rem;font-weight:600;letter-spacing:.01em;}
nav ul{list-style:none;display:flex;gap:34px;align-items:center;}
nav a{color:#cdd4d1;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:color .2s;}
nav a:hover{color:var(--green-l);}
.nav-cta{border:1px solid var(--green);color:var(--green-l)!important;padding:11px 22px;transition:.25s;}
.nav-cta:hover{background:var(--green);color:var(--black)!important;}
@media(max-width:920px){nav ul{display:none;}}

.btn{display:inline-block;background:var(--green);color:var(--black);padding:17px 36px;font-weight:600;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;border:1px solid var(--green);transition:.25s;}
.btn:hover{background:transparent;color:var(--green-l);}
.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;}
.btn-ghost:hover{border-color:var(--green);}

/* PAGE HEADER (dark) */
.page-head{background:var(--black);color:#eef2f0;padding:104px 0 92px;}
.page-head h1{color:#fff;font-size:3.4rem;font-weight:600;margin-bottom:20px;letter-spacing:-.01em;}
.page-head p{color:#9fb0ab;max-width:60ch;font-size:1.1rem;line-height:1.75;}
.page-head .kick{color:var(--green-l);}

/* BLOG LIST */
.posts{padding:88px 0;}
.post-card{display:block;border-top:1px solid var(--line);padding:44px 0;transition:.2s;}
.post-card:last-child{border-bottom:1px solid var(--line);}
.post-card:hover{padding-left:12px;}
.post-card .meta{font-size:.76rem;color:var(--green-d);text-transform:uppercase;letter-spacing:.16em;margin-bottom:16px;font-weight:600;}
.post-card h2{font-size:2rem;font-weight:600;margin-bottom:16px;line-height:1.18;}
.post-card:hover h2{color:var(--green-d);}
.post-card p{color:var(--muted);max-width:75ch;line-height:1.7;}
.post-card .more{display:inline-block;margin-top:20px;font-weight:600;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--green-d);}

/* ARTICLE */
.article{padding:80px 0 30px;}
.article .meta{font-size:.78rem;color:var(--green-d);text-transform:uppercase;letter-spacing:.16em;margin-bottom:24px;font-weight:600;}
.article h1{font-size:3rem;font-weight:600;line-height:1.12;margin-bottom:26px;letter-spacing:-.01em;}
.article .subtitle{font-family:var(--serif);font-style:italic;font-size:1.4rem;color:var(--muted);margin-bottom:44px;font-weight:500;line-height:1.45;}
.prose{font-size:1.16rem;color:#232a28;line-height:1.85;}
.prose h2{font-size:1.85rem;font-weight:600;margin:52px 0 18px;}
.prose h3{font-size:1.35rem;font-weight:600;margin:36px 0 12px;}
.prose p{margin-bottom:22px;}
.prose ul{margin:0 0 24px 4px;list-style:none;}
.prose li{margin-bottom:12px;position:relative;padding-left:26px;}
.prose li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;background:var(--green);transform:rotate(45deg);}
.prose strong{color:var(--ink);font-weight:600;}
.prose blockquote{font-family:var(--serif);font-style:italic;border-left:2px solid var(--green);padding:10px 0 10px 28px;margin:34px 0;color:var(--ink);font-size:1.4rem;line-height:1.5;}
.divider{height:1px;background:var(--line);margin:56px 0;}

/* AUTHOR BOX */
.author{display:flex;gap:26px;align-items:center;background:var(--off);padding:34px;margin:16px 0 8px;border:1px solid var(--line);}
.author img{width:92px;height:92px;object-fit:cover;object-position:center 22%;flex:none;filter:grayscale(.12);}
.author .info h4{font-family:var(--serif);font-size:1.3rem;margin-bottom:8px;font-weight:600;}
.author .info p{font-size:.98rem;color:var(--muted);margin-bottom:10px;line-height:1.6;}
.author .info a{color:var(--green-d);font-weight:600;font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;}
@media(max-width:600px){.author{flex-direction:column;align-items:flex-start;}}

.backlink{display:inline-block;margin:36px 0;font-weight:600;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--green-d);}

footer{background:var(--black);color:#7f918c;padding:62px 0;font-size:.86rem;margin-top:40px;}
footer .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;align-items:center;}
footer .fbrand{font-family:var(--serif);color:#fff;font-weight:600;font-size:1.25rem;}
footer a{color:var(--green-l);}
@media(max-width:760px){.page-head h1{font-size:2.4rem;}.article h1{font-size:2.1rem;}.prose{font-size:1.08rem;}}
