:root {
  --navy: #1a1f36;
  --navy-light: #252b45;
  --charcoal: #2d3142;
  --gold: #c4a265;
  --gold-light: #d4b87a;
  --gold-dim: rgba(196,162,101,0.15);
  --cream: #faf8f5;
  --cream-dark: #f0ece6;
  --warm-gray: #8a8690;
  --text: #3a3540;
  --text-light: #6b6670;
  --white: #ffffff;
  --border: rgba(26,31,54,0.08);
  --shadow: 0 4px 24px rgba(26,31,54,0.06);
  --shadow-lg: 0 12px 48px rgba(26,31,54,0.1);
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
  --font-heading: 'Noto Serif JP', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Noto Sans JP', 'DM Sans', -apple-system, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 600; line-height: 1.2; color: var(--navy); }
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1rem; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); margin-bottom: 0.75rem; }
p { margin-bottom: 1rem; }
a { color: var(--gold); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold-light); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; }
.section--dark { background: var(--navy); color: var(--cream); }
.section--dark h2, .section--dark h3 { color: var(--cream); }
.section--alt { background: var(--cream-dark); }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.text-center { text-align: center; }
.subtitle {
  font-family: var(--font-body); font-size: 0.85rem; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold);
  margin-bottom: 12px; display: block;
}
.section--dark .subtitle { color: var(--gold-light); }
.lead { font-size: 1.15rem; color: var(--text-light); line-height: 1.8; max-width: 680px; }
.lead--center { margin-left: auto; margin-right: auto; text-align: center; }
.narrow { max-width: 800px; margin-left: auto; margin-right: auto; }

/* ═══ HEADER ═══ */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(250,248,245,0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.header.scrolled { box-shadow: var(--shadow); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; height: 76px; max-width: 1200px; margin: 0 auto;
}
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700;
  color: var(--navy); text-decoration: none;
}
.logo-icon {
  width: 40px; height: 40px; background: var(--navy); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-size: 1.2rem; font-weight: 700; color: var(--gold);
}
.nav { display: flex; align-items: center; gap: 32px; }
.nav a {
  font-size: 0.9rem; font-weight: 500; color: var(--text);
  text-decoration: none; position: relative; padding: 4px 0;
}
.nav a::after {
  content: ''; position: absolute; bottom: -2px; left: 0; width: 0;
  height: 2px; background: var(--gold); transition: var(--transition);
}
.nav a:hover::after, .nav a.active::after { width: 100%; }
.nav a:hover { color: var(--navy); }
.lang-switch {
  font-size: 0.8rem; padding: 6px 14px; border: 1px solid var(--border);
  border-radius: 6px; background: transparent; color: var(--text); cursor: pointer;
  font-family: var(--font-body); transition: var(--transition);
}
.lang-switch:hover { border-color: var(--gold); }
.burger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 8px;
}
.burger span { width: 24px; height: 2px; background: var(--navy); transition: var(--transition); border-radius: 2px; }

/* ═══ HERO ═══ */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  background: var(--navy); position: relative; overflow: hidden; padding-top: 76px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(196,162,101,0.08) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 20%, rgba(196,162,101,0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 80%, rgba(45,49,66,0.3) 0%, transparent 60%);
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23c4a265' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-content { position: relative; z-index: 1; max-width: 720px; }
.hero h1 { color: var(--cream); margin-bottom: 20px; font-size: clamp(2.6rem, 5.5vw, 4.2rem); }
.hero h1 span { color: var(--gold); }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.25rem); color: rgba(250,248,245,0.7); line-height: 1.8; margin-bottom: 12px; max-width: 560px; }
.hero-micro { font-size: 0.9rem; color: rgba(250,248,245,0.45); margin-bottom: 40px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }

/* ═══ INNER HERO (sub-pages) ═══ */
.inner-hero {
  padding: 140px 0 60px; background: var(--navy); position: relative; overflow: hidden;
}
.inner-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(196,162,101,0.06) 0%, transparent 60%);
}
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero h1 { color: var(--cream); margin-bottom: 16px; }
.inner-hero .lead { color: rgba(250,248,245,0.65); }
.inner-hero .subtitle { color: var(--gold); }

