/* ===========================================================
   Weddings By Chetan Parihar — inner pages
   Same system as the homepage: ivory/blush/wine, Bodoni Moda +
   Manrope two-style headings, rounded images, compact sections.
   =========================================================== */
.page-inner main { padding-top: 74px; }

/* breadcrumbs */
.crumbs { display: flex; gap: .5rem; flex-wrap: wrap; font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 1.1rem; }
.crumbs a:hover { color: var(--crimson); }
.crumbs span[aria-hidden] { opacity: .5; }

/* page hero */
.phero { padding-block: clamp(2.5rem, 5vw, 4.5rem) var(--sec); }
.phero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: center; }
.phero__title { font-family: var(--sans); font-weight: 600; letter-spacing: -.03em; line-height: 1.04; font-size: clamp(2.2rem, 4.6vw, 4.2rem); color: var(--wine); }
.phero__title em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; font-size: 1.08em; color: var(--crimson); }
.phero__lead { margin-top: 1.1rem; max-width: 48ch; color: var(--muted); font-size: clamp(1rem, 1.2vw, 1.12rem); }
.phero__note { margin-top: .9rem; font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-dark); }
.phero__actions { display: flex; align-items: center; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.8rem; }
.phero__media { position: relative; justify-self: end; width: min(100%, 520px); }
.phero__media .frame:first-child { aspect-ratio: 4 / 5; }
.phero__media .frame + .frame { position: absolute; left: -12%; bottom: -8%; width: 42%; aspect-ratio: 1; border: 6px solid var(--bg); border-radius: calc(var(--r) + 6px); }
.phero--text .phero__grid { grid-template-columns: minmax(0, 1fr); }
.phero--text .phero__title { max-width: 18ch; }

/* generic two-column block */
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: center; }
.split--top { align-items: start; }
.split__copy p + p { margin-top: 1rem; }
.split__copy .muted { font-size: 1rem; }
.tagline { margin-top: 1.4rem; font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 1.8vw, 1.5rem); color: var(--crimson); }

/* three images in a gentle stagger */
.trio { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: clamp(10px, 1.4vw, 20px); align-items: end; margin-top: clamp(2rem, 4vw, 3.25rem); }
.trio .frame:nth-child(1) { aspect-ratio: 4 / 5; }
.trio .frame:nth-child(2) { aspect-ratio: 4 / 4.4; }
.trio .frame:nth-child(3) { aspect-ratio: 4 / 5; transform: translateY(-2.5rem); }

/* founder letter */
.letter { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(1.5rem, 5vw, 4.5rem); align-items: center; }
.letter__media { aspect-ratio: 4 / 5; }
.letter__card { position: relative; background: var(--bg); border-radius: calc(var(--r) + 6px); padding: clamp(1.6rem, 3.6vw, 3.2rem); box-shadow: 0 30px 50px -40px rgba(43,18,23,.45); }
.letter__card .eyebrow { margin-bottom: 1.2rem; }
.letter__salute { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--wine); margin-bottom: .9rem; }
.letter__card p { color: var(--ink); line-height: 1.8; }
.letter__card p + p { margin-top: .9rem; }
.letter__sign { display: flex; align-items: center; gap: 1rem; margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.letter__sign img { width: 54px; height: 54px; object-fit: contain; }
.letter__sign strong { display: block; font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.35rem; color: var(--wine); }
.letter__sign span { font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--muted-2); }

/* pillars */
.pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 22px); margin-top: clamp(1.6rem, 3.4vw, 2.6rem); }
.pillar { padding: clamp(1.1rem, 2vw, 1.6rem); border-radius: calc(var(--r) + 4px); background: var(--band); transition: transform .5s var(--ease-out), background .4s var(--ease); }
.pillar:hover { transform: translateY(-4px); background: var(--sand); }
.pillar__icon { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--bg); color: var(--wine); margin-bottom: 1rem; }
.pillar__icon .ic { margin: 0; width: 1.2rem; height: 1.2rem; }
.pillar h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); color: var(--wine); }
.pillar p { margin-top: .5rem; font-size: .9rem; color: var(--muted); }

