/*
Theme Name: Invest in Spain by Renturia
Theme URI: https://renturia.com
Author: Invest in Spain by Renturia
Author URI: https://renturia.com
Description: A Mediterranean-styled block theme for Invest in Spain by Renturia — large industrial real estate, solares, tierras and fincas. Pairs with the Renturia Investments plugin.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: invest-in-spain-by-renturia
Tags: full-site-editing, block-patterns, business, real-estate, custom-colors
*/

/* ---------------------------------------------------------------------------
   Component styles that complement theme.json. Brand tokens are also exposed
   as CSS custom properties so .iis- helper classes stay in sync.
--------------------------------------------------------------------------- */
:root{
	--iis-orange:#ff8500;
	--iis-orange-dark:#dd6f00;
	--iis-ink:#1b2428;
	--iis-muted:#6f7a80;
	--iis-sand:#f7efe4;
	--iis-cream:#fffaf3;
	--iis-line:#eadfce;
	--iis-shadow:0 22px 55px rgba(42,32,18,.12);
}

/* Eyebrow label above section headings */
.iis-eyebrow{color:var(--iis-orange);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.08em}

/* Italic accent inside serif headings */
.iis-accent{color:var(--iis-orange);font-style:italic}

/* Hero trust badges */
.iis-badges{display:flex;gap:24px;flex-wrap:wrap;color:#3b474c;font-weight:600;font-size:14px;margin-top:6px}
.iis-badges p{margin:0;display:flex;align-items:center;gap:8px}

/* Lead / contact card in the hero */
.iis-leadcard{background:rgba(255,255,255,.92);border:1px solid #fff;border-radius:24px;box-shadow:var(--iis-shadow)}

/* Stats bar dividers */
.iis-stats{border-top:1px solid var(--iis-line);border-bottom:1px solid var(--iis-line)}
.iis-stats .wp-block-column{border-right:1px solid var(--iis-line)}
.iis-stats .wp-block-column:last-child{border-right:0}

/* Marketing asset-class cards */
.iis-card{background:#fff;border:1px solid var(--iis-line);border-radius:16px;overflow:hidden;box-shadow:0 14px 35px rgba(45,36,24,.06);transition:transform .25s,box-shadow .25s;height:100%}
.iis-card:hover{transform:translateY(-5px);box-shadow:var(--iis-shadow)}
.iis-card img{width:100%;height:185px;object-fit:cover;display:block}
.iis-card .wp-block-group{padding:22px}

/* Hero category grid: equal-height cards with the button flexed to the bottom */
.iis-catgrid .iis-card{display:flex;flex-direction:column;position:relative}
.iis-catgrid .iis-card > .wp-block-group{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;position:static}
.iis-catgrid .iis-cardbtns{margin-top:auto;margin-bottom:0}

/* Make the whole card clickable (stretched link from the button) */
.iis-catgrid .iis-cardbtn .wp-block-button__link::after{content:"";position:absolute;inset:0;z-index:1}

/* Small, borderless, brand-orange "View Investments" link-button */
.iis-cardbtn .wp-block-button__link{
	background-color:transparent;color:var(--iis-orange);
	border:0;box-shadow:none;border-radius:0;
	padding:26px 0 0;font-size:10px;font-weight:700;line-height:1.2;
}
.iis-cardbtn .wp-block-button__link:hover,
.iis-cardbtn .wp-block-button__link:focus{background-color:transparent;color:var(--iis-orange-dark)}

/* "Why Spain" feature chips */
.iis-feature{background:#fff;border:1px solid var(--iis-line);border-radius:12px;padding:14px 16px;font-weight:600;font-size:14px;margin:0}

/* Rounded media frame */
.iis-frame img{border-radius:24px;box-shadow:var(--iis-shadow)}

/* Footer link lists */
.iis-footer a{color:#aebbc0;text-decoration:none}
.iis-footer a:hover{color:#fff}

/* Generic hover on text links rendered by the theme */
a{transition:color .15s}

@media (max-width:781px){
	.iis-stats .wp-block-column{border-right:0;border-bottom:1px solid var(--iis-line)}
}
