@include('partials.head') {{-- Inline style block for the embedded self-help portal. BLADE RULE (logged for this project): the CSS below contains `@media` rules. Blade's compiler parses `@`-prefixed tokens as directives, so the WHOLE style body MUST live inside `@verbatim` … `@endverbatim`. Without that wrapping, Blade fails to compile this layout with the misleading "unexpected end of file, expecting endif" error. Class family `sh-*` is the canonical surface for this layout. We use class names (not data attribute selectors) so the styling stays the conventional "class-driven" shape the rest of the project follows. --}} {{-- Public customer-facing layout — embedded inside a Shopify contact-page slot (Gorgias-style). Intentionally simple: head → inline