/* Sekhmet Babish-style - scoped */
:root{
  --moss:#556B2F;
  --emerald:#2E8B57;
  --olive:#708238;
  --earth:#8B4513;
  --sand:#D2B48C;
  --deep:#1E3A5F;
  --ink:#0F172A;
  --paper:#F7F4EE;
  --card:#FFFFFF;
  --shadow: 0 12px 30px rgba(15,23,42,.12);
  --radius: 26px;
  --ease: cubic-bezier(.2,.8,.2,1);
}
.sekhmet-wrap{ background: var(--paper); color: var(--ink); }
.sekhmet-wrap *{ box-sizing: border-box; }
.sekhmet-wrap a{ color: inherit; text-decoration: none; }
.sekhmet-container{ width:min(1120px, calc(100% - 40px)); margin:0 auto; }

.sekhmet-header{
  position: sticky; top: 0; z-index: 999;
  background: transparent;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), backdrop-filter .35s var(--ease);
}
.sekhmet-header.is-scrolled{
  background: color-mix(in srgb, var(--deep) 92%, transparent);
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
  backdrop-filter: blur(10px);
}
.sekhmet-nav{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px;
  height: 76px;
}
.sekhmet-logo{
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(15,23,42,.92);
}
.sekhmet-header:not(.is-scrolled) .sekhmet-logo{ color: rgba(247,244,238,.92); }

.sekhmet-links{
  display:flex; align-items:center; gap:18px; flex-wrap:wrap;
  font-size: 14px;
}
.sekhmet-links a{
  text-transform: lowercase;
  opacity: .9;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
  color: rgba(15,23,42,.88);
}
.sekhmet-header:not(.is-scrolled) .sekhmet-links a{ color: rgba(247,244,238,.90); }
.sekhmet-links a:hover{ opacity: 1; transform: translateY(-1px); }

.sekhmet-pill{
  display:inline-flex; align-items:center; justify-content:center;
  height:42px; padding:0 16px;
  border-radius: 999px;
  background: var(--emerald);
  color: #fff !important;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(46,139,87,.25);
  transition: transform .2s var(--ease), filter .2s var(--ease), background .2s var(--ease);
  position: relative;
  overflow:hidden;
}
.sekhmet-pill::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transform: translateX(-120%);
  transition: transform .6s var(--ease);
}
.sekhmet-pill:hover{ transform: scale(1.05); background: var(--moss); }
.sekhmet-pill:hover::after{ transform: translateX(120%); }
.sekhmet-pill:active{ transform: scale(0.98); filter: brightness(.95); }

.sekhmet-pill--ghost{
  background: transparent !important;
  border: 1px solid rgba(247,244,238,.55) !important;
  box-shadow: none !important;
}
.sekhmet-pill--ghost:hover{ background: rgba(255,255,255,.08) !important; }

.sekhmet-hero{
  min-height: 54vh;
  padding: 54px 0 18px;
  position: relative;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(30,58,95,.55), rgba(30,58,95,.18) 45%, rgba(247,244,238,1) 100%),
    radial-gradient(1200px 600px at 70% 20%, rgba(46,139,87,.35), transparent 60%),
    linear-gradient(135deg, var(--olive), var(--moss));
}
.sekhmet-hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    url("https://images.unsplash.com/photo-1526256262350-7da7584cf5eb?auto=format&fit=crop&w=2400&q=70")
    center/cover no-repeat;
  opacity:.62;
  filter:saturate(.95) contrast(1.02);
}
.sekhmet-hero::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(30,58,95,.72), rgba(30,58,95,.12) 55%, rgba(247,244,238,1) 100%);
}
.sekhmet-hero > *{ position: relative; }
.sekhmet-h1{
  margin:0;
  font-size: clamp(40px, 5vw, 62px);
  letter-spacing: .02em;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  color: rgba(247,244,238,.96);
  text-transform: uppercase;
}
.sekhmet-sub{
  margin: 12px 0 0;
  font-size: 20px;
  max-width: 56ch;
  color: rgba(247,244,238,.92);
  opacity:.96;
}
.sekhmet-cta-row{ margin-top: 18px; display:flex; gap:12px; flex-wrap:wrap; }

.sekhmet-feed{ padding: 18px 0 72px; background: var(--paper); }
.sekhmet-tile{
  border-radius: var(--radius);
  overflow:hidden;
  background: #fff;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 10px 22px rgba(15,23,42,.08);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  margin-top: 18px;
}
.sekhmet-tile:hover{ transform: translateY(-4px); box-shadow: 0 18px 34px rgba(15,23,42,.12); }
.sekhmet-tile__img{
  height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sekhmet-tile__img::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(15,23,42,.20), rgba(15,23,42,.58));
}
.sekhmet-tile__content{ padding: 18px 18px 20px; }
.sekhmet-kicker{
  font-size: 13px;
  text-transform: lowercase;
  opacity: .8;
  margin: 0 0 6px;
}
.sekhmet-title{
  margin:0 0 10px;
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  letter-spacing: .01em;
}
.sekhmet-link{
  font-weight: 800;
  text-transform: lowercase;
  opacity: .92;
  display:inline-flex;
  gap:10px;
  align-items:center;
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.sekhmet-link:hover{ opacity: 1; transform: translateY(-1px); }
.sekhmet-arrow{ font-size: 18px; line-height: 1; }

.sekhmet-reveal{ opacity:0; transform: translateY(16px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.sekhmet-reveal.is-in{ opacity:1; transform: translateY(0); }

.sekhmet-footer{
  background: var(--deep);
  color: rgba(247,244,238,.92);
  padding: 56px 0;
}
.sekhmet-foot{
  display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap; align-items:center;
}
.sekhmet-foot__title{ font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.sekhmet-foot__email{ margin-top:6px; font-weight:800; }
.sekhmet-small{ font-size: 13px; opacity: .85; letter-spacing:.02em; }

@media (max-width: 860px){
  .sekhmet-nav{ height:auto; padding: 14px 0; }
  .sekhmet-tile__img{ height: 240px; }
}
