/* Pass Museum Online — practical visitor guide
   Palette: terracotta #C9572D · cream #FAF4E8 · graphite #1A1612
   Type: DM Serif Display (heads) · IBM Plex Sans (body)
   Layout: warm, friendly, lots of structured tip-cards
*/

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;background:#FAF4E8;color:#1A1612;
  font-family:'IBM Plex Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-size:16px;line-height:1.7;
}
img{max-width:100%;display:block;height:auto}
a{color:#C9572D;text-decoration:none;transition:color .15s}
a:hover{color:#8e3a17}
h1,h2,h3,h4{font-family:'DM Serif Display',Georgia,serif;font-weight:400;color:#1A1612;line-height:1.2;margin:0 0 .55em}
h1{font-size:clamp(2.3rem,5vw,3.9rem)}
h2{font-size:clamp(1.6rem,3vw,2.2rem)}
h3{font-size:1.3rem}
p{margin:0 0 1.05em}
strong{color:#1A1612}

.wrap{max-width:1140px;margin:0 auto;padding:0 26px}
.tight{max-width:740px;margin:0 auto;padding:0 26px}

/* Header */
.bar{background:#FAF4E8;border-bottom:1px solid #e9dfc9;position:sticky;top:0;z-index:50;backdrop-filter:saturate(140%) blur(6px);background-color:rgba(250,244,232,.94)}
.bar .row{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:24px}
.logo{display:flex;align-items:center;gap:12px;font-family:'DM Serif Display',serif;font-size:1.55rem;color:#1A1612}
.logo:hover{color:#C9572D}
.logo svg{flex-shrink:0}
.menu{display:flex;list-style:none;gap:28px;margin:0;padding:0;font-size:.93rem}
.menu a{color:#1A1612;padding:6px 0;border-bottom:2px solid transparent;font-weight:500}
.menu a:hover,.menu a.on{color:#C9572D;border-bottom-color:#C9572D}
.burger{display:none;background:none;border:0;cursor:pointer;padding:8px}
.burger span{display:block;width:24px;height:2px;background:#1A1612;margin:5px 0;border-radius:2px}

/* Hero */
.hero{padding:70px 0 40px;background:linear-gradient(180deg,#FAF4E8 0%,#f3e8d3 100%)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}
.kicker{display:inline-block;background:#1A1612;color:#FAF4E8;padding:6px 14px;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-bottom:18px}
.hero h1{margin-bottom:18px}
.hero h1 span{color:#C9572D}
.hero p.lead{font-size:1.1rem;color:#3d352a;max-width:560px}
.hero-image{aspect-ratio:5/6;overflow:hidden;border-radius:6px;box-shadow:0 28px 60px -28px rgba(0,0,0,.4)}
.hero-image img{width:100%;height:100%;object-fit:cover}

/* Quick tips strip */
.strip{padding:40px 0;background:#1A1612;color:#FAF4E8}
.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.strip-item{padding:6px 0}
.strip-item .num{font-family:'DM Serif Display',serif;font-size:2.4rem;color:#C9572D;line-height:1}
.strip-item h4{color:#FAF4E8;font-size:1rem;margin:6px 0 4px;font-family:'IBM Plex Sans',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.strip-item p{font-size:.88rem;color:#cdc4b0;margin:0}

/* Section base */
.sect{padding:80px 0}
.sect-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:18px;margin-bottom:36px;padding-bottom:18px;border-bottom:1px solid #e0d2b6}
.sect-head h2{margin:0}
.sect-head .label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#C9572D;font-weight:600}

/* Article cards */
.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.card{background:#fff;border:1px solid #ece1cb;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.card:hover{transform:translateY(-3px);box-shadow:0 22px 44px -22px rgba(0,0,0,.22)}
.card-img{aspect-ratio:16/10;overflow:hidden;background:#1A1612}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.card:hover .card-img img{transform:scale(1.04)}
.card-body{padding:22px 24px 26px;display:flex;flex-direction:column;flex:1}
.card-tag{font-size:.78rem;color:#C9572D;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.card-body h3{margin-bottom:10px;font-size:1.45rem}
.card-body h3 a{color:#1A1612}
.card-body h3 a:hover{color:#C9572D}
.card-body p{font-size:.97rem;color:#3d352a;flex:1}
.card-meta{display:flex;justify-content:space-between;font-size:.82rem;color:#6e6354;margin-top:14px;padding-top:14px;border-top:1px dashed #e0d2b6}

/* Featured */
.featured{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center;background:#fff;border:1px solid #ece1cb;border-radius:10px;overflow:hidden;margin-bottom:40px}
.featured img{aspect-ratio:5/4;width:100%;height:100%;object-fit:cover}
.featured-body{padding:36px}
.featured-body .card-tag{margin-bottom:14px}
.featured-body h2{font-size:clamp(1.7rem,2.6vw,2.3rem);margin-bottom:14px;line-height:1.18}
.featured-body h2 a{color:#1A1612}
.featured-body h2 a:hover{color:#C9572D}
.featured-body p{color:#3d352a}
.read-link{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#C9572D;margin-top:14px}
.read-link::after{content:"→";transition:transform .2s}
.read-link:hover::after{transform:translateX(3px)}

/* Author block */
.author-block{padding:60px 0;background:#f3e8d3}
.author-grid{display:grid;grid-template-columns:auto 1fr;gap:34px;align-items:center}
.author-grid img{width:140px;height:140px;border-radius:50%;object-fit:cover;border:3px solid #C9572D}
.author-grid h3{margin:0 0 10px}
.author-grid p{margin:0;color:#3d352a}

/* Page hero */
.page-hero{padding:80px 0 30px;text-align:left;border-bottom:1px solid #e0d2b6}
.page-hero .kicker{background:#C9572D;color:#FAF4E8}
.page-hero h1{margin-top:18px;max-width:820px}
.page-hero p{font-size:1.15rem;color:#3d352a;max-width:680px}

/* Prose */
.prose{padding:50px 0 80px}
.prose p{font-size:1.05rem;color:#1A1612}
.prose h2{margin-top:50px;font-size:1.85rem;color:#1A1612;border-bottom:1px solid #e0d2b6;padding-bottom:8px}
.prose h3{margin-top:30px;font-size:1.3rem;color:#C9572D;font-family:'IBM Plex Sans',sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.prose ul,.prose ol{padding-left:1.5em}
.prose li{margin-bottom:.55em}
.prose blockquote{
  background:#fff;border-left:4px solid #C9572D;padding:18px 26px;margin:30px 0;border-radius:0 6px 6px 0;
  font-family:'DM Serif Display',serif;font-size:1.25rem;line-height:1.4;color:#1A1612;
}

/* Tip box (feature of practical guide) */
.tip{
  background:#fff;border:1px solid #ece1cb;border-left:5px solid #C9572D;
  padding:22px 24px;border-radius:6px;margin:26px 0;
}
.tip .tip-label{display:inline-block;background:#C9572D;color:#fff;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;padding:3px 10px;border-radius:3px;margin-bottom:10px}
.tip h4{font-family:'IBM Plex Sans',sans-serif;font-weight:600;font-size:1.05rem;margin:0 0 6px}
.tip p:last-child{margin-bottom:0}

/* Article specific */
.post-cover{padding:60px 0 30px}
.post-cover .crumbs{font-size:.85rem;color:#C9572D;letter-spacing:.05em;text-transform:uppercase;font-weight:600;margin-bottom:20px}
.post-cover h1{max-width:900px;margin-bottom:18px}
.post-cover .lead{font-size:1.2rem;color:#3d352a;max-width:780px;line-height:1.55}
.post-meta{display:flex;align-items:center;gap:16px;margin-top:28px;padding:14px 0;border-top:1px solid #e0d2b6;border-bottom:1px solid #e0d2b6;font-size:.92rem;color:#6e6354;flex-wrap:wrap}
.post-meta img{width:46px;height:46px;border-radius:50%;object-fit:cover}
.post-meta strong{color:#1A1612}
.post-figure{margin:36px auto;max-width:1140px;padding:0 26px}
.post-figure img{width:100%;border-radius:8px;aspect-ratio:16/9;object-fit:cover}
.post-figure figcaption{font-size:.85rem;color:#6e6354;margin-top:10px;font-style:italic}
.post-content{padding:20px 0 60px}
.post-content p{font-size:1.07rem;color:#1A1612}
.post-content h2{font-size:1.85rem;margin:1.6em 0 .5em}
.post-content h3{font-size:1.25rem;margin:1.4em 0 .4em;font-family:'IBM Plex Sans',sans-serif;font-weight:600;color:#C9572D;text-transform:uppercase;letter-spacing:.04em}
.post-content ul,.post-content ol{padding-left:1.5em;margin-bottom:1.2em}
.post-content li{margin-bottom:.4em}
.post-content table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.95rem;background:#fff;border:1px solid #ece1cb;border-radius:6px;overflow:hidden}
.post-content th,.post-content td{padding:12px 14px;text-align:left;border-bottom:1px solid #ece1cb;vertical-align:top}
.post-content th{background:#1A1612;color:#FAF4E8;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em}
.post-content tr:last-child td{border-bottom:0}

/* Form */
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}
.field label{font-size:.85rem;font-weight:600;color:#1A1612}
.field input,.field textarea,.field select{
  background:#fff;border:1px solid #d8c8a8;border-radius:6px;padding:11px 14px;
  font:inherit;color:#1A1612;
}
.field input:focus,.field textarea:focus{outline:none;border-color:#C9572D;box-shadow:0 0 0 3px rgba(201,87,45,.18)}
.field textarea{min-height:140px;resize:vertical}
.btn{
  display:inline-block;background:#C9572D;color:#FAF4E8;padding:13px 26px;border-radius:6px;
  font-weight:600;font-size:.98rem;border:0;cursor:pointer;font-family:inherit;
}
.btn:hover{background:#8e3a17;color:#FAF4E8}

/* Footer */
.foot{background:#1A1612;color:#cdc4b0;padding:70px 0 36px;margin-top:0}
.foot a{color:#cdc4b0}
.foot a:hover{color:#C9572D}
.foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:40px}
.foot h4{color:#FAF4E8;font-family:'IBM Plex Sans',sans-serif;font-weight:600;margin-bottom:14px;font-size:.95rem}
.foot ul{list-style:none;padding:0;margin:0;line-height:2;font-size:.93rem}
.foot-tag{font-family:'DM Serif Display',serif;font-size:1.3rem;color:#FAF4E8;line-height:1.35;margin:0 0 10px}
.foot-bar{border-top:1px solid #2c2520;padding-top:22px;font-size:.85rem;color:#90867a;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px}

.reveal{opacity:0;transform:translateY(20px);transition:opacity .85s,transform .85s}
.reveal.in{opacity:1;transform:none}

@media (max-width:880px){
  .menu{display:none;position:absolute;top:100%;left:0;right:0;background:#FAF4E8;flex-direction:column;padding:20px 26px;gap:16px;border-bottom:1px solid #e9dfc9}
  .menu.open{display:flex}
  .burger{display:block}
  .hero-grid{grid-template-columns:1fr;gap:34px}
  .hero-image{aspect-ratio:4/3}
  .strip-grid{grid-template-columns:repeat(2,1fr);gap:18px}
  .cards{grid-template-columns:1fr}
  .featured{grid-template-columns:1fr}
  .featured-body{padding:26px}
  .foot-grid{grid-template-columns:1fr 1fr}
  .author-grid{grid-template-columns:1fr;text-align:left}
  .author-grid img{width:120px;height:120px}
}
@media (max-width:520px){
  .strip-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr}
}