/* numbers band (wine) */
.numbers-band { background: var(--wine-deep); color: var(--cream); padding-block: clamp(2.5rem, 5vw, 4rem); }
.numbers-band .stats { margin: 0; max-width: none; border: 0; padding: 0; }
.numbers-band .stat__n { color: var(--cream); font-family: var(--sans); font-weight: 600; letter-spacing: -.03em; }
.numbers-band .stat__label { color: var(--cream-2); }
.numbers-band .h2 { color: var(--cream); margin-bottom: 1.4rem; }
.numbers-band .h2 em { color: var(--gold); }

/* FAQ */
.faqs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; align-items: start; }
.faq { border-radius: var(--r); background: var(--band); padding: 0 1.2rem; }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.05rem 0; font-weight: 600; color: var(--wine); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.3rem; font-weight: 400; color: var(--crimson); transition: transform .4s var(--ease-out); }
.faq[open] summary::after { transform: rotate(45deg); }
.faq p { padding-bottom: 1.1rem; color: var(--muted); font-size: .94rem; }

/* closing call to action */
.cta-band { background: var(--wine); color: var(--cream); padding-block: clamp(3rem, 6vw, 4.5rem); }
.cta-band__grid { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.5rem 3rem; flex-wrap: wrap; }
.cta-band .h2 { color: var(--cream); max-width: 16ch; }
.cta-band .h2 em { color: #E2C08F; }
.cta-band p { margin-top: .8rem; color: var(--cream-2); max-width: 46ch; }
.cta-band__actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.cta-band .cta { border-color: var(--cream); color: var(--cream); }
.cta-band .cta::before { background: var(--cream); }
.cta-band .cta:hover { color: var(--wine); }
.cta-band .cta__arrow { background: var(--cream); color: var(--wine); }
.cta-band .cta:hover .cta__arrow { background: var(--wine); color: var(--cream); }
.cta-band .ulink { color: var(--cream); }

/* services grid */
.sgrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 22px); }
.scard { display: grid; grid-template-rows: auto 1fr; background: var(--band); border-radius: calc(var(--r) + 6px); overflow: hidden; transition: transform .5s var(--ease-out), box-shadow .5s var(--ease); }
.scard:hover { transform: translateY(-6px); box-shadow: 0 30px 40px -34px rgba(43,18,23,.5); }
.scard__img { aspect-ratio: 16 / 11; overflow: hidden; }
.scard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.scard:hover .scard__img img { transform: scale(1.05); }
.scard__body { padding: clamp(1rem, 1.8vw, 1.4rem); display: grid; gap: .55rem; align-content: start; }
.scard__no { display: flex; align-items: center; font-size: .66rem; font-weight: 700; letter-spacing: .18em; color: var(--gold-dark); }
.scard h3 { font-size: clamp(1.2rem, 1.6vw, 1.45rem); color: var(--wine); }
.scard p { font-size: .9rem; color: var(--muted); }
.scard .ulink { justify-self: start; margin-top: .4rem; }

/* service categories (from the scope document) */
.cats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 16px; align-items: start; }
.cat { border: 1px solid var(--line); border-radius: var(--r); background: var(--bg); padding: 0 1.1rem; }
.cat summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .95rem 0; font-weight: 600; font-size: .95rem; color: var(--wine); }
.cat summary::-webkit-details-marker { display: none; }
.cat summary small { font-size: .66rem; font-weight: 700; letter-spacing: .1em; color: var(--gold-dark); background: var(--band); border-radius: 999px; padding: .2rem .55rem; }
.cat ul { display: grid; gap: .3rem; padding-bottom: 1rem; }
.cat li { position: relative; padding-left: 1rem; font-size: .88rem; color: var(--muted); }
.cat li::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; border-radius: 50%; background: var(--crimson); }
.cats--open .cat summary { cursor: default; }
.cats--open .cat summary::after { content: none; }

