/* Structure remains in native Elementor containers, headings, buttons and forms. */
body.tpi-onepage { --tpi-anchor-offset: 120px; }
body.tpi-onepage :is(#services,#project-services,#process,#projects,#about,#tpi-group,#faq,#contact,#message,#quote,.tpi-inquiry) { scroll-margin-top:var(--tpi-anchor-offset); }
body.tpi-onepage .op-projects .field-story-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; background:transparent; border:0; }
body.tpi-onepage .op-projects .field-story-grid > * { min-width:0; }
body.tpi-onepage .op-projects .field-project-card { height:100%; border:1px solid var(--line); background:var(--paper); }
body.tpi-onepage .op-projects .field-story-grid figure { height:300px; }
body.tpi-onepage .op-projects .field-story-grid article > div { padding:24px; }
body.tpi-onepage .op-projects .field-story-grid h3 { margin:0 0 20px; }
body.tpi-onepage .op-contact-details .field-office-card { margin-top:24px; }
body.tpi-onepage .op-contact-details .field-office-card h3 { margin:0 0 14px; }
body.tpi-onepage .op-contact-details iframe { width:100%; height:160px; border:0; }
body.tpi-onepage .op-contact-details .elementor-widget-google_maps { width:100%; }
body.tpi-onepage .op-contact-details :is(dl,.tpi-native-tag-dl) { margin:0; }
body.tpi-onepage .op-contact-details :is(dd,.tpi-native-tag-dd) { overflow-wrap:anywhere; }
body.tpi-onepage .op-contact-details .button { white-space:normal; }
body.tpi-onepage .op-form-tabs { display:flex; gap:8px; padding-bottom:20px; border-bottom:1px solid var(--line); }
body.tpi-onepage .op-form-tabs .elementor-button { min-height:46px; display:inline-flex; align-items:center; padding:12px 20px; color:var(--ink); background:transparent; border:1px solid var(--line); }
body.tpi-onepage .op-form-tabs [aria-selected="true"] { background:#ea7d00; color:#171812; border-color:#ea7d00; }
body.tpi-onepage .op-form-panel[hidden] { display:none!important; }
body.tpi-onepage .op-form-tabs a:focus-visible { outline:2px solid var(--ink); outline-offset:3px; }
body.tpi-onepage .primary-navigation a[aria-current="location"] { text-decoration:underline; text-decoration-color:#ea7d00; text-decoration-thickness:2px; text-underline-offset:7px; }
@media(max-width:1024px) {
    body.tpi-onepage .op-projects .field-story-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:767px) {
    body.tpi-onepage .op-projects .field-story-grid { grid-template-columns:minmax(0,1fr); gap:20px; }
    body.tpi-onepage .op-projects .field-story-grid figure { height:260px; }
    body.tpi-onepage .op-form-tabs .elementor-button { padding:12px 16px; }
    body.tpi-onepage .op-contact-details iframe { height:180px; }
    body.tpi-onepage .tpi-inquiry__grid { grid-template-columns:minmax(0,1fr); }
}
