/* Bappaz — page-specific section styles extracted verbatim from the source HTML <style> blocks. Combined here so every flexible section renders pixel-perfect. */

/* ===== from index.html ===== */
.hero { position: relative; overflow: hidden; padding: 80px 0 96px; }
  .hero__bg { position: absolute; inset: 0; background:
    radial-gradient(46% 44% at 86% 6%, var(--butter-soft) 0%, transparent 62%),
    radial-gradient(40% 42% at 6% 24%, var(--terra-soft) 0%, transparent 60%),
    radial-gradient(48% 46% at 52% 104%, var(--sage-soft) 0%, transparent 58%); }
  .hero .wrap { position: relative; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }
  .hero h1 { font-size: clamp(44px, 5.6vw, 76px); }
  .hero h1 em { font-style: normal; color: var(--terra); }
  .hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
  .hero__meta { display: flex; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
  .hero__meta div { display: flex; flex-direction: column; }
  .hero__meta b { font-family: var(--ff-display); font-size: 28px; line-height: 1.05; }
  .hero__meta span { font-size: 13.5px; color: var(--ink-soft); font-weight: 700; margin-top: 5px; }
  .collage { position: relative; height: 640px; }
  .collage .photo { position: absolute; }
  .cg1 { width: 56%; height: 62%; top: 0; right: 4%; transform: rotate(3deg); z-index: 2; }
  .cg2 { width: 44%; height: 50%; bottom: 4%; right: 38%; transform: rotate(-5deg); z-index: 3; }
  .cg3 { width: 34%; height: 42%; top: 10%; left: 0; transform: rotate(-7deg); z-index: 1; }
  .cg4 { width: 26%; aspect-ratio: 1; height: auto; bottom: 0; right: 2%; transform: rotate(6deg); z-index: 4; border-radius: 50%; }
  .cg4 img { border-radius: 50%; }
  .collage__badge { position: absolute; z-index: 5; top: -14px; left: 30%; width: 110px; height: 110px; border-radius: 50%;
    background: var(--ink); color: var(--cream); display: grid; place-items: center; text-align: center; transform: rotate(-9deg);
    font-family: var(--ff-display); font-weight: 600; font-size: 13px; line-height: 1.25; box-shadow: var(--shadow); padding: 12px; }
  .collage__badge b { display: block; font-size: 21px; color: var(--butter); }
  @media (max-width: 980px) { .hero .wrap { grid-template-columns: 1fr; } .collage { height: 470px; max-width: 560px; } }
  @media (max-width: 620px) { .collage { height: 350px; } }

  .gal-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 50px; }
  .gal-strip .photo { aspect-ratio: 3/4; }
  .gal-strip .photo:nth-child(even) { transform: translateY(18px); }
  @media (max-width: 980px) { .gal-strip { grid-template-columns: repeat(3, 1fr); } }

  .teaser { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
  .teaser ul { list-style: none; display: grid; gap: 14px; margin-top: 26px; }
  .teaser li { display: flex; justify-content: space-between; gap: 18px; background: var(--paper); border: 1px solid var(--line);
    border-radius: var(--r-md); padding: 16px 22px; font-family: var(--ff-display); font-weight: 600; font-size: 17px;
    text-decoration: none; }
  .teaser li b { color: var(--terra-deep); white-space: nowrap; }
  @media (max-width: 980px) { .teaser { grid-template-columns: 1fr; } }

/* ===== from pricing.html ===== */
.pchips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 34px; }
  .pchips a { font-family: var(--ff-display); font-weight: 600; font-size: 15px; text-decoration: none;
    border: 1.5px solid var(--line); background: var(--paper); border-radius: 999px; padding: 9px 20px; transition: all .15s ease; }
  .pchips a:hover { border-color: var(--terra); color: var(--terra-deep); }
  .pblock { padding: 64px 0; border-bottom: 1px solid var(--line); }
  .pblock:last-of-type { border-bottom: 0; }
  .pblock__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; flex-wrap: wrap; }
  .pblock__head .h-md { font-size: clamp(24px, 2.6vw, 32px); }
  .pblock__head p { color: var(--ink-soft); margin-top: 6px; max-width: 560px; }
  .prow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 30px; }
  .pcell { background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-md); padding: 22px 24px; position: relative; }
  .pcell--hot { border-color: var(--terra); }
  .pcell--hot::after { content: "Popular"; position: absolute; top: -11px; right: 18px; background: var(--terra); color: #fff;
    font-family: var(--ff-display); font-weight: 600; font-size: 12px; padding: 2px 12px; border-radius: 999px; }
  .pcell h4 { font-size: 18px; }
  .pcell .pr { font-family: var(--ff-display); font-weight: 700; font-size: 28px; margin: 6px 0 4px; }
  .pcell .pr span { font-size: 14px; color: var(--ink-soft); font-weight: 600; }
  .pcell p { font-size: 14px; color: var(--ink-soft); font-weight: 600; }
  @media (max-width: 760px) { .prow { grid-template-columns: 1fr; } }
  .addons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
  .addon { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px; }
  .addon b { font-family: var(--ff-display); font-size: 17px; display: block; }
  .addon span { color: var(--terra-deep); font-family: var(--ff-display); font-weight: 700; font-size: 19px; display: block; margin-top: 6px; }
  .addon p { font-size: 13.5px; color: var(--ink-soft); margin-top: 6px; }
  @media (max-width: 980px) { .addons { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .addons { grid-template-columns: 1fr; } }

/* ===== from about.html ===== */
.story { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
  .story p { color: var(--ink-soft); font-size: 17.5px; margin-top: 16px; }
  @media (max-width: 980px) { .story { grid-template-columns: 1fr; } }
  .stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
  .stat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; text-align: center; }
  .stat b { font-family: var(--ff-display); font-size: 42px; font-weight: 700; color: var(--terra-deep); display: block; line-height: 1; }
  .stat span { font-size: 14.5px; font-weight: 700; color: var(--ink-soft); display: block; margin-top: 10px; }
  @media (max-width: 760px) { .stats { grid-template-columns: 1fr 1fr; } }
  .values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
  @media (max-width: 760px) { .values { grid-template-columns: 1fr; } }

/* ===== from contact.html ===== */
.csplit { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: start; }
  @media (max-width: 980px) { .csplit { grid-template-columns: 1fr; } }
  .cform { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 38px; }
  .cform h2 { font-size: 26px; margin-bottom: 6px; }
  .cform > p { color: var(--ink-soft); font-size: 15px; margin-bottom: 26px; }
  .fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .fgrid .full { grid-column: 1 / -1; }
  @media (max-width: 560px) { .fgrid { grid-template-columns: 1fr; } }
  .field label { display: block; font-family: var(--ff-display); font-weight: 600; font-size: 14.5px; margin-bottom: 6px; }
  .field input, .field select, .field textarea {
    width: 100%; font-family: var(--ff-body); font-size: 15.5px; color: var(--ink);
    background: var(--cream); border: 1.5px solid var(--line); border-radius: var(--r-sm); padding: 12px 14px; outline: none;
    transition: border-color .15s ease; }
  .field input:focus, .field select:focus, .field textarea:focus { border-color: var(--terra); }
  .field textarea { resize: vertical; min-height: 110px; }
  .cinfo { display: grid; gap: 18px; }
  .cinfo .card { display: flex; gap: 18px; align-items: flex-start; }
  .cinfo .card:hover { transform: none; box-shadow: none; }
  .cinfo .inc__dot { margin-bottom: 0; flex-shrink: 0; }
  .cinfo h3 { font-size: 19px; }
  .cinfo p { color: var(--ink-soft); font-size: 15px; margin-top: 4px; }
  .cinfo a { color: var(--terra-deep); font-weight: 700; text-decoration: none; }
  .map { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); margin-top: 56px; }
  .map iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ===== from gallery.html ===== */