/* compact process row */
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 18px); counter-reset: s; }
.step { padding: 1.2rem; border-top: 2px solid var(--wine); background: var(--band); border-radius: 0 0 var(--r) var(--r); }
.step__label { font-size: .66rem; font-weight: 700; letter-spacing: .2em; color: var(--gold-dark); }
.step h3 { margin-top: .4rem; font-size: 1.15rem; color: var(--wine); }
.step p { margin-top: .45rem; font-size: .88rem; color: var(--muted); }

/* service detail */
.included { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(1.5rem, 5vw, 4.5rem); align-items: start; }
.included__intro { position: sticky; top: 110px; }
.snav { display: flex; gap: .5rem; flex-wrap: wrap; }
.snav a { padding: .55rem 1rem; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 600; color: var(--wine); transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.snav a:hover, .snav a[aria-current="page"] { background: var(--wine); border-color: var(--wine); color: var(--cream); }
.strip3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 18px); }
.strip3 .frame { aspect-ratio: 4 / 5; }

/* portfolio */
.filters { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: clamp(1.4rem, 3vw, 2rem); }
.filters button { padding: .55rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: .8rem; font-weight: 600; color: var(--wine); cursor: pointer; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.filters button[aria-pressed="true"], .filters button:hover { background: var(--wine); border-color: var(--wine); color: var(--cream); }
.wgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 2vw, 28px); }
.wcard { display: grid; gap: .9rem; }
.wcard[hidden] { display: none; }
.wcard .frame { aspect-ratio: 4 / 5; }
.wcard .frame img { transition: transform 1.2s var(--ease-out); }
.wcard:hover .frame img { transform: scale(1.04); }
.wcard__meta { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; }
.wcard__place { display: flex; align-items: center; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); }
.wcard__name { font-size: clamp(1.5rem, 2.4vw, 2.1rem); color: var(--wine); margin-top: .2rem; }
.wcard__name em { font-style: italic; font-weight: 400; color: var(--crimson); }
.wcard__tags { display: flex; gap: .35rem; flex-wrap: wrap; margin-top: .5rem; }
.wcard__tags span { padding: .25rem .6rem; border-radius: 999px; background: var(--band); font-size: .66rem; font-weight: 600; color: var(--muted); }

