/*
Theme Name: Superior Sista Travels
Theme URI: https://superiorsistatravel.com/
Author: Superior Sista Travels
Description: A soft editorial travel-diary WordPress theme with editable hero image and homepage content.
Version: 2.0.0
*/
:root{
  --mint:#eef8f3;
  --mint2:#e5f3ed;
  --brown:#3d302b;
  --brown2:#5a443b;
  --gold:#b9975b;
  --pink:#e7a8b8;
  --white:#fffdfb;
  --black:#201b19;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--mint);
  color:var(--brown);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.7;
}
a{color:inherit}
.site-header{
  background:rgba(238,248,243,.96);
  border-bottom:1px solid rgba(61,48,43,.08);
  position:relative;
  z-index:10;
}
.header-inner{
  max-width:1180px;
  margin:auto;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.site-branding img{max-height:64px;width:auto;display:block}
.site-title{
  font-family:Georgia,"Times New Roman",serif;
  font-size:26px;
  text-decoration:none;
  letter-spacing:-.02em;
}
.main-navigation ul{
  list-style:none;margin:0;padding:0;
  display:flex;gap:28px;align-items:center;
}
.main-navigation a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:700;
}
.main-navigation a:hover{color:var(--gold)}
.hero{
  max-width:1180px;
  margin:0 auto;
  padding:86px 28px 74px;
}
.hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:62px;
  align-items:center;
}
.eyebrow{
  color:#bd8d9d;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:11px;
  font-weight:700;
  margin:0 0 14px;
}
.hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:clamp(52px,6vw,82px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:0 0 20px;
  color:var(--brown);
}
.hero h1 .pink{color:var(--pink);font-style:italic}
.hero-copy{
  max-width:510px;
  font-size:15px;
  color:var(--brown2);
  margin-bottom:28px;
}
.hero-button{
  display:inline-block;
  background:var(--brown);
  color:white;
  padding:13px 22px;
  text-decoration:none;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.13em;
  border-radius:3px;
}
.hero-button:hover{background:var(--gold)}
.hero-photo-wrap{
  min-height:460px;
  border:7px solid rgba(255,255,255,.88);
  border-radius:20px;
  overflow:hidden;
  background:var(--mint2);
  box-shadow:0 12px 35px rgba(61,48,43,.06);
}
.hero-photo-wrap a,.hero-photo-wrap img{
  display:block;width:100%;height:100%;
}
.hero-photo{
  width:100%;height:460px;object-fit:cover;
}
.hero-placeholder{
  min-height:460px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  text-align:center;
  color:#8e817a;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
}
.section{
  max-width:1180px;
  margin:auto;
  padding:54px 28px 85px;
}
.section-heading{text-align:center;margin-bottom:30px}
.section-kicker{
  color:#bd8d9d;text-transform:uppercase;letter-spacing:.2em;
  font-size:10px;font-weight:700;
}
.section h2{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;font-size:40px;margin:8px 0 0;
}
.category-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.category-card{
  background:rgba(255,255,255,.68);
  border:1px solid rgba(61,48,43,.06);
  border-radius:12px;
  padding:25px 12px;
  text-align:center;
  text-decoration:none;
  min-height:105px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.category-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(61,48,43,.07)}
.category-icon{font-size:22px;display:block;margin-bottom:7px}
.category-label{
  font-size:10px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;
}
.posts-section{background:rgba(255,255,255,.45)}
.post-grid{
  max-width:1180px;margin:auto;padding:70px 28px;
  display:grid;grid-template-columns:repeat(3,1fr);gap:26px;
}
.post-card{
  background:var(--white);border-radius:12px;overflow:hidden;
  box-shadow:0 7px 25px rgba(61,48,43,.05);
}
.post-card img{width:100%;height:220px;object-fit:cover;display:block}
.post-card-body{padding:22px}
.post-card h3{font-family:Georgia,"Times New Roman",serif;font-size:25px;line-height:1.15;margin:0 0 10px;font-weight:400}
.post-card h3 a{text-decoration:none}
.post-card p{font-size:13px;color:var(--brown2)}
.site-footer{
  background:var(--brown);color:#fff9f5;text-align:center;padding:38px 25px;
  font-size:12px;
}
@media(max-width:850px){
  .header-inner{flex-direction:column;align-items:center}
  .main-navigation ul{gap:14px;flex-wrap:wrap;justify-content:center}
  .hero{padding-top:55px}
  .hero-grid{grid-template-columns:1fr;gap:35px}
  .hero-photo-wrap,.hero-photo,.hero-placeholder{min-height:360px;height:360px}
  .category-grid{grid-template-columns:repeat(3,1fr)}
  .post-grid{grid-template-columns:1fr}
}
@media(max-width:520px){
  .hero h1{font-size:48px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .header-inner{padding:18px 16px}
  .hero,.section,.post-grid{padding-left:16px;padding-right:16px}
}
