/*
Theme Name: Grechenkov Amazon Consulting Editable
Theme URI: https://grechman.com/
Author: OpenAI
Description: Editable one-page WordPress theme for Grechenkov Amazon Consulting. Update text, phone, email, LinkedIn, services, metrics, highlights and reviews via Appearance > Customize.
Version: 1.1
License: GPL2+
Text Domain: grechenkov-amazon-consulting-editable
*/

:root {
  --ink: #0a0a0a;
  --soft: #f5f5f5;
  --accent: #ff9900;
  --muted: #6b6b6b;
  --white: #ffffff;
  --border: rgba(0,0,0,0.06);
  --shadow: 0 10px 30px rgba(0,0,0,0.06);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.container { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; }
.brand { font-size: 14px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--ink); }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 16px; padding: 14px 22px; font-weight: 600; transition: .2s ease;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--accent); color: var(--ink); }
.btn-secondary { border: 1px solid rgba(0,0,0,0.1); }
.btn-secondary:hover { background: var(--soft); border-color: var(--ink); }
.hero {
  background: linear-gradient(135deg, var(--soft), #fff 55%, #fff6e9);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; padding: 88px 0 96px; align-items: center; }
.eyebrow {
  margin: 0 0 16px; font-size: 13px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--accent);
}
h1 { font-size: clamp(40px, 6vw, 62px); line-height: 1.08; margin: 0; font-weight: 700; letter-spacing: -0.03em; }
.lead { font-size: 20px; line-height: 1.7; color: var(--muted); max-width: 640px; margin-top: 24px; }
.button-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.metrics-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.metric-card, .service-card, .quote-card, .result-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);
}
.metric-card { padding: 22px; }
.metric-number, .result-value { font-size: 30px; font-weight: 700; line-height: 1.1; }
.metric-label, .result-card p, .service-card p, .about-card p, .quote-card footer { color: var(--muted); font-size: 14px; }
.profile-card { width: 100%; }
.profile-panel {
  background: var(--ink); color: #fff; border-radius: 32px; padding: 34px; box-shadow: var(--shadow);
}
.profile-top { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.profile-top h2 { font-size: 38px; line-height: 1.1; margin: 0; }
.profile-top p:last-child { color: rgba(255,255,255,0.72); margin-top: 12px; }
.profile-badge { width: 56px; height: 56px; border-radius: 18px; background: var(--accent); flex: 0 0 auto; }
.profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 36px; }
.profile-box { border-radius: 20px; background: rgba(255,255,255,0.05); padding: 20px; }
.profile-box .label, .contact-card .label { font-size: 12px; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,0.5); }
.profile-box .value { margin-top: 8px; font-size: 18px; font-weight: 500; }
.profile-links { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.78); font-size: 14px; }
.profile-links a:hover { color: #fff; }
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-title { font-size: clamp(32px, 4vw, 48px); line-height: 1.15; margin: 0; max-width: 900px; letter-spacing: -0.02em; }
.section-intro { max-width: 850px; margin-top: 22px; font-size: 20px; line-height: 1.8; color: var(--muted); }
.about-grid, .services-grid, .reviews-grid, .results-grid { display: grid; gap: 24px; }
.about-grid { grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
.about-card { background: var(--soft); border-radius: 28px; padding: 32px; }
.about-card .title { font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); font-size: 14px; }
.about-card p { font-size: 18px; line-height: 1.75; margin: 16px 0 0; }
.services-grid { grid-template-columns: repeat(4, 1fr); margin-top: 42px; }
.service-card { padding: 28px; }
.service-card h3 { margin: 0 0 14px; font-size: 24px; line-height: 1.2; }
.service-card p { line-height: 1.8; margin: 0; }
.results-layout { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 40px; align-items: start; }
.results-grid { grid-template-columns: repeat(3, 1fr); margin-top: 38px; }
.result-card { padding: 28px; box-shadow: none; }
.result-card p { margin: 12px 0 0; line-height: 1.7; }
.highlights-card {
  background: var(--ink); color: #fff; border-radius: 32px; padding: 36px; box-shadow: var(--shadow);
}
.highlights-card ul { list-style: none; padding: 0; margin: 28px 0 0; }
.highlights-card li { color: rgba(255,255,255,0.82); padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.highlights-card li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.reviews-grid { grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
.quote-card { padding: 30px; }
.quote-card p { margin: 0; font-size: 20px; line-height: 1.8; }
.quote-card footer { margin-top: 22px; font-weight: 600; }
.cta-panel { background: var(--ink); color: #fff; border-radius: 32px; padding: 48px; }
.contact-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 42px; align-items: end; }
.cta-panel h2 { font-size: clamp(34px, 5vw, 56px); line-height: 1.08; margin: 0; letter-spacing: -0.03em; }
.cta-panel p:not(.eyebrow) { color: rgba(255,255,255,0.72); font-size: 20px; line-height: 1.75; margin-top: 22px; }
.contact-list { display: grid; gap: 16px; }
.contact-card { display: block; border-radius: 22px; border: 1px solid rgba(255,255,255,0.1); padding: 20px; background: rgba(255,255,255,0.05); }
.contact-card:hover { border-color: var(--accent); background: rgba(255,255,255,0.08); }
.contact-card .value { display: block; margin-top: 6px; font-size: 20px; }
.site-footer { border-top: 1px solid var(--border); }
.footer-wrap { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 28px 0; color: var(--muted); font-size: 14px; }
.footer-wrap .strong { color: var(--ink); font-weight: 600; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid, .results-layout, .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .nav-links { display: none; }
  .about-grid, .reviews-grid, .profile-grid, .metrics-grid, .results-grid { grid-template-columns: 1fr; }
  .container { width: min(100% - 32px, 1140px); }
  .hero-grid, .section { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .cta-panel, .profile-panel { padding: 28px; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}
