.page-hero {
  padding: clamp(120px, 16vw, 190px) 0 clamp(60px, 8vw, 100px);
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 5vw, 4.6rem); font-weight: 600; }
.page-hero .page-lead { max-width: 600px; margin-top: 26px; color: rgba(255, 255, 255, .6); }
.page-hero--gold { background: var(--gold); color: var(--ink); }
.page-hero--gold .breadcrumbs { color: rgba(13, 13, 13, .55); }
.page-hero--gold .breadcrumbs span { color: rgba(13, 13, 13, .35); }
.page-hero--gold .breadcrumbs a:hover { color: var(--ink); }

.page-body { padding: clamp(70px, 9vw, 120px) 0; }
.page-body :is(h2, h3) { letter-spacing: -.04em; }
.page-body p { max-width: 68ch; color: #4b4842; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .5); }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs span { color: rgba(255, 255, 255, .3); }

.post-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 40px; }
.post-card { display: flex; flex-direction: column; }
.post-card-media { overflow: hidden; aspect-ratio: 3/4; background: #e9e5db; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post-card-media:hover img { transform: scale(1.05); }
.post-card-body { padding: 22px 0 0; }
.post-meta { margin: 0 0 8px; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.post-card-body h2 { margin: 0 0 12px; font-size: 1.6rem; font-weight: 500; letter-spacing: -.03em; }
.post-card-body h2 a:hover { color: var(--gold); }

.entry-content { max-width: 1080px; }
.entry-content .entry-thumb { margin-bottom: 34px; width: 100%; height: auto; }
.entry-content .is-default-thumb { max-height: 320px; object-fit: cover; }
.entry-content h2 { margin: 40px 0 16px; font-size: clamp(2rem, 3vw, 2.8rem); }
.entry-content h3 { margin: 32px 0 12px; font-size: 1.5rem; }
.entry-content p { margin: 0 0 18px; line-height: 1.7; }
.entry-content a { color: var(--gold); border-bottom: 1px solid currentColor; }
.entry-content ul, .entry-content ol { margin: 0 0 18px; padding-left: 22px; line-height: 1.7; }
.entry-content img { margin: 20px 0; }
.entry-content blockquote { margin: 26px 0; padding: 6px 0 6px 24px; border-left: 2px solid var(--gold); font-size: 1.15rem; }

.portfolio-grid a.gallery-item { cursor: pointer; }
.portfolio-grid { margin-top: 40px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 0 18px; }
.entry-content a.contact-tile { display: flex; flex-direction: column; gap: 12px; padding: 34px 30px; border: 1px solid var(--line); color: var(--ink); transition: border-color .25s; }
.entry-content a.contact-tile:hover { border-color: var(--gold); }
.contact-tile span { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.contact-tile strong { font-size: clamp(1.15rem, 2.4vw, 1.9rem); font-weight: 600; letter-spacing: -.02em; overflow-wrap: anywhere; }
.entry-content a.contact-booksy { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 0 0 50px; padding: 26px 30px; border: 0; background: var(--ink); color: var(--white); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: background .25s, color .25s; }
.entry-content a.contact-booksy i { color: var(--gold); font-size: 1.1rem; transition: color .25s; }
.entry-content a.contact-booksy:hover { background: var(--gold); color: var(--ink); }
.entry-content a.contact-booksy:hover i { color: var(--ink); }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.contact-info h2 { margin-top: 0; font-size: 1.5rem; }
.contact-hours { margin: 0; padding: 0; list-style: none; }
.contact-hours li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.map-embed { margin: 0; }
.map-embed iframe { display: block; width: 100%; height: clamp(380px, 52vw, 560px); border: 0; }
.entry-content .wpcf7 { max-width: 960px; }
.cf7-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 6px; }
.cf7-acceptance { margin: 4px 0 10px; }
.wpcf7-acceptance .wpcf7-list-item { margin: 0; }
.wpcf7-acceptance label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; font-size: .8rem; letter-spacing: 0; line-height: 1.55; }
.wpcf7 .wpcf7-acceptance input[type="checkbox"] { width: 16px; height: 16px; margin: 3px 0 0; padding: 0; accent-color: var(--gold); }
.wpcf7-acceptance a { text-decoration: underline; }
.wpcf7 label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .05em; }
.wpcf7 input:not([type="submit"]), .wpcf7 textarea { width: 100%; margin-top: 8px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 0; background: var(--white); font: inherit; font-size: .95rem; transition: border-color .25s; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; border-color: var(--gold); }
.wpcf7 textarea { min-height: 170px; resize: vertical; }
.wpcf7 input[type="submit"] { padding: 17px 36px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .25s, border-color .25s, color .25s; }
.wpcf7 input[type="submit"]:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.wpcf7 .wpcf7-not-valid-tip { margin-top: 6px; color: #b3423a; font-size: .78rem; }
.wpcf7 .wpcf7-response-output { margin: 22px 0 0; padding: 14px 18px; border: 1px solid var(--gold); font-size: .85rem; }
.wpcf7 .wpcf7-spinner { display: block; margin: 12px 0 0; }
@media (max-width: 760px) {
  .contact-grid, .contact-info { grid-template-columns: 1fr; }
  .cf7-row { grid-template-columns: 1fr; gap: 14px; }
}

.pagination { margin-top: 60px; display: flex; flex-wrap: wrap; gap: 8px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 46px; height: 46px; padding: 0 10px; border: 1px solid var(--line); font-size: .8rem; font-weight: 700; }
.pagination .page-numbers.current, .pagination a.page-numbers:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }

.wpcf7 { max-width: 980px; }
.wpcf7 form { display: flex; flex-direction: column; gap: 34px; padding: clamp(30px, 4.5vw, 56px); background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--gold); }
.cf7-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.wpcf7 label { display: flex; flex-direction: column; gap: 12px; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: rgba(13,13,13,.55); }
.wpcf7 .wpcf7-form-control-wrap { display: block; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--line); background: var(--paper); font: inherit; font-size: 1rem; font-weight: 500; letter-spacing: normal; text-transform: none; color: var(--ink); transition: border-color .25s, background .25s; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline: none; border-color: var(--gold); background: var(--white); }
.wpcf7 textarea { height: 170px; min-height: 120px; resize: vertical; }
.wpcf7 input[type="submit"] { align-self: flex-start; padding: 20px 44px; border: 0; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .3s, color .3s; }
.wpcf7 input[type="submit"]:hover { background: var(--gold); color: var(--ink); }
.wpcf7-spinner { margin: 0 0 0 14px; }
.wpcf7-not-valid-tip { margin-top: 7px; font-size: .62rem; letter-spacing: .04em; text-transform: none; color: #b3261e; }
.wpcf7 form .wpcf7-response-output { margin: 0; padding: 15px 20px; border: 1px solid var(--gold); font-size: .8rem; }
.wpcf7 .wpcf7-acceptance label { flex-direction: row; align-items: flex-start; gap: 12px; font-size: .74rem; font-weight: 500; letter-spacing: normal; text-transform: none; color: rgba(13,13,13,.65); }
.wpcf7 .wpcf7-acceptance input[type="checkbox"] { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 2px; accent-color: var(--gold); cursor: pointer; }
.wpcf7 .wpcf7-acceptance a { text-decoration: underline; }

@media (max-width: 760px) {
  .cf7-grid { grid-template-columns: 1fr; gap: 26px; }
  .wpcf7 form { gap: 26px; }
  .wpcf7 input[type="submit"] { width: 100%; }
}

.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.spec-copy h2 { margin: 22px 0 24px; font-size: clamp(2.2rem, 3.4vw, 3.4rem); font-weight: 600; }
.spec-copy > p { max-width: 520px; margin: 0 0 34px; color: rgba(13,13,13,.72); line-height: 1.75; }
.spec-image { margin: 0; overflow: hidden; }
.spec-image img { display: block; width: 100%; height: 100%; min-height: 420px; max-height: 560px; object-fit: cover; object-position: top; }
.spec-gallery { columns: 5; margin-top: clamp(50px, 7vw, 90px); }
.spec-pricing { padding: clamp(80px, 10vw, 130px) 0; }
.spec-pricing .price-list { margin-top: 10px; }

@media (max-width: 760px) {
  .spec-grid { grid-template-columns: 1fr; gap: 34px; }
  .spec-image img { min-height: 0; height: auto; }
}

.spec-grid--solo { grid-template-columns: 1fr; }
.spec-grid--solo .spec-copy > p { max-width: 68ch; }