.gfilters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 36px; }
  .gfilters button { font-family: var(--ff-display); font-weight: 600; font-size: 15px; cursor: pointer;
    border: 1.5px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 999px; padding: 9px 22px; transition: all .15s ease; }
  .gfilters button:hover { border-color: var(--terra); color: var(--terra-deep); }
  .gfilters button.on { background: var(--ink); border-color: var(--ink); color: var(--cream); }
  .masonry { columns: 3 340px; column-gap: 22px; margin-top: 50px; }
  .gitem { break-inside: avoid; margin-bottom: 20px; position: relative; border-radius: var(--r-md); overflow: hidden; background: var(--butter-soft); }
  .gitem img { width: 100%; display: block; transition: transform .4s ease; }
  .gitem:hover img { transform: scale(1.04); }
  .gitem figcaption { position: absolute; inset: auto 0 0 0; padding: 36px 18px 14px;
    background: linear-gradient(transparent, rgba(40, 26, 20, .72)); color: #fff;
    font-family: var(--ff-display); font-weight: 600; font-size: 14.5px; opacity: 0; transition: opacity .25s ease; }
  .gitem:hover figcaption { opacity: 1; }
  .gitem.hide { display: none; }

/* ===== from blog.html ===== */
.chip { display: inline-flex; font-family: var(--ff-display); font-weight: 600; font-size: 13px; padding: 4px 14px; border-radius: 999px; }
  .chip--terra { background: var(--terra-soft); color: var(--terra-deep); }
  .chip--sage { background: var(--sage-soft); color: #55846A; }
  .chip--butter { background: var(--butter-soft); color: #B5862F; }
  .chip--blush { background: var(--terra-soft); color: var(--terra-deep); }
  .bmeta { display: flex; gap: 18px; align-items: center; font-size: 13.5px; font-weight: 700; color: var(--ink-soft); }
  .bmeta span { display: inline-flex; align-items: center; gap: 6px; }
  .bmeta svg { width: 14px; height: 14px; color: var(--terra); }
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
  .bcard { display: flex; flex-direction: column; text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
  .bcard:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
  .bcard .photo { border-radius: 0; height: 210px; }
  .bcard__body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; text-align: left; }
  .bcard__body h3 { font-size: 21px; line-height: 1.25; }
  .bcard__body p { color: var(--ink-soft); font-size: 15px; flex: 1; }
  .bfeat { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; margin-top: 50px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
  .bfeat:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
  .bfeat .photo { border-radius: 0; min-height: 340px; }
  .bfeat__body { padding: 44px 46px; display: flex; flex-direction: column; gap: 16px; justify-content: center; text-align: left; }
  .bfeat__body h2 { font-size: clamp(24px, 2.6vw, 34px); line-height: 1.2; }
  .bfeat__body > p { color: var(--ink-soft); font-size: 16.5px; }
  @media (max-width: 980px) { .blog-grid { grid-template-columns: 1fr 1fr; } .bfeat { grid-template-columns: 1fr; } }
  @media (max-width: 620px) { .blog-grid { grid-template-columns: 1fr; } }

/* ===== from services/newborn-photography.html ===== */
.phero h1 em { font-style: normal; color: var(--terra); }
  .about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 56px; align-items: start; margin-top: 40px; }
  .about-split p { color: var(--ink-soft); font-size: 17.5px; }
  @media (max-width: 760px) { .about-split { grid-template-columns: 1fr; } }
  .pkg-note { text-align: center; margin-top: 28px; color: var(--ink-soft); font-size: 14.5px; font-weight: 600; }

/* ===== from blog/newborn-photoshoot-best-age.html ===== */
.post-hero { padding: 64px 0 44px; position: relative; }
  .post-hero .wrap { max-width: 880px; }
  .post-hero h1 { font-size: clamp(32px, 4.2vw, 52px); margin: 18px 0 20px; }
  .chip { display: inline-flex; font-family: var(--ff-display); font-weight: 600; font-size: 13px; padding: 4px 14px; border-radius: 999px; }
  .chip--terra { background: var(--terra-soft); color: var(--terra-deep); }
  .chip--sage { background: var(--sage-soft); color: #55846A; }
  .chip--butter { background: var(--butter-soft); color: #B5862F; }
  .chip--blush { background: var(--terra-soft); color: var(--terra-deep); }
  .bmeta { display: flex; gap: 18px; align-items: center; font-size: 14px; font-weight: 700; color: var(--ink-soft); }
  .bmeta span { display: inline-flex; align-items: center; gap: 6px; }
  .bmeta svg { width: 15px; height: 15px; color: var(--terra); }
  .post-img { width: min(1060px, calc(100% - 48px)); margin: 0 auto; }
  .post-img .photo { aspect-ratio: 21/10; }
  .prose { width: min(780px, calc(100% - 48px)); margin: 52px auto 0; font-size: 17.5px; }
  .prose h2 { font-size: 27px; margin: 42px 0 12px; }
  .prose p { margin: 15px 0; color: #5E4E45; }
  .prose ul, .prose ol { margin: 16px 0 16px 26px; color: #5E4E45; }
  .prose li { margin: 9px 0; }
  .prose strong { color: var(--ink); }
  .prose .callout { background: var(--butter-soft); border: 1.5px dashed var(--butter); border-radius: var(--r-md); padding: 18px 24px; margin: 28px 0; font-size: 16px; color: #5E4E45; }
  .post-cta { width: min(780px, calc(100% - 48px)); margin: 48px auto 0; background: var(--sage-soft); border-radius: var(--r-lg); padding: 32px 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .post-cta h3 { font-size: 22px; }
  .post-cta p { color: var(--ink-soft); font-size: 15px; margin-top: 4px; }
  .rel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
  .rel { display: flex; gap: 20px; align-items: center; text-decoration: none; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; transition: transform .2s ease, box-shadow .2s ease; }
  .rel:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
  .rel .photo { width: 110px; height: 110px; flex-shrink: 0; border-radius: var(--r-md); }
  .rel h3 { font-size: 17.5px; line-height: 1.3; }
  .rel span { font-size: 13px; font-weight: 700; color: var(--ink-soft); display: block; margin-top: 8px; }
  @media (max-width: 760px) { .rel-grid { grid-template-columns: 1fr; } }
