@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500&family=Instrument+Serif:ital@0;1&family=Piazzolla:ital,opsz,wght@0,8..30,400;0,8..30,600;1,8..30,400&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Piazzolla',Georgia,serif;font-size:19px;line-height:1.75;color:#211C17;background:#F0E9DC}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{opacity:.85}

.surface-linen{background:#F0E9DC;color:#211C17}
.surface-umber{background:#34291F;color:#F0E9DC}
.surface-bister{background:#211C17;color:#F0E9DC}
.surface-rust{background:#BE5E3B;color:#F0E9DC}

.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(138,126,112,.35);backdrop-filter:blur(12px);background:rgba(240,233,220,.94)}
.header-inner{max-width:1120px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:'Instrument Serif',Georgia,serif;font-size:1.45rem;letter-spacing:-.01em;text-decoration:none}
.logo span{color:#BE5E3B}
.site-nav ul{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;list-style:none}
.site-nav a{text-decoration:none;font-weight:600;font-size:.95rem;font-family:'Piazzolla',Georgia,serif}
.site-nav a[aria-current="page"]{color:#BE5E3B}

.contour-line{position:fixed;top:0;left:0;height:2px;background:#BE5E3B;width:0;z-index:200;transition:width .15s ease-out;pointer-events:none}

main{min-height:60vh}
.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}
.section{padding:5rem 0}
.section--compact{padding:3rem 0}
.eyebrow{font-family:'Fira Code',monospace;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#BE5E3B;margin-bottom:1rem}
.prose{max-width:42rem}
.prose p{margin-bottom:1.25rem}
.prose h2{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);margin:2.5rem 0 1rem;line-height:1.25;font-weight:400}
.prose h3{font-family:'Instrument Serif',Georgia,serif;font-size:1.35rem;margin:2rem 0 .75rem;font-weight:400}

.hero{position:relative;overflow:hidden;padding:6rem 0 5rem}
.hero__grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.hero__grid{grid-template-columns:1.1fr .9fr}}
.hero h1{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.15;max-width:16ch;margin-bottom:1.25rem;font-weight:400}
.hero h1 .accent{color:#BE5E3B}
.hero h1 .underline-rust{text-decoration:underline;text-decoration-color:#BE5E3B;text-underline-offset:5px;text-decoration-thickness:2px}
.hero__photo{border-radius:2px;overflow:hidden;box-shadow:0 24px 48px rgba(33,28,23,.2);border:1px solid rgba(190,94,59,.35)}
.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}
.hero__line{position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#BE5E3B 20%,#BE5E3B 80%,transparent);transform:scaleX(0);transform-origin:left;transition:transform 1.2s ease-out}
.js .hero.is-drawn .hero__line{transform:scaleX(1)}

.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:2px;font-weight:600;font-size:.95rem;text-decoration:none;border:1px solid transparent;transition:filter .2s;font-family:'Piazzolla',Georgia,serif}
.btn--primary{background:#BE5E3B;color:#F0E9DC}
.btn--secondary{background:transparent;border-color:currentColor}
.btn:hover{filter:brightness(1.08);opacity:1}

.article-hero{padding:5rem 0 3rem}
.article-hero h1{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1;max-width:22ch;margin-bottom:1.5rem;font-weight:400}
.article-meta{font-family:'Fira Code',monospace;font-size:12px;color:#8A7E70;margin-bottom:2rem}
.article-photo{margin:2rem 0;border:1px solid rgba(190,94,59,.4);border-radius:2px;overflow:hidden}
.article-photo figcaption{font-family:'Fira Code',monospace;font-size:11px;padding:.75rem 1rem;color:#8A7E70;background:rgba(240,233,220,.7)}

.card-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.card-grid--2{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.card-grid--3{grid-template-columns:repeat(3,1fr)}}
.card{border:1px solid rgba(138,126,112,.25);border-radius:2px;overflow:hidden;background:rgba(240,233,220,.5);transition:transform .25s,box-shadow .25s}
.surface-umber .card,.surface-bister .card{background:rgba(52,41,31,.55);border-color:rgba(240,233,220,.12)}
.card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(33,28,23,.14)}
.card__body{padding:1.25rem 1.5rem 1.5rem}
.card__title{font-family:'Instrument Serif',Georgia,serif;font-size:1.2rem;margin-bottom:.5rem;line-height:1.35;font-weight:400}
.card__meta{font-family:'Fira Code',monospace;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:#BE5E3B;margin-bottom:.5rem}
.card__excerpt{font-size:.95rem;opacity:.9}

.featured-card{display:grid;gap:0;border-radius:2px;overflow:hidden;border:1px solid rgba(190,94,59,.3)}
@media(min-width:768px){.featured-card{grid-template-columns:1fr 1fr}}
.featured-card__img{min-height:260px;object-fit:cover;width:100%;height:100%}
.featured-card__content{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}

.about-strip{display:grid;gap:2rem;align-items:center;padding:3rem 0}
@media(min-width:640px){.about-strip{grid-template-columns:auto 1fr;gap:2.5rem}}
.about-strip__photo{width:140px;height:140px;border-radius:50%;object-fit:cover;border:2px solid #BE5E3B}

.portrait{width:200px;height:200px;border-radius:50%;object-fit:cover;border:2px solid #BE5E3B;margin-bottom:2rem}
.about-layout{display:grid;gap:3rem}
@media(min-width:768px){.about-layout{grid-template-columns:auto 1fr;align-items:start}}
.contact-layout{display:grid;gap:3rem;max-width:960px}
@media(min-width:768px){.contact-layout{grid-template-columns:1fr 1fr;align-items:start}}
.contact-photo{margin:1.5rem 0 0;border:1px solid rgba(190,94,59,.35);border-radius:2px;overflow:hidden}
.contact-photo img{width:100%;height:auto;display:block}
.contact-photo figcaption{font-family:'Fira Code',monospace;font-size:12px;padding:.75rem 1rem;color:#8A7E70;background:rgba(240,233,220,.6)}

.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:600;margin-bottom:.4rem;font-size:.95rem}
.form-group input:not([type="checkbox"]):not([type="radio"]),.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid #8A7E70;border-radius:2px;font:inherit;background:#F0E9DC;color:#211C17}
.form-group textarea{min-height:140px;resize:vertical}
.form-group input:not([type="checkbox"]):not([type="radio"]):focus,.form-group textarea:focus{outline:2px solid #BE5E3B;outline-offset:2px}
.form-check{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;font-size:.9rem}
.form-group.form-check{align-items:flex-start}
.form-group.form-check label{display:flex;align-items:flex-start;gap:.75rem;font-weight:400;margin-bottom:0;flex:1}
.form-check input[type="checkbox"]{width:auto;flex-shrink:0;margin-top:.25rem;padding:0;border:none;background:transparent}
label.form-check{display:flex;align-items:flex-start;gap:.75rem;font-weight:400;margin-bottom:0}
label.form-check input[type="checkbox"]{margin-top:.2rem}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}

.alert{padding:1rem 1.25rem;border-radius:2px;margin-bottom:1.5rem;font-size:.95rem}
.alert--success{background:rgba(110,115,85,.15);border:1px solid #6E7355;color:#34291F}
.alert--error{background:rgba(190,94,59,.12);border:1px solid #BE5E3B;color:#34291F}

.site-footer{padding:3rem 0 2rem;border-top:1px solid rgba(138,126,112,.25);font-size:.9rem}
.footer-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}
.footer-disclaimer{opacity:.85;font-size:.85rem;max-width:36rem;line-height:1.6}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:300;padding:1.25rem;background:#34291F;color:#F0E9DC;border-top:1px solid rgba(190,94,59,.35);box-shadow:0 -8px 24px rgba(33,28,23,.25)}
.cookie-banner[hidden]{display:none}
.cookie-inner{max-width:1120px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-actions button{padding:.5rem 1rem;border:1px solid #BE5E3B;background:transparent;color:#F0E9DC;font:inherit;cursor:pointer;border-radius:2px}
.cookie-actions button:first-child{background:#BE5E3B;color:#F0E9DC;font-weight:600}
.cookie-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(240,233,220,.15);width:100%}
.cookie-panel[hidden]{display:none}

.error-page{text-align:center;padding:6rem 1.5rem}
.error-page h1{font-family:'Instrument Serif',Georgia,serif;font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;font-weight:400}

.js .reveal{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
@media(prefers-reduced-motion:no-preference){
  .js .reveal:not(.is-visible){opacity:1;transform:translateY(16px)}
}
@media(prefers-reduced-motion:reduce){
  .contour-line,.hero__line,.js .reveal{transition:none!important;transform:none!important}
}

.surface-linen{position:relative}
.more-strip{text-align:center;padding:3rem 0;border-top:1px solid rgba(138,126,112,.2)}

.disclaimer-box{margin-top:2.5rem;padding:1.5rem;border-left:3px solid #BE5E3B;background:rgba(138,126,112,.08);font-size:.9rem;line-height:1.65}
.disclaimer-box h2{font-family:'Instrument Serif',Georgia,serif;font-size:1.15rem;margin-bottom:.75rem;font-weight:400}

.privacy-prose{max-width:46rem}
.privacy-prose h2{font-family:'Instrument Serif',Georgia,serif;font-size:1.35rem;margin:2.5rem 0 1rem;font-weight:400}
.privacy-prose h3{font-family:'Instrument Serif',Georgia,serif;font-size:1.15rem;margin:2rem 0 .75rem;font-weight:400}
.privacy-prose p,.privacy-prose li{margin-bottom:1rem;line-height:1.75}
.privacy-prose ul{margin:0 0 1.25rem 1.25rem}