/* wedding story */
.shero { position: relative; height: min(88svh, 820px); overflow: hidden; background: var(--darker); color: var(--cream); }
.shero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shero::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, rgba(28,14,17,0), rgba(28,14,17,.78)); }
.shero__words { position: absolute; left: 0; right: 0; bottom: clamp(1.6rem, 6vh, 3.5rem); z-index: 2; }
.shero__words .crumbs { color: var(--cream-2); }
.shero__place { display: flex; align-items: center; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #E2C08F; }
.shero__title { margin-top: .5rem; font-family: var(--sans); font-weight: 600; letter-spacing: -.03em; font-size: clamp(2.4rem, 6vw, 5.2rem); line-height: 1; color: var(--cream); }
.shero__title em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: #E2C08F; }
.shero__sub { margin-top: .8rem; max-width: 46ch; color: var(--cream-2); }
.page-inner .shero { margin-top: -74px; }
.page-story .topbar { background: rgba(251,245,239,.97); }

.chapters { display: grid; gap: clamp(3.5rem, 8vw, 6rem); }
.chapter { display: grid; gap: clamp(1.2rem, 2.6vw, 2rem); }
.chapter__head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 1rem clamp(1.5rem, 5vw, 4.5rem); align-items: end; }
.chapter__no { font-size: .68rem; font-weight: 700; letter-spacing: .2em; color: var(--gold-dark); }
.chapter__title { margin-top: .4rem; font-family: var(--sans); font-weight: 600; letter-spacing: -.028em; font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1.08; color: var(--wine); }
.chapter__title em { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--crimson); }
.chapter__text p { color: var(--muted); }
.chapter__text p + p { margin-top: .8rem; }
.chapter__text .quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.15rem, 1.6vw, 1.35rem); color: var(--wine); }
.rhythm { display: grid; gap: clamp(8px, 1.1vw, 16px); }
.rhythm--1 { grid-template-columns: 1fr; }
.rhythm--1 .frame { aspect-ratio: 16 / 9; }
.rhythm--2 { grid-template-columns: 1.35fr 1fr; }
.rhythm--2 .frame { aspect-ratio: 4 / 5; }
.rhythm--2 .frame:first-child { aspect-ratio: auto; }
.rhythm--3 { grid-template-columns: 1fr 1.25fr 1fr; align-items: end; }
.rhythm--3 .frame { aspect-ratio: 4 / 5; }
.rhythm--3 .frame:nth-child(2) { aspect-ratio: 4 / 5.6; }
.rhythm--4 { grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: repeat(2, clamp(170px, 18vw, 280px)); }
.rhythm--4 .frame:first-child { grid-row: span 2; }
.rhythm .frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.reelset { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(210px, 44vw), 1fr)); gap: clamp(8px, 1.1vw, 16px); }
.reelset .frame { aspect-ratio: 9 / 16; }
.reelset .frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing { text-align: center; }
.closing .lead { max-width: 30ch; margin-inline: auto; }
.story-nav { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.4rem; border-top: 1px solid var(--line); }

/* testimonials page: pinned notes on a board */
.board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.6rem, 3vw, 2.6rem) clamp(14px, 2vw, 26px); padding-top: 1rem; align-items: start; }
.board .note { flex: none; cursor: default; }
.board .note__quote { display: block; -webkit-line-clamp: unset; overflow: visible; }
.board .note:nth-child(3n+2) { margin-top: 1.4rem; }

/* journal */
.jlist { border-top: 1px solid var(--line); }
.jrow { display: grid; grid-template-columns: 9rem minmax(0, 1fr) auto; gap: 1rem clamp(1rem, 3vw, 2.5rem); align-items: baseline; padding: clamp(1rem, 2vw, 1.5rem) 0; border-bottom: 1px solid var(--line); transition: background .3s var(--ease); }
.jrow:hover { background: var(--band); }
.jrow__date { font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted-2); padding-left: .4rem; }
.jrow__title { font-family: var(--serif); font-weight: 500; font-size: clamp(1.2rem, 1.9vw, 1.6rem); color: var(--wine); line-height: 1.2; }
.jrow__excerpt { margin-top: .35rem; font-size: .9rem; color: var(--muted); max-width: 70ch; }
.jrow__go { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--wine); margin-right: .4rem; transition: background .3s var(--ease), color .3s var(--ease); }
.jrow__go .ic { margin: 0; }
.jrow:hover .jrow__go { background: var(--wine); color: var(--cream); border-color: var(--wine); }

/* contact page details */
.cdetails { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.cdetail { padding: 1.2rem; border-radius: var(--r); background: var(--band); }
.cdetail .ic { width: 1.3rem; height: 1.3rem; color: var(--crimson); margin: 0 0 .7rem; }
.cdetail strong { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); }
.cdetail a, .cdetail span { display: block; margin-top: .3rem; color: var(--wine); font-weight: 600; font-size: .95rem; word-break: break-word; }

