/* Optional photo-led presentation. Enabled per Projects owner, not globally. */
.td-photographic { background: #f8f5ee; color: #223d2e; }
.td-photographic .wp-site-blocks > * { margin-block-start: 0; }
.td-photographic .entry-content { max-width: none; padding: 0; margin: 0; }
.td-photographic .td-site-header { background: #f8f5ee; border-bottom: 1px solid #dedfd3; }
.td-photographic .td-site-header > .alignwide { max-width: 1260px; padding-inline: 24px; gap: 24px; }
.td-photographic .td-site-header .wp-block-site-title { font: 700 16px/1.35 system-ui, sans-serif; max-width: 310px; letter-spacing: .015em; }
.td-photographic .td-site-header a { text-decoration: none; }
.td-photographic .wp-block-navigation-item__content { padding-block: 12px; }
.td-photographic .current-menu-item > a { text-decoration: underline; text-underline-offset: 7px; }
.td-photo-layout { overflow: clip; }
.td-photo-layout *, .td-photo-footer * { box-sizing: border-box; }
.td-photo-wrap { width: min(100% - 64px, 1200px); margin-inline: auto; }
.td-photo-layout h1, .td-photo-layout h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-wrap: balance; }
.td-photo-layout h1 { font-size: clamp(42px, 5.7vw, 78px); line-height: 1.06; letter-spacing: -.045em; margin: 0 0 28px; overflow-wrap: anywhere; }
.td-photo-layout h2 { font-size: clamp(30px, 3.2vw, 45px); line-height: 1.14; margin: 0 0 24px; letter-spacing: -.03em; }
.td-photo-layout p { line-height: 1.8; margin-block: 0 18px; }
.td-photo-hero { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(32px, 6vw, 82px); padding-block: 60px 80px; }
.td-photo-company-prefix, .td-photo-eyebrow { display: block; font: 650 12px/1.6 system-ui, sans-serif; text-transform: uppercase; letter-spacing: .16em; color: #546648; }
.td-photo-company-prefix { margin-bottom: 22px; letter-spacing: .18em; }
.td-photo-lead { font-size: clamp(17px, 1.7vw, 20px); color: #4e5c4f; max-width: 43ch; }
.td-photo-hero-visual { position: relative; padding-bottom: 42px; }
.td-photo-image { margin: 0; min-width: 0; }
.td-photo-image img { width: 100%; height: auto; display: block; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; }
.td-photo-hero-visual > .td-photo-image img { aspect-ratio: 1/1.05; border-radius: 150px 4px 4px 4px; }
.td-photo-image figcaption { font-size: 12px; line-height: 1.5; color: #556151; padding: 10px 2px 0; }
.td-photo-inset { position: absolute; width: 48%; left: -32px; bottom: 0; background: #f8f5ee; padding: 10px; box-shadow: 0 15px 35px #233c291a; transform: rotate(-3deg); }
.td-photo-inset img { aspect-ratio: 4/3; }
.td-photo-inset figcaption { font-size: 11px; padding-top: 5px; }
.td-photo-actions { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-top: 32px; }
.td-photo-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 24px; min-height: 52px; background: #294a35; color: #fff; border: 1px solid #294a35; border-radius: 4px; text-decoration: none; font: 600 14px/1.5 system-ui, sans-serif; }
.td-photo-button:hover { background: #173822; color: #fff; }
.td-photo-text-link { font-size: 14px; font-weight: 600; text-underline-offset: 6px; padding: 14px 0; }
.td-photo-story { padding-block: 58px; border-top: 1px solid #d9dfd0; }
.td-photo-story.has-photo { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(30px, 7vw, 100px); }
.td-photo-story.is-reversed .td-photo-story-copy { order: 2; }
.td-photo-story.is-reversed > figure { order: 1; }
.td-photo-story.has-photo img { aspect-ratio: 5/4; }
.td-photo-story-copy { max-width: 65ch; }
.td-photo-index { display: block; color: #687851; font-size: 12px; letter-spacing: .12em; margin-bottom: 20px; }
.td-photo-story.text-only .td-photo-story-copy { display: grid; grid-template-columns: 1fr 1.1fr; column-gap: 70px; max-width: none; }
.td-photo-story.text-only .td-photo-index { grid-column: 1/-1; }
.td-photo-story.text-only h2 { grid-column: 1; grid-row: 2/10; }
.td-photo-story.text-only p, .td-photo-story.text-only .wpforms-container { grid-column: 2; }
.td-photo-gallery { background: #edeedf; padding-block: 70px; margin-top: 40px; }
.td-photo-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-top: 36px; }
.td-photo-gallery-grid > figure:only-child { max-width: 800px; grid-column: 1/-1; }
.td-photo-gallery-grid img { aspect-ratio: 4/3; }
.td-photo-contact { padding-block: 70px; background: #223d2e; color: #fbf9ee; }
.td-photo-contact > div { display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.td-photo-contact .td-photo-eyebrow { color: #d2ddbb; }
.td-photo-contact h2 { margin-bottom: 0; }
.td-photo-contact .td-photo-button { color: #223d2e; background: #e4e9cd; border-color: #e4e9cd; }
.td-photo-footer { background: #f8f5ee; padding-block: 36px; }
.td-photo-footer > div { display: flex; gap: 24px; justify-content: space-between; flex-wrap: wrap; align-items: center; }
.td-photo-footer p { max-width: 300px; font-size: 13px; font-weight: 700; margin: 0; }
.td-photo-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.td-photo-footer a { font-size: 13px; text-underline-offset: 5px; padding-block: 12px; }
.td-photo-footer a span { display: none; }
.td-photo-footer small { font-size: 11px; color: #556151; }
.td-photo-layout :where(a,button,input,textarea):focus-visible { outline: 3px solid #b46a32; outline-offset: 5px; }
@media (max-width: 760px) {
	.td-photo-wrap { width: calc(100% - 40px); }
	.td-photographic .td-site-header > .alignwide { padding-inline: 20px; }
	.td-photographic .td-site-header .wp-block-site-title { max-width: 230px; font-size: 13px; }
	.td-photo-hero { grid-template-columns: 1fr; gap: 36px; padding-block: 38px 42px; }
	.td-photo-hero-visual { margin-left: 16px; padding-bottom: 34px; }
	.td-photo-hero-visual > .td-photo-image img { aspect-ratio: 5/4; border-top-left-radius: 90px; }
	.td-photo-inset { left: -16px; width: 46%; padding: 7px; }
	.td-photo-story { padding-block: 36px; }
	.td-photo-story.has-photo { grid-template-columns: 1fr; gap: 22px; }
	.td-photo-story.is-reversed .td-photo-story-copy, .td-photo-story.is-reversed > figure { order: initial; }
	.td-photo-story.text-only .td-photo-story-copy { display: block; }
	.td-photo-gallery { padding-block: 42px; margin-top: 16px; }
	.td-photo-gallery-grid { gap: 24px; grid-template-columns: 1fr; }
	.td-photo-contact { padding-block: 42px; }
	.td-photo-contact > div { align-items: flex-start; flex-direction: column; }
	.td-photo-footer > div { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .td-photographic { scroll-behavior: auto; } }