/* ═══ BUTTONS ═══ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: var(--radius-sm); font-family: var(--font-body);
  font-size: 0.9rem; font-weight: 600; text-decoration: none;
  transition: var(--transition); cursor: pointer; border: none;
}
.btn--primary { background: var(--gold); color: var(--navy); }
.btn--primary:hover { background: var(--gold-light); color: var(--navy); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(196,162,101,0.3); }
.btn--outline { background: transparent; color: var(--cream); border: 1.5px solid rgba(250,248,245,0.25); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.btn--dark { background: var(--navy); color: var(--cream); }
.btn--dark:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--sm { padding: 10px 22px; font-size: 0.85rem; }

/* ═══ TRUST BAR ═══ */
.trust-bar { background: var(--cream-dark); border-bottom: 1px solid var(--border); padding: 28px 0; }
.trust-items { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 0.88rem; font-weight: 500; color: var(--text-light); }
.trust-icon {
  width: 36px; height: 36px; border-radius: 50%; background: var(--gold-dim);
  display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: var(--gold);
}

/* ═══ CARDS ═══ */
.card {
  background: var(--white); border-radius: var(--radius);
  padding: 36px; border: 1px solid var(--border);
  transition: var(--transition); position: relative; overflow: hidden;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(196,162,101,0.2); }
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light));
  opacity: 0; transition: var(--transition);
}
.card:hover::before { opacity: 1; }
.card-num { font-family: var(--font-heading); font-size: 2.4rem; font-weight: 700; color: var(--gold-dim); margin-bottom: 12px; line-height: 1; }
.card h3 { font-size: 1.25rem; }
.card p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 0; }

/* ═══ PROCESS ═══ */
.process-steps { display: flex; gap: 24px; counter-reset: step; }
.process-step { flex: 1; text-align: center; padding: 32px 20px; position: relative; counter-increment: step; }
.process-step::before {
  content: counter(step); display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%; background: var(--gold); color: var(--navy);
  font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; margin: 0 auto 20px;
}
.process-step::after { content: ''; position: absolute; top: 56px; right: -12px; width: 24px; height: 2px; background: rgba(250,248,245,0.15); }
.process-step:last-child::after { display: none; }
.process-step h3 { font-size: 1.1rem; color: var(--cream); margin-bottom: 8px; }
.process-step p { font-size: 0.9rem; color: rgba(250,248,245,0.6); margin-bottom: 0; }

/* ═══ FOCUS BLOCK ═══ */
.focus-block {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  border-radius: var(--radius); padding: 60px; color: var(--cream); position: relative; overflow: hidden;
}
.focus-block::before {
  content: ''; position: absolute; top: -50%; right: -20%; width: 400px; height: 400px;
  border-radius: 50%; background: radial-gradient(circle, rgba(196,162,101,0.1), transparent 70%);
}
.focus-block h2 { color: var(--cream); }
.focus-block p { color: rgba(250,248,245,0.75); max-width: 600px; }

/* ═══ CTA BLOCK ═══ */
.cta-block {
  background: var(--gold); border-radius: var(--radius); padding: 60px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-block::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231a1f36' fill-opacity='0.04'%3E%3Cpath d='M20 20h20v20H20z'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-block * { position: relative; z-index: 1; }
.cta-block h2 { color: var(--navy); }
.cta-block p { color: var(--charcoal); max-width: 500px; margin: 0 auto 24px; }

/* ═══ VALUES ═══ */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.value-item {
  text-align: center; padding: 32px 20px; border: 1px solid var(--border);
  border-radius: var(--radius); background: var(--white); transition: var(--transition);
}
.value-item:hover { border-color: rgba(196,162,101,0.3); transform: translateY(-2px); }
.value-icon {
  width: 56px; height: 56px; margin: 0 auto 16px; background: var(--gold-dim);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem;
}
.value-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.value-item p { font-size: 0.88rem; color: var(--text-light); margin-bottom: 0; }

/* ═══ SERVICE DETAIL ═══ */
.service-detail { padding: 48px 0; border-bottom: 1px solid var(--border); }
.service-detail:last-child { border-bottom: none; }
.service-detail h2 { font-size: 1.6rem; }

/* ═══ NUMBERED STEPS ═══ */
.step-row { display: flex; gap: 20px; margin-bottom: 32px; align-items: flex-start; }
.step-num {
  width: 40px; height: 40px; flex-shrink: 0; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-weight: 700; color: var(--navy); font-size: 1.1rem;
}
.step-row h3 { margin-bottom: 4px; }
.step-row p { color: var(--text-light); margin-bottom: 0; }

/* ═══ CONFIDENTIALITY BOX ═══ */
.conf-box {
  padding: 36px; background: var(--navy); border-radius: var(--radius); color: var(--cream); margin-top: 48px;
}
.conf-box h2 { color: var(--cream); font-size: 1.4rem; }
.conf-box p { color: rgba(250,248,245,0.7); margin-bottom: 0; }

/* ═══ ENQUIRY CARDS ═══ */
.enquiry-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 16px; }
.enquiry-card { padding: 20px; background: var(--cream-dark); border-radius: var(--radius-sm); }
.enquiry-card h3 { font-size: 1rem; margin-bottom: 4px; }
.enquiry-card p { font-size: 0.88rem; color: var(--text-light); margin-bottom: 0; }

