/*
Theme Name: Amnon Moalem — Hello Elementor Child
Theme URI: https://amnon.sgo.co.il
Description: Child theme for the Amnon Moalem premium art gallery. Holds the artwork content model, custom Elementor dynamic tags, and all bespoke functionality.
Author: SGO
Author URI: https://sgo.co.il
Template: hello-elementor
Version: 1.0.0
Text Domain: amnon
*/

/* Design is authored in Elementor. This file is reserved for structural
   overrides that cannot be expressed through the builder. */

/* ------------------------------------------------------------------ *
 * Header navigation — classical small-caps
 *
 * Each link is set in small-caps: the leading capital stays full size
 * while the rest drops to small capitals, so "About" reads with a large
 * A and a smaller BOUT. Matches the printed-catalogue lettering.
 *
 * Scoped to the header location so it never touches body content, and
 * left at normal specificity so the Nav Menu widget's own typography
 * controls in Elementor can still override it whenever needed.
 * ------------------------------------------------------------------ */
.elementor-location-header .elementor-nav-menu > li > a.elementor-item,
.elementor-location-header .site-navigation .menu > li > a,
.elementor-location-header nav .menu > .menu-item > a {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-variant: small-caps;
	font-feature-settings: 'smcp' 1;
	text-transform: none;
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.09em;
	line-height: 1.2;
}

/* Dropdown items (under "The Works") — same lettering, a step smaller */
.elementor-location-header .elementor-nav-menu .sub-menu a.elementor-sub-item,
.elementor-location-header nav .sub-menu .menu-item > a {
	font-family: 'Cormorant Garamond', Georgia, serif;
	font-variant: small-caps;
	font-feature-settings: 'smcp' 1;
	text-transform: none;
	font-weight: 500;
	font-size: 1.125rem;
	letter-spacing: 0.07em;
}
