@font-face { font-family: system-serif; src: local("Georgia"); font-display: swap; }
:root { color-scheme: light; --ink: #173e3a; --paper: #fff9ed; --accent: #a53c25; --rule: #cabfa9; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
.skip-link { position: absolute; top: -100px; left: 1rem; padding: .75rem 1rem; background: white; z-index: 1; }
.skip-link:focus { top: 1rem; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.75rem 4vw; border-bottom: 1px solid var(--rule); }
.brand { flex: 0 0 auto; font-size: 1.125rem; font-weight: 850; letter-spacing: -.03em; text-decoration: none; }
.brand span { color: var(--accent); }
.masthead-note { font-size: .875rem; font-weight: 650; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(.9rem, 2vw, 1.6rem); font-size: .875rem; font-weight: 700; }
.site-nav a { text-decoration-thickness: 1px; text-underline-offset: .3em; }
.site-nav a:not([aria-current="page"]) { text-decoration: none; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: .3em; }
.family { max-width: 1600px; min-height: calc(100svh - 160px); margin: auto; padding: 3rem 4vw 4rem; display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 2vw; }
.family-copy { padding: 1rem 0; }
.eyebrow { margin: 0 0 2rem; font-size: .875rem; letter-spacing: .1em; font-weight: 750; text-transform: uppercase; }
h1 { margin: 0; font-family: system-serif, Georgia, serif; font-size: clamp(3.2rem, 5.7vw, 6rem); font-weight: 700; line-height: 1.08; letter-spacing: -.055em; }
h1 span { color: var(--accent); }
.intro { max-width: 32rem; margin: 2rem 0 1rem; font-size: 1.125rem; line-height: 1.65; }
.signature { font-size: 1rem; font-weight: 750; line-height: 1.55; }
.family-portrait img { display: block; width: 100%; height: auto; }
.portrait-map { position: relative; }
.portrait-hotspot { position: absolute; aspect-ratio: 1; transform: translate(-50%, -50%); border-radius: 50%; text-decoration: none; }
.portrait-hotspot:hover { background: rgba(255, 249, 237, .12); box-shadow: 0 0 0 3px rgba(255, 249, 237, .9), 0 0 0 6px rgba(23, 62, 58, .55); }
.portrait-hotspot span { position: absolute; left: 50%; bottom: calc(100% + .45rem); transform: translateX(-50%); padding: .3rem .55rem; border-radius: 999px; background: var(--ink); color: var(--paper); font-size: .75rem; font-weight: 800; line-height: 1; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity .12s ease; }
.portrait-hotspot:hover span, .portrait-hotspot:focus-visible span { opacity: 1; }
.portrait-andrew { left: 24%; top: 17%; width: 14%; }
.portrait-rodney { left: 41%; top: 27%; width: 13%; }
.portrait-thresa { left: 55%; top: 32%; width: 13%; }
.portrait-brandon { left: 68%; top: 15.5%; width: 14%; }
.portrait-elizabeth { left: 84%; top: 30%; width: 13%; }
.portrait-stacey { left: 18%; top: 39%; width: 13%; }
.portrait-scarlett { left: 31%; top: 60%; width: 12%; }
.portrait-richard { left: 45.5%; top: 62%; width: 11%; }
.portrait-paige { left: 56.5%; top: 59.5%; width: 12%; }
.portrait-aiden { left: 76.5%; top: 61.5%; width: 12%; }
.portrait-hint { margin: .65rem 0 0; text-align: center; font-size: .8rem; font-weight: 700; }
.shop-link { display: inline-flex; min-height: 48px; align-items: center; margin-top: 1.25rem; padding: .9rem 1.3rem; border: 2px solid var(--ink); background: var(--ink); color: var(--paper); text-decoration: none; font-weight: 700; }
.shop-link:hover { background: transparent; color: var(--ink); }
.content-shell, .profiles-shell, .profile-page { max-width: 1400px; margin: auto; padding: 4rem 4vw 5rem; }
.content-hero { max-width: 880px; padding: 2rem 0 4rem; }
.content-hero .eyebrow { margin-bottom: 1.25rem; }
.content-hero .intro { max-width: 46rem; }
.content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--rule); }
.content-card { min-height: 190px; padding: 2rem 2rem 2.5rem 0; border-bottom: 1px solid var(--rule); }
.content-card:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--rule); }
.content-card h2 { margin: 0 0 .75rem; font-family: system-serif, Georgia, serif; font-size: clamp(1.7rem, 2.5vw, 2.35rem); letter-spacing: -.035em; }
.content-card p { max-width: 38rem; margin: 0; line-height: 1.7; }
.content-card .eyebrow { margin: 0 0 .8rem; }
.support-section { padding-top: 5rem; }
.support-heading { max-width: 760px; padding-bottom: 2rem; }
.support-heading .eyebrow { margin-bottom: .9rem; }
.support-heading h2 { margin: 0 0 .9rem; font-family: system-serif, Georgia, serif; font-size: clamp(2.2rem, 4vw, 3.6rem); letter-spacing: -.045em; }
.support-heading p:last-child { margin: 0; line-height: 1.7; }
.business-grid { align-items: stretch; }
.business-card { display: flex; min-height: 100%; flex-direction: column; gap: 0; }
.business-logo-link { display: flex; width: 100%; min-height: 150px; align-items: center; justify-content: flex-start; margin: 0 0 1.5rem; text-decoration: none; }
.business-logo { display: block; width: auto; max-width: min(100%, 320px); max-height: 120px; object-fit: contain; object-position: left center; }
.business-nameplate { width: min(100%, 320px); min-height: 120px; padding: 1.1rem 1.25rem; border: 1px solid var(--rule); }
.business-nameplate span { font-family: system-serif, Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; line-height: .95; letter-spacing: -.045em; }
.business-card .eyebrow { margin-bottom: .65rem; }
.business-card h2 { margin-bottom: 1rem; }
.business-recommended { margin: -.3rem 0 1.1rem !important; font-size: .92rem; line-height: 1.45 !important; }
.business-blurb { margin-bottom: 1.25rem !important; }
.business-links { display: flex; flex-wrap: wrap; gap: .8rem 1.25rem; margin-top: auto; padding-top: 1.4rem; }
.business-links a { font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: .25em; }
.business-links a:hover { color: var(--accent); }
.privacy-note { grid-column: 1 / -1; padding-right: 0; }
.privacy-note:nth-child(even) { padding-left: 0; border-left: 0; }
.profiles-intro { max-width: 48rem; margin-bottom: 3rem; }
.profile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 320px)); gap: 2rem; }
.profile-card { display: block; border-top: 1px solid var(--rule); text-decoration: none; padding-top: 1rem; }
.profile-card-art { display: block; width: 100%; aspect-ratio: 4 / 5; margin-bottom: 1.25rem; }
.profile-card .eyebrow { margin-bottom: .6rem; }
.profile-card h2, .profile-details h2 { margin: 0 0 .5rem; font-family: system-serif, Georgia, serif; font-size: 1.8rem; letter-spacing: -.03em; }
.profile-card p { line-height: 1.55; }
.back-link { margin: 0 0 2rem; font-size: .9rem; font-weight: 700; }
.profile-hero { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.profile-headshot { display: block; width: 100%; max-height: 760px; aspect-ratio: 4 / 5; }
.profile-art-crop { background-image: url("/assets/family-characters.png"); background-repeat: no-repeat; background-size: 500% auto; background-color: #efe6d3; }
/* These positions follow the actual faces in the artwork instead of an even 5-by-2 grid. */
.headshot-slot-1 { background-position: 17.5% 8.6%; }
.headshot-slot-2 { background-position: 38.5% 24.1%; }
.headshot-slot-3 { background-position: 58% 32.1%; }
.headshot-slot-4 { background-position: 73.3% 5.7%; }
.headshot-slot-5 { background-position: 93.3% 28.7%; }
.headshot-slot-6 { background-position: 12.1% 37.9%; }
.headshot-slot-7 { background-position: 26.1% 74.6%; }
.headshot-slot-8 { background-position: 44.7% 79.2%; }
.headshot-slot-9 { background-position: 59% 74.6%; }
.headshot-slot-10 { background-position: 83.7% 78.6%; }
[aria-label="Illustrated family artwork crop for Candy"] { background-image: url("/assets/people/candy.svg"); background-size: contain; background-position: center; background-repeat: no-repeat; }
.profile-summary .eyebrow { margin-bottom: 1rem; }
.profile-role { margin: 1.25rem 0 .35rem; font-size: 1.35rem; font-weight: 750; }
.profile-location { margin: 0; font-size: 1rem; }
.profile-details { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--rule); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 3rem; }
.profile-details article { padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.profile-details p, .profile-details li { line-height: 1.65; }
.profile-details ul { padding-left: 1.2rem; }
.profile-bio-full { grid-column: 1 / -1; }
.profile-bio-full p, .profile-bio-full ul { max-width: 760px; }
.profile-bio-full h2 { margin-top: 2rem; }
.profile-bio-full h2:first-child { margin-top: 0; }
footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.4rem 4vw; border-top: 1px solid var(--rule); font-size: .875rem; }
@media (min-width: 1600px) { .family { gap: 3rem; } }
@media (max-width: 760px) {
  .masthead { align-items: flex-start; flex-wrap: wrap; padding: 1.25rem 6vw; }
  .masthead-note { display: none; }
  .site-nav { width: 100%; justify-content: flex-start; flex-wrap: wrap; gap: .75rem 1.1rem; padding-top: .35rem; }
  .family { grid-template-columns: 1fr; padding: 2.25rem 6vw 2rem; gap: 1rem; }
  .eyebrow { margin-bottom: 1.25rem; }
  h1 { font-size: clamp(3rem, 10vw, 5rem); }
  .intro { margin-top: 1.5rem; }
  .family-portrait { max-width: 560px; width: 100%; margin: auto; }
  .content-shell, .profiles-shell, .profile-page { padding: 2.5rem 6vw 3rem; }
  .content-hero { padding: .5rem 0 3rem; }
  .content-grid { grid-template-columns: 1fr; }
  .content-card, .content-card:nth-child(even) { min-height: 0; padding: 1.75rem 0 2rem; border-left: 0; }
  .support-section { padding-top: 3.5rem; }
  .business-logo-link { min-height: 120px; }
  .business-logo { max-width: min(100%, 280px); max-height: 100px; }
  .privacy-note { grid-column: auto; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-hero { grid-template-columns: 1fr; gap: 2rem; }
  .profile-headshot { max-width: 520px; }
  .profile-details { grid-template-columns: 1fr; margin-top: 3rem; }
  .profile-bio-full { grid-column: auto; }
  footer { padding: 1.25rem 6vw; flex-wrap: wrap; }
}