.hero { padding-top: 62px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.eyebrow-line { display: inline-block; width: 26px; height: 3px; background: var(--accent); }
.hero h1 span { color: var(--ink); text-decoration: underline; text-decoration-color: var(--accent); text-decoration-thickness: 6px; text-underline-offset: 9px; }
.hero-lead { color: var(--muted); font-size: 1.125rem; max-width: 480px; margin-top: 30px; line-height: 1.7; }
.hero-area { display: flex; align-items: center; gap: 9px; color: var(--muted); margin-top: 26px; font-size: .875rem; }
.hero-area svg { width: 18px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; flex-shrink: 0; }
.hero-photo { align-self: stretch; min-height: 450px; display: flex; flex-direction: column; border-radius: 12px; overflow: hidden; background: var(--surface); }
.hero-photo > img { width: 100%; height: 420px; flex: 1; object-fit: cover; object-position: 61% 50%; min-height: 0; }
.hero-photo figcaption { display: flex; align-items: center; justify-content: space-between; padding: 19px 24px; font-size: .95rem; font-weight: 650; }
.hero-photo small { display: block; font-size: .75rem; letter-spacing: .1em; font-weight: 500; color: var(--muted); margin-bottom: 3px; }
.assurance-strip { display: grid; grid-template-columns: repeat(3,1fr); padding-block: 26px; margin-top: 54px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.assurance-strip span { font-size: .875rem; text-align: center; padding-inline: 12px; }
.assurance-strip span + span { border-left: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); }
.service-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: var(--surface); border-radius: 7px; font-weight: 700; font-size: .875rem; margin-bottom: 24px; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { color: var(--muted); margin-bottom: 18px; }
.service-card ul { list-style: none; margin: 0; padding: 16px 0 0; border-top: 1px solid var(--line); font-size: .9375rem; }
.service-card li { position: relative; padding-left: 17px; margin-bottom: 6px; }
.service-card li::before { content: ''; width: 5px; height: 5px; background: var(--muted); position: absolute; left: 0; top: .65em; }
.section-note { margin-top: 26px; color: var(--muted); }
.section-note a { display: inline-block; padding-block: 8px; font-weight: 650; color: var(--ink); }
.works-section { background: var(--surface); }
.work-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px 24px; }
.work-image { display: block; position: relative; overflow: hidden; border-radius: 9px; background: var(--line); }
.work-image img { width: 100%; aspect-ratio: 4/3; height: auto; object-fit: cover; transition: transform .25s; }
.work-image:hover img { transform: scale(1.035); }
.work-open { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; height: 40px; width: 40px; border-radius: 50%; background: #fff; color: #142c35; font-size: 1.3rem; }
.work-caption { margin-top: 14px; }
.work-caption h3 { font-size: 1.0625rem; }
.work-caption span { color: var(--muted); font-size: .875rem; }
.section-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; border-top: 1px solid var(--line); padding-top: 20px; }
.section-bottom p { color: var(--muted); }
.process-section { background: var(--dark); color: var(--on-dark); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.process-intro .eyebrow { color: var(--accent); }
.process-intro > p:not(.eyebrow) { color: #c1cfd3; margin-top: 24px; max-width: 410px; }
.process-steps { list-style: none; padding: 0; margin: 0; }
.process-steps li { display: flex; gap: 24px; padding-block: 24px; border-bottom: 1px solid #ffffff30; }
.process-steps li:first-child { padding-top: 0; }
.process-steps li > span { color: var(--accent); font-size: .9375rem; font-weight: 600; }
.process-steps h3 { font-size: 1.125rem; margin-bottom: 10px; }
.process-steps p { color: #c1cfd3; }
.review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.review { display: flex; flex-direction: column; padding: 28px; background: var(--surface); border-radius: var(--radius); }
.quote-mark { font-size: 3.7rem; line-height: .9; color: var(--muted); font-family: Georgia,serif; }
.review blockquote { margin: 14px 0 26px; }
.review figcaption { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 650; font-size: .875rem; }
.contact-section { padding-top: 0; }
.contact-panel { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; background: var(--accent); color: var(--accent-ink); padding: 52px; border-radius: 12px; }
.contact-panel h2 { font-size: clamp(2rem,3vw,2.7rem); }
.contact-panel h2 + p { margin-top: 24px; }
.contact-details { align-self: center; padding-left: 42px; border-left: 1px solid #142c3530; }
.contact-person { font-size: 1.4rem; font-weight: 700; line-height: 1.4; }
.contact-person small { display: block; font-size: 1rem; font-weight: 400; }
.contact-area { margin-top: 16px; font-size: .875rem; }
.contact-details .text-link { font-size: .875rem; }
@media (max-width: 1000px) {
 .hero-grid { gap: 30px; } .hero { padding-top: 40px; }
 .hero-photo { min-height: 420px; } .hero-actions { gap: 12px 24px; }
 .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .process-grid { gap: 44px; } .review-grid { gap: 16px; } .review { padding: 22px; }
 .contact-panel { padding: 36px; gap: 28px; } .contact-details { padding-left: 28px; }
}
@media (max-width: 700px) {
 .hero { padding-top: 32px; } .hero-grid { grid-template-columns: 1fr; gap: 32px; }
 .hero-lead { font-size: 1.0625rem; margin-top: 24px; } .hero-area { margin-top: 18px; }
 .hero-photo { min-height: 0; } .hero-photo > img { height: 290px; flex: none; }
 .hero-photo figcaption { padding: 15px 18px; } .hero-photo small { font-size: .75rem; }
 .assurance-strip { margin-top: 30px; grid-template-columns: 1fr; padding-block: 12px; }
 .assurance-strip span { text-align: left; padding: 8px 0; } .assurance-strip span + span { border-left: 0; }
 .assurance-strip span::before { content: '✓'; padding-right: 12px; }
 .service-grid { grid-template-columns: 1fr; gap: 12px; } .service-card { padding: 24px; }
 .service-number { float: right; margin: 0 0 14px 16px; } .service-card h3 { padding-top: 10px; }
 .service-card p { clear: both; }
 .work-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 14px; }
 .work-caption h3 { font-size: 1rem; } .work-image img { aspect-ratio: 1/1; }
 .work-open { width: 32px; height: 32px; right: 8px; bottom: 8px; }
 .section-bottom { align-items: start; flex-direction: column; gap: 8px; }
 .process-grid,.review-grid,.contact-panel { grid-template-columns: 1fr; }
 .process-grid { gap: 36px; } .review { padding: 26px; }
 .contact-panel { padding: 30px 24px; gap: 30px; }
 .contact-details { padding: 26px 0 0; border-left: 0; border-top: 1px solid #142c3530; }
 .contact-details .button { width: 100%; }
}
@media (max-width: 370px) { h1 { font-size: 2.3rem; } .work-grid { grid-template-columns: 1fr; } }

/* Visible, descriptive affordances for browsing the portfolio. */
.work-image { cursor: zoom-in; }
:is(.work-image, .hero-gallery) .work-open { width: auto; height: auto; min-height: 36px; padding: 6px 12px; border-radius: 6px; display: flex; gap: 12px; font-size: .875rem; font-weight: 650; box-shadow: 0 2px 10px #0002; }
.work-open > span { font-size: 1.125rem; }
:is(.work-image, .hero-gallery):hover .work-open, :is(.work-image, .hero-gallery):focus-visible .work-open { background: var(--accent); }
.explore-panel { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 36px; padding: 28px 0 0; border-top: 1px solid var(--line); }
.explore-panel h3 { font-size: 1.2rem; margin-bottom: 8px; }
.explore-panel p { color: var(--muted); }
.button--explore { background: var(--accent); color: var(--accent-ink); border-color: var(--accent-ink); gap: 16px; flex-shrink: 0; }
.button--explore:hover { background: var(--ink); color: var(--bg); }
.button--explore > span { transition: transform .18s; }
.button--explore:hover > span { transform: translate(2px,-2px); }
@media (max-width: 800px) { .explore-panel { align-items: start; flex-direction: column; gap: 20px; } }
@media (max-width: 700px) { .explore-panel .button { width: 100%; } :is(.work-image, .hero-gallery) .work-open { font-size: .8125rem; padding: 5px 8px; gap: 6px; } }

.experience { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.experience strong { font-size: 3rem; line-height: 1; letter-spacing: -.05em; border-bottom: 4px solid var(--accent); }
.experience span { font-size: .9375rem; line-height: 1.45; font-weight: 600; }
.hero-gallery { position: relative; display: block; flex: 1; min-height: 0; overflow: hidden; }
.hero-gallery img { display: block; width: 100%; height: 420px; object-fit: cover; object-position: 61% 50%; }
.hero-photo figcaption a { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 44px; text-decoration: none; }
.hero-photo figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-gallery:hover img { filter: brightness(1.06); }
@media (max-width: 700px) { .hero-gallery img { height: 290px; } }

