@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;600&family=JetBrains+Mono:wght@500&display=swap');

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,sans-serif;font-size:19px;line-height:1.7;color:#1B2A24;background:#F7F2E9}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{opacity:.85}

.surface-cream{background:#F7F2E9;color:#1B2A24}
.surface-ink{background:#1B2A24;color:#F7F2E9}
.surface-sand{background:#ECE3D2;color:#1B2A24}
.surface-apricot{background:#E07B39;color:#F7F2E9}

.container{width:min(100% - 2.5rem,72rem);margin-inline:auto}
.measure{max-width:42rem}
.eyebrow{font-family:'JetBrains Mono',monospace;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#E07B39}

.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(27,42,36,.12)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:1rem}
.logo{font-family:'Fraunces',serif;font-weight:700;font-size:1.35rem;letter-spacing:-.02em;text-decoration:none}
.logo span{color:#E07B39}
.site-nav ul{display:flex;flex-wrap:wrap;gap:.25rem 1.5rem;list-style:none;margin:0;padding:0}
.site-nav a{text-decoration:none;font-weight:600;font-size:.95rem}
.site-nav a[aria-current="page"]{text-decoration:underline;text-decoration-color:#E07B39}

.btn{display:inline-block;padding:.75rem 1.4rem;border-radius:2px;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;transition:filter .2s,box-shadow .2s;cursor:pointer;font-family:inherit}
.btn-primary{box-shadow:0 4px 18px rgba(224,123,57,.25)}
.btn-primary:hover{filter:brightness(1.05);box-shadow:0 6px 22px rgba(224,123,57,.32)}
.btn-secondary{background:transparent;border-color:currentColor}
.btn-secondary:hover{filter:brightness(.92)}

.hero{padding:4rem 0 5rem;position:relative;overflow:hidden}
.hero-grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:900px){.hero-grid{grid-template-columns:1.05fr .95fr}}
.hero h1{font-family:'Fraunces',serif;font-weight:700;font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.08;margin:.75rem 0 1rem;letter-spacing:-.03em}
.hero h1 em{font-style:normal;color:#E07B39}
.hero-intro{font-size:1.08rem;max-width:36rem;margin-bottom:1.5rem;color:#3a4a44}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.hero-photo{position:relative;border:1px solid rgba(27,42,36,.18);box-shadow:0 18px 50px rgba(27,42,36,.12);overflow:hidden}
.hero-photo img{width:100%;aspect-ratio:4/3;object-fit:cover}
.hero-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(247,242,233,.15),rgba(224,123,57,.08));pointer-events:none}
.lift-line{position:absolute;bottom:0;left:0;height:2px;background:linear-gradient(90deg,#E07B39,transparent);width:var(--lift-width,35%);transition:width .3s ease}
.lift-line::after{content:'';position:absolute;right:-1px;top:-4px;width:2px;height:10px;background:#E07B39;transform:rotate(15deg)}

.section{padding:5rem 0}
.section-title{font-family:'Fraunces',serif;font-weight:600;font-size:clamp(1.75rem,3vw,2.35rem);margin:0 0 1rem;line-height:1.15}
.hairline{border:none;border-top:1px solid rgba(27,42,36,.15);margin:2rem 0}

.about-strip{display:grid;gap:2rem;align-items:center}
@media(min-width:768px){.about-strip{grid-template-columns:auto 1fr}}
.about-strip img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:2px solid rgba(27,42,36,.12)}

.post-grid{display:grid;gap:2rem}
@media(min-width:700px){.post-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.post-grid{grid-template-columns:repeat(3,1fr)}}
.post-card{text-decoration:none;display:flex;flex-direction:column;border:1px solid rgba(27,42,36,.1);background:#fff;box-shadow:0 8px 28px rgba(27,42,36,.06);transition:transform .25s,box-shadow .25s;color:#1B2A24}
.post-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(27,42,36,.1);opacity:1}
.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.post-card-body{padding:1.25rem 1.35rem 1.5rem;flex:1;display:flex;flex-direction:column}
.post-card h3{font-family:'Fraunces',serif;font-weight:600;font-size:1.2rem;margin:.5rem 0;line-height:1.25}
.post-card p{margin:0;font-size:.95rem;color:#4a554f;flex:1}
.post-card .read-more{margin-top:1rem;font-weight:600;font-size:.88rem;color:#E07B39}

.page-hero{padding:4rem 0 2.5rem}
.page-hero h1{font-family:'Fraunces',serif;font-weight:700;font-size:clamp(2rem,4vw,3rem);margin:.5rem 0;line-height:1.12}

.article{padding:2rem 0 5rem}
.article-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(27,42,36,.12)}
.article-header h1{font-family:'Fraunces',serif;font-weight:700;font-size:clamp(2rem,4vw,2.75rem);line-height:1.15;margin:.5rem 0 0}
.article-date{font-family:'JetBrains Mono',monospace;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#E07B39}
.article-body p{margin:0 0 1.35rem}
.article-body h2{font-family:'Fraunces',serif;font-weight:600;font-size:1.5rem;margin:2.5rem 0 1rem}

.figure{margin:2rem 0}
.figure img{border:1px solid rgba(27,42,36,.12);box-shadow:0 10px 30px rgba(27,42,36,.08)}
.figure figcaption{font-family:'JetBrains Mono',monospace;font-size:11px;color:#8C8577;margin-top:.65rem;letter-spacing:.06em}

.about-layout{display:grid;gap:2.5rem;align-items:start}
@media(min-width:768px){.about-layout{grid-template-columns:280px 1fr}}
.about-portrait img{border:1px solid rgba(27,42,36,.15);box-shadow:0 12px 36px rgba(27,42,36,.1)}
.about-portrait figcaption{font-family:'JetBrains Mono',monospace;font-size:11px;color:#8C8577;margin-top:.65rem}

.contact-form{max-width:36rem;display:grid;gap:1.25rem}
.form-group{display:grid;gap:.4rem}
.form-group label{font-weight:600;font-size:.95rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid rgba(27,42,36,.25);background:#fff;color:#1B2A24;font:inherit;border-radius:2px}
.form-group textarea{min-height:140px;resize:vertical}
.checkbox-row{display:flex;gap:.75rem;align-items:flex-start;font-size:.92rem}
.checkbox-row input{margin-top:.25rem}
.form-note{font-size:.88rem;color:#8C8577}
.alert{padding:1rem 1.25rem;border:1px solid rgba(86,112,89,.4);background:rgba(86,112,89,.12);margin-bottom:1.5rem}

.site-footer{padding:3.5rem 0 2rem;margin-top:2rem;border-top:1px solid rgba(247,242,233,.15)}
.footer-grid{display:grid;gap:1.5rem}
@media(min-width:768px){.footer-grid{grid-template-columns:1.5fr 1fr}}
.footer-brand{font-family:'Fraunces',serif;font-weight:600;font-size:1.15rem;margin:0 0 .5rem}
.footer-disclaimer{font-size:.88rem;opacity:.85;max-width:36rem;line-height:1.6}
.footer-meta{font-size:.9rem;line-height:1.7}
.footer-meta a{text-decoration:none}
.footer-copy{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(247,242,233,.12);font-size:.82rem;opacity:.7}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;padding:1.25rem;box-shadow:0 -8px 30px rgba(27,42,36,.15);border-top:1px solid rgba(27,42,36,.12)}
.cookie-inner{max-width:72rem;margin:0 auto;display:grid;gap:1rem}
@media(min-width:768px){.cookie-inner{grid-template-columns:1fr auto;align-items:center}}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(27,42,36,.12);display:none}
.cookie-panel.is-open{display:block}
.cookie-panel label{display:block;margin:.5rem 0;font-size:.92rem}

.js .reveal{opacity:1;transform:none}
@media(prefers-reduced-motion:no-preference){
  .js .reveal:not(.is-visible){opacity:.92;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}
  .js .reveal.is-visible{opacity:1;transform:none}
  .hero-photo img{animation:kenburns 24s ease-in-out infinite alternate}
  @keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.04)}}
}
@media(prefers-reduced-motion:reduce){
  .hero-photo img{animation:none}
  .js .reveal{transition:none!important}
}

.privacy-content h2{font-family:'Fraunces',serif;font-weight:600;font-size:1.35rem;margin:2rem 0 .75rem}
.privacy-content ul{padding-left:1.25rem}
.privacy-content li{margin-bottom:.5rem}

.not-found{text-align:center;padding:6rem 0}
.featured-preview{display:grid;gap:2rem;margin-top:1.5rem;text-decoration:none;color:inherit;border:1px solid rgba(27,42,36,.1);background:#fff;box-shadow:0 8px 28px rgba(27,42,36,.06);transition:transform .25s,box-shadow .25s;overflow:hidden}
.featured-preview:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(27,42,36,.1);opacity:1}
@media(min-width:768px){.featured-preview{grid-template-columns:1fr 1fr;align-items:start}}
.featured-preview-photo{margin:0}
.featured-preview-photo img{width:100%;aspect-ratio:16/10;object-fit:cover;border:none;box-shadow:none}
.featured-preview-body{padding:1.5rem 1.75rem 1.75rem}
@media(min-width:768px){.featured-preview-body{padding:2rem}}
.featured-preview-body p{margin:0 0 1rem;font-size:1rem;line-height:1.7;color:#3a4a44}
.featured-preview .read-more{font-weight:600;font-size:.88rem;color:#E07B39}
