@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@500&family=DM+Serif+Display&family=Instrument+Sans:ital,wght@0,400;0,600;1,400&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Instrument Sans',system-ui,sans-serif;font-size:19px;line-height:1.75;color:#2A2420;background:#F2ECE1}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration-thickness:1px;text-underline-offset:4px;text-decoration-color:#BE6A45}
a:hover{filter:brightness(.9)}

.surface-linen{background:#F2ECE1;color:#2A2420}
.surface-esp{background:#2A2420;color:#F2ECE1}
.surface-sage{background:#7E9471;color:#2A2420}
.surface-clay{background:#BE6A45;color:#F2ECE1}

.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(154,146,132,.35);backdrop-filter:blur(10px);background:rgba(242,236,225,.94)}
.header-inner{max-width:1140px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:'DM Serif Display',Georgia,serif;font-size:1.55rem;text-decoration:none;letter-spacing:-.01em}
.logo span{color:#BE6A45}
.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:.92rem;text-decoration-color:transparent}
.site-nav a[aria-current="page"]{color:#BE6A45}

.shadow-line{position:fixed;top:0;left:0;height:2px;background:#BE6A45;width:0;z-index:200;transition:width .18s ease-out;pointer-events:none}

main{min-height:60vh}
.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}
.section{padding:6rem 0}
.section--compact{padding:3.25rem 0}
.eyebrow{font-family:'Azeret Mono',monospace;font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:#BE6A45;margin-bottom:1rem}
.prose{max-width:41rem}
.prose p{margin-bottom:1.25rem}
.prose h2{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);margin:2.5rem 0 1rem;line-height:1.3;font-weight:400}
.prose h3{font-family:'DM Serif Display',Georgia,serif;font-size:1.35rem;margin:2rem 0 .75rem;font-weight:400}

.hero{position:relative;overflow:hidden;padding:7.25rem 0 6rem}
.hero__grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.hero__grid{grid-template-columns:1.05fr .95fr}}
.hero h1{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(2.15rem,5vw,3.35rem);line-height:1.18;max-width:22ch;margin-bottom:1.25rem;font-weight:400}
.hero h1 .accent{color:#BE6A45}
.hero__photo{border-radius:3px;overflow:hidden;box-shadow:0 20px 40px rgba(42,36,32,.16),0 8px 16px rgba(42,36,32,.08)}
.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.75rem}
.hero__shadow{position:absolute;bottom:0;left:5%;right:5%;height:40px;background:linear-gradient(180deg,transparent,rgba(42,36,32,.06));pointer-events:none}

.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:3px;font-weight:600;font-size:.93rem;text-decoration:none;border:1px solid transparent;transition:filter .2s;font-family:'Instrument Sans',sans-serif}
.btn--primary{background:#BE6A45;color:#F2ECE1}
.btn--secondary{background:transparent;border-color:currentColor}
.btn:hover{filter:brightness(1.08)}

.article-hero{padding:6rem 0 3rem}
.article-hero h1{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(2.35rem,6vw,4.25rem);line-height:1.1;max-width:20ch;margin-bottom:1.5rem;font-weight:400}
.article-meta{font-family:'Azeret Mono',monospace;font-size:12px;color:#9A9284;margin-bottom:2rem}
.article-photo{margin:2rem 0;border-radius:3px;overflow:hidden;box-shadow:0 18px 36px rgba(42,36,32,.12),0 6px 12px rgba(42,36,32,.06)}
.article-photo figcaption{font-family:'Azeret Mono',monospace;font-size:11px;padding:.75rem 1rem;color:#9A9284;background:rgba(242,236,225,.92)}

.card-grid{display:grid;gap:1.75rem}
@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-radius:3px;overflow:hidden;background:#F2ECE1;box-shadow:0 8px 24px rgba(42,36,32,.08);transition:transform .25s,box-shadow .25s}
.surface-esp .card{background:rgba(42,36,32,.85);box-shadow:0 8px 24px rgba(0,0,0,.2)}
.card:hover{transform:translateY(-4px);box-shadow:0 16px 32px rgba(42,36,32,.12)}
.card__body{padding:1.35rem 1.5rem 1.6rem}
.card__title{font-family:'DM Serif Display',Georgia,serif;font-size:1.22rem;margin-bottom:.5rem;line-height:1.35;font-weight:400}
.card__meta{font-family:'Azeret Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#BE6A45;margin-bottom:.5rem}
.card__excerpt{font-size:.94rem;opacity:.88}
.card > a{display:block;overflow:hidden;line-height:0}
.card > a img{width:100%;height:220px;object-fit:cover}

.featured-card{display:grid;gap:0;border-radius:3px;overflow:hidden;box-shadow:0 20px 40px rgba(42,36,32,.14)}
@media(min-width:768px){.featured-card{grid-template-columns:1fr 1fr}}
.featured-card__img{height:280px;min-height:280px;object-fit:cover;width:100%}
@media(min-width:768px){.featured-card__img{height:100%;min-height:320px}}
.featured-card__content{padding:2.75rem;display:flex;flex-direction:column;justify-content:center}

.about-strip{display:grid;gap:2rem;align-items:center;padding:3.25rem 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 #BE6A45;box-shadow:0 6px 16px rgba(42,36,32,.1)}
.portrait{width:200px;height:200px;border-radius:50%;object-fit:cover;border:2px solid #BE6A45;margin-bottom:2rem;box-shadow:0 8px 20px rgba(42,36,32,.1)}
.about-layout{display:grid;gap:3rem}
@media(min-width:768px){.about-layout{grid-template-columns:auto 1fr;align-items:start}}

.page-hero{position:relative;padding:5.75rem 0 3.75rem}
.page-hero--band{padding:6.5rem 0 4.25rem;border-bottom:1px solid rgba(154,146,132,.28)}
.page-hero--warm{background:linear-gradient(180deg,#F2ECE1 0%,rgba(242,236,225,.92) 100%)}
.page-hero__shadow{position:absolute;bottom:-1px;left:8%;right:8%;height:48px;background:radial-gradient(ellipse at center,rgba(42,36,32,.07),transparent 70%);pointer-events:none}

.about-page{display:grid;gap:3rem;padding:4.25rem 0}
@media(min-width:900px){.about-page{grid-template-columns:minmax(260px,340px) 1fr;gap:4rem;align-items:start}}
.about-visual{display:flex;flex-direction:column;gap:1.5rem}
@media(min-width:900px){.about-visual{position:sticky;top:5.5rem}}
.about-portrait-wrap{padding:8px;background:#F2ECE1;border-radius:3px;box-shadow:0 16px 40px rgba(42,36,32,.12),0 4px 12px rgba(42,36,32,.06)}
.about-portrait-wrap .portrait{width:100%;max-width:100%;height:auto;aspect-ratio:1;border-radius:2px;margin:0;border:2px solid #BE6A45}
.about-meta-stack{display:grid;gap:.9rem}
.about-meta-card{padding:1.15rem 1.3rem;border-radius:3px;background:#F2ECE1;box-shadow:0 6px 20px rgba(42,36,32,.07);border:1px solid rgba(154,146,132,.2)}
.about-meta-card dt{font-family:'Azeret Mono',monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#BE6A45;margin-bottom:.4rem}
.about-meta-card dd{font-size:.94rem;margin:0;line-height:1.55}
.about-scene{border-radius:3px;overflow:hidden;box-shadow:0 14px 32px rgba(42,36,32,.1);border:2px solid rgba(190,106,69,.25)}
.about-scene img{width:100%;height:210px;object-fit:cover}
.about-scene figcaption{font-family:'Azeret Mono',monospace;font-size:10px;padding:.75rem 1rem;color:#9A9284;background:rgba(242,236,225,.95)}
.about-content .prose{max-width:43rem}
.about-quote{margin:2.5rem 0;padding:1.75rem 2rem;border-radius:3px;background:rgba(126,148,113,.14);border-left:4px solid #BE6A45;font-family:'DM Serif Display',Georgia,serif;font-size:clamp(1.2rem,2.5vw,1.45rem);line-height:1.45;font-weight:400}
.about-section{padding-top:2.35rem;margin-top:2.35rem;border-top:1px solid rgba(154,146,132,.25)}
.about-cta{margin-top:3rem;padding:2.5rem 2rem;text-align:center;border-radius:3px;background:#7E9471;color:#2A2420;box-shadow:0 12px 28px rgba(42,36,32,.08)}
.about-cta p{margin-bottom:1.25rem}
.about-cta .btn--primary{background:#2A2420;color:#F2ECE1}

.contact-page{display:grid;gap:3rem;padding:4.25rem 0}
@media(min-width:900px){.contact-page{grid-template-columns:minmax(280px,.92fr) 1.08fr;gap:4rem;align-items:start}}
.contact-aside{display:flex;flex-direction:column;gap:1.5rem}
.contact-photo figcaption{font-family:'Azeret Mono',monospace;font-size:10px;padding:.8rem 1rem;color:#9A9284;background:rgba(242,236,225,.95);border-top:1px solid rgba(154,146,132,.2)}
.info-grid{display:grid;gap:.9rem}
.info-card{padding:1.2rem 1.35rem;border-radius:3px;background:#F2ECE1;box-shadow:0 6px 18px rgba(42,36,32,.06);border:1px solid rgba(154,146,132,.22)}
.info-card__label{font-family:'Azeret Mono',monospace;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#BE6A45;margin-bottom:.4rem;display:block}
.info-card__value{font-size:.96rem;margin:0;line-height:1.55}
.form-panel{padding:2.35rem 2.5rem;border-radius:3px;background:#F2ECE1;box-shadow:0 20px 44px rgba(42,36,32,.1),0 6px 16px rgba(42,36,32,.05);border:1px solid rgba(154,146,132,.18)}
.form-panel__lead{margin-bottom:1.75rem;font-size:1.02rem;line-height:1.68;opacity:.9}
.form-panel .form-check{margin:1.25rem 0 1.75rem}
.form-panel .btn--primary{width:100%;text-align:center;padding:.9rem 1.5rem}

.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-weight:600;margin-bottom:.4rem;font-size:.94rem}
.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #9A9284;border-radius:3px;font:inherit;background:#F2ECE1;color:#2A2420}
.form-group textarea{min-height:140px;resize:vertical}
.form-group input:focus,.form-group textarea:focus{outline:2px solid #BE6A45;outline-offset:2px}
.form-check{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.6rem;align-items:center;font-size:.9rem;line-height:1.45}
.form-check input[type="checkbox"]{flex-shrink:0;margin:0;width:1.05rem;height:1.05rem}
.form-check label,.form-check span{display:inline;margin:0}

.contact-layout{display:grid;gap:2.5rem;align-items:start;max-width:960px}
@media(min-width:768px){.contact-layout{grid-template-columns:minmax(240px,.85fr) 1.15fr;gap:3rem}}
.contact-photo{margin:0;border-radius:3px;overflow:hidden;box-shadow:0 12px 28px rgba(42,36,32,.1)}
.contact-photo img{width:100%;height:320px;object-fit:cover}
.hp{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}

.alert{padding:1rem 1.25rem;border-radius:3px;margin-bottom:1.5rem;font-size:.94rem}
.alert--success{background:rgba(126,148,113,.18);border:1px solid #7E9471;color:#2A2420}
.alert--error{background:rgba(190,106,69,.12);border:1px solid #BE6A45;color:#2A2420}

.site-footer{padding:3.25rem 0 2rem;border-top:1px solid rgba(154,146,132,.3);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.65}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:300;padding:1.25rem;background:#2A2420;color:#F2ECE1;border-top:1px solid rgba(190,106,69,.35);box-shadow:0 -8px 24px rgba(42,36,32,.25)}
.cookie-banner[hidden]{display:none}
.cookie-inner{max-width:1140px;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 #BE6A45;background:transparent;color:#F2ECE1;font:inherit;cursor:pointer;border-radius:3px}
.cookie-actions button:first-child{background:#BE6A45;color:#F2ECE1;font-weight:600}
.cookie-panel{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(242,236,225,.15);width:100%}
.cookie-panel[hidden]{display:none}

.error-page{text-align:center;padding:6rem 1.5rem}
.error-page h1{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;font-weight:400}

.js .reveal{opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}
@media(prefers-reduced-motion:no-preference){
  .js .reveal:not(.is-visible){opacity:1;transform:translateY(18px)}
}
@media(prefers-reduced-motion:reduce){
  .shadow-line,.js .reveal{transition:none!important;transform:none!important}
}

.more-strip{text-align:center;padding:3.25rem 0;border-top:1px solid rgba(154,146,132,.25)}
.disclaimer-box{margin-top:2.5rem;padding:1.5rem;border-left:3px solid #BE6A45;background:rgba(154,146,132,.1);font-size:.9rem;line-height:1.68}
.disclaimer-box h2{font-family:'DM Serif Display',Georgia,serif;font-size:1.15rem;margin-bottom:.75rem;font-weight:400}
.privacy-prose{max-width:46rem}
.privacy-prose h2{font-family:'DM Serif Display',Georgia,serif;font-size:1.35rem;margin:2.5rem 0 1rem;font-weight:400}
.privacy-prose h3{font-family:'DM Serif Display',Georgia,serif;font-size:1.12rem;margin:2rem 0 .75rem;font-weight:400}
.privacy-prose p,.privacy-prose li{margin-bottom:1rem;line-height:1.76}
.privacy-prose ul{margin:0 0 1.25rem 1.25rem}
.article-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){.article-photo img{animation:none}}
