/* Photography page: approved editorial composition, isolated from other pages. */

.photography-page {
  --paper: #f5f3ec;
  --ink: #22221f;
  --quiet: #62625c;
  --rule: #cecec5;
  --space: 76px;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.65 Inter,Arial,sans-serif;
  width: 100%;
  margin: 0;
  color-scheme: light;
  -webkit-font-smoothing: antialiased;
}
.photography-page * {
  box-sizing: border-box;
}
.photography-page h1,.photography-page h2,.photography-page h3,.photography-page p,.photography-page figure {
  margin: 0;
}
.photography-page h1,.photography-page h2,.photography-page h3 {
  font-family: Oswald,'Arial Narrow',sans-serif;
  font-weight: 500;
  color: inherit;
}
.photography-page h1 {
  font-size: clamp(46px,6.5vw,76px);
  line-height: 1.05;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.photography-page h2 {
  font-size: clamp(31px,4.2vw,48px);
  line-height: 1.12;
  letter-spacing: -.02em;
}
.photography-page h3 {
  font-size: 25px;
  line-height: 1.2;
}
.photography-page a {
  color: inherit;
  text-decoration: none;
}
.photography-page a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.photography-page img {
  display: block;
  width: 100%;
  height: auto;
}
.photography-page button {
  font: inherit;
  color: inherit;
}
.photography-page .photo-wrap {
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: 5%;
}
.photography-page .photo-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 25px;
  border-bottom: 1px solid var(--rule);
}
.photography-page .photo-logo {
  width: 165px;
  height: auto;
}
.photography-page nav {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 14px;
}
.photography-page .photo-nav-contact {
  border-bottom: 1px solid currentColor;
  padding-block: 8px;
}
.photography-page .photo-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 19px;
}
.photography-page .photo-hero {
  padding-top: 52px;
}
.photography-page .photo-intro {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 45px;
  align-items: end;
  margin-bottom: 35px;
}
.photography-page .photo-intro-copy {
  max-width: 325px;
  padding-bottom: 4px;
}
.photography-page .photo-intro-copy p {
  color: var(--quiet);
}
.photography-page .photo-text-link {
  display: inline-block;
  margin-top: 21px;
  font-weight: 600;
  border-bottom: 1px solid currentColor;
  padding-block: 5px;
}
.photography-page .photo-hero-photo {
  aspect-ratio: 3/2;
  object-fit: contain;
}
.photography-page figcaption {
  font-size: 12px;
  color: var(--quiet);
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.photography-page .photo-promise {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding-block: 20px;
  border-bottom: 1px solid var(--rule);
  font-size: 12px;
}
.photography-page .photo-section {
  padding-top: var(--space);
}
.photography-page .photo-section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: end;
  margin-bottom: 28px;
}
.photography-page .photo-section-head p {
  color: var(--quiet);
  max-width: 360px;
  justify-self: end;
}
.photography-page .photo-project-label {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--quiet);
  margin-top: 12px;
}
.photography-page .photo-dot-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 16px;
  align-items: start;
}
.photography-page .photo-dot-grid .photo-speaker img {
  aspect-ratio: 2/3;
  object-fit: contain;
}
.photography-page .photo-dot-grid .photo-headphones {
  padding-top: 36px;
}
.photography-page .photo-inline-quote {
  font-family: Oswald,'Arial Narrow',sans-serif;
  font-size: 26px;
  line-height: 1.3;
  max-width: 340px;
  margin-top: 28px;
}
.photography-page .photo-series-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid var(--rule);
  background: transparent;
  text-align: left;
  margin-top: 22px;
  font-size: 12px;
}
.photography-page .photo-series-button::after {
  content: "+";
  font-size: 22px;
}
.photography-page details[open] .photo-series-button::after {
  content: "−";
}
.photography-page .photo-series-button {
  cursor: pointer;
  list-style: none;
}
.photography-page .photo-series-button::-webkit-details-marker {
  display: none;
}
.photography-page .photo-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-top: 24px;
}
.photography-page [hidden] {
  display: none!important;
}
.photography-page .photo-extra img {
  aspect-ratio: 2/3;
  object-fit: contain;
}
.photography-page .photo-approach {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 8%;
  align-items: center;
}
.photography-page .photo-portrait {
  margin-left: 12%;
}
.photography-page .photo-portrait img {
  aspect-ratio: 2/3;
  object-fit: contain;
}
.photography-page .photo-approach h2 {
  margin-bottom: 23px;
}
.photography-page .photo-approach p {
  color: var(--quiet);
  margin-top: 15px;
}
.photography-page .photo-approach .photo-small-title {
  color: var(--ink);
  margin-top: 24px;
  font-weight: 600;
}
.photography-page .photo-awards-grid {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 17px;
  align-items: start;
}
.photography-page .photo-awards-grid .photo-awards-tall {
  padding-top: 42px;
}
.photography-page .photo-awards-grid .photo-awards-tall img {
  aspect-ratio: 2/3;
  object-fit: contain;
}
.photography-page .photo-awards-wide {
  display: grid;
  gap: 17px;
}
.photography-page .photo-masters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 17px;
  align-items: start;
}
.photography-page .photo-masters-grid img {
  aspect-ratio: 2/3;
  object-fit: contain;
}
.photography-page .photo-masters-grid figure:nth-child(2) {
  margin-top: 35px;
}
.photography-page .photo-delivery {
  width: min(1200px,100%);
  margin-inline: auto;
  background: #242522;
  color: #f6f4ed;
  padding: 44px 5% 46px;
  margin-top: var(--space);
}
.photography-page .photo-delivery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.photography-page .photo-delivery-head p {
  max-width: 230px;
  color: #c2c4bc;
  font-size: 12px;
}
.photography-page .photo-delivery-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  border-top: 1px solid #575951;
  padding-top: 28px;
}
.photography-page .photo-delivery h3 {
  margin: 9px 0 16px;
  font-size: 33px;
}
.photography-page .photo-delivery .photo-eyebrow {
  color: #c2c4bc;
  margin-bottom: 8px;
}
.photography-page .photo-delivery p {
  color: #c2c4bc;
}
.photography-page .photo-delivery .photo-consent {
  margin-top: 15px;
  color: #f6f4ed;
}
.photography-page .photo-team {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  padding-block: var(--space);
  border-bottom: 1px solid var(--rule);
}
.photography-page .photo-team p {
  color: var(--quiet);
}
.photography-page .photo-team p + p {
  margin-top: 15px;
}
.photography-page .photo-contact {
  padding-block: var(--space);
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
}
.photography-page .photo-contact h2 {
  font-size: clamp(36px,5vw,58px);
}
.photography-page .photo-contact p {
  margin-top: 17px;
  color: var(--quiet);
  max-width: 420px;
}
.photography-page .photo-cta {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  padding: 15px 21px;
  font-size: 13px;
  white-space: nowrap;
}
.photography-page .photo-footer {
  padding-block: 23px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  color: var(--quiet);
}
@media(max-width:600px) {
  .photography-page .photo-header {
    gap: 14px;
    padding-block: 19px;
  }
  .photography-page .photo-logo {
    width: 120px;
  }
  .photography-page nav {
    gap: 16px;
  }
  .photography-page .photo-header {
    flex-wrap: wrap;
  }
  .photography-page nav {
    flex-wrap: wrap;
  }
  .photography-page .photo-hero {
    padding-top: 35px;
  }
  .photography-page .photo-intro,.photography-page .photo-section-head,.photography-page .photo-approach,.photography-page .photo-team {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .photography-page .photo-intro-copy {
    max-width: none;
  }
  .photography-page .photo-section-head p {
    justify-self: start;
  }
  .photography-page .photo-promise {
    flex-wrap: wrap;
    gap: 6px 18px;
  }
  .photography-page .photo-promise span {
    flex: 1 1 140px;
  }
  .photography-page .photo-dot-grid {
    gap: 12px;
    grid-template-columns: 1.15fr 1fr;
  }
  .photography-page .photo-dot-grid .photo-headphones {
    padding-top: 15px;
  }
  .photography-page .photo-inline-quote {
    font-size: 21px;
    margin-top: 20px;
  }
  .photography-page .photo-portrait {
    margin: 0 18% 5px 0;
  }
  .photography-page .photo-approach-copy {
    padding-left: 7%;
  }
  .photography-page .photo-awards-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 12px;
  }
  .photography-page .photo-awards-grid .photo-awards-tall {
    padding-top: 20px;
  }
  .photography-page .photo-awards-wide {
    gap: 12px;
  }
  .photography-page .photo-masters-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .photography-page .photo-masters-grid figure:last-child {
    grid-column: 1 / -1;
    width: 65%;
    justify-self: center;
  }
  .photography-page .photo-masters-grid figure:nth-child(2) {
    margin-top: 25px;
  }
  .photography-page .photo-delivery-head,.photography-page .photo-contact {
    display: block;
  }
  .photography-page .photo-delivery-head p {
    margin-top: 18px;
    max-width: none;
  }
  .photography-page .photo-delivery-cols {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .photography-page .photo-cta {
    margin-top: 25px;
  }
  .photography-page .photo-footer {
    flex-wrap: wrap;
  }
}

.photography-page a:focus-visible,
.photography-page summary:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}
.photography-page .photo-skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  padding: 12px;
  z-index: 2;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}
.photography-page .photo-skip-link:focus {
  transform: translateY(0);
}
.photography-page nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.photography-page .photo-logo-link {
  display: block;
  flex-shrink: 0;
}
.photography-page .photo-footer {
  flex-wrap: wrap;
}
.photography-page .photo-legal {
  flex-basis: 100%;
  max-width: 900px;
}
.photography-page .photo-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media(min-width:1200px) {
  .photography-page .photo-wrap {
    padding-inline: 60px;
  }
  .photography-page .photo-delivery {
    padding-inline: 60px;
  }
}

.photography-page .photo-intro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 24px;
}
.photography-page .photo-intro-actions .photo-cta,
.photography-page .photo-intro-actions .photo-text-link {
  margin-top: 0;
}
