/*
Theme Name: RGV Insulation
Theme URI: https://insulationcompanyrgv.com/
Author: Insulation Company RGV
Description: Bilingual block theme for an insulation contractor. Ledger layout language — cream ground, deep-green ink, ochre rules, square corners. Built to run with the RGV Site Kit plugin, which supplies the services, locations, quote form, schema and blocks.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rgv-insulation
Tags: block-patterns, full-site-editing, business, two-columns, custom-colors, custom-logo
*/

/* Everything visual is declared in theme.json. What follows is only what the
   settings API cannot express. */

.wp-site-blocks { overflow-x: clip; }

/* Skip link and focus ring in the brand's colours rather than browser defaults. */
:focus-visible { outline: 2px solid var(--wp--preset--color--green); outline-offset: 2px; }
::selection { background: var(--wp--preset--color--ochre-tint); }

/* Ledger rules: headings sit under a hairline, section starts under a thick one. */
.rgv-rule-top { border-top: 3px solid var(--wp--preset--color--ink); padding-top: 1.25rem; }
.rgv-rule-thin { border-top: 1px solid rgba(20, 38, 31, 0.15); }

/* Header */
.rgv-header { border-bottom: 2px solid var(--wp--preset--color--ink); }
.rgv-wordmark { font-family: var(--wp--preset--font-family--condensed); font-weight: 700; letter-spacing: -0.01em; text-decoration: none; line-height: 1; }
.rgv-wordmark:hover { color: var(--wp--preset--color--ochre); }

/* Footer */
.rgv-footer { border-top: 3px solid var(--wp--preset--color--ink); }
.rgv-footer a { text-decoration: none; }
.rgv-footer a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Post body rhythm — the imported blog markup is plain core blocks. */
.rgv-article :where(h2) { margin-top: 2.4em; padding-top: 0.6em; border-top: 2px solid var(--wp--preset--color--ink); }
.rgv-article :where(h3) { margin-top: 1.8em; }
.rgv-article :where(p, ul, ol) { max-width: 68ch; }
.rgv-article :where(table) { width: 100%; border-collapse: collapse; }
.rgv-article :where(th) { text-align: left; border-bottom: 2px solid var(--wp--preset--color--ink); padding: 10px 8px; font-family: var(--wp--preset--font-family--condensed); text-transform: uppercase; letter-spacing: 0.12em; font-size: 13px; }
.rgv-article :where(td) { padding: 13px 8px; border-bottom: 1px solid rgba(20, 38, 31, 0.15); vertical-align: top; }

/* Body-copy classes carried by the imported posts. */
.rgv-takeaways, .rgv-note { max-width: none; }

/* Cards on index and archive listings. */
.rgv-listing .wp-block-post { border-top: 1px solid rgba(20, 38, 31, 0.15); padding-top: 1.25rem; }
.rgv-listing .wp-block-post-title { font-family: var(--wp--preset--font-family--condensed); line-height: 1.1; }
.rgv-listing .wp-block-post-title a { text-decoration: none; }
.rgv-listing .wp-block-post-title a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Give the sticky bar room so it never covers the last line of a page. */
@media (max-width: 860px) {
	.wp-site-blocks { padding-bottom: 56px; }
}
