/* 93 Brew — global site styling (works on top of Hello Elementor). */
:root {
	--brew-bg: #f6efe6;
	--brew-card: #fffdfa;
	--brew-ink: #2a211a;
	--brew-muted: #6f6258;
	--brew-accent: #8a6d4f;
	--brew-deep: #241b14;
	--brew-line: rgba(42, 33, 26, 0.12);
}

body {
	background: var(--brew-bg);
	color: var(--brew-ink);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
	font-family: "Fraunces", "Inter", Georgia, serif;
	color: var(--brew-ink);
	letter-spacing: -0.01em;
}
h1, .elementor-widget-heading h1.elementor-heading-title {
	font-size: clamp(2.2rem, 5.5vw, 3.6rem);
	line-height: 1.08;
}
h2, .elementor-widget-heading h2.elementor-heading-title {
	font-size: clamp(1.6rem, 3.4vw, 2.4rem);
	line-height: 1.18;
}
.brew-sub {
	font-size: 1.12rem;
	max-width: 46ch;
	margin-left: auto;
	margin-right: auto;
}
a { color: var(--brew-accent); }

/* ---- Header (Hello Elementor) ---- */
.site-header {
	background: rgba(246, 239, 230, 0.88);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid var(--brew-line);
	position: sticky;
	top: 0;
	z-index: 100;
}
.site-header .site-title,
.site-header .site-title a { color: var(--brew-ink); font-family: "Fraunces", serif; font-weight: 700; }
.site-navigation .menu,
.site-header nav ul { display: flex; gap: 26px; list-style: none; align-items: center; }
.site-navigation a,
.site-header nav a {
	color: var(--brew-ink);
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 500;
	opacity: 0.85;
}
.site-navigation a:hover { opacity: 1; color: var(--brew-accent); }

/* ---- Footer (Hello Elementor) ---- */
.site-footer { background: var(--brew-deep); color: #e8ddd0; }
.site-footer a { color: #d9c7b3; }

/* ---- Buttons (Elementor) baseline ---- */
.elementor-button {
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding: 14px 28px;
}

/* ===========================================================
 * Reusable content blocks (rendered via HTML widgets)
 * ======================================================== */
.brew-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

/* eyebrow label */
.brew-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--brew-accent);
}

/* value strip */
.brew-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px 30px;
	padding: 22px 16px;
	color: var(--brew-muted);
	font-size: 0.9rem;
	letter-spacing: 0.02em;
}
.brew-strip span { position: relative; }
.brew-strip span + span::before {
	content: "·";
	position: absolute;
	left: -17px;
	color: var(--brew-accent);
}

/* feature trio (How we do things / What makes us different) */
.brew-feat {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 26px;
	max-width: 1080px;
	margin: 0 auto;
}
.brew-feat__item {
	background: var(--brew-card);
	border: 1px solid var(--brew-line);
	border-radius: 16px;
	padding: 28px 26px;
}
.brew-feat__icon { font-size: 1.5rem; margin-bottom: 12px; }
.brew-feat__item h3 { margin: 0 0 8px; font-size: 1.15rem; }
.brew-feat__item p { margin: 0; color: var(--brew-muted); font-size: 0.95rem; line-height: 1.6; }

/* value cards (centered) */
.brew-values {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
.brew-values__item h3 { margin: 0 0 8px; font-size: 1.2rem; color: var(--brew-accent); }
.brew-values__item p { margin: 0; color: var(--brew-muted); line-height: 1.6; }

/* simple checklist */
.brew-list { max-width: 760px; margin: 0 auto; padding: 0; list-style: none; }
.brew-list li {
	padding: 14px 0 14px 32px;
	border-bottom: 1px solid var(--brew-line);
	position: relative;
	color: var(--brew-ink);
}
.brew-list li::before {
	content: "✦";
	position: absolute;
	left: 4px;
	color: var(--brew-accent);
}

/* contact / info channels */
.brew-channels {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	max-width: 980px;
	margin: 0 auto;
}
.brew-channels a, .brew-channels .brew-chan {
	display: block;
	background: var(--brew-card);
	border: 1px solid var(--brew-line);
	border-radius: 14px;
	padding: 22px 24px;
	text-decoration: none;
	color: var(--brew-ink);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.brew-channels a:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(42, 33, 26, 0.08); }
.brew-channels strong { display: block; font-size: 1.05rem; margin-bottom: 4px; }
.brew-channels span { color: var(--brew-muted); font-size: 0.92rem; }

/* info row (address + hours) */
.brew-info {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
	max-width: 900px;
	margin: 0 auto;
}
.brew-info__box {
	background: var(--brew-card);
	border: 1px solid var(--brew-line);
	border-radius: 14px;
	padding: 24px 26px;
}
.brew-info__box h4 { margin: 0 0 10px; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--brew-accent); }
.brew-info__box p { margin: 0 0 4px; color: var(--brew-ink); line-height: 1.6; }

/* "Why 93" band */
.brew-why { text-align: center; max-width: 820px; margin: 0 auto; }
.brew-why__num { font-family: "Fraunces", serif; font-size: clamp(4rem, 12vw, 8rem); line-height: 1; color: var(--brew-accent); }
.brew-why p { color: rgba(255,255,255,0.78); line-height: 1.7; }

/* quote */
.brew-quote { max-width: 760px; margin: 0 auto; text-align: center; }
.brew-quote blockquote {
	font-family: "Fraunces", serif;
	font-size: clamp(1.4rem, 3vw, 2rem);
	line-height: 1.4;
	margin: 0 0 14px;
	color: var(--brew-ink);
}
.brew-quote cite { color: var(--brew-muted); font-style: normal; }

/* map */
.brew-map iframe { width: 100%; min-height: 380px; border: 0; border-radius: 16px; display: block; }
