:root{
  --navy:#17365d;
  --navy-dark:#0d2442;
  --gold:#c6922e;
  --gold-text:#8b5e00;
  --cream:#f7f3ea;
  --soft:#f4f6f8;
  --text:#25282c;
  --muted:#5a626b;
  --white:#fff;
  --max:1180px;
  --radius:18px;
  --shadow:0 12px 35px rgba(13,36,66,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.65;font-size:1rem}
img{display:block;max-width:100%;height:auto}
a{color:var(--navy)}
a:focus-visible,button:focus-visible{outline:4px solid #ffbf47;outline-offset:4px}
.wrap{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}
.narrow{max-width:800px}
.center{text-align:center}
.skip-link{position:absolute;left:.75rem;top:-100px;background:#fff;color:#000;padding:.75rem 1rem;z-index:9999;border:3px solid #000}
.skip-link:focus{top:.75rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #d9dee5}
.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:var(--navy-dark)}
.brand img{width:76px;height:76px;object-fit:contain}
.brand strong{display:block;font-family:Georgia,serif;font-size:1.15rem}
.brand small{display:block;color:var(--muted);font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}
.site-nav{display:flex;align-items:center;gap:.25rem}
.site-nav a{padding:.6rem .7rem;text-decoration:none;font-weight:700;border-radius:10px}
.site-nav a:hover,.site-nav a[aria-current="page"]{background:var(--soft)}
.site-nav .nav-cta{background:var(--navy);color:#fff;margin-left:.25rem}
.nav-toggle{display:none;border:2px solid var(--navy);background:#fff;color:var(--navy);padding:.6rem .85rem;border-radius:10px;font-weight:700}
.hero{padding:4.5rem 0 3.5rem;background:linear-gradient(135deg,#fff 35%,var(--cream))}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:var(--gold-text);font-size:.82rem;margin:0 0 .7rem}
.eyebrow.light{color:#f0c46c}
h1,h2,h3{font-family:Georgia,serif;line-height:1.12;color:var(--navy-dark);margin-top:0}
h1{font-size:clamp(2.5rem,5.2vw,4.9rem);margin-bottom:1.2rem}
h2{font-size:clamp(2rem,3.4vw,3.25rem);margin-bottom:1rem}
h3{font-size:1.45rem}
.lead{font-size:1.2rem;max-width:680px;color:#3e454d}
.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.5rem 0}
.button{display:inline-block;padding:.82rem 1.1rem;border-radius:12px;text-decoration:none;font-weight:800;border:2px solid transparent}
.button.primary{background:var(--navy);color:#fff}
.button.secondary{border-color:var(--navy);color:var(--navy);background:#fff}
.button.gold{background:var(--gold);color:#111}
.hero-gallery{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;min-height:520px}
.hero-gallery img{width:100%;height:250px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-gallery img:first-child{grid-row:span 2;height:100%}
.section{padding:4.5rem 0}
.soft{background:var(--soft)}
.dark{background:var(--navy-dark);color:#fff}
.dark h2{color:#fff}
.section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.5rem}
.section-head-center{margin-bottom:2rem}
.text-link{font-weight:800;text-decoration:none}
.feature-senior{display:grid;grid-template-columns:1fr .58fr;gap:3rem;align-items:center;background:#fff;border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}
.feature-senior figure{margin:0}
.feature-senior img{border-radius:14px;max-height:520px;width:100%;object-fit:cover}
.check-list{padding:0;list-style:none;margin:1.2rem 0 1.5rem}
.check-list li{margin:.55rem 0}
.check-list li::before{content:"✓";color:var(--gold);font-weight:900;margin-right:.5rem}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}
.service-card{border:1px solid #dfe4ea;border-radius:var(--radius);padding:1.5rem;background:#fff}
.service-icon{font-size:2rem;color:var(--gold-text);margin-bottom:.7rem}
.service-card a{font-weight:800;text-decoration:none}
.service-button{display:inline-block;margin-top:.4rem;padding:.65rem .8rem;border:2px solid var(--navy);border-radius:10px;color:var(--navy);background:#fff}
.service-button:hover{background:var(--navy);color:#fff}
.facebook-link{display:inline-block;margin-top:.35rem;font-weight:800}
.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.studio-points{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.studio-points div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);padding:1.1rem;border-radius:14px}
.studio-points strong{display:block;color:#fff}
.studio-points span{display:block;color:#dfe7ef;margin-top:.25rem}
.portfolio-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.portfolio-row img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}
.cta{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.site-footer{background:#081a31;color:#fff;padding:2.3rem 0}
.site-footer a{color:#fff}
.site-footer p{margin:.2rem 0}
.site-footer address{font-style:normal}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:2rem}
@media(max-width:960px){
  .nav-toggle{display:block}
  .site-nav{display:none;position:absolute;left:1rem;right:1rem;top:88px;background:#fff;box-shadow:var(--shadow);border:1px solid #ddd;border-radius:14px;padding:.7rem;flex-direction:column;align-items:stretch}
  .site-nav.open{display:flex}
  .site-nav a{padding:.9rem}
  .hero-grid,.feature-senior,.split{grid-template-columns:1fr}
  .hero-gallery{min-height:auto}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .portfolio-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .brand small{display:none}
  .brand strong{font-size:1rem}
  .brand img{width:62px;height:62px}
  .header-inner{min-height:74px}
  .site-nav{top:76px}
  .hero{padding-top:2.5rem}
  .hero-gallery{grid-template-columns:1fr 1fr}
  .hero-gallery img,.hero-gallery img:first-child{height:220px;grid-row:auto}
  .hero-gallery img:first-child{grid-column:span 2}
  .service-grid,.studio-points{grid-template-columns:1fr}
  .portfolio-row{grid-template-columns:1fr 1fr}
  .section-heading,.cta{display:block}
  .cta .button{margin-top:1rem}
  .footer-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}






@media(max-width:960px){}
@media(max-width:620px){}

/* =========================================================
   PAGE-SPECIFIC STYLES
   Each page has a body class so changes stay isolated.
   ========================================================= */

/* ---------- HOME PAGE ONLY ---------- */
.home-page .hero {
  /* Add homepage-only hero changes here. */
}

.home-page .service-grid {
  /* Add homepage-only service-card changes here. */
}

/* ---------- SENIOR PAGE ONLY ---------- */
.senior-page .senior-options{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  margin-top:2rem;
}
.senior-page .senior-options div{
  border:1px solid #dfe4ea;
  border-radius:14px;
  padding:1.1rem;
  background:#fff;
}
.senior-page .senior-options strong{
  display:block;
  color:var(--navy-dark);
  font-family:Georgia,serif;
  margin-bottom:.25rem;
}
.senior-page .senior-options span{
  display:block;
  color:var(--muted);
}
.senior-page .package-card .text-link{
  display:inline-block;
  margin-top:.5rem;
}

/* ---------- PORTRAITS PAGE ONLY ----------
   Future portraits.html should use:
   <body class="portraits-page">
----------------------------------------------------------- */
.portraits-page .portraits-section{
  /* Future portraits-page styles go here. */
}

/* ---------- STUDIO PAGE ONLY ----------
   Future studio.html should use:
   <body class="studio-page">
----------------------------------------------------------- */
.studio-page .studio-section{
  /* Future studio-page styles go here. */
}

/* ---------- ABOUT PAGE ONLY ----------
   Future about.html should use:
   <body class="about-page">
----------------------------------------------------------- */
.about-page .about-section{
  /* Future about-page styles go here. */
}

/* ---------- CONTACT PAGE ONLY ----------
   Future contact.html should use:
   <body class="contact-page">
----------------------------------------------------------- */
.contact-page .contact-section{
  /* Future contact-page styles go here. */
}

/* ---------- SENIOR PRICING PAGE ONLY ----------
   Future senior-pricing.html should use:
   <body class="senior-pricing-page">
----------------------------------------------------------- */
.senior-pricing-page .pricing-section{
  /* Future senior-pricing-page styles go here. */
}

@media(max-width:960px){
  .senior-page .senior-options{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:620px){
  .senior-page .senior-options{
    grid-template-columns:1fr;
  }
}



/* ---------- SENIOR COLLECTION CARDS ---------- */
/* Scoped to seniors.html so these styles cannot alter the homepage. */
.senior-page .package-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:1rem;
  align-items:stretch;
}

.senior-page .package-card{
  position:relative;
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid #dfe4ea;
  border-radius:18px;
  padding:1.25rem;
  box-shadow:0 8px 24px rgba(13,36,66,.07);
}

.senior-page .package-card h3{
  margin-bottom:.25rem;
}

.senior-page .package-card .price{
  font-size:2rem;
  line-height:1;
  font-family:Georgia,serif;
  font-weight:800;
  color:var(--navy);
  margin:.45rem 0 .85rem;
}

.senior-page .package-card > p:not(.price):not(.badge){
  color:var(--muted);
  margin-top:0;
}

.senior-page .package-card ul{
  padding-left:1.2rem;
  margin:.65rem 0 1rem;
}

.senior-page .package-card li{
  margin:.35rem 0;
}

.senior-page .package-card .text-link{
  margin-top:auto;
  font-weight:800;
  text-decoration:none;
}

.senior-page .package-card.featured{
  border:3px solid var(--gold);
  box-shadow:0 14px 32px rgba(13,36,66,.14);
  transform:translateY(-8px);
}

.senior-page .package-card .badge{
  align-self:flex-start;
  display:inline-block;
  background:var(--gold);
  color:#111;
  font-size:.75rem;
  font-weight:900;
  padding:.28rem .58rem;
  border-radius:99px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin:0 0 .7rem;
}

@media(max-width:1100px){
  .senior-page .package-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media(max-width:760px){
  .senior-page .package-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .senior-page .package-card.featured{
    transform:none;
  }
}

@media(max-width:520px){
  .senior-page .package-grid{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   PORTRAITS PAGE LAYOUT - ACTIVE STYLES
   Scoped to .portraits-page so these cannot affect index.html
   or seniors.html.
   ========================================================= */

.portraits-page .portrait-hero{
  padding:4rem 0 3.5rem;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}

.portraits-page .portrait-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:3rem;
  align-items:center;
}

.portraits-page .portrait-hero-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:repeat(2,245px);
  gap:.75rem;
}

.portraits-page .portrait-hero-images img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.portraits-page .portrait-hero-images img:first-child{
  grid-row:1 / span 2;
}

.portraits-page .portrait-jump-nav{
  border-top:1px solid #e1e5ea;
  border-bottom:1px solid #e1e5ea;
  background:#fff;
  position:sticky;
  top:86px;
  z-index:20;
}

.portraits-page .jump-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.25rem;
  padding:.55rem 0;
}

.portraits-page .jump-links a{
  text-decoration:none;
  font-weight:800;
  padding:.55rem .8rem;
  border-radius:999px;
}

.portraits-page .jump-links a:hover{
  background:var(--soft);
}

.portraits-page .portrait-service{
  padding:4.5rem 0;
  scroll-margin-top:155px;
}

.portraits-page .portrait-service-grid{
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
  gap:3.5rem;
  align-items:center;
}

.portraits-page .portrait-service-grid.reverse{
  grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);
}

.portraits-page .portrait-service figure{
  margin:0;
}

.portraits-page .portrait-service figure img{
  width:100%;
  height:520px;
  object-fit:cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}

.portraits-page .themed-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:.75rem;
}

.portraits-page .themed-pair img{
  width:100%;
  height:440px;
  object-fit:cover;
  border-radius:14px;
  box-shadow:var(--shadow);
}

.portraits-page .portfolio-link-row{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  margin-top:1.5rem;
}

.portraits-page .portrait-process{
  padding-left:1.4rem;
  margin-top:1.5rem;
}

.portraits-page .portrait-process li{
  margin:1rem 0;
  padding-left:.4rem;
}

@media(max-width:960px){
  .portraits-page .portrait-hero-grid,
  .portraits-page .portrait-service-grid,
  .portraits-page .portrait-service-grid.reverse{
    grid-template-columns:1fr;
  }

  .portraits-page .portrait-jump-nav{
    top:74px;
  }

  .portraits-page .portrait-service-grid.reverse figure{
    order:-1;
  }

  .portraits-page .portrait-service figure img{
    height:460px;
  }
}

@media(max-width:620px){
  .portraits-page .portrait-hero{
    padding-top:2.5rem;
  }

  .portraits-page .portrait-hero-images{
    grid-template-columns:1fr 1fr;
    grid-template-rows:230px 210px;
  }

  .portraits-page .portrait-hero-images img:first-child{
    grid-column:1 / -1;
    grid-row:auto;
  }

  .portraits-page .portrait-hero-images img{
    height:100%;
  }

  .portraits-page .jump-links{
    justify-content:flex-start;
  }

  .portraits-page .portrait-service figure img{
    height:390px;
  }

  .portraits-page .themed-pair{
    grid-template-columns:1fr 1fr;
  }

  .portraits-page .themed-pair img{
    height:320px;
  }
}

/* =========================================================
   STUDIO PAGE - ACTIVE STYLES
   All rules are scoped to .studio-page.
   ========================================================= */
.studio-page .studio-hero{
  padding:4rem 0;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}
.studio-page .studio-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:3rem;
  align-items:center;
}
.studio-page .studio-placeholder{
  min-height:390px;
  display:grid;
  place-items:center;
  padding:2rem;
  text-align:center;
  border:2px dashed #9ba9b8;
  border-radius:var(--radius);
  background:linear-gradient(135deg,#eef2f5,#fff);
}
.studio-page .hero-placeholder{min-height:500px}
.studio-page .studio-placeholder > div{max-width:440px}
.studio-page .studio-placeholder h2,
.studio-page .studio-placeholder h3{margin-bottom:.6rem}
.studio-page .placeholder-mark{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin:0 auto 1.2rem;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-family:Georgia,serif;
  font-size:1.4rem;
  font-weight:800;
}
.studio-page .studio-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
  margin-top:2.5rem;
}
.studio-page .studio-feature-grid article{
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  padding:1.5rem;
  background:#fff;
}
.studio-page .studio-feature-grid article > span{
  display:block;
  color:var(--gold-text);
  font-size:2rem;
  margin-bottom:.7rem;
}
.studio-page .studio-split{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:3.5rem;
  align-items:center;
}
.studio-page .studio-session-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.studio-page .studio-session-grid a{
  display:block;
  padding:1.4rem;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  text-decoration:none;
  background:#fff;
  transition:transform .15s ease,box-shadow .15s ease;
}
.studio-page .studio-session-grid a:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow);
}
.studio-page .studio-session-grid strong{
  display:block;
  font-family:Georgia,serif;
  color:var(--navy-dark);
  font-size:1.3rem;
  margin-bottom:.35rem;
}
.studio-page .studio-session-grid span{
  color:var(--muted);
}
.studio-page .renovation-note{
  display:grid;
  grid-template-columns:1fr auto;
  gap:3rem;
  align-items:center;
}
.studio-page .renovation-badge{
  width:150px;
  height:150px;
  display:grid;
  place-content:center;
  text-align:center;
  border:3px solid var(--gold);
  border-radius:50%;
  color:var(--navy-dark);
  transform:rotate(-6deg);
}
.studio-page .renovation-badge strong,
.studio-page .renovation-badge span{display:block}
.studio-page .renovation-badge strong{font-size:1.35rem}
.studio-page .renovation-badge span{font-size:1.1rem;letter-spacing:.15em}
@media(max-width:960px){
  .studio-page .studio-hero-grid,
  .studio-page .studio-split{grid-template-columns:1fr}
  .studio-page .studio-feature-grid{grid-template-columns:repeat(2,1fr)}
  .studio-page .studio-session-grid{grid-template-columns:repeat(2,1fr)}
  .studio-page .hero-placeholder{min-height:360px}
}
@media(max-width:620px){
  .studio-page .studio-hero{padding-top:2.5rem}
  .studio-page .studio-feature-grid,
  .studio-page .studio-session-grid{grid-template-columns:1fr}
  .studio-page .studio-placeholder{min-height:300px}
  .studio-page .renovation-note{grid-template-columns:1fr}
  .studio-page .renovation-badge{width:125px;height:125px;margin:auto}
}

/* =========================================================
   SENIOR PRICING PAGE - ACTIVE STYLES
   ========================================================= */
.senior-pricing-page .pricing-hero{
  padding:4rem 0;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}
.senior-pricing-page .pricing-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:3rem;
  align-items:center;
}
.senior-pricing-page .pricing-callout{
  background:#fff;
  border:3px solid var(--gold);
  border-radius:var(--radius);
  padding:2rem;
  box-shadow:var(--shadow);
}
.senior-pricing-page .pricing-callout h2{margin-bottom:.3rem}
.senior-pricing-page .pricing-big{
  font-family:Georgia,serif;
  font-size:3rem;
  font-weight:800;
  color:var(--navy);
  margin:.4rem 0 1rem;
}
.senior-pricing-page .pricing-table-wrap{
  overflow-x:auto;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  box-shadow:0 8px 24px rgba(13,36,66,.06);
  background:#fff;
}
.senior-pricing-page .pricing-table{
  width:100%;
  border-collapse:collapse;
  min-width:900px;
}
.senior-pricing-page .pricing-table th,
.senior-pricing-page .pricing-table td{
  padding:.9rem .8rem;
  text-align:center;
  border-bottom:1px solid #e8ebef;
  vertical-align:middle;
}
.senior-pricing-page .pricing-table thead th{
  background:var(--navy-dark);
  color:#fff;
  font-family:Georgia,serif;
  font-size:1.08rem;
}
.senior-pricing-page .pricing-table tbody th{
  text-align:left;
  color:var(--navy-dark);
  background:#fafbfc;
  position:sticky;
  left:0;
  z-index:1;
}
.senior-pricing-page .pricing-table .signature-col{
  background:#fff7e7;
  font-weight:800;
}
.senior-pricing-page .pricing-table thead .signature-col{
  background:var(--gold);
  color:#111;
}
.senior-pricing-page .collection-detail-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.25rem;
}
.senior-pricing-page .collection-detail{
  position:relative;
  background:#fff;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  padding:1.5rem;
}
.senior-pricing-page .collection-detail.featured{
  border:3px solid var(--gold);
  box-shadow:var(--shadow);
}
.senior-pricing-page .collection-detail.heirloom{
  grid-column:1 / -1;
}
.senior-pricing-page .collection-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
}
.senior-pricing-page .collection-heading h3{
  margin-bottom:.3rem;
  font-size:1.7rem;
}
.senior-pricing-page .collection-kicker{
  color:var(--gold-text);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.75rem;
  margin:0 0 .3rem;
}
.senior-pricing-page .collection-price{
  font-family:Georgia,serif;
  color:var(--navy);
  font-size:1.8rem;
  font-weight:800;
  margin:0;
  white-space:nowrap;
}
.senior-pricing-page .collection-detail li{margin:.4rem 0}
.senior-pricing-page .most-popular{
  display:inline-block;
  background:var(--gold);
  color:#111;
  padding:.3rem .65rem;
  border-radius:999px;
  font-size:.75rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:.8rem;
}
.senior-pricing-page .small-note{
  color:var(--muted);
  font-size:.92rem;
}
.senior-pricing-page .included-panel{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:3rem;
  align-items:start;
}
.senior-pricing-page .included-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:.8rem;
}
.senior-pricing-page .included-grid div{
  padding:1rem;
  border:1px solid #dfe4ea;
  border-radius:12px;
  background:#fff;
  font-weight:700;
}
.senior-pricing-page .included-grid div::before{
  content:"✓";
  color:var(--gold);
  font-weight:900;
  margin-right:.45rem;
}
.senior-pricing-page .addon-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1rem;
}
.senior-pricing-page .addon-card{
  background:#fff;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  padding:1.5rem;
}
.senior-pricing-page .addon-card dl{margin:1rem 0 0}
.senior-pricing-page .addon-card dl div{
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:.65rem 0;
  border-bottom:1px solid #e7eaee;
}
.senior-pricing-page .addon-card dt{font-weight:700}
.senior-pricing-page .addon-card dd{
  margin:0;
  color:var(--navy);
  font-weight:800;
  text-align:right;
}
.senior-pricing-page .wallart-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.senior-pricing-page .wallart-grid article{
  padding:1.35rem;
  border:1px solid rgba(255,255,255,.22);
  border-radius:var(--radius);
  background:rgba(255,255,255,.07);
}
.senior-pricing-page .wallart-grid h3{color:#fff}
.senior-pricing-page .wallart-grid ul{padding-left:1.2rem}
.senior-pricing-page .pricing-notes{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:3rem;
  align-items:start;
}
.senior-pricing-page .pricing-notes ul{margin:0}
.senior-pricing-page .pricing-notes li{margin:.65rem 0}
@media(max-width:960px){
  .senior-pricing-page .pricing-hero-grid,
  .senior-pricing-page .included-panel,
  .senior-pricing-page .pricing-notes{
    grid-template-columns:1fr;
  }
  .senior-pricing-page .wallart-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:720px){
  .senior-pricing-page .collection-detail-grid,
  .senior-pricing-page .addon-grid,
  .senior-pricing-page .included-grid{
    grid-template-columns:1fr;
  }
  .senior-pricing-page .collection-detail.heirloom{
    grid-column:auto;
  }
}
@media(max-width:520px){
  .senior-pricing-page .wallart-grid{
    grid-template-columns:1fr;
  }
  .senior-pricing-page .collection-heading{
    display:block;
  }
  .senior-pricing-page .collection-price{
    margin-top:.5rem;
  }
}

/* Senior Pricing - Professional Print Quality */
.senior-pricing-page .professional-quality{
  padding:3.5rem 0;
  background:#fff;
}
.senior-pricing-page .professional-quality-panel{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:3rem;
  align-items:start;
  padding:2rem;
  border:1px solid #dfe4ea;
  border-left:6px solid var(--gold);
  border-radius:var(--radius);
  background:linear-gradient(135deg,#fff,#faf8f2);
}
.senior-pricing-page .professional-quality-panel h2{
  margin-bottom:0;
}
.senior-pricing-page .professional-quality-panel p{
  margin-top:0;
}
@media(max-width:800px){
  .senior-pricing-page .professional-quality-panel{
    grid-template-columns:1fr;
    gap:1rem;
  }
}

/* =========================================================
   ABOUT PAGE - ACTIVE STYLES
   ========================================================= */
.about-page .about-hero{
  padding:4rem 0;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}
.about-page .about-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:3rem;
  align-items:center;
}
.about-page .about-placeholder{
  min-height:480px;
  display:grid;
  place-items:center;
  padding:2rem;
  text-align:center;
  border:2px dashed #9ba9b8;
  border-radius:var(--radius);
  background:linear-gradient(135deg,#eef2f5,#fff);
}
.about-page .about-placeholder > div{max-width:420px}
.about-page .placeholder-mark{
  width:74px;
  height:74px;
  display:grid;
  place-items:center;
  margin:0 auto 1.2rem;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-family:Georgia,serif;
  font-size:1.4rem;
  font-weight:800;
}
.about-page .about-story-grid{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:3rem;
  align-items:start;
}
.about-page .about-copy p:first-child{margin-top:0}
.about-page .about-values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.about-page .about-values-grid article{
  padding:1.4rem;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  background:#fff;
}
.about-page .about-values-grid article > span{
  display:block;
  color:var(--gold-text);
  font-size:1.8rem;
  margin-bottom:.65rem;
}
.about-page .about-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.about-page .about-services-grid a{
  display:block;
  padding:1.35rem;
  text-decoration:none;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  background:#fff;
}
.about-page .about-services-grid a:hover{
  box-shadow:var(--shadow);
}
.about-page .about-services-grid strong{
  display:block;
  color:var(--navy-dark);
  font-family:Georgia,serif;
  font-size:1.25rem;
  margin-bottom:.35rem;
}
.about-page .about-services-grid span{
  display:block;
  color:var(--muted);
}
.about-page .about-philosophy{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:3rem;
  align-items:start;
}
@media(max-width:960px){
  .about-page .about-hero-grid,
  .about-page .about-story-grid,
  .about-page .about-philosophy{
    grid-template-columns:1fr;
  }
  .about-page .about-values-grid,
  .about-page .about-services-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-page .about-placeholder{
    min-height:340px;
  }
}
@media(max-width:620px){
  .about-page .about-hero{padding-top:2.5rem}
  .about-page .about-values-grid,
  .about-page .about-services-grid{
    grid-template-columns:1fr;
  }
  .about-page .about-placeholder{
    min-height:280px;
  }
}

/* =========================================================
   CONTACT PAGE - ACTIVE STYLES
   ========================================================= */
.contact-page .contact-hero{
  padding:4rem 0;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}
.contact-page .contact-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:3rem;
  align-items:start;
}
.contact-page .contact-details{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1rem;
  margin-top:2rem;
}
.contact-page .contact-details div{
  padding:1rem;
  border:1px solid #dfe4ea;
  border-radius:14px;
  background:#fff;
}
.contact-page .contact-details strong{
  display:block;
  color:var(--navy-dark);
  margin-bottom:.25rem;
}
.contact-page .contact-details span,
.contact-page .contact-details a{
  display:block;
}
.contact-page .contact-note{
  padding:1.7rem;
  border:1px solid #dfe4ea;
  border-left:6px solid var(--gold);
  border-radius:var(--radius);
  background:#fff;
  box-shadow:var(--shadow);
}
.contact-page .contact-form-layout{
  display:grid;
  grid-template-columns:.65fr 1.35fr;
  gap:3rem;
  align-items:start;
}
.contact-page .contact-form{
  padding:1.6rem;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  background:#fff;
}
.contact-page .form-row{
  margin-bottom:1.1rem;
}
.contact-page .form-row.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
}
.contact-page .contact-form label{
  display:block;
  margin-bottom:.35rem;
  font-weight:800;
  color:var(--navy-dark);
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form input[type="tel"],
.contact-page .contact-form select,
.contact-page .contact-form textarea{
  width:100%;
  border:2px solid #b9c3ce;
  border-radius:10px;
  background:#fff;
  color:var(--text);
  font:inherit;
}
.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form input[type="tel"],
.contact-page .contact-form select{
  min-height:48px;
  padding:.65rem .75rem;
}
.contact-page .contact-form textarea{
  padding:.75rem;
  resize:vertical;
}
.contact-page .contact-form input:focus-visible,
.contact-page .contact-form select:focus-visible,
.contact-page .contact-form textarea:focus-visible{
  outline:4px solid #ffbf47;
  outline-offset:2px;
}
.contact-page .consent-row{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:.65rem;
  align-items:start;
}
.contact-page .consent-row input{
  width:20px;
  height:20px;
  margin-top:.2rem;
}
.contact-page .consent-row label{
  font-weight:400;
}
.contact-page .hp-field{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.contact-page .form-submit{
  border:0;
  cursor:pointer;
  font-size:1rem;
}
.contact-page .form-help{
  color:var(--muted);
  font-size:.9rem;
  margin-bottom:0;
}
.contact-page .contact-quick-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.contact-page .contact-quick-grid article{
  padding:1.4rem;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
}
.contact-page .form-result-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:2rem 0;
  background:var(--soft);
}
.contact-page .form-result{
  max-width:760px;
  margin:auto;
  padding:2rem;
  border-radius:var(--radius);
  background:#fff;
  box-shadow:var(--shadow);
}
.contact-page .success-message{
  border-top:6px solid #3b7a57;
}
.contact-page .error-message{
  border-top:6px solid #a13b3b;
}
@media(max-width:900px){
  .contact-page .contact-hero-grid,
  .contact-page .contact-form-layout{
    grid-template-columns:1fr;
  }
}
@media(max-width:650px){
  .contact-page .contact-details,
  .contact-page .form-row.two-col,
  .contact-page .contact-quick-grid{
    grid-template-columns:1fr;
  }
  .contact-page .contact-hero{
    padding-top:2.5rem;
  }
}



/* =========================================================
   PORTFOLIO PAGE - ACTIVE STYLES
   ========================================================= */
.portfolio-page .portfolio-hero{padding:4rem 0;background:linear-gradient(135deg,#fff 35%,var(--cream))}
.portfolio-page .portfolio-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.portfolio-page .portfolio-hero-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:240px 240px;gap:.75rem}
.portfolio-page .portfolio-hero-collage img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.portfolio-page .portfolio-hero-collage img:first-child{grid-row:1/span 2}
.portfolio-page .portfolio-jump-nav{position:sticky;top:86px;z-index:20;background:#fff;border-top:1px solid #e1e5ea;border-bottom:1px solid #e1e5ea}
.portfolio-page .jump-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem;padding:.55rem 0}
.portfolio-page .jump-links a{padding:.55rem .8rem;border-radius:999px;text-decoration:none;font-weight:800}
.portfolio-page .jump-links a:hover{background:var(--soft)}
.portfolio-page .portfolio-section{padding:4.5rem 0;scroll-margin-top:150px}
.portfolio-page .portfolio-section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.5rem}
.portfolio-page .portfolio-section-heading>div{max-width:760px}
.portfolio-page .portfolio-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.portfolio-page .portfolio-gallery img,.portfolio-page .portfolio-gallery .portfolio-placeholder{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}
.portfolio-page .portfolio-feature{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.portfolio-page .portfolio-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}
.portfolio-page .portfolio-mini-grid img,.portfolio-page .portfolio-mini-grid .portfolio-placeholder{width:100%;height:420px;object-fit:cover;border-radius:14px;box-shadow:var(--shadow)}
.portfolio-page .portfolio-button-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}
.portfolio-page .coming-gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.portfolio-page .coming-gallery-grid article{border:1px solid #dfe4ea;border-radius:var(--radius);padding:1rem}
.portfolio-page .portfolio-placeholder{display:grid;place-content:center;text-align:center;padding:1.5rem;border:2px dashed #aab4bf;background:linear-gradient(135deg,#eef2f5,#fff)}
.portfolio-page .portfolio-placeholder span{display:block;font-size:2.2rem;color:var(--gold);margin-bottom:.5rem}
.portfolio-page .portfolio-placeholder strong{display:block;font-family:Georgia,serif;color:var(--navy-dark);font-size:1.35rem}
.portfolio-page .portfolio-placeholder small{display:block;color:var(--muted);margin-top:.35rem}
@media(max-width:960px){.portfolio-page .portfolio-hero-grid,.portfolio-page .portfolio-feature{grid-template-columns:1fr}.portfolio-page .portfolio-jump-nav{top:74px}.portfolio-page .portfolio-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.portfolio-page .portfolio-hero{padding-top:2.5rem}.portfolio-page .portfolio-hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:220px 200px}.portfolio-page .portfolio-hero-collage img:first-child{grid-column:1/-1;grid-row:auto}.portfolio-page .portfolio-section-heading{display:block}.portfolio-page .portfolio-section-heading .button{margin-top:1rem}.portfolio-page .portfolio-mini-grid img,.portfolio-page .portfolio-mini-grid .portfolio-placeholder{height:300px}.portfolio-page .coming-gallery-grid{grid-template-columns:1fr}}


/* =========================================================
   SENIOR PORTFOLIO PAGE - ACTIVE STYLES
   ========================================================= */
.senior-portfolio-page .senior-portfolio-hero{
  padding:4rem 0;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}
.senior-portfolio-page .senior-portfolio-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:3rem;
  align-items:center;
}
.senior-portfolio-page .senior-hero-collage{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:240px 240px;
  gap:.75rem;
}
.senior-portfolio-page .senior-hero-collage img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.senior-portfolio-page .senior-hero-collage img:first-child{
  grid-row:1/span 2;
}
.senior-portfolio-page .senior-gallery-section{
  padding:4.5rem 0;
}
.senior-portfolio-page .senior-masonry{
  columns:4 220px;
  column-gap:1rem;
}
.senior-portfolio-page .senior-masonry figure{
  break-inside:avoid;
  margin:0 0 1rem;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.senior-portfolio-page .senior-masonry img{
  width:100%;
  height:auto;
  display:block;
}
.senior-portfolio-page .senior-variety-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.senior-portfolio-page .senior-variety-grid article{
  padding:1.4rem;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  background:#fff;
}
.senior-portfolio-page .senior-portfolio-cta{
  display:flex;
  justify-content:space-between;
  gap:2rem;
  align-items:center;
}
.senior-portfolio-page .senior-portfolio-cta>div:first-child{
  max-width:700px;
}
.senior-portfolio-page .light-button{
  color:#fff;
  border-color:#fff;
  background:transparent;
}
@media(max-width:960px){
  .senior-portfolio-page .senior-portfolio-hero-grid{
    grid-template-columns:1fr;
  }
  .senior-portfolio-page .senior-variety-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .senior-portfolio-page .senior-portfolio-cta{
    display:block;
  }
}
@media(max-width:620px){
  .senior-portfolio-page .senior-portfolio-hero{
    padding-top:2.5rem;
  }
  .senior-portfolio-page .senior-hero-collage{
    grid-template-columns:1fr 1fr;
    grid-template-rows:220px 200px;
  }
  .senior-portfolio-page .senior-hero-collage img:first-child{
    grid-column:1/-1;
    grid-row:auto;
  }
  .senior-portfolio-page .senior-variety-grid{
    grid-template-columns:1fr;
  }
  .senior-portfolio-page .senior-masonry{
    columns:2 150px;
  }
}

/* =========================================================
   FAMILY PORTFOLIO PAGE - ACTIVE STYLES
   ========================================================= */
.family-portfolio-page .family-portfolio-hero{
  padding:4rem 0;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}
.family-portfolio-page .family-portfolio-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:3rem;
  align-items:center;
}
.family-portfolio-page .family-hero-collage{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:240px 240px;
  gap:.75rem;
}
.family-portfolio-page .family-hero-collage img,
.family-portfolio-page .family-hero-collage .portfolio-placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.family-portfolio-page .family-hero-collage img:first-child{
  grid-row:1/span 2;
}
.family-portfolio-page .family-gallery-section{
  padding:4.5rem 0;
}
.family-portfolio-page .family-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.family-portfolio-page .family-gallery-grid figure{
  margin:0;
}
.family-portfolio-page .family-gallery-grid img,
.family-portfolio-page .family-gallery-grid .portfolio-placeholder{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:14px;
}
.family-portfolio-page .family-variety-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.family-portfolio-page .family-variety-grid article{
  padding:1.4rem;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  background:#fff;
}
.family-portfolio-page .family-portfolio-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
}
.family-portfolio-page .family-portfolio-cta>div{
  max-width:720px;
}
@media(max-width:960px){
  .family-portfolio-page .family-portfolio-hero-grid{
    grid-template-columns:1fr;
  }
  .family-portfolio-page .family-gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .family-portfolio-page .family-variety-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .family-portfolio-page .family-portfolio-cta{
    display:block;
  }
}
@media(max-width:620px){
  .family-portfolio-page .family-portfolio-hero{
    padding-top:2.5rem;
  }
  .family-portfolio-page .family-hero-collage{
    grid-template-columns:1fr 1fr;
    grid-template-rows:220px 200px;
  }
  .family-portfolio-page .family-hero-collage img:first-child{
    grid-column:1/-1;
    grid-row:auto;
  }
  .family-portfolio-page .family-variety-grid{
    grid-template-columns:1fr;
  }
}

/* =========================================================
   FAMILY PORTFOLIO PAGE - LAYOUT FIX
   These styles intentionally repeat the placeholder styling
   so FamilyPortfolio.html does not depend on portfolio.html.
   ========================================================= */

.family-portfolio-page .portfolio-placeholder{
  display:grid;
  place-content:center;
  text-align:center;
  padding:1.5rem;
  border:2px dashed #aab4bf;
  background:linear-gradient(135deg,#eef2f5,#fff);
  color:var(--text);
  overflow:hidden;
}

.family-portfolio-page .portfolio-placeholder span{
  display:block;
  font-size:2.2rem;
  line-height:1;
  color:var(--gold);
  margin-bottom:.65rem;
}

.family-portfolio-page .portfolio-placeholder strong{
  display:block;
  font-family:Georgia,serif;
  color:var(--navy-dark);
  font-size:1.3rem;
  line-height:1.2;
}

.family-portfolio-page .portfolio-placeholder small{
  display:block;
  color:var(--muted);
  margin-top:.45rem;
  line-height:1.4;
}

.family-portfolio-page .family-hero-collage{
  min-width:0;
}

.family-portfolio-page .family-hero-collage > *{
  min-width:0;
}

.family-portfolio-page .family-hero-collage img:first-child{
  grid-column:1;
  grid-row:1 / span 2;
}

.family-portfolio-page .family-gallery-grid{
  align-items:stretch;
}

.family-portfolio-page .family-gallery-grid figure.portfolio-placeholder{
  min-height:360px;
}

.family-portfolio-page .family-gallery-grid figure:not(.portfolio-placeholder){
  overflow:hidden;
  border-radius:14px;
  background:#fff;
}

.family-portfolio-page .family-gallery-grid figure:not(.portfolio-placeholder) img{
  display:block;
  height:100%;
  min-height:360px;
}

@media(max-width:960px){
  .family-portfolio-page .family-hero-collage{
    max-width:760px;
    width:100%;
    margin-inline:auto;
  }
}

@media(max-width:620px){
  .family-portfolio-page .family-hero-collage{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto;
  }

  .family-portfolio-page .family-hero-collage img:first-child{
    grid-column:1 / -1;
    grid-row:auto;
    height:300px;
  }

  .family-portfolio-page .family-hero-collage .portfolio-placeholder{
    min-height:180px;
  }

  .family-portfolio-page .family-gallery-grid{
    grid-template-columns:1fr;
  }

  .family-portfolio-page .family-gallery-grid figure.portfolio-placeholder,
  .family-portfolio-page .family-gallery-grid figure:not(.portfolio-placeholder) img{
    min-height:300px;
  }
}

/* =========================================================
   CHILDREN PORTFOLIO PAGE - ACTIVE STYLES
   ========================================================= */
.children-portfolio-page .children-portfolio-hero{
  padding:4rem 0;
  background:linear-gradient(135deg,#fff 35%,var(--cream));
}
.children-portfolio-page .children-portfolio-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:3rem;
  align-items:center;
}
.children-portfolio-page .children-hero-collage{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:240px 240px;
  gap:.75rem;
}
.children-portfolio-page .children-hero-collage img,
.children-portfolio-page .children-hero-collage .children-placeholder{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.children-portfolio-page .children-hero-collage img:first-child{
  grid-row:1/span 2;
}
.children-portfolio-page .children-placeholder{
  display:grid;
  place-content:center;
  text-align:center;
  padding:1.4rem;
  border:2px dashed #aab4bf;
  background:linear-gradient(135deg,#eef2f5,#fff);
}
.children-portfolio-page .children-placeholder span{
  display:block;
  font-size:2rem;
  color:var(--gold);
  margin-bottom:.55rem;
}
.children-portfolio-page .children-placeholder strong{
  display:block;
  font-family:Georgia,serif;
  color:var(--navy-dark);
  font-size:1.25rem;
}
.children-portfolio-page .children-placeholder small{
  display:block;
  color:var(--muted);
  margin-top:.4rem;
  line-height:1.4;
}
.children-portfolio-page .children-gallery-section{
  padding:4.5rem 0;
}
.children-portfolio-page .children-gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  align-items:stretch;
}
.children-portfolio-page .children-gallery-grid figure{
  margin:0;
  overflow:hidden;
  border-radius:14px;
}
.children-portfolio-page .children-gallery-grid img,
.children-portfolio-page .children-gallery-grid .children-placeholder{
  width:100%;
  min-height:360px;
  height:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:14px;
}
.children-portfolio-page .children-variety-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}
.children-portfolio-page .children-variety-grid article{
  padding:1.4rem;
  border:1px solid #dfe4ea;
  border-radius:var(--radius);
  background:#fff;
}
.children-portfolio-page .children-portfolio-cta{
  display:flex;
  justify-content:space-between;
  gap:2rem;
  align-items:center;
}
.children-portfolio-page .children-portfolio-cta>div{
  max-width:720px;
}
.children-portfolio-page .center-buttons{
  justify-content:center;
}
@media(max-width:960px){
  .children-portfolio-page .children-portfolio-hero-grid{
    grid-template-columns:1fr;
  }
  .children-portfolio-page .children-gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .children-portfolio-page .children-variety-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .children-portfolio-page .children-portfolio-cta{
    display:block;
  }
}
@media(max-width:620px){
  .children-portfolio-page .children-portfolio-hero{
    padding-top:2.5rem;
  }
  .children-portfolio-page .children-hero-collage{
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto auto;
  }
  .children-portfolio-page .children-hero-collage img:first-child{
    grid-column:1/-1;
    grid-row:auto;
    height:300px;
  }
  .children-portfolio-page .children-hero-collage .children-placeholder{
    min-height:180px;
  }
  .children-portfolio-page .children-gallery-grid{
    grid-template-columns:1fr;
  }
  .children-portfolio-page .children-variety-grid{
    grid-template-columns:1fr;
  }
}



/* =========================================================
   CHILDREN'S THEMED PORTFOLIO - ACTIVE STYLES
   ========================================================= */
.childrens-themed-portfolio-page .ct-hero{padding:4rem 0;background:linear-gradient(135deg,#fff 35%,var(--cream))}
.childrens-themed-portfolio-page .ct-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.childrens-themed-portfolio-page .ct-hero-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:240px 240px;gap:.75rem}
.childrens-themed-portfolio-page .ct-hero-collage img,.childrens-themed-portfolio-page .ct-hero-collage .ct-placeholder{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.childrens-themed-portfolio-page .ct-hero-collage img:first-child{grid-row:1/span 2}
.childrens-themed-portfolio-page .ct-placeholder{display:grid;place-content:center;text-align:center;padding:1.4rem;border:2px dashed #aab4bf;background:linear-gradient(135deg,#eef2f5,#fff)}
.childrens-themed-portfolio-page .ct-placeholder span{display:block;font-size:2rem;line-height:1;color:var(--gold);margin-bottom:.55rem}
.childrens-themed-portfolio-page .ct-placeholder strong{display:block;font-family:Georgia,serif;color:var(--navy-dark);font-size:1.25rem}
.childrens-themed-portfolio-page .ct-placeholder small{display:block;color:var(--muted);margin-top:.4rem;line-height:1.4}
.childrens-themed-portfolio-page .ct-gallery-section{padding:4.5rem 0}
.childrens-themed-portfolio-page .ct-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch}
.childrens-themed-portfolio-page .ct-gallery-grid figure{margin:0;overflow:hidden;border-radius:14px}
.childrens-themed-portfolio-page .ct-gallery-grid img,.childrens-themed-portfolio-page .ct-gallery-grid .ct-placeholder{width:100%;min-height:360px;height:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}
.childrens-themed-portfolio-page .ct-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.childrens-themed-portfolio-page .ct-process-grid article{padding:1.4rem;border:1px solid #dfe4ea;border-radius:var(--radius);background:#fff}
.childrens-themed-portfolio-page .ct-process-grid article>span{display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--navy-dark);color:#fff;font-weight:800;margin-bottom:1rem}
.childrens-themed-portfolio-page .ct-cta{display:flex;justify-content:space-between;align-items:center;gap:2rem}
.childrens-themed-portfolio-page .ct-cta>div{max-width:720px}
.childrens-themed-portfolio-page .ct-center-buttons{justify-content:center}
@media(max-width:960px){
 .childrens-themed-portfolio-page .ct-hero-grid{grid-template-columns:1fr}
 .childrens-themed-portfolio-page .ct-gallery-grid{grid-template-columns:repeat(2,1fr)}
 .childrens-themed-portfolio-page .ct-process-grid{grid-template-columns:repeat(2,1fr)}
 .childrens-themed-portfolio-page .ct-cta{display:block}
}
@media(max-width:620px){
 .childrens-themed-portfolio-page .ct-hero{padding-top:2.5rem}
 .childrens-themed-portfolio-page .ct-hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
 .childrens-themed-portfolio-page .ct-hero-collage img:first-child{grid-column:1/-1;grid-row:auto;height:300px}
 .childrens-themed-portfolio-page .ct-hero-collage .ct-placeholder{min-height:180px}
 .childrens-themed-portfolio-page .ct-gallery-grid,.childrens-themed-portfolio-page .ct-process-grid{grid-template-columns:1fr}
}


/* =========================================================
   CREATIVE THEMED PORTFOLIO - ACTIVE STYLES
   ========================================================= */
.themed-portfolio-page .tp-hero{padding:4rem 0;background:linear-gradient(135deg,#fff 35%,var(--cream))}
.themed-portfolio-page .tp-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center}
.themed-portfolio-page .tp-hero-collage{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:240px 240px;gap:.75rem}
.themed-portfolio-page .tp-hero-collage img,.themed-portfolio-page .tp-hero-collage .tp-placeholder{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.themed-portfolio-page .tp-hero-collage img:first-child{grid-row:1/span 2}
.themed-portfolio-page .tp-placeholder{display:grid;place-content:center;text-align:center;padding:1.4rem;border:2px dashed #aab4bf;background:linear-gradient(135deg,#eef2f5,#fff)}
.themed-portfolio-page .tp-placeholder span{display:block;font-size:2rem;line-height:1;color:var(--gold);margin-bottom:.55rem}
.themed-portfolio-page .tp-placeholder strong{display:block;font-family:Georgia,serif;color:var(--navy-dark);font-size:1.25rem}
.themed-portfolio-page .tp-placeholder small{display:block;color:var(--muted);margin-top:.4rem;line-height:1.4}
.themed-portfolio-page .tp-gallery-section{padding:4.5rem 0}
.themed-portfolio-page .tp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:stretch}
.themed-portfolio-page .tp-gallery-grid figure{margin:0;overflow:hidden;border-radius:14px}
.themed-portfolio-page .tp-gallery-grid img,.themed-portfolio-page .tp-gallery-grid .tp-placeholder{width:100%;min-height:360px;height:100%;aspect-ratio:4/5;object-fit:cover;border-radius:14px}
.themed-portfolio-page .tp-options-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.themed-portfolio-page .tp-options-grid article{padding:1.4rem;border:1px solid #dfe4ea;border-radius:var(--radius);background:#fff}
.themed-portfolio-page .tp-cta{display:flex;justify-content:space-between;align-items:center;gap:2rem}
.themed-portfolio-page .tp-cta>div{max-width:720px}
.themed-portfolio-page .tp-center-buttons{justify-content:center}
@media(max-width:960px){
 .themed-portfolio-page .tp-hero-grid{grid-template-columns:1fr}
 .themed-portfolio-page .tp-gallery-grid{grid-template-columns:repeat(2,1fr)}
 .themed-portfolio-page .tp-options-grid{grid-template-columns:repeat(2,1fr)}
 .themed-portfolio-page .tp-cta{display:block}
}
@media(max-width:620px){
 .themed-portfolio-page .tp-hero{padding-top:2.5rem}
 .themed-portfolio-page .tp-hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:auto auto}
 .themed-portfolio-page .tp-hero-collage img:first-child{grid-column:1/-1;grid-row:auto;height:300px}
 .themed-portfolio-page .tp-hero-collage .tp-placeholder{min-height:180px}
 .themed-portfolio-page .tp-gallery-grid,.themed-portfolio-page .tp-options-grid{grid-template-columns:1fr}
}


/* =========================================================
   NON-SENIOR PRICING / CONTACT CTA
   ========================================================= */
.pricing-contact-strip{
  padding:3.25rem 0;
  background:#fff;
  border-top:1px solid #e1e5ea;
  border-bottom:1px solid #e1e5ea;
}
.pricing-contact-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:2rem;
  align-items:center;
}
.pricing-contact-inner>div{max-width:760px}
.pricing-contact-inner h2{margin-bottom:.65rem}
.pricing-contact-inner p:last-child{margin-bottom:0}
@media(max-width:760px){
  .pricing-contact-inner{grid-template-columns:1fr}
  .pricing-contact-inner .button{justify-self:start}
}


/* =========================================================
   ACCESSIBILITY: GOLD TEXT CONTRAST
   Decorative gold remains #c6922e.
   Text using the eyebrow treatment uses darker #8b5e00.
   This provides WCAG AA contrast on white, soft gray and cream backgrounds.
   ========================================================= */
.eyebrow{
  color:var(--gold-text);
}

/* Keep light-gold eyebrow text on dark sections. */
.dark .eyebrow.light,
.eyebrow.light{
  color:#f0c46c;
}


/* =========================================================
   ACCESSIBILITY: ICON CONTRAST FIX
   WAVE flagged decorative/text icons using the original gold.
   Use the accessible darker gold for icons on light backgrounds.
   ========================================================= */
.portfolio-placeholder span,
.children-placeholder span,
.ct-placeholder span,
.tp-placeholder span,
.family-portfolio-page .portfolio-placeholder span,
.portfolio-page .portfolio-placeholder span,
.children-portfolio-page .children-placeholder span,
.childrens-themed-portfolio-page .ct-placeholder span,
.themed-portfolio-page .tp-placeholder span {
  color: var(--gold-text);
}


/* =========================================================
   ACCESSIBILITY: HOMEPAGE SERVICE TILE ICONS
   Exact selector for Families, Children, Creative Themed,
   Back to School, and Seasonal icons.
   ========================================================= */
.home-page .service-card .service-icon{
  color:var(--gold-text);
}


/* =========================================================
   ACCESSIBILITY: STUDIO FEATURE TILE ICONS
   Professional Lighting, Backdrop Variety, Creative Freedom,
   and Year-Round Sessions.
   ========================================================= */
.studio-page .studio-feature-grid article > span{
  color:var(--gold-text);
}


/* =========================================================
   ACCESSIBILITY: ABOUT PAGE TILE ICONS
   Personal Planning, Professional Direction, Dedicated Studio,
   Natural Retouching, Professional Products, Creative Flexibility.
   ========================================================= */
.about-page .about-values-grid article > span{
  color:var(--gold-text);
}


/* =========================================================
   ACCESSIBILITY: ACTIVE CONTACT NAV BUTTON
   Keep the Contact CTA readable when it is the current page.
   ========================================================= */
.site-nav .nav-cta[aria-current="page"]{
  background:var(--navy-dark);
  color:#fff;
  border-color:var(--navy-dark);
}


/* =========================================================
   ACCESSIBILITY: SENIOR PRICING COLLECTION KICKERS
   ========================================================= */
.senior-pricing-page .collection-kicker{
  color:var(--gold-text);
}