/* ═══ JOB CARDS ═══ */
.job-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 36px; margin-bottom: 24px; transition: var(--transition);
}
.job-card:hover { box-shadow: var(--shadow); }
.job-meta { display: flex; gap: 20px; margin-bottom: 16px; flex-wrap: wrap; }
.job-meta span { font-size: 0.85rem; color: var(--text-light); display: flex; align-items: center; gap: 6px; }
.job-card ul { margin: 12px 0; padding-left: 20px; }
.job-card li { font-size: 0.92rem; color: var(--text-light); margin-bottom: 6px; }

/* ═══ CONTACT ═══ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 28px; }
.contact-icon {
  width: 44px; height: 44px; flex-shrink: 0; background: var(--gold-dim); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gold); font-size: 1rem;
}
.contact-info-item h3 { font-size: 1rem; margin-bottom: 4px; }
.contact-info-item p { font-size: 0.92rem; color: var(--text-light); margin-bottom: 0; }
.map-container { border-radius: var(--radius); overflow: hidden; margin-top: 32px; border: 1px solid var(--border); }
.map-container iframe { width: 100%; height: 280px; border: none; display: block; }

/* ═══ FORMS ═══ */
.form-wrap { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.88rem; font-weight: 500; margin-bottom: 6px; color: var(--navy); }
.form-group label .req { color: #c0392b; }
.form-input, .form-select, .form-textarea {
  width: 100%; padding: 12px 16px; border: 1.5px solid var(--border);
  border-radius: var(--radius-sm); font-family: var(--font-body);
  font-size: 0.92rem; transition: var(--transition); background: var(--white); color: var(--text);
}
.form-input:focus, .form-select:focus, .form-textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); }
.form-textarea { min-height: 120px; resize: vertical; }
.form-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; }
.form-check input[type="checkbox"] { margin-top: 4px; accent-color: var(--gold); }
.form-check label { font-size: 0.85rem; color: var(--text-light); cursor: pointer; }

