/*
Theme Name: Wantwp
Theme URI: https://wewantwp.com/
Author: We Want WP
Description: The house theme for We Want WP, a WordPress development studio. Hand-built, no page builder.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wantwp
Tags: one-column, custom-menu, translation-ready
*/

:root {
	--ink: #14161F;
	--body: #4B5163;
	--navy: #16305A;
	--navy-deep: #0E1F3D;
	--accent: #FF5C39;
	--accent-soft: #FFEDE8;
	--line: #E4E2DC;
	--paper: #FFFFFF;
	--sand: #F7F5F1;
	--radius: 14px;
	--wrap: 1140px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
	color: var(--body);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; font-weight: 700; }
h1 { font-size: clamp(34px, 5vw, 54px); }
h2 { font-size: clamp(26px, 3.4vw, 38px); }
h3 { font-size: 21px; }
h4 { font-size: 17px; }
p { margin: 0 0 1.15em; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0 0 1.15em; padding-left: 1.25em; }
li { margin-bottom: .4em; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }

/* ---------- header ---------- */
.site-head {
	position: sticky; top: 0; z-index: 50;
	background: rgba(255,255,255,.92);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--line);
}
.head-in { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 74px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 19px; color: var(--ink); letter-spacing: -.03em; }
.brand .mark {
	width: 30px; height: 30px; border-radius: 8px; flex: 0 0 auto;
	background: linear-gradient(135deg, var(--navy) 0%, #2A5CA8 100%);
	display: flex; align-items: center; justify-content: center;
	color: #fff; font-size: 14px; font-weight: 800;
}
.nav ul { display: flex; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav a { font-size: 15px; font-weight: 500; color: var(--body); }
.nav a:hover, .nav .current-menu-item > a { color: var(--ink); }
.btn {
	display: inline-block; background: var(--accent); color: #fff;
	padding: 12px 22px; border-radius: 10px; font-weight: 600; font-size: 15px;
	transition: transform .15s ease, background .15s ease;
}
.btn:hover { background: #E8482A; color: #fff; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { background: var(--sand); color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; font-size: 22px; cursor: pointer; color: var(--ink); }

/* ---------- hero ---------- */
.hero { padding: 88px 0 76px; background: linear-gradient(180deg, #FBFAF8 0%, #FFFFFF 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.eyebrow {
	display: inline-block; font-size: 12.5px; font-weight: 700; letter-spacing: .12em;
	text-transform: uppercase; color: var(--accent); background: var(--accent-soft);
	padding: 6px 12px; border-radius: 20px; margin-bottom: 18px;
}
.hero p.lead { font-size: 19px; max-width: 34em; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero-art { border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 60px rgba(20,22,31,.13); }

/* ---------- strip ---------- */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; background: var(--paper); }
.strip-in { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.strip small { font-size: 13px; color: #8A8F9E; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; }
.strip-logos { display: flex; gap: 34px; flex-wrap: wrap; align-items: center; }
.strip-logos span { font-weight: 700; font-size: 17px; color: #B4B7C0; letter-spacing: -.02em; }

/* ---------- sections ---------- */
.sec { padding: 82px 0; }
.sec-sand { background: var(--sand); }
.sec-head { max-width: 640px; margin-bottom: 44px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

.card {
	background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 28px 26px; transition: box-shadow .18s ease, transform .18s ease;
}
.card:hover { box-shadow: 0 14px 34px rgba(20,22,31,.08); transform: translateY(-2px); }
.card h3 { margin-bottom: .4em; }
.card p { font-size: 15.5px; margin-bottom: 0; }
.card .ico {
	width: 42px; height: 42px; border-radius: 11px; background: var(--accent-soft);
	display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
	font-size: 19px;
}
.card a.more { display: inline-block; margin-top: 14px; font-weight: 600; font-size: 15px; color: var(--accent); }

.stat { text-align: center; }
.stat b { display: block; font-size: 42px; color: var(--ink); font-weight: 800; letter-spacing: -.03em; line-height: 1.1; }
.stat span { font-size: 14.5px; }

.step { position: relative; padding-left: 56px; }
.step .n {
	position: absolute; left: 0; top: 2px; width: 38px; height: 38px; border-radius: 10px;
	background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center;
	font-weight: 700; font-size: 15px;
}

.quote { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; }
.quote p { font-size: 16.5px; color: var(--ink); }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.quote .who b { display: block; font-size: 15px; color: var(--ink); }
.quote .who small { font-size: 13.5px; color: #8A8F9E; }
.avatar { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; }

.band { background: var(--navy-deep); color: #C9D3E4; padding: 76px 0; }
.band h2 { color: #fff; }
.band p { font-size: 18px; max-width: 44em; }

/* ---------- page body ---------- */
.page-head { padding: 66px 0 34px; border-bottom: 1px solid var(--line); background: #FBFAF8; }
.page-body { padding: 54px 0 82px; }
.entry h2 { margin-top: 1.6em; }
.entry h3 { margin-top: 1.4em; }
.entry img { border-radius: var(--radius); margin: 26px 0; }
.entry ul { padding-left: 1.1em; }
.entry blockquote {
	margin: 26px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--accent);
	font-size: 18px; color: var(--ink);
}
.entry table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: 15.5px; }
.entry th, .entry td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--line); }
.entry th { color: var(--ink); font-weight: 700; }

/* ---------- posts ---------- */
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.post-card .thumb { aspect-ratio: 16/9; overflow: hidden; background: var(--sand); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card .body { padding: 20px 22px 24px; }
.post-card h3 { font-size: 18.5px; }
.post-card p { font-size: 15px; margin-bottom: 0; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.field input, .field textarea, .field select {
	width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px;
	font: inherit; font-size: 15.5px; color: var(--ink); background: var(--paper);
}
.field textarea { min-height: 140px; resize: vertical; }
.info-row { display: flex; gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.info-row b { color: var(--ink); display: block; font-size: 15px; }
.info-row span { font-size: 15px; }

/* ---------- footer ---------- */
.site-foot { background: var(--navy-deep); color: #94A3BC; padding: 62px 0 30px; font-size: 15px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; }
.site-foot h4 { color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.site-foot a { color: #94A3BC; }
.site-foot a:hover { color: #fff; }
.site-foot ul { list-style: none; padding: 0; margin: 0; }
.site-foot li { margin-bottom: 9px; }
.foot-brand { color: #fff; font-weight: 800; font-size: 19px; letter-spacing: -.03em; display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 14px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
	.hero-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
	.grid-3, .grid-4, .post-list { grid-template-columns: repeat(2, 1fr); }
	.foot-grid { grid-template-columns: repeat(2, 1fr); }
	.nav { display: none; }
	.nav.open { display: block; position: absolute; top: 74px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 18px 24px; }
	.nav.open ul { flex-direction: column; gap: 14px; }
	.nav-toggle { display: block; }
}
@media (max-width: 620px) {
	.grid-3, .grid-2, .grid-4, .post-list { grid-template-columns: 1fr; }
	.sec { padding: 58px 0; }
	.hero { padding: 56px 0 48px; }
}
