
/* Wingsaid inner pages — intentionally inherits the homepage palette and typography. */
.inner-hero{
  position:relative; min-height:420px; display:flex; align-items:center;
  padding:170px 0 80px; overflow:hidden; isolation:isolate;
  background:#24130D;
}
.inner-hero:before{
  content:""; position:absolute; inset:0; z-index:-2;
  background:
    linear-gradient(90deg,rgba(7,6,5,.96) 0%,rgba(8,7,6,.76) 48%,rgba(8,7,6,.28) 100%),
    var(--page-image) center/cover no-repeat;
}
.inner-hero:after{
  content:""; position:absolute; left:-5%; right:-5%; bottom:-55px; height:110px;
  border:2px solid var(--gold); border-radius:50% 50% 0 0/35% 35% 0 0;
  background:#180C08; z-index:-1; box-shadow:0 -5px 20px rgba(201,154,61,.12);
}
.inner-hero h1{font-size:clamp(48px,6vw,78px); max-width:850px; letter-spacing:-1.5px}
.inner-hero p{max-width:720px;color:#d4dbe6;font-size:15px;line-height:1.7;margin-top:20px}
.page-section{padding:82px 0;background:#180C08}
.page-section.alt{background:#24130D}
.page-heading{margin-bottom:32px}
.page-heading h2{font-size:44px;letter-spacing:-1px;margin-bottom:15px}
.page-heading p{max-width:760px;color:#c6cfdd;line-height:1.7;font-size:13px}
.copy-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}
.copy-grid.reverse{grid-template-columns:.95fr 1.05fr}
.copy-grid img,.feature-image{width:100%;height:360px;object-fit:cover;border-radius:14px;border:1px solid rgba(201,154,61,.22);box-shadow:var(--shadow)}
.prose p{color:#c6cfdd;font-size:13px;line-height:1.75;margin-bottom:16px}
.prose ul{list-style:none;color:#d7dee9;font-size:12px;line-height:1.7}
.prose li{margin:8px 0}
.prose li:before{content:"◆";color:var(--gold);margin-right:9px;font-size:8px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}
.info-card{background:#2B170F;border:1px solid rgba(201,154,61,.22);border-radius:13px;padding:25px 20px;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.info-card h3{font-size:21px;margin-bottom:10px;color:#fff9ed}
.info-card p{font-size:12px;line-height:1.65;color:#c6cfdd}
.info-card .eyebrow{font-size:9px;margin-bottom:9px}
.service-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.detail-card{background:#2B170F;border:1px solid rgba(201,154,61,.22);border-radius:13px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.detail-card img{width:100%;height:205px;object-fit:cover}
.detail-card .detail-body{padding:22px 20px 24px}
.detail-card h3{font-size:24px;margin-bottom:9px}
.detail-card p{color:#c6cfdd;font-size:12px;line-height:1.7}
.detail-card a{display:inline-flex;gap:9px;color:var(--gold);font-size:11px;font-weight:700;margin-top:15px}
.process{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.step{position:relative;background:#2B170F;border:1px solid rgba(201,154,61,.20);border-radius:12px;padding:24px 20px}
.step-number{color:var(--gold);font:600 30px Georgia,serif;margin-bottom:9px}
.step h3{font-size:18px;margin-bottom:7px}
.step p{font-size:11px;color:#c6cfdd;line-height:1.6}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:start}
.contact-card{background:#2B170F;border:1px solid rgba(201,154,61,.22);border-radius:14px;padding:28px}
.contact-card h2{font-size:36px;margin-bottom:15px}
.contact-item{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.contact-item:last-child{border-bottom:0}
.contact-item b{display:block;color:var(--gold);font-size:10px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:5px}
.contact-item span,.contact-item a{font-size:13px;color:#e2e7ee;line-height:1.5}
.contact-form{background:#2B170F;border:1px solid rgba(201,154,61,.22);border-radius:14px;padding:28px}
.contact-form h2{font-size:30px;margin-bottom:18px}
.contact-form label{display:block;font-size:10px;color:#d6deea;margin-bottom:13px}
.contact-form input,.contact-form textarea,.contact-form select{
 width:100%;margin-top:5px;border:1px solid rgba(201,154,61,.35);background:#FFF9ED;color:#24130D;
 border-radius:7px;padding:11px 12px;outline:none;font-size:11px;
}
.contact-form textarea{min-height:150px;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#F0D58A;box-shadow:0 0 0 2px rgba(201,154,61,.10)}
.disclaimer{font-size:10px!important;color:#9eaaBA!important;margin-top:12px}
.page-footer-link{margin-top:25px}
@media(max-width:900px){
 .copy-grid,.copy-grid.reverse{grid-template-columns:1fr;gap:30px}
 .info-grid,.process{grid-template-columns:1fr 1fr}
 .service-page-grid{grid-template-columns:1fr 1fr}
 .contact-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 .container{width:min(var(--max),calc(100% - 40px))}
 .inner-hero{min-height:430px;padding:145px 0 75px}
 .inner-hero h1{font-size:46px}
 .inner-hero p{font-size:13px}
 .page-section{padding:65px 0}
 .page-heading h2{font-size:36px}
 .copy-grid img,.feature-image{height:280px}
 .info-grid,.service-page-grid,.process{grid-template-columns:1fr}
 .contact-card,.contact-form{padding:22px}
}

/* About hero: gently reposition the source image so the Wingsaid logo in her hands remains visible. */
.about-inner-hero:before{background-position:50% 75%;}
@media(max-width:700px){.about-inner-hero:before{background-position:50% 70%;}}
