/* Golden Wings Home Health — static Netlify site */
:root {
  --navy: #102b42;
  --navy-deep: #091c2e;
  --gold: #b78a32;
  --gold-soft: #d6b56d;
  --cream: #f8f5ef;
  --warm: #efe9de;
  --paper: #fffdfa;
  --ink: #26313b;
  --muted: #6c7377;
  --line: #e4ddd0;
  --shadow: 0 16px 42px rgba(22, 30, 37, .10);
  --radius: 18px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: rgba(183,138,50,.25); }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.section--tight { padding: 64px 0; }
.section--warm { background: var(--cream); }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy); color: #fff; }
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: .74rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.08; color: var(--navy-deep); margin: 0; font-weight: 500; }
h1 { font-size: clamp(2.75rem, 5.7vw, 5.2rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.3rem, 2.1vw, 1.7rem); }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: var(--muted); max-width: 65ch; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.text-gold { color: var(--gold); }
.screen-reader { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* buttons */
.button-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; font-weight: 750; font-size: .93rem; transition: .2s ease; gap: 9px; }
.btn:hover { transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 10px 22px rgba(183,138,50,.22); }
.btn--gold:hover { background: #a77b27; }
.btn--light { background: #fff; color: var(--navy-deep); }
.btn--line { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.08); }
.btn--darkline { border-color: var(--gold); color: var(--navy-deep); background: transparent; }
.btn .arrow { font-size: 1.05em; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,250,.96); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(228,221,208,.85); }
.header-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 164px; height: 64px; object-fit: contain; object-position: left center; }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--navy-deep); font-size: 1.55rem; padding: 8px; }
.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a { font-size: .88rem; font-weight: 700; color: #35414a; position: relative; padding: 10px 0; }
.main-nav a:not(.nav-cta)::after { content: ''; position: absolute; height: 2px; width: 0; background: var(--gold); bottom: 4px; left: 0; transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current='page']::after { width: 100%; }
.main-nav .nav-cta { background: var(--gold); color: #fff; border-radius: 999px; padding: 11px 16px; }
.main-nav .nav-cta:hover { background: #a77b27; }

/* home hero */
.hero { min-height: min(690px, calc(100vh - 82px)); background: var(--navy-deep); position: relative; display: grid; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('../images/hero-care.jpg') center / cover no-repeat; opacity: .92; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,20,33,.93) 0%, rgba(8,24,38,.78) 37%, rgba(8,24,38,.18) 72%, rgba(8,24,38,.10) 100%); }
.hero-content { position: relative; z-index: 1; align-self: center; padding: 110px 0 116px; color: #fff; }
.hero h1 { color: #fff; max-width: 11ch; }
.hero .lead { color: rgba(255,255,255,.88); margin-top: 22px; max-width: 47ch; }
.hero .button-row { margin-top: 30px; }
.hero-note { display: flex; gap: 11px; align-items: center; margin-top: 23px; color: rgba(255,255,255,.78); font-size: .89rem; }
.hero-note .dot { width: 8px; height: 8px; background: var(--gold-soft); border-radius: 50%; }

/* general page hero */
.page-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy-deep); }
.page-hero .hero-bg { position: absolute; inset: 0; background: center/cover no-repeat; opacity: .65; }
/* Real <img> hero treatment: avoids a CSS-background-only image failure on static hosting. */
.page-hero-image { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .72; }

.page-hero .hero-bg--about { background-image: url('../images/about-care.jpg'); }
.page-hero .hero-bg--services { background-image: url('../images/services-home.jpg'); }
.page-hero .hero-bg--personal { background-image: url('../images/caregiver-and-client.jpg'); }
.page-hero .hero-bg--careers { background-image: url('../images/career-team.jpg'); }
.page-hero .hero-bg--contact { background-image: url('../images/soft-care-background.jpg'); opacity: .32; }
.page-hero::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,26,42,.94), rgba(8,26,42,.76) 56%, rgba(8,26,42,.38)); }
.page-hero .container { position: relative; z-index: 2; padding: 100px 0 86px; }
.page-hero h1 { color: #fff; max-width: 15ch; }
.page-hero .lead { color: rgba(255,255,255,.88); margin-top: 17px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: .83rem; margin-bottom: 21px; color: rgba(255,255,255,.75); }
.breadcrumb a:hover { color: #fff; text-decoration: underline; }

/* cards and grids */
.grid { display: grid; gap: 24px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.service-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 40px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: 0 8px 25px rgba(43,44,44,.05); transition: transform .2s ease, box-shadow .2s ease; height: 100%; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card-img { aspect-ratio: 1.36 / 1; overflow: hidden; background: var(--warm); }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-card-body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.icon-disc { width: 42px; height: 42px; display: grid; place-items: center; background: #f5eddd; color: var(--gold); border-radius: 50%; margin-top: -39px; position: relative; z-index: 2; border: 4px solid #fff; font-size: 1.15rem; }
.service-card h3 { margin: 12px 0 9px; font-size: 1.3rem; }
.service-card p { color: var(--muted); font-size: .9rem; }
.text-link { margin-top: auto; color: #9b7125; font-weight: 800; font-size: .88rem; display: inline-flex; align-items: center; gap: 8px; }
.text-link:hover { color: var(--navy); }

/* split / visual content */
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; overflow: hidden; border-radius: var(--radius); background: var(--warm); }
.split-copy { padding: clamp(35px, 6vw, 78px); align-self: center; }
.split-copy h2 { margin-bottom: 18px; }
.split-copy .lead { font-size: 1rem; }
.split-visual { min-height: 350px; background: center/cover no-repeat; }
.split-visual--about { background-image: url('../images/about-care.jpg'); }
.split-visual--home { background-image: url('../images/caregiver-and-client.jpg'); }
.split-visual--services { background-image: url('../images/services-home.jpg'); }
.trust-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 30px; }
.trust-list > div { border-left: 2px solid var(--gold); padding-left: 12px; }
.trust-list strong { display: block; font-family: var(--serif); font-size: 1.16rem; color: var(--navy-deep); line-height: 1.1; }
.trust-list span { font-size: .8rem; color: var(--muted); }

/* prose/feature lists */
.feature-list { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: start; }
.feature-list .check { color: var(--gold); font-size: 1.15rem; line-height: 1.35; }
.feature-list strong { display: block; font-size: .98rem; color: var(--navy-deep); }
.feature-list span { color: var(--muted); font-size: .92rem; }
.kicker-line { width: 54px; height: 2px; background: var(--gold); margin: 20px 0; }
.value-card { padding: 28px 24px; border-radius: 13px; border: 1px solid var(--line); background: #fff; }
.value-card .value-icon { color: var(--gold); font-size: 1.75rem; margin-bottom: 14px; }
.value-card h3 { font-size: 1.35rem; margin-bottom: 7px; }
.value-card p { font-size: .91rem; color: var(--muted); margin: 0; }

/* navy strip */
.promise { background: var(--navy); color: #fff; padding: 78px 0; }
.promise h2 { color: #fff; }
.promise .eyebrow { color: var(--gold-soft); }
.promise-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 0; margin-top: 38px; }
.promise-item { padding: 8px 28px 8px 0; border-right: 1px solid rgba(255,255,255,.18); margin-right: 28px; }
.promise-item:last-child { border-right: 0; margin-right: 0; }
.promise-item .promise-icon { color: var(--gold-soft); font-size: 1.8rem; margin-bottom: 12px; }
.promise-item h3 { color: #fff; font-family: var(--sans); font-size: 1rem; font-weight: 750; margin-bottom: 6px; }
.promise-item p { color: rgba(255,255,255,.75); font-size: .89rem; margin: 0; }

/* process */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 42px; }
.step { position: relative; padding: 30px 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.step-no { font-family: var(--serif); color: var(--gold); font-size: 2.2rem; line-height: 1; margin-bottom: 16px; }
.step h3 { margin-bottom: 7px; }
.step p { color: var(--muted); font-size: .93rem; margin-bottom: 0; }

/* FAQ */
.faq { display: grid; gap: 11px; margin-top: 33px; }
.faq details { border: 1px solid var(--line); border-radius: 10px; padding: 0 20px; background: #fff; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 30px 18px 0; font-weight: 800; color: var(--navy-deep); position: relative; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 15px; color: var(--gold); font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: '–'; }
.faq details p { color: var(--muted); padding-bottom: 18px; font-size: .94rem; }

/* service page */
.service-intro { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr); gap: 64px; align-items: center; }
.service-intro .side-image { border-radius: 14px; height: 430px; background: center/cover no-repeat; box-shadow: var(--shadow); }
.side-image--inline-photo, .split-visual--inline-photo { overflow: hidden; background: none; }
.side-image--inline-photo img, .split-visual--inline-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.side-image--personal { background-image: url('../images/personal-care.jpg'); }
.side-image--companion { background-image: url('../images/companion-care.jpg'); }
.side-image--home { background-image: url('../images/homemaking.jpg'); }
.side-image--meds { background-image: url('../images/medication-reminders.jpg'); }
.side-image--respite { background-image: url('../images/support-at-home.jpg'); }
.side-image--transport { background-image: url('../images/about-care.jpg'); }
.side-image--meal { background-image: url('../images/companion-care.jpg'); }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 16px; background: #f5eddd; color: var(--gold); font-size: 1.6rem; margin-bottom: 19px; }
.side-note { padding: 22px; background: #fbf6eb; border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0; margin-top: 26px; color: #59616a; font-size: .93rem; }
.included-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin-top: 26px; }
.included-item { display: flex; gap: 12px; padding: 15px; border: 1px solid var(--line); background: #fff; border-radius: 11px; }
.included-item span:first-child { color: var(--gold); font-size: 1.1rem; }
.included-item span:last-child { font-weight: 700; color: var(--navy-deep); font-size: .92rem; line-height: 1.35; }
.notice { font-size: .83rem; color: #737982; margin-top: 20px; }

/* contact/form */
.contact-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 48px; align-items: start; }
.contact-panel { background: var(--navy); color: #fff; padding: clamp(28px,4vw,48px); border-radius: 16px; }
.contact-panel h2 { color: #fff; }
.contact-panel .lead { color: rgba(255,255,255,.76); font-size: 1rem; margin: 15px 0 0; }
.contact-methods { display: grid; gap: 18px; margin-top: 31px; }
.contact-method { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }
.contact-method .contact-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: rgba(214,181,109,.16); color: var(--gold-soft); }
.contact-method strong { display: block; color: #fff; }
.contact-method span, .contact-method a { color: rgba(255,255,255,.74); font-size: .91rem; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: clamp(25px,4vw,42px); box-shadow: 0 10px 28px rgba(30,38,48,.05); }
.form-card h2 { margin-bottom: 8px; }
.field-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { color: var(--navy-deep); font-size: .87rem; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #ddd5c7; background: #fffdfa; border-radius: 8px; padding: 12px 13px; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 138px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(183,138,50,.14); }
.form-note { font-size: .78rem; color: var(--muted); margin-top: 14px; }

/* careers */
.career-list { display: grid; gap: 18px; margin-top: 32px; }
.opening { border: 1px solid var(--line); border-radius: 13px; background: #fff; padding: 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.opening h3 { font-size: 1.45rem; }
.opening p { color: var(--muted); margin: 5px 0 0; font-size: .9rem; }
.badge { display: inline-flex; padding: 4px 9px; border-radius: 999px; background: #f7edd9; color: #987120; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }

/* CTA footer */
.cta-band { background: linear-gradient(100deg, #b4852c, #d5b56d); color: #fff; }
.cta-band .container { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-band h2 { color: #fff; font-size: clamp(1.7rem,3vw,2.5rem); }
.cta-band p { margin: 5px 0 0; color: rgba(255,255,255,.88); }
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.76); }
.footer-top { display: grid; grid-template-columns: 1.45fr .85fr .85fr 1.15fr; gap: 38px; padding: 58px 0 40px; }
.footer-logo { width: 190px; height: 86px; object-fit: contain; object-position: left center; filter: brightness(1.1); }
.footer-brand p { font-size: .92rem; max-width: 30ch; margin-top: 11px; }
.footer-title { color: #fff; font-family: var(--sans); font-size: .91rem; font-weight: 800; margin: 0 0 13px; }
.footer-links { display: grid; gap: 8px; font-size: .89rem; }
.footer-links a:hover { color: var(--gold-soft); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: .8rem; }
.footer-bottom a:hover { color: #fff; }

/* reveal */
.fade-in { animation: fade .65s ease both; }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* mobile */
@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .81rem; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}
@media (max-width: 780px) {
  .container, .narrow { width: min(100% - 30px, 1140px); }
  .section { padding: 66px 0; }
  .section--tight { padding: 48px 0; }
  .header-wrap { min-height: 70px; }
  .brand img { width: 138px; height: 54px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; padding: 14px 22px 22px; flex-direction: column; align-items: stretch; background: #fffdfa; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(22,30,37,.1); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: .18s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 10px 0; }
  .main-nav a::after { bottom: 4px; }
  .main-nav .nav-cta { text-align: center; padding: 12px 16px; }
  .hero { min-height: 600px; }
  .hero-media { background-position: 63% center; }
  .hero-content { padding: 85px 0 86px; }
  .hero h1 { max-width: 10ch; }
  .page-hero .container { padding: 74px 0 65px; }
  .grid--2, .grid--3, .grid--4, .steps, .promise-grid, .contact-layout, .service-intro, .split { grid-template-columns: 1fr; }
  .split-visual { order: -1; min-height: 260px; }
  .trust-list { grid-template-columns: 1fr; gap: 13px; }
  .promise-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding: 16px 0; margin: 0; }
  .promise-item:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-img { aspect-ratio: 1.7/1; }
  .field-grid, .included-grid { grid-template-columns: 1fr; }
  .side-image { height: 300px !important; }
  .cta-band .container { min-height: 0; padding: 37px 0; align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .opening { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 450px) { .footer-top { grid-template-columns: 1fr; } .footer-brand { grid-column: auto; } .button-row .btn { width: 100%; } }
