/* Kildeer memorial photography — Woodland Ledger */
.kd-ledger {
  --kd-navy: #102737;
  --kd-navy-deep: #0a1d29;
  --kd-ink: #173044;
  --kd-cream: #f5f0e7;
  --kd-paper: #fffdf8;
  --kd-gold: #9f7b46;
  --kd-rule: #d4c8b5;
  background: var(--kd-paper);
  color: var(--kd-ink);
}

.kd-ledger .site-header {
  background: rgba(255, 253, 248, .97);
  border-bottom-color: #d8cdbb;
}

.kd-ledger .button {
  min-width: 215px;
  padding: 1rem 1.45rem;
  border: 1px solid var(--kd-navy);
  border-radius: 0;
  background: var(--kd-navy);
  color: #fffdf8;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}

.kd-ledger .button:hover,
.kd-ledger .button:focus-visible {
  background: #18394e;
}

.kd-ledger .button-light {
  border-color: rgba(255, 253, 248, .75);
  background: transparent;
  color: #fffdf8;
}

.kd-ledger .button-light:hover,
.kd-ledger .button-light:focus-visible {
  background: #fffdf8;
  color: var(--kd-navy);
}

.kd-ledger .eyebrow {
  color: var(--kd-gold);
  font-size: .64rem;
  letter-spacing: .22em;
}

.kd-hero {
  background: var(--kd-paper);
}

.kd-hero__copy {
  display: grid;
  justify-items: center;
  max-width: 1040px;
  padding-top: clamp(4.8rem, 8vw, 8rem);
  padding-bottom: clamp(4.1rem, 7vw, 6.6rem);
  text-align: center;
}

.kd-hero__copy .eyebrow {
  position: relative;
  width: fit-content;
  margin-bottom: 1.25rem;
}

.kd-hero__copy .eyebrow::before,
.kd-hero__copy .eyebrow::after {
  position: absolute;
  top: 50%;
  width: clamp(42px, 7vw, 90px);
  height: 1px;
  background: #c9bca7;
  content: "";
}

.kd-hero__copy .eyebrow::before {
  right: calc(100% + 1.4rem);
}

.kd-hero__copy .eyebrow::after {
  left: calc(100% + 1.4rem);
}

.kd-hero h1 {
  max-width: 900px;
  margin: 0 auto 1.2rem;
  color: var(--kd-navy);
  font-size: clamp(3.65rem, 6vw, 6.25rem);
  letter-spacing: -.045em;
  line-height: .92;
  text-align: center;
}

.kd-hero__copy > p:not(.eyebrow) {
  max-width: 710px;
  margin: 0 auto 1.8rem;
  color: #52616b;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}

.kd-hero__image,
.kd-hero__image img {
  display: block;
  width: 100%;
}

.kd-hero__image {
  overflow: hidden;
  max-height: 520px;
}

.kd-hero__image img {
  height: clamp(370px, 36vw, 520px);
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(.76) contrast(.97);
}

.kd-record,
.kd-settings,
.kd-capture,
.kd-pricing,
.kd-services,
.kd-faq {
  padding: clamp(4.8rem, 7vw, 7rem) 0;
}

.kd-record {
  background: var(--kd-paper);
  border-bottom: 1px solid var(--kd-rule);
}

.kd-record__grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(650px, 1.55fr);
  gap: clamp(3.5rem, 7vw, 7.5rem);
  align-items: end;
}

.kd-record__intro h2,
.kd-section-head h2,
.kd-services__heading h2,
.kd-faq__heading h2 {
  margin: 0;
  color: var(--kd-navy);
  letter-spacing: -.035em;
  line-height: .98;
}

.kd-record__intro h2 {
  max-width: 440px;
  margin-bottom: 1.2rem;
  font-size: clamp(3rem, 4.2vw, 4.7rem);
}

.kd-record__intro > p:last-child {
  max-width: 470px;
  margin: 0;
  color: #536169;
  line-height: 1.7;
}

.kd-record__stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.kd-record__stories figure {
  margin: 0;
}

.kd-record__stories img {
  display: block;
  width: 100%;
  height: clamp(210px, 18vw, 280px);
  object-fit: cover;
  filter: saturate(.78) contrast(.97);
}

.kd-record__stories figcaption {
  padding: 1rem .2rem 0;
}

.kd-record__stories strong,
.kd-record__stories span {
  display: block;
}

.kd-record__stories strong {
  margin-bottom: .3rem;
  color: var(--kd-navy);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
}

.kd-record__stories span {
  color: #68727a;
  font-family: var(--serif);
  font-size: .82rem;
  font-style: italic;
}

.kd-settings {
  background: #f0e9dd;
  border-bottom: 1px solid var(--kd-rule);
}

.kd-section-head {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(480px, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.8rem, 4vw, 4.1rem);
}

.kd-section-head h2 {
  max-width: 610px;
  font-size: clamp(3rem, 4.3vw, 4.7rem);
}

.kd-section-head > p {
  max-width: 660px;
  margin: 0 0 .3rem;
  color: #56636b;
  line-height: 1.72;
}

.kd-settings__grid,
.kd-capture__grid,
.kd-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--kd-gold);
  border-bottom: 1px solid var(--kd-rule);
}

