/*
Theme Name:   Suday Properties
Theme URI:    https://sudayproperties.com
Description:  Suday Properties design layer. A child theme of Astra that keeps Estatik
              as the admin — Jorge adds and edits properties exactly as he does today —
              and replaces only what visitors see.
Author:       OnCallAI Pro
Template:     astra
Version:      1.0.0
Text Domain:  suday
*/

/*  The design system itself lives in assets/suday.css and is enqueued from
    functions.php. It is a byte-for-byte copy of the static build's style.css,
    so the two can never drift — see README.md.

    Only WordPress- and Astra-specific corrections belong in this file.          */

/* Astra wraps everything in its own container and adds padding we do not want,
   because our sections manage their own rhythm. */
.ast-container,
.site-content .ast-container{max-width:none;padding-left:0;padding-right:0;display:block}
#primary,.site-main{margin:0;padding:0}
.ast-separate-container #primary{padding:0}
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post{padding:0;border:0;background:transparent}
.entry-content{margin-top:0}
.ast-separate-container .site-content>.ast-container{max-width:none}

/* We ship our own header and footer. */
.site-header,.main-header-bar,.ast-mobile-header-wrap,.site-footer,.ast-small-footer{display:none!important}

/* Astra sets its own body type; ours wins. */
body,button,input,select,textarea{font-family:var(--sans)}

/* Estatik's own furniture we deliberately keep, restyled to match:
   the enquiry form, the gallery lightbox, the share popup. */
.es-single,.es-listing{font-family:var(--sans)}
.es-property__control,.es-badge--wishlist{display:none}      /* no favourites UI */
.es-price{font-family:var(--display);font-weight:300}