@media (max-width: 1080px) {
  .phero__grid, .split, .letter, .included, .chapter__head { grid-template-columns: 1fr; }
  .phero__media { justify-self: center; }
  .pillars, .cdetails { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sgrid, .cats, .board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .included__intro { position: static; }
}
@media (max-width: 760px) {
  .phero__media .frame + .frame { left: -4%; }
  .trio { grid-template-columns: 1fr 1fr; }
  .trio .frame:nth-child(3) { display: none; }
  .faqs, .sgrid, .cats, .wgrid, .board, .pillars, .steps, .cdetails, .strip3 { grid-template-columns: 1fr; }
  .board .note:nth-child(n) { margin-top: 0; }
  .rhythm--2, .rhythm--3 { grid-template-columns: 1fr 1fr; }
  .rhythm--3 .frame:nth-child(3) { display: none; }
  .rhythm--4 { grid-template-columns: 1fr 1fr; grid-template-rows: none; grid-auto-rows: 46vw; }
  .rhythm--4 .frame:first-child { grid-row: span 2; }
  .jrow { grid-template-columns: 1fr auto; }
  .jrow__date { grid-column: 1 / -1; padding-left: 0; }
}

/* article text, step photos, contact title accent */
.article { margin-top: 1.6rem; font-size: 1.02rem; line-height: 1.85; color: var(--ink); }
.article > * + * { margin-top: 1rem; }
.article h2, .article h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.02em; color: var(--wine); margin-top: 2rem; }
.article h2 { font-size: 1.6rem; } .article h3 { font-size: 1.25rem; }
.article ul, .article ol { padding-left: 1.2rem; list-style: disc; }
.article a { color: var(--crimson); text-decoration: underline; }
.step .frame { aspect-ratio: 4 / 3; margin: -1.2rem -1.2rem 1rem; border-radius: 0; }
.step { overflow: hidden; }
.contact__title em { font-family: var(--serif); font-style: italic; font-weight: 400; color: #E2C08F; }
.wcard > a { display: block; }
.wcard__name a:hover { color: var(--crimson); }
.cdetail a + a { margin-top: .15rem; }
.band-warm .scard, .band-warm .step { background: var(--bg); }

/* services as alternating rows (no identical card grid) */
.srows { display: grid; gap: clamp(1.6rem, 3.4vw, 2.6rem); }
.srow { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.2rem, 4vw, 3.5rem); align-items: center; padding-top: clamp(1.6rem, 3.4vw, 2.6rem); border-top: 1px solid var(--line); }
.srow:first-child { padding-top: 0; border-top: 0; }
.srow:nth-child(even) .srow__img { order: 2; }
.srow__img { aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--r); background: var(--sand); }
.srow__img img { width: 100%; height: 100%; object-fit: cover; }
.srow__body { display: grid; gap: .6rem; justify-items: start; max-width: 34rem; }
.srow__no { font-size: .72rem; font-weight: 700; letter-spacing: .18em; color: var(--gold-dark); }
.srow h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.02em; font-size: clamp(1.35rem, 2vw, 1.8rem); color: var(--wine); }
.srow p { color: var(--muted); }

/* values as a plain two-column list */
.plist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(1.5rem, 5vw, 4rem); margin-top: clamp(1.2rem, 2.6vw, 2rem); }
.plist__item { padding: 1.1rem 0; border-top: 1px solid var(--line); }
.plist__item h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.02em; font-size: 1.15rem; color: var(--wine); }
.plist__item p { margin-top: .35rem; color: var(--muted); font-size: .95rem; }

/* steps as a numbered list */
.slist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(1.5rem, 5vw, 4rem); }
.slist__item { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: .4rem 1rem; align-items: start; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.slist__img { grid-column: 1 / -1; aspect-ratio: 16 / 9; margin-bottom: .6rem; }
.slist__no { font-family: var(--serif); font-style: italic; font-size: 1.6rem; line-height: 1; color: var(--crimson); min-width: 2.2rem; }
.slist__item h3 { font-family: var(--sans); font-weight: 600; letter-spacing: -.02em; font-size: 1.15rem; color: var(--wine); }
.slist__item p { margin-top: .35rem; color: var(--muted); font-size: .95rem; }