.kd-settings__grid article,
.kd-capture__grid article {
  min-height: 230px;
  padding: 2.3rem clamp(1.2rem, 2.5vw, 2.4rem);
  text-align: center;
}

.kd-settings__grid article + article,
.kd-capture__grid article + article {
  border-left: 1px solid var(--kd-rule);
}

.kd-settings__mark {
  margin: 0 0 1.25rem;
  color: var(--kd-gold);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.kd-settings__grid h3,
.kd-capture__grid h3 {
  margin: 0 0 .85rem;
  color: var(--kd-navy);
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.kd-settings__grid article > p:last-child,
.kd-capture__grid p {
  max-width: 260px;
  margin: 0 auto;
  color: #5e6970;
  font-size: .86rem;
  line-height: 1.65;
  text-align: center;
}

.kd-capture {
  background: var(--kd-paper);
}

.kd-capture__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kd-capture__grid article {
  min-height: 185px;
}

.kd-privacy {
  background: var(--kd-navy-deep);
  color: #fffdf8;
}

.kd-privacy__grid {
  display: grid;
  grid-template-columns: minmax(400px, .86fr) minmax(0, 1.14fr);
  gap: clamp(3.5rem, 7vw, 7rem);
  align-items: center;
  padding-top: clamp(4.4rem, 6vw, 6rem);
  padding-bottom: clamp(4.4rem, 6vw, 6rem);
}

.kd-privacy__copy {
  max-width: 600px;
}

.kd-privacy__copy h2 {
  margin: 0 0 1.2rem;
  color: #fffdf8;
  font-size: clamp(3.2rem, 4.6vw, 5rem);
  letter-spacing: -.04em;
  line-height: .95;
}

.kd-privacy__copy > p:not(.eyebrow) {
  margin: 0 0 1.7rem;
  color: #d5dcde;
  line-height: 1.72;
}

.kd-privacy picture,
.kd-privacy img {
  display: block;
  width: 100%;
}

.kd-privacy picture {
  overflow: hidden;
}

.kd-privacy img {
  height: clamp(300px, 28vw, 420px);
  object-fit: cover;
  filter: saturate(.74) brightness(.9);
}

.kd-pricing {
  background: var(--kd-cream);
  border-bottom: 1px solid var(--kd-rule);
}

.kd-pricing__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kd-pricing__grid article {
  min-height: 300px;
  padding: 2.8rem clamp(1.5rem, 3vw, 3.3rem);
  text-align: center;
}

.kd-pricing__grid article + article {
  border-left: 1px solid var(--kd-rule);
}

.kd-pricing__grid h3 {
  margin: 0 0 1rem;
  color: var(--kd-navy);
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
}

.kd-price {
  margin: 0 0 1.1rem;
  color: var(--kd-navy);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 3.5vw, 3.8rem);
  line-height: 1;
  text-align: center;
}

.kd-price span {
  display: block;
  margin-bottom: .45rem;
  color: #647077;
  font-family: var(--sans);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.kd-pricing__grid article > p:last-child {
  max-width: 320px;
  margin: 0 auto;
  color: #5d6970;
  font-size: .88rem;
  line-height: 1.63;
  text-align: center;
}

.kd-pricing__link {
  margin: 2rem 0 0;
  text-align: center;
}

.kd-pricing__link a {
  color: var(--kd-navy);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-underline-offset: .35rem;
}

.kd-services {
  background: var(--kd-paper);
  border-bottom: 1px solid var(--kd-rule);
}

.kd-services__heading {
  margin-bottom: 2.5rem;
}

.kd-services__heading h2 {
  max-width: 850px;
  font-size: clamp(3rem, 4.2vw, 4.6rem);
}

.kd-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.kd-services__grid a {
  color: var(--kd-navy);
  text-decoration: none;
}

.kd-services__grid img {
  display: block;
  width: 100%;
  height: clamp(170px, 16vw, 235px);
  margin-bottom: 1.1rem;
  object-fit: cover;
  filter: saturate(.74) contrast(.98);
  transition: transform .35s ease, filter .35s ease;
}

.kd-services__grid a:hover img,
.kd-services__grid a:focus-visible img {
  filter: saturate(.95) contrast(1);
  transform: translateY(-3px);
}

.kd-services__grid strong,
.kd-services__grid small {
  display: block;
}

.kd-services__grid strong {
  margin-bottom: .35rem;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
  font-weight: 500;
  line-height: 1.1;
}

.kd-services__grid small {
  color: #6b747a;
  font-family: var(--serif);
  font-size: .8rem;
  font-style: italic;
  line-height: 1.45;
}

.kd-faq {
  background: #f3ede3;
}

.kd-faq__grid {
  display: grid;
  grid-template-columns: minmax(620px, 1.35fr) minmax(300px, .65fr);
  gap: clamp(4rem, 8vw, 8rem);
  align-items: center;
}

.kd-faq__heading {
  margin-bottom: 2.3rem;
}

.kd-faq__heading h2 {
  max-width: 760px;
  font-size: clamp(3rem, 4vw, 4.4rem);
}

.kd-faq .faq-list {
  border-top-color: var(--kd-gold);
}

.kd-faq .faq-question {
  color: var(--kd-navy);
}

.kd-faq__aside {
  padding-left: clamp(2rem, 4vw, 4rem);
  border-left: 1px solid var(--kd-rule);
}

.kd-faq__aside p {
  margin: 0 0 1.7rem;
  color: #58656c;
  line-height: 1.72;
}

.kd-closing {
  background: var(--kd-navy-deep);
  color: #fffdf8;
}

.kd-closing__grid {
  display: grid;
  grid-template-columns: minmax(430px, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 0;
}

.kd-closing__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 430px;
  padding: clamp(3.8rem, 6vw, 6rem) clamp(2.3rem, 5vw, 6rem) clamp(3.8rem, 6vw, 6rem) max(2rem, calc((100vw - 1280px) / 2));
}

.kd-closing__copy h2 {
  margin: 0 0 1rem;
  color: #fffdf8;
  font-size: clamp(3.3rem, 4.5vw, 4.9rem);
  letter-spacing: -.04em;
  line-height: .95;
}

.kd-closing__copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0 0 1.7rem;
  color: #d5dcde;
  line-height: 1.7;
}

.kd-closing picture,
.kd-closing img {
  display: block;
  width: 100%;
  height: 100%;
}

.kd-closing img {
  min-height: 430px;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) brightness(.82);
}

