
:root{
  --hi-green:#063c31;
  --hi-green-deep:#042f27;
  --hi-gold:#d3a24f;
  --hi-gold-light:#e6c06e;
  --hi-orange:#a94e32;
  --hi-cream:#fbf6eb;
  --hi-paper:#fffdf8;
  --hi-black:#111;
  --hi-line:#d9c9a8;
  --hi-muted:#5d625d;
  --hi-shadow:0 12px 34px rgba(6,60,49,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--hi-cream);color:var(--hi-black);font-family:"DM Sans",Arial,Helvetica,sans-serif;line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit}
.hi-wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,246,235,.97);border-bottom:1px solid var(--hi-line);backdrop-filter:blur(16px)}
.site-nav{min-height:82px;display:flex;align-items:center;gap:22px}
.site-brand{display:flex;align-items:center;gap:12px;text-decoration:none;margin-right:auto;min-width:0}
.site-brand img{width:68px;height:68px;border-radius:50%;object-fit:cover;flex:0 0 68px;background:#090909}
.site-brand-copy{min-width:0}
.site-brand strong{display:block;font-family:"Newsreader",Georgia,serif;color:var(--hi-green);font-size:1.35rem;letter-spacing:.12em;line-height:1.05}
.site-brand small{display:block;color:#6b5a38;font-size:.60rem;letter-spacing:.08em;white-space:nowrap}
.site-links{display:flex;align-items:center;gap:18px;list-style:none;margin:0;padding:0}
.site-links a{text-decoration:none;text-transform:uppercase;font-weight:700;letter-spacing:.08em;font-size:.70rem;color:#1a1a1a}
.site-links a:hover,.site-links a:focus-visible{color:var(--hi-green)}
.site-links .contact-link{background:var(--hi-green);color:#fff!important;padding:.72rem .9rem;border-radius:999px}
.site-menu{display:none;width:44px;height:44px;border:1px solid var(--hi-green);background:transparent;color:var(--hi-green);border-radius:8px;font-size:1.3rem;cursor:pointer}
.site-menu:focus-visible,.site-links a:focus-visible,.site-brand:focus-visible{outline:3px solid var(--hi-gold);outline-offset:3px}
.site-main{min-height:60vh}
.site-footer{background:var(--hi-green);color:#fff;border-top:3px solid var(--hi-gold);padding:30px 0}
.site-footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:start}
.site-footer .site-brand strong,.site-footer .site-brand small{color:#fff}
.site-footer .site-brand img{width:68px;height:68px;flex-basis:68px}
.footer-links{display:flex;flex-wrap:wrap;gap:10px 16px;justify-content:flex-end}
.footer-links a{color:#fff;text-decoration:none;font-size:.78rem}
.footer-note{grid-column:1/-1;margin:0;color:#dce7e3;font-size:.75rem;border-top:1px solid rgba(255,255,255,.18);padding-top:18px}
.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#765d2f}
.serif,h1,h2,h3{font-family:"Newsreader",Georgia,serif}
.page-hero{padding:64px 0 48px;background:var(--hi-paper);border-bottom:1px solid var(--hi-line)}
.page-hero h1{font-weight:500;font-size:clamp(2.6rem,5vw,5rem);line-height:.98;margin:.35rem 0 1rem;color:var(--hi-green)}
.page-hero p{max-width:760px;font-size:1.07rem;color:#454943}
.page-section{padding:56px 0}
.page-section.alt{background:#f3ead9}
.section-title{display:grid;grid-template-columns:.7fr 1.3fr;gap:30px;margin-bottom:28px;align-items:start}
.section-title h2{font-size:clamp(2rem,4vw,3.5rem);font-weight:500;line-height:1.02;margin:0;color:var(--hi-green)}
.section-title p{margin:.25rem 0 0;color:#494d48}
.green-card{background:linear-gradient(145deg,var(--hi-green),var(--hi-green-deep));color:#fff;border:1px solid rgba(211,162,79,.45);border-radius:16px;box-shadow:var(--hi-shadow)}
.green-card h2,.green-card h3,.green-card p{color:#fff}
.gold-card{background:#dcc18c;color:#111;border:1px solid #b9934b;border-radius:16px;box-shadow:var(--hi-shadow)}
.white-card{background:#fff;color:#111;border:1px solid rgba(17,17,17,.12);border-radius:16px;box-shadow:var(--hi-shadow)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.75rem 1rem;border-radius:999px;text-decoration:none;font-weight:800;font-size:.82rem}
.btn.green,.btn.gold,.btn.white{background:var(--hi-orange);color:#fff;border:1px solid var(--hi-orange)}
.btn:hover,.btn:focus-visible{filter:brightness(.94)}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.card-pad{padding:1.5rem}
.hero-home{padding:0;background:#efe3ce}
.hero-home .hero-frame{min-height:390px;position:relative;display:flex;align-items:end;background:
linear-gradient(90deg,rgba(5,28,23,.83),rgba(5,28,23,.26) 64%,rgba(5,28,23,.08)),
url("/assets/hujra-wall-only-hero.jpg") center/cover no-repeat;border-bottom:4px solid var(--hi-gold)}
.hero-home .hero-copy{padding:54px 0 46px;color:#fff;max-width:760px}
.hero-home .hero-copy h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.00;font-weight:500;margin:.35rem 0 0;color:#fff;max-width:720px}
.hero-home .hero-copy p{color:#f4efe7;max-width:700px}
.space-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.space-card{padding:1.25rem;min-height:190px}
.space-card .num{color:var(--hi-gold-light);font-weight:800;font-size:.76rem;letter-spacing:.12em}
.space-card h3{font-size:1.35rem;margin:.45rem 0 .55rem}
.space-card p{font-size:.88rem;color:#fff;margin:0}
.hawk-area{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:stretch}
.hawk-panel{padding:1.5rem}
.hawk-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:1rem}
.hawk-mini{position:relative;padding:2.15rem 1rem 1rem;min-height:170px}
.hawk-mini img{position:absolute;top:.65rem;left:.65rem;width:28px;height:28px;border-radius:50%}
.hawk-mini b{display:block;font-family:"Newsreader",Georgia,serif;color:var(--hi-gold-light);font-size:1.7rem}
.hawk-mini h3{font-size:1rem;margin:.1rem 0 .3rem}
.hawk-mini p{font-size:.76rem;margin:0}
.altitude{padding:1.5rem}
.altitude h2{margin-top:0;font-size:2rem}
.altitude-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:1rem}
.altitude-buttons a{background:var(--hi-green);color:#fff;text-decoration:none;text-align:center;padding:.8rem .65rem;border-radius:9px;font-weight:800;font-size:.78rem}
.home-bottom{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.writing-identity{padding:1.5rem}
.writing-identity .eyebrow{color:var(--hi-gold-light)}
.writing-identity h2{margin:.35rem 0 .65rem;font-size:2.2rem}
.feature-card{padding:1.5rem}
.feature-card h3{font-size:1.65rem;margin:.4rem 0 .6rem;color:#111}
.about-home{padding:1.5rem;display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center}
.about-home img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:3px solid var(--hi-gold)}
.about-home .eyebrow{color:var(--hi-gold-light)}
.about-home h2{margin:.2rem 0 .5rem;font-size:2rem}
.about-home p{margin:.2rem 0;color:#fff}
.home-contact{padding:22px 0 50px;text-align:center}
.home-contact p{margin:.3rem auto 1rem;max-width:680px}
.list-clean{list-style:none;padding:0;margin:0}
.list-clean li{padding:.65rem 0;border-bottom:1px solid rgba(0,0,0,.1)}
.library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.library-card{padding:1.4rem}
.library-card{background:var(--hi-gold);border-color:#b8842f}
.library-card h3{margin:.25rem 0 .5rem;font-size:1.4rem;color:#111}
.library-card p{margin:0;color:#222}
.institute-altitude-card h3{color:var(--hi-gold)}
.writings-card h2,.writings-card h3{color:var(--hi-gold)!important}
.engage-card h3,.catalog-collection h2{color:var(--hi-gold)!important}
.method-actions{display:grid;grid-template-columns:.7fr 1.3fr;gap:30px}
.method-actions-inner{grid-column:2;display:flex;flex-wrap:wrap;gap:10px}
.library-feature{margin-top:18px;padding:1.5rem}
.library-feature h2{color:var(--hi-gold);margin:.25rem 0 .6rem}
@media(max-width:1100px){
  .site-links{display:none;position:absolute;top:81px;left:20px;right:20px;background:var(--hi-paper);border:1px solid var(--hi-line);box-shadow:var(--hi-shadow);border-radius:14px;padding:12px;flex-direction:column;align-items:stretch}
  .site-links.open{display:flex}
  .site-links a{display:block;padding:.7rem}
  .site-menu{display:block}
  .space-grid{grid-template-columns:repeat(2,1fr)}
  .hawk-area{grid-template-columns:1fr}
  .library-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .hi-wrap{width:min(100% - 28px,1180px)}
  .site-nav{min-height:70px}
  .site-links{top:69px;left:14px;right:14px}
  .site-brand img{width:50px;height:50px;flex-basis:50px}
  .site-footer .site-brand img{width:50px;height:50px;flex-basis:50px}
  .site-brand strong{font-size:1rem}
  .site-brand small{font-size:.48rem;letter-spacing:.035em}
  .section-title,.grid-2,.grid-3,.grid-4,.home-bottom,.about-home,.site-footer-grid,.method-actions{grid-template-columns:1fr}
  .method-actions-inner{grid-column:1}
  .space-grid,.hawk-grid,.library-grid{grid-template-columns:1fr}
  .hero-home .hero-frame{min-height:330px}
  .hero-home .hero-copy{padding:44px 0 36px}
  .space-card{min-height:0}
  .altitude-buttons{grid-template-columns:1fr 1fr}
  .footer-links{justify-content:flex-start}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* V10.2.1 precision polish */
.writings-card > .eyebrow{color:var(--hi-gold)!important}
.briefings-method .section-title{grid-template-columns:1fr;text-align:center;justify-items:center;max-width:900px;margin-left:auto;margin-right:auto}
.briefings-method .section-title>div{max-width:820px}
.briefings-method .method-actions{display:flex;justify-content:center}
.briefings-method .method-actions-inner{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}

/* v10.2.2 — Briefings Method alignment */
.briefings-method .section-title{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:30px;
  max-width:none;
  margin-left:0;
  margin-right:0;
  text-align:left;
  justify-items:stretch;
}
.briefings-method .section-title>div:first-child{
  max-width:none;
  text-align:left;
}
.briefings-method .section-title>div:last-child{
  max-width:none;
  text-align:center;
}
.briefings-method .section-title h2{
  white-space:nowrap;
  font-size:clamp(1.7rem,2.75vw,3.15rem);
}
@media(max-width:900px){
  .briefings-method .section-title{grid-template-columns:1fr;}
  .briefings-method .section-title>div:last-child{text-align:center;}
  .briefings-method .section-title h2{white-space:normal;}
}

/* V10.2.3 targeted title color corrections */
.library-grid .library-card:nth-child(-n+3) h3{color:#fff!important}
.library-feature h2{color:#fff!important}
.writings-card h2{color:#fff!important}
.page-hero h1{color:var(--hi-green)}

/* V10.2.6 homepage banner */
.hero-home-banner{background:#000;border-bottom:4px solid var(--hi-gold)}
.hero-home-banner img{display:block;width:100%;height:auto;margin:0 auto}

/* V10.2.7 — precision maintenance */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.hero-home-banner picture{display:block}
.page-hero.confirmation{text-align:center}
.page-hero.confirmation p{margin-inline:auto}
