:root {
  color: #191816;
  background: #f7f5f1;
  font-family: "Manrope", Arial, sans-serif;
  font-synthesis: none;
  --ink: #191816;
  --paper: #f7f5f1;
  --cream: #eee8df;
  --clay: #a8563e;
  --clay-deep: #85402f;
  --line: rgba(25, 24, 22, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--paper); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.site-shell { overflow: clip; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 82px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(24px, 5vw, 76px);
  background: rgba(247, 245, 241, 0.94);
  border-bottom: 1px solid rgba(25, 24, 22, 0.1);
  backdrop-filter: blur(18px);
}
.brand-button { width: 176px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.brand-button img { width: 100%; height: 58px; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 48px); }
.site-nav button, .menu-button { padding: 8px 0; border: 0; background: transparent; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; }
.site-nav button:hover, .site-nav button:focus-visible { color: var(--clay); }
.menu-button { display: none; }

.header-cta, .button { border: 0; cursor: pointer; text-decoration: none; text-transform: uppercase; letter-spacing: 0.14em; font-size: 10px; font-weight: 600; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.header-cta { padding: 13px 23px; background: var(--clay); color: white; }
.header-cta:hover { background: var(--clay-deep); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .header-cta:focus-visible, .story-card:focus-visible, .filter:focus-visible, .text-link:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }
.button-clay { background: var(--clay); color: white; }
.button-clay:hover { background: var(--clay-deep); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: var(--paper); color: var(--ink); }
.button-outline-light { border: 1px solid rgba(255,255,255,.55); color: white; background: transparent; }
.button-outline-light:hover { background: white; color: var(--ink); }

.hero { position: relative; min-height: min(790px, calc(100vh - 82px)); display: flex; align-items: center; color: white; isolation: isolate; }
.hero-image, .hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 42%; z-index: -3; }
.hero-wash { z-index: -2; background: linear-gradient(90deg, rgba(18,15,12,.58) 0%, rgba(18,15,12,.24) 48%, rgba(18,15,12,.06) 75%); }
.hero-copy { width: min(720px, 76vw); margin-left: clamp(24px, 9vw, 150px); padding-top: 70px; }
.hero h1, h2 { font-family: var(--serif); font-weight: 400; margin: 0; }
.hero h1 { font-size: clamp(58px, 7.3vw, 114px); line-height: .83; letter-spacing: -0.045em; text-wrap: balance; }
.hero h1 em { font-weight: 400; color: #e8c7b9; }
.hero .button { margin-top: 38px; }
.hero-note { position: absolute; right: clamp(24px, 4vw, 70px); bottom: 30px; margin: 0; font-size: 9px; letter-spacing: .19em; text-transform: uppercase; }

.eyebrow { margin: 0 0 14px; color: var(--clay); font-size: 9px; font-weight: 600; letter-spacing: .21em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.76); }
.section-pad { padding: 110px clamp(24px, 5vw, 76px); }
.section-heading-row { display: grid; grid-template-columns: 1fr minmax(260px, 390px); gap: 50px; align-items: end; margin-bottom: 38px; }
.section-heading-row h2, .featured-copy h2, .access-contact h2 { font-size: clamp(48px, 5vw, 78px); line-height: .92; letter-spacing: -.035em; }
.section-intro { max-width: 350px; margin: 0; color: #6a665f; font-family: var(--serif); font-size: 21px; line-height: 1.4; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter { border: 1px solid var(--line); border-radius: 100px; background: transparent; padding: 9px 15px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.filter:hover, .filter.is-active { border-color: var(--ink); background: var(--ink); color: white; }

.story-grid { display: grid; grid-template-columns: 1.05fr 1.45fr .85fr .85fr; grid-template-rows: 250px 250px; gap: 10px; }
.story-grid.is-filtered { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 430px; }
.story-card { position: relative; display: block; overflow: hidden; min-height: 230px; padding: 0; border: 0; background: #d4cec6; text-align: left; cursor: pointer; }
.story-card.story-tall { grid-row: span 2; }
.story-card.story-wide { grid-column: span 2; }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.story-card:hover img { transform: scale(1.035); }
.story-overlay { position: absolute; inset: auto 0 0; display: flex; flex-direction: column; padding: 52px 20px 18px; color: white; background: linear-gradient(transparent, rgba(15,14,12,.74)); opacity: 0; transform: translateY(8px); transition: opacity 240ms ease, transform 240ms ease; }
.story-card:hover .story-overlay, .story-card:focus-visible .story-overlay { opacity: 1; transform: none; }
.story-category { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.story-overlay strong { margin-top: 4px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.story-overlay small { margin-top: 2px; font-size: 9px; opacity: .78; }

.featured-story { display: grid; grid-template-columns: minmax(330px, .78fr) 1.45fr; min-height: 650px; background: #ebe5dc; }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px clamp(34px, 6vw, 96px); }
.featured-copy h2 { margin-bottom: 28px; }
.featured-copy p { color: #5e5952; font-size: 13px; line-height: 1.8; }
.featured-copy .featured-lead { color: var(--ink); font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.text-link { align-self: flex-start; margin-top: 20px; padding: 7px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.featured-image-wrap { position: relative; min-height: 580px; }
.featured-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: absolute; right: 20px; bottom: 18px; color: white; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }

.editorial-triptych { display: grid; grid-template-columns: 1.4fr .8fr .8fr; align-items: end; gap: 16px; background: white; }
.editorial-triptych figure { margin: 0; }
.editorial-triptych img { width: 100%; height: 440px; object-fit: cover; }
.editorial-triptych .triptych-main img { height: 610px; }
.editorial-triptych figcaption { padding-top: 13px; font-family: var(--serif); font-size: 16px; font-style: italic; }

.pricing-band { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 9vw, 140px); padding: 110px clamp(24px, 8vw, 128px); color: white; background: #242321; }
.pricing-band h2 { max-width: 700px; font-size: clamp(52px, 6vw, 94px); line-height: .92; letter-spacing: -.035em; }
.pricing-copy { align-self: end; }
.pricing-copy p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.8; }
.pricing-copy .pricing-note { margin: 18px 0 28px; color: #d9ae9f; font-family: var(--serif); font-size: 18px; line-height: 1.4; }

.access-contact { display: grid; grid-template-columns: 1fr 1fr; }
.client-panel, .contact-panel { min-height: 660px; display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(30px, 7vw, 112px); }
.client-panel { background: #f1ece5; }
.client-panel > p:not(.eyebrow), .contact-panel > p:not(.eyebrow) { max-width: 480px; margin: 22px 0 30px; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.access-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; max-width: 590px; }
.access-form label { display: flex; flex-direction: column; gap: 8px; font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.access-form input { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.62); padding: 0 14px; font-size: 12px; text-transform: none; letter-spacing: 0; outline: none; }
.access-form input:focus { border-color: var(--clay); box-shadow: 0 0 0 2px rgba(168,86,62,.12); }
.access-form .button { grid-column: 1 / -1; }
.form-message { grid-column: 1 / -1; margin: 0; font-size: 11px; line-height: 1.5; }
.form-message.error { color: #8e3329; }
.form-message.success { color: #315b43; }
.download-demo { grid-column: 1 / -1; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 8px 0; justify-self: start; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; cursor: pointer; }
.prototype-hint { max-width: 590px !important; margin: 18px 0 0 !important; color: #7a746c; font-family: "Manrope", Arial, sans-serif !important; font-size: 10px !important; }
.contact-panel { color: white; background: var(--clay); }
.contact-panel .button { align-self: flex-start; }
.contact-panel small { margin-top: 40px; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; opacity: .7; }

.site-footer { min-height: 260px; display: grid; grid-template-columns: 1fr auto 1.3fr; gap: 50px; align-items: center; padding: 50px clamp(24px, 5vw, 76px); color: rgba(255,255,255,.65); background: #171715; }
.site-footer img { width: 210px; filter: invert(1); opacity: .92; }
.site-footer div { display: flex; flex-direction: column; gap: 9px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer p { justify-self: end; max-width: 380px; margin: 0; font-size: 9px; line-height: 1.7; text-align: right; }

.story-modal { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 24px; background: rgba(12,11,10,.78); backdrop-filter: blur(8px); }
.story-modal-card { width: min(980px, 94vw); max-height: 88vh; display: grid; grid-template-columns: 1.25fr .75fr; overflow: auto; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.story-modal-card > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.story-modal-card > div { display: flex; flex-direction: column; justify-content: center; padding: 60px; }
.story-modal-card h2 { font-size: 58px; line-height: .9; }
.story-modal-card p:not(.eyebrow) { color: #655f58; font-family: var(--serif); font-size: 19px; line-height: 1.5; }
.story-modal-card .button { align-self: flex-start; margin-top: 16px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 170px 1fr auto; }
  .site-nav { gap: 18px; }
  .site-nav button { font-size: 9px; }
  .header-cta { display: none; }
  .story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 250px 250px; }
  .story-card.story-tall { grid-row: span 2; }
  .story-grid.is-filtered { grid-template-columns: repeat(2, 1fr); grid-template-rows: 360px; }
  .featured-story { grid-template-columns: .9fr 1.1fr; }
  .editorial-triptych { grid-template-columns: 1.2fr .8fr; }
  .editorial-triptych figure:last-child { display: none; }
  .pricing-band { grid-template-columns: 1fr; }
  .access-contact { grid-template-columns: 1fr; }
  .client-panel, .contact-panel { min-height: 580px; }
}

@media (max-width: 720px) {
  .site-header { height: 70px; grid-template-columns: 1fr auto; padding-inline: 18px; }
  .brand-button { width: 150px; }
  .brand-button img { height: 48px; }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 70px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 22px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav button { padding: 15px 0; text-align: left; border-bottom: 1px solid var(--line); }
  .hero { min-height: calc(100svh - 70px); }
  .hero-image { object-position: 58% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(18,15,12,.64) 0%, rgba(18,15,12,.08) 70%); }
  .hero-copy { width: auto; margin: auto 22px 90px; padding: 0; }
  .hero h1 { font-size: clamp(54px, 17vw, 78px); }
  .hero-note { left: 22px; right: auto; bottom: 24px; }
  .section-pad { padding: 80px 18px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 18px; margin-bottom: 26px; }
  .section-heading-row h2, .featured-copy h2, .access-contact h2 { font-size: 54px; }
  .filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .filter { flex: 0 0 auto; }
  .story-grid, .story-grid.is-filtered { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 240px); gap: 6px; }
  .story-card.story-tall, .story-card.story-wide { grid-row: span 1; grid-column: span 1; }
  .story-card:first-child { grid-row: span 2; }
  .story-overlay { opacity: 1; transform: none; padding: 42px 12px 12px; }
  .story-overlay strong { font-size: 19px; }
  .story-overlay small { display: none; }
  .featured-story { grid-template-columns: 1fr; }
  .featured-copy { padding: 74px 24px; }
  .featured-image-wrap { min-height: 480px; order: -1; }
  .editorial-triptych { grid-template-columns: 1fr 1fr; gap: 8px; }
  .editorial-triptych img, .editorial-triptych .triptych-main img { height: 340px; }
  .editorial-triptych figcaption { font-size: 13px; }
  .pricing-band { padding: 80px 24px; gap: 42px; }
  .pricing-band h2 { font-size: 56px; }
  .client-panel, .contact-panel { min-height: auto; padding: 80px 24px; }
  .access-form { grid-template-columns: 1fr; }
  .access-form .button, .form-message, .download-demo { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }
  .site-footer p { justify-self: start; text-align: left; }
  .story-modal-card { grid-template-columns: 1fr; }
  .story-modal-card > img { min-height: 310px; max-height: 42vh; }
  .story-modal-card > div { padding: 35px 25px; }
  .story-modal-card h2 { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


body.admin-bar .site-header { top: 32px; }
.site-nav li { list-style: none; }
.site-nav a { padding: 8px 0; color: inherit; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--clay); }
.story-card { display: block; color: inherit; text-decoration: none; }
.story-card.is-hidden { display: none; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: white; }
.dp-generic { min-height: 70vh; max-width: 1120px; margin-inline: auto; padding-top: 150px; }
.dp-generic h1, .dp-story-single h1 { font-family: var(--serif); font-size: clamp(58px, 7vw, 100px); font-weight: 400; line-height: .92; letter-spacing: -.04em; }
.dp-entry-content { margin-top: 50px; font-family: var(--serif); font-size: 20px; line-height: 1.65; }
.dp-entry-content > * { max-width: 850px; }
.dp-entry-content img { width: 100%; height: auto; }
.dp-story-hero { position: relative; min-height: 76vh; display: flex; align-items: flex-end; color: white; background: #292724; isolation: isolate; }
.dp-story-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(18,15,12,.66), transparent 70%); }
.dp-story-hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.dp-story-hero-copy { max-width: 900px; padding: 80px clamp(24px, 8vw, 130px); }
.dp-story-hero-copy p:last-child { max-width: 600px; font-family: var(--serif); font-size: 22px; }
.dp-story-content { background: white; }
.dp-story-content .wp-block-gallery { gap: 10px !important; }
.dp-story-content .wp-block-image img { width: 100%; height: auto; }
.dp-story-cta { padding: 100px clamp(24px, 8vw, 130px); color: white; background: var(--clay); }
.dp-story-cta h2 { max-width: 720px; margin-bottom: 35px; font-size: clamp(52px, 6vw, 88px); line-height: .92; }
.delighted-access-form { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; max-width: 590px; }
.delighted-access-form label { display: flex; flex-direction: column; gap: 8px; font-size: 8px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.delighted-access-form input { width: 100%; height: 48px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.72); padding: 0 14px; font-size: 12px; }
.delighted-access-form .button, .delighted-access-message, .delighted-download { grid-column: 1 / -1; }
.delighted-access-message { margin: 0; font-size: 12px; line-height: 1.55; }
.delighted-access-message.error { color: #8e3329; }
.delighted-access-message.success { color: #315b43; }
.delighted-download { justify-self: start; color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
@media (max-width: 720px) {
  .site-nav a { padding: 15px 0; text-align: left; border-bottom: 1px solid var(--line); }
  .delighted-access-form { grid-template-columns: 1fr; }
  .delighted-access-form .button, .delighted-access-message, .delighted-download { grid-column: 1; }
  .dp-story-hero { min-height: 68vh; }
  .dp-story-hero-copy { padding: 60px 22px; }
}

/* Dedicated editorial pages */
.dp-home-pathways { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 10vw, 150px); background: #eee8df; }
.dp-pathway-intro h2 { font-size: clamp(56px, 6vw, 92px); line-height: .9; }
.dp-pathway-intro h2 em { color: var(--clay); font-weight: 400; }
.dp-pathway-links { border-top: 1px solid var(--line); }
.dp-pathway-links a { display: grid; grid-template-columns: 42px 1fr auto; gap: 20px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.dp-pathway-links span, .dp-pathway-links small { color: #777169; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.dp-pathway-links strong { font-family: var(--serif); font-size: 28px; font-weight: 400; }
.dp-pathway-links a:hover strong { color: var(--clay); }

.dp-page-hero { min-height: 670px; display: grid; grid-template-columns: .92fr 1.08fr; color: white; background: #242321; }
.dp-page-hero > div { align-self: center; padding: 95px clamp(35px, 7vw, 115px); }
.dp-page-hero h1, .dp-contact-copy h1, .dp-portfolio-heading h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 7vw, 110px); font-weight: 400; line-height: .84; letter-spacing: -.045em; }
.dp-page-hero h1 em, .dp-contact-copy h1 em, .dp-portfolio-heading h1 em { color: #d9ae9f; font-weight: 400; }
.dp-page-hero > div > p:last-child { max-width: 520px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.dp-page-hero > img { width: 100%; height: 670px; object-fit: cover; }
.dp-page-hero--pricing > img { object-position: center; }

.dp-overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; background: white; }
.dp-overview-card { position: relative; height: 650px; overflow: hidden; color: white; text-decoration: none; }
.dp-overview-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,14,12,.75), transparent 65%); }
.dp-overview-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.dp-overview-card:hover img { transform: scale(1.035); }
.dp-overview-card span { position: absolute; z-index: 1; inset: auto 34px 34px; display: flex; flex-direction: column; }
.dp-overview-card small { font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.dp-overview-card strong { margin: 8px 0; font-family: var(--serif); font-size: 48px; font-weight: 400; }
.dp-overview-card em { font-family: var(--serif); font-size: 18px; }
.dp-price-assurance { padding: 120px clamp(24px, 10vw, 160px); text-align: center; background: #eee8df; }
.dp-price-assurance h2 { max-width: 850px; margin: 0 auto; font-size: clamp(52px, 6vw, 88px); line-height: .94; }
.dp-price-assurance > p:not(.eyebrow) { max-width: 600px; margin: 28px auto 35px; color: #615c55; font-family: var(--serif); font-size: 20px; line-height: 1.5; }

.dp-package-section { background: white; }
.dp-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dp-package-card { display: flex; flex-direction: column; min-width: 0; padding: 55px clamp(25px, 3.5vw, 58px); border-right: 1px solid var(--line); }
.dp-package-card:last-child { border-right: 0; }
.dp-package-card h2 { font-size: clamp(46px, 4.2vw, 68px); line-height: .9; }
.dp-package-price { margin: 25px 0 17px; color: var(--clay); font-family: var(--serif); font-size: 36px; }
.dp-package-note { min-height: 38px; margin: 0 0 20px; color: #6d675f; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }
.dp-package-card ul { flex: 1; margin: 0; padding: 22px 0 5px 18px; border-top: 1px solid var(--line); }
.dp-package-card li { margin: 0 0 12px; color: #55514b; font-size: 12px; line-height: 1.6; }
.dp-package-card .text-link { margin-top: 28px; }
.dp-additional-costs { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 15px 35px; padding: 38px 0 0; }
.dp-additional-costs .eyebrow { margin: 0 auto 0 0; }
.dp-additional-costs strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.dp-pricing-footer-cta, .dp-portfolio-cta { padding: 110px clamp(24px, 9vw, 140px); color: white; background: var(--clay); text-align: center; }
.dp-pricing-footer-cta h2, .dp-portfolio-cta h2 { margin: 0 auto 34px; max-width: 820px; font-size: clamp(56px, 6vw, 88px); line-height: .9; }

.dp-about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 150px); background: white; }
.dp-about-intro h2 { max-width: 700px; font-size: clamp(56px, 6vw, 92px); line-height: .9; }
.dp-about-intro > div:last-child { align-self: end; }
.dp-about-intro > div:last-child p { color: #5e5952; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.dp-about-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 10px; padding: 0 10px; background: white; }
.dp-about-gallery img { width: 100%; height: 600px; object-fit: cover; }
.dp-about-gallery img:not(:first-child) { height: 480px; align-self: end; }
.dp-values > .eyebrow { text-align: center; }
.dp-values > div { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 35px; border-top: 1px solid var(--line); }
.dp-values article { padding: 42px clamp(20px, 4vw, 55px); border-right: 1px solid var(--line); }
.dp-values article:last-child { border-right: 0; }
.dp-values span { color: var(--clay); font-size: 9px; }
.dp-values h3 { font-family: var(--serif); font-size: 31px; font-weight: 400; }
.dp-values p { color: #635e57; font-size: 12px; line-height: 1.7; }

.dp-contact-layout { min-height: calc(100vh - 82px); display: grid; grid-template-columns: .85fr 1.15fr; }
.dp-contact-image img { width: 100%; height: 100%; min-height: 760px; object-fit: cover; }
.dp-contact-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px clamp(35px, 8vw, 130px); }
.dp-contact-copy > p:not(.eyebrow) { max-width: 620px; margin: 32px 0; color: #5d5851; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.dp-contact-methods { margin: 5px 0 36px; border-top: 1px solid var(--line); }
.dp-contact-methods a, .dp-contact-methods span { display: flex; flex-direction: column; gap: 7px; padding: 18px 0; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.dp-contact-methods small { color: #817a72; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.dp-contact-methods strong { font-family: var(--serif); font-size: 22px; font-weight: 400; overflow-wrap: anywhere; }
.dp-contact-copy .button { align-self: flex-start; }

.dp-access-form-wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 160px); background: white; }
.dp-access-form-wrap h2 { font-size: clamp(54px, 5vw, 78px); }
.dp-access-form-wrap > div > p:not(.eyebrow) { max-width: 470px; color: #645f58; font-family: var(--serif); font-size: 19px; line-height: 1.5; }
.dp-access-form-wrap .delighted-access-form { max-width: none; }

.dp-portfolio-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding-top: 150px; background: #eee8df; }
.dp-portfolio-heading > p:last-child { max-width: 430px; color: #635e57; font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.dp-portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 9px; background: white; }
.dp-portfolio-grid a { position: relative; height: 650px; overflow: hidden; color: white; }
.dp-portfolio-grid a:nth-child(3n) { grid-column: 1 / -1; height: 760px; }
.dp-portfolio-grid a::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,13,11,.66), transparent 58%); }
.dp-portfolio-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.dp-portfolio-grid a:hover img { transform: scale(1.025); }
.dp-portfolio-grid span { position: absolute; z-index: 1; left: 35px; bottom: 30px; display: flex; flex-direction: column; }
.dp-portfolio-grid small { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.dp-portfolio-grid strong { margin-top: 6px; font-family: var(--serif); font-size: 42px; font-weight: 400; }

@media (max-width: 980px) {
  .dp-home-pathways, .dp-about-intro, .dp-access-form-wrap { grid-template-columns: 1fr; }
  .dp-page-hero { grid-template-columns: 1fr 1fr; }
  .dp-package-card { padding-inline: 26px; }
  .dp-contact-layout { grid-template-columns: .75fr 1.25fr; }
}
@media (max-width: 720px) {
  .dp-home-pathways { gap: 45px; }
  .dp-pathway-links a { grid-template-columns: 30px 1fr; }
  .dp-pathway-links small { grid-column: 2; }
  .dp-page-hero { min-height: auto; grid-template-columns: 1fr; }
  .dp-page-hero > div { padding: 80px 22px; }
  .dp-page-hero h1, .dp-contact-copy h1, .dp-portfolio-heading h1 { font-size: 59px; }
  .dp-page-hero > img { height: 470px; order: -1; }
  .dp-overview-grid, .dp-package-grid, .dp-values > div { grid-template-columns: 1fr; }
  .dp-overview-card { height: 520px; }
  .dp-package-card { border-right: 0; border-bottom: 1px solid var(--line); padding: 50px 18px; }
  .dp-package-card:last-child { border-bottom: 0; }
  .dp-package-note { min-height: 0; }
  .dp-additional-costs { justify-content: flex-start; }
  .dp-additional-costs .eyebrow { flex-basis: 100%; }
  .dp-about-gallery { grid-template-columns: 1fr 1fr; }
  .dp-about-gallery img, .dp-about-gallery img:not(:first-child) { height: 390px; }
  .dp-about-gallery img:first-child { grid-column: 1 / -1; height: 520px; }
  .dp-values article { border-right: 0; border-bottom: 1px solid var(--line); }
  .dp-contact-layout { grid-template-columns: 1fr; }
  .dp-contact-image img { min-height: 0; height: 520px; }
  .dp-contact-copy { padding: 75px 22px; }
  .dp-portfolio-heading { grid-template-columns: 1fr; gap: 30px; padding-top: 90px; }
  .dp-portfolio-grid { grid-template-columns: 1fr; }
  .dp-portfolio-grid a, .dp-portfolio-grid a:nth-child(3n) { grid-column: auto; height: 520px; }
  .dp-portfolio-grid strong { font-size: 34px; }
}
/* Improved pricing overview */
.dp-pricing-cover { position: relative; min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #242321; isolation: isolate; }
.dp-pricing-cover > img, .dp-pricing-cover-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.dp-pricing-cover > img { z-index: -2; object-fit: cover; object-position: center 38%; }
.dp-pricing-cover-shade { z-index: -1; background: linear-gradient(90deg,rgba(18,16,14,.78),rgba(18,16,14,.26) 66%,rgba(18,16,14,.08)); }
.dp-pricing-cover-copy { width: min(920px,88vw); padding: 95px clamp(24px,8vw,135px); }
.dp-pricing-cover h1 { margin: 0; font-family: var(--serif); font-size: clamp(62px,7vw,108px); font-weight: 400; line-height: .84; letter-spacing: -.045em; }
.dp-pricing-cover h1 em, .dp-pricing-choice-heading h2 em { color: #e2b5a6; font-weight: 400; }
.dp-pricing-cover-copy > p:last-child { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.dp-pricing-choices { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px,10vw,155px); padding: 110px clamp(24px,7vw,115px); background: #eee8df; }
.dp-pricing-choice-heading h2 { font-size: clamp(56px,6vw,91px); line-height: .9; }
.dp-pricing-choice-list { border-top: 1px solid var(--line); }
.dp-pricing-choice-list a { display: grid; grid-template-columns: 40px 1fr auto; gap: 22px; align-items: center; padding: 27px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.dp-pricing-choice-list > a > span { color: var(--clay); font-size: 9px; }
.dp-pricing-choice-list div { display: flex; flex-direction: column; }
.dp-pricing-choice-list small { color: #776f67; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.dp-pricing-choice-list strong { margin: 5px 0 2px; font-family: var(--serif); font-size: 37px; font-weight: 400; }
.dp-pricing-choice-list em { color: var(--clay); font-family: var(--serif); font-size: 16px; }
.dp-pricing-choice-list b { font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.dp-pricing-choice-list a:hover strong { color: var(--clay); }
.dp-pricing-image-strip { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 8px; padding: 8px; background: white; }
.dp-pricing-image-strip img { width: 100%; height: 530px; object-fit: cover; }
.dp-pricing-image-strip img:nth-child(2) { height: 430px; align-self: center; }
@media (max-width: 820px) {
 .dp-pricing-choices { grid-template-columns: 1fr; gap: 45px; }
 .dp-pricing-choice-list a { grid-template-columns: 30px 1fr; }
 .dp-pricing-choice-list b { grid-column: 2; }
}
@media (max-width: 720px) {
 .dp-pricing-cover { min-height: 610px; }
 .dp-pricing-cover > img { object-position: 58% center; }
 .dp-pricing-cover-shade { background: linear-gradient(0deg,rgba(18,16,14,.82),rgba(18,16,14,.08) 80%); }
 .dp-pricing-cover-copy { padding: 75px 22px; }
 .dp-pricing-cover h1 { font-size: 58px; }
 .dp-pricing-choices { padding: 78px 20px; }
 .dp-pricing-image-strip { grid-template-columns: 1fr 1fr; }
 .dp-pricing-image-strip img { height: 370px; }
 .dp-pricing-image-strip img:nth-child(2) { height: 370px; }
 .dp-pricing-image-strip img:last-child { grid-column: 1 / -1; height: 480px; }
}
/* Expanded story galleries */
.dp-story-content { padding-inline: clamp(10px,2vw,28px); }
.dp-story-content .wp-block-gallery.has-nested-images { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px !important; max-width: 1500px; margin: 0 auto; }
.dp-story-content .wp-block-gallery.has-nested-images > figure.wp-block-image { width: auto !important; margin: 0 !important; }
.dp-story-content .wp-block-gallery.has-nested-images > figure.wp-block-image:nth-child(5n+1) { grid-column: 1 / -1; }
.dp-story-content .wp-block-gallery.has-nested-images img { width: 100% !important; height: 590px !important; object-fit: cover; }
.dp-story-content .wp-block-gallery.has-nested-images > figure.wp-block-image:nth-child(5n+1) img { height: 820px !important; }
@media(max-width:720px){
 .dp-story-content { padding: 8px; }
 .dp-story-content .wp-block-gallery.has-nested-images { gap: 7px !important; }
 .dp-story-content .wp-block-gallery.has-nested-images img { height: 300px !important; }
 .dp-story-content .wp-block-gallery.has-nested-images > figure.wp-block-image:nth-child(5n+1) img { height: 500px !important; }
}
.dp-owner-copy p { color:#5d5851; font-family:var(--serif); font-size:20px; line-height:1.55; }
.dp-contact-copy .dp-owner-copy { max-width:620px; margin:24px 0; }

/* Desktop pricing refinement — mobile rules intentionally unchanged */
@media (min-width: 821px) {
  .dp-pricing-cover { min-height: 480px; }
  .dp-pricing-cover > img { object-position: center 34%; }
  .dp-pricing-cover-copy { width: min(840px, 72vw); padding-block: 68px; }
  .dp-pricing-cover h1 { font-size: clamp(66px, 5.8vw, 92px); }
  .dp-pricing-cover-copy > p:last-child { margin-top: 22px; }
  .dp-pricing-choices { padding-block: 82px; }
  .dp-pricing-choice-heading h2 { font-size: clamp(55px, 5vw, 78px); }
}