.kd-ledger .footer-lead {
  display: none;
}

@media (max-width: 1050px) {
  .kd-record__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .kd-record__intro {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .kd-record__intro h2,
  .kd-record__intro > p:last-child {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .kd-settings__grid,
  .kd-capture__grid {
    grid-template-columns: 1fr 1fr;
  }

  .kd-settings__grid article:nth-child(3),
  .kd-settings__grid article:nth-child(4),
  .kd-capture__grid article:nth-child(3),
  .kd-capture__grid article:nth-child(4) {
    border-top: 1px solid var(--kd-rule);
  }

  .kd-settings__grid article:nth-child(3),
  .kd-capture__grid article:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 820px) {
  .kd-section-head,
  .kd-privacy__grid,
  .kd-faq__grid,
  .kd-closing__grid {
    grid-template-columns: 1fr;
  }

  .kd-section-head {
    gap: 1.3rem;
    text-align: center;
  }

  .kd-section-head h2,
  .kd-section-head > p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .kd-privacy__copy,
  .kd-closing__copy {
    justify-items: center;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .kd-privacy__copy h2,
  .kd-privacy__copy > p:not(.eyebrow),
  .kd-closing__copy h2,
  .kd-closing__copy > p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .kd-pricing__grid {
    grid-template-columns: 1fr;
  }

  .kd-pricing__grid article {
    min-height: 0;
  }

  .kd-pricing__grid article + article {
    border-top: 1px solid var(--kd-rule);
    border-left: 0;
  }

  .kd-services__grid {
    grid-template-columns: 1fr 1fr;
  }

  .kd-faq__aside {
    max-width: 620px;
    margin: 0 auto;
    padding: 2.5rem 0 0;
    border-top: 1px solid var(--kd-rule);
    border-left: 0;
    text-align: center;
  }

  .kd-closing__copy {
    min-height: 0;
    padding: 4.5rem 2rem;
  }

  .kd-closing img {
    min-height: 0;
    height: clamp(300px, 54vw, 430px);
  }
}

@media (max-width: 720px) {
  .kd-ledger .shell {
    width: min(100% - 2rem, 1280px);
  }

  .kd-ledger h1,
  .kd-ledger h2,
  .kd-ledger h3,
  .kd-ledger .eyebrow,
  .kd-ledger section p {
    text-align: center;
  }

  .kd-hero__copy {
    padding-top: 4.4rem;
    padding-bottom: 3.8rem;
  }

  .kd-hero__copy .eyebrow::before,
  .kd-hero__copy .eyebrow::after {
    width: 28px;
  }

  .kd-hero__copy .eyebrow::before {
    right: calc(100% + .8rem);
  }

  .kd-hero__copy .eyebrow::after {
    left: calc(100% + .8rem);
  }

  .kd-hero h1 {
    max-width: 385px;
    font-size: clamp(3rem, 13vw, 4rem);
  }

  .kd-hero__copy > p:not(.eyebrow) {
    max-width: 360px;
    font-size: .96rem;
  }

  .kd-hero__image {
    max-height: 440px;
  }

  .kd-hero__image img {
    height: min(105vw, 440px);
    object-position: 62% center;
  }

  .kd-record,
  .kd-settings,
  .kd-capture,
  .kd-pricing,
  .kd-services,
  .kd-faq {
    padding-top: 4.7rem;
    padding-bottom: 4.7rem;
  }

  .kd-record__intro h2,
  .kd-section-head h2,
  .kd-services__heading h2,
  .kd-faq__heading h2,
  .kd-privacy__copy h2,
  .kd-closing__copy h2 {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.9rem, 12vw, 3.8rem);
  }

  .kd-record__intro > p:last-child,
  .kd-section-head > p,
  .kd-privacy__copy > p:not(.eyebrow),
  .kd-faq__aside p,
  .kd-closing__copy > p:not(.eyebrow) {
    max-width: 365px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .kd-record__stories {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }

  .kd-record__stories figure {
    max-width: 520px;
    margin: 0 auto;
  }

  .kd-record__stories img {
    height: min(62vw, 280px);
  }

  .kd-record__stories figcaption {
    text-align: center;
  }

  .kd-settings__grid,
  .kd-capture__grid {
    grid-template-columns: 1fr;
  }

  .kd-settings__grid article,
  .kd-capture__grid article {
    min-height: 0;
    padding: 2.2rem 1rem;
  }

  .kd-settings__grid article + article,
  .kd-settings__grid article:nth-child(3),
  .kd-capture__grid article + article,
  .kd-capture__grid article:nth-child(3) {
    border-top: 1px solid var(--kd-rule);
    border-left: 0;
  }

  .kd-privacy__grid {
    gap: 3rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .kd-privacy img {
    height: min(67vw, 360px);
  }

  .kd-services__heading {
    text-align: center;
  }

  .kd-services__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .kd-services__grid a {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .kd-services__grid img {
    height: min(58vw, 260px);
  }

  .kd-faq .faq-question,
  .kd-faq .faq-answer p {
    text-align: left;
  }

  .kd-closing__grid {
    width: 100%;
  }

  .kd-closing__copy {
    padding: 4.5rem 1rem;
  }

  .kd-ledger .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .kd-ledger .site-footer .footer-grid > div:first-child {
    grid-column: auto;
  }
}