/* ═══ ALERTS ═══ */
.alert { padding: 16px 20px; border-radius: var(--radius-sm); margin-bottom: 24px; font-size: 0.92rem; }
.alert--success { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.alert--error { background: #fce4ec; color: #c62828; border: 1px solid #f8bbd0; }

/* ═══ INFO BOX ═══ */
.info-box { background: var(--cream-dark); border-radius: var(--radius); padding: 32px; margin-top: 36px; }
.company-details { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; margin-top: 16px; }

/* ═══ LEGAL ═══ */
.legal-content h2 { font-size: 1.4rem; margin-top: 36px; }
.legal-content h3 { font-size: 1.15rem; margin-top: 24px; }
.legal-content p, .legal-content li { font-size: 0.95rem; color: var(--text-light); }
.legal-content ul { padding-left: 20px; margin-bottom: 16px; }
.legal-content li { margin-bottom: 8px; }
.updated { font-size: 0.88rem; color: var(--text-light); margin-bottom: 36px; }

/* ═══ THANK YOU ═══ */
.thankyou { min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 76px; }
.thankyou-inner { max-width: 500px; }
.thankyou-check {
  width: 80px; height: 80px; border-radius: 50%; background: var(--gold-dim);
  margin: 0 auto 24px; display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: var(--gold);
}
.thankyou h1 { font-size: 2rem; margin-bottom: 16px; }
.thankyou p { color: var(--text-light); }
.thankyou-links { display: flex; gap: 12px; justify-content: center; margin-top: 32px; }

/* ═══ 404 ═══ */
.page-404 { min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 76px; }
.page-404 h1 { font-size: 6rem; color: var(--gold); margin-bottom: 8px; }

/* ═══ FOOTER ═══ */
.footer { background: var(--navy); color: rgba(250,248,245,0.6); padding: 64px 0 0; font-size: 0.9rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer h4 { color: var(--cream); font-family: var(--font-heading); font-size: 1.15rem; margin-bottom: 20px; }
.footer p { margin-bottom: 8px; font-size: 0.88rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(250,248,245,0.5); text-decoration: none; font-size: 0.88rem; transition: var(--transition); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom {
  border-top: 1px solid rgba(250,248,245,0.08); padding: 24px 0;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 0.82rem; margin-bottom: 0; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 0.82rem; color: rgba(250,248,245,0.4); }
.footer-bottom-links a:hover { color: var(--gold); }

/* ═══ COOKIE BANNER ═══ */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--navy); color: var(--cream); padding: 24px;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.2);
  transform: translateY(100%); transition: var(--transition);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cookie-text { flex: 1; min-width: 300px; }
.cookie-text p { font-size: 0.88rem; color: rgba(250,248,245,0.75); margin-bottom: 0; }
.cookie-text a { color: var(--gold); }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-btn {
  padding: 10px 20px; border-radius: 6px; font-size: 0.85rem; font-weight: 600;
  cursor: pointer; border: none; font-family: var(--font-body); transition: var(--transition);
}
.cookie-btn--accept { background: var(--gold); color: var(--navy); }
.cookie-btn--reject { background: transparent; color: var(--cream); border: 1px solid rgba(250,248,245,0.2); }
.cookie-btn--prefs { background: transparent; color: rgba(250,248,245,0.6); border: 1px solid rgba(250,248,245,0.1); }
.cookie-btn:hover { opacity: 0.85; }

/* ═══ COOKIE MODAL ═══ */
.cookie-modal-overlay {
  position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,0.5);
  display: none; align-items: center; justify-content: center; padding: 24px;
}
.cookie-modal-overlay.show { display: flex; }
.cookie-modal {
  background: var(--white); border-radius: var(--radius);
  max-width: 540px; width: 100%; max-height: 80vh; overflow-y: auto; padding: 40px;
}
.cookie-modal h2 { font-size: 1.5rem; margin-bottom: 8px; }
.cookie-modal > p { font-size: 0.9rem; color: var(--text-light); }
.cookie-category { padding: 20px 0; border-bottom: 1px solid var(--border); }
.cookie-category:last-of-type { border-bottom: none; }
.cookie-cat-head { display: flex; justify-content: space-between; align-items: center; }
.cookie-cat-head h3 { font-size: 1rem; margin-bottom: 0; }
.cookie-category p { font-size: 0.85rem; margin-top: 6px; margin-bottom: 0; }
.toggle { position: relative; width: 44px; height: 24px; }
.toggle input { opacity: 0; width: 0; height: 0; }
.toggle-slider {
  position: absolute; inset: 0; background: #ccc; border-radius: 24px;
  cursor: pointer; transition: var(--transition);
}
.toggle-slider::before {
  content: ''; position: absolute; width: 18px; height: 18px;
  border-radius: 50%; background: white; bottom: 3px; left: 3px; transition: var(--transition);
}
.toggle input:checked + .toggle-slider { background: var(--gold); }
.toggle input:checked + .toggle-slider::before { transform: translateX(20px); }
.toggle input:disabled + .toggle-slider { opacity: 0.6; cursor: not-allowed; }
.cookie-modal-actions { display: flex; gap: 12px; margin-top: 24px; }

/* ═══ BACK TO TOP ═══ */
.back-top {
  position: fixed; bottom: 32px; right: 32px; z-index: 900;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; font-size: 1.2rem;
  opacity: 0; transform: translateY(20px);
  transition: var(--transition); box-shadow: var(--shadow-lg);
}
.back-top.show { opacity: 1; transform: translateY(0); }
.back-top:hover { background: var(--gold); color: var(--navy); }

/* ═══ ANIMATIONS ═══ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp 0.8s ease forwards; }
.fade-up-d1 { animation-delay: 0.1s; opacity: 0; }
.fade-up-d2 { animation-delay: 0.2s; opacity: 0; }
.fade-up-d3 { animation-delay: 0.3s; opacity: 0; }
.fade-up-d4 { animation-delay: 0.4s; opacity: 0; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1024px) {
  .grid-2 { grid-template-columns: 1fr; gap: 36px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .process-steps { flex-wrap: wrap; }
  .process-step { flex: 1 1 calc(50% - 12px); }
  .process-step::after { display: none; }
  .enquiry-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .nav {
    position: fixed; top: 76px; left: 0; right: 0;
    background: var(--cream); flex-direction: column;
    padding: 24px; gap: 16px; border-bottom: 1px solid var(--border);
    transform: translateY(-120%); transition: var(--transition); box-shadow: var(--shadow-lg);
  }
  .nav.open { transform: translateY(0); }
  .burger { display: flex; }
  .grid-3 { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .trust-items { gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { text-align: center; justify-content: center; }
  .section { padding: 64px 0; }
  .focus-block, .cta-block { padding: 36px; }
  .process-step { flex: 1 1 100%; }
  .cookie-inner { flex-direction: column; text-align: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
