/* ===== EASTWYND — Nordic-French Consulting Interface ===== */

:root {
  --graphite-900: #1a1d21;
  --graphite-700: #33383f;
  --graphite-500: #5a626d;
  --graphite-400: #8a94a0;
  --graphite-200: #d4d8dd;
  --paper: #f4f4f2;
  --paper-soft: #fafafa;
  --white: #ffffff;
  --accent: #2e3a45;
  --line: #e6e7e4;
  --shadow: 0 1px 2px rgba(26,29,33,0.04), 0 8px 32px rgba(26,29,33,0.05);
  --radius: 4px;
  --maxw: 1180px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--graphite-900);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', 'Georgia', serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--graphite-900);
}

a { color: inherit; text-decoration: none; transition: color 0.2s var(--ease); }
img { max-width: 100%; display: block; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }

.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--graphite-400);
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

/* ===== Header ===== */
header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(244,244,242,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.logo { display: flex; align-items: center; gap: 12px; font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; letter-spacing: 0.02em; }
.logo svg { width: 34px; height: 34px; }
.logo span { color: var(--graphite-400); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; font-family: 'Inter', sans-serif; font-weight: 600; }
.nav-links { display: flex; gap: 38px; align-items: center; }
.nav-links a { font-size: 14.5px; color: var(--graphite-500); font-weight: 500; }
.nav-links a:hover { color: var(--graphite-900); }
.btn {
  display: inline-block;
  background: var(--graphite-900);
  color: var(--paper);
  padding: 13px 28px;
  border-radius: var(--radius);
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 1px solid var(--graphite-900);
  transition: all 0.25s var(--ease);
}
.btn:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--graphite-900); border-color: var(--graphite-200); }
.btn-ghost:hover { background: var(--white); border-color: var(--graphite-400); }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 26px; color: var(--graphite-900); }

/* ===== Hero ===== */
.hero { padding: 110px 0 90px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 70px; align-items: center; }
.hero h1 { font-size: 62px; margin-bottom: 26px; }
.hero h1 em { font-style: italic; color: var(--graphite-500); }
.hero p.lead { font-size: 19px; color: var(--graphite-500); max-width: 480px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats { display: flex; gap: 48px; }
.stat .num { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 600; line-height: 1; }
.stat .label { font-size: 13px; color: var(--graphite-400); margin-top: 6px; letter-spacing: 0.03em; }
.hero-visual { position: relative; }
.hero-visual img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 540px; object-fit: cover; filter: grayscale(0.15) contrast(1.02); }
.hero-tag {
  position: absolute; bottom: 28px; left: -24px;
  background: var(--white); padding: 20px 26px; border-radius: var(--radius);
  box-shadow: var(--shadow); border: 1px solid var(--line); max-width: 230px;
}
.hero-tag .t { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; }
.hero-tag .s { font-size: 13px; color: var(--graphite-400); }

/* ===== Trust strip ===== */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 0; background: var(--paper-soft); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.trust-label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--graphite-400); font-weight: 600; }
.trust-items { display: flex; gap: 50px; flex-wrap: wrap; }
.trust-items span { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--graphite-500); font-weight: 500; }

/* ===== Sections ===== */
section { padding: 100px 0; }
.section-head { max-width: 640px; margin-bottom: 64px; }
.section-head h2 { font-size: 46px; margin-bottom: 18px; }
.section-head p { color: var(--graphite-500); font-size: 18px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* ===== Services / modular blocks ===== */
.services { background: var(--white); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-card { background: var(--white); padding: 44px 38px; transition: background 0.3s var(--ease); }
.service-card:hover { background: var(--paper-soft); }
.service-card .idx { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--graphite-400); font-weight: 600; letter-spacing: 0.1em; }
.service-card h3 { font-size: 27px; margin: 18px 0 14px; }
.service-card p { color: var(--graphite-500); font-size: 15.5px; }
.service-card .more { display: inline-block; margin-top: 20px; font-size: 14px; font-weight: 600; color: var(--graphite-900); border-bottom: 1px solid var(--graphite-200); padding-bottom: 2px; }
.service-card .more:hover { border-color: var(--graphite-900); }

/* ===== Approach ===== */
.approach-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: center; }
.approach-img img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; height: 480px; object-fit: cover; filter: grayscale(0.15); }
.steps { list-style: none; }
.step { display: flex; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step:last-child { border-bottom: none; }
.step .n { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 600; color: var(--graphite-300); min-width: 48px; color: var(--graphite-400); }
.step h4 { font-size: 22px; margin-bottom: 6px; }
.step p { color: var(--graphite-500); font-size: 15.5px; }

/* ===== Pricing ===== */
.pricing { background: var(--paper-soft); }
.grid-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.price-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 42px 36px; display: flex; flex-direction: column; transition: all 0.3s var(--ease);
}
.price-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.price-card.featured { background: var(--graphite-900); border-color: var(--graphite-900); }
.price-card.featured h3, .price-card.featured .price, .price-card.featured .price-period { color: var(--paper); }
.price-card.featured p, .price-card.featured li { color: var(--graphite-200); }
.price-card.featured .btn { background: var(--paper); color: var(--graphite-900); border-color: var(--paper); }
.price-card.featured .btn:hover { background: var(--white); }
.badge { display: inline-block; align-self: flex-start; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700; background: var(--graphite-400); color: var(--graphite-900); padding: 5px 12px; border-radius: 100px; margin-bottom: 18px; }
.price-card h3 { font-size: 26px; margin-bottom: 8px; }
.price-card > p.desc { font-size: 14.5px; color: var(--graphite-500); margin-bottom: 26px; min-height: 44px; }
.price { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 600; line-height: 1; }
.price-period { font-size: 14px; color: var(--graphite-400); margin-bottom: 28px; margin-top: 6px; }
.price-card ul { list-style: none; margin-bottom: 32px; flex-grow: 1; }
.price-card li { font-size: 15px; padding: 9px 0; color: var(--graphite-500); display: flex; gap: 11px; align-items: flex-start; border-bottom: 1px solid var(--line); }
.price-card.featured li { border-color: rgba(255,255,255,0.08); }
.price-card li::before { content: "—"; color: var(--graphite-400); font-weight: 600; }
.price-note { text-align: center; margin-top: 38px; font-size: 14.5px; color: var(--graphite-400); }

/* ===== Insight / quote ===== */
.insight { background: var(--graphite-900); color: var(--paper); }
.insight blockquote { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 500; line-height: 1.3; max-width: 880px; margin: 0 auto; text-align: center; }
.insight blockquote em { font-style: italic; color: var(--graphite-400); }
.insight .cite { text-align: center; margin-top: 32px; font-size: 14px; color: var(--graphite-400); letter-spacing: 0.05em; }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; }
.contact-info h2 { font-size: 44px; margin-bottom: 20px; }
.contact-info p { color: var(--graphite-500); margin-bottom: 36px; max-width: 420px; }
.contact-detail { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-detail .k { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--graphite-400); font-weight: 600; margin-bottom: 6px; }
.contact-detail .v { font-size: 17px; color: var(--graphite-900); }
form { background: var(--white); padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field { margin-bottom: 22px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; color: var(--graphite-700); letter-spacing: 0.02em; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border: 1px solid var(--graphite-200); border-radius: var(--radius);
  font-family: inherit; font-size: 15.5px; color: var(--graphite-900); background: var(--paper-soft);
  transition: border 0.2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--graphite-700); background: var(--white); }
.field textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consent { display: flex; gap: 11px; align-items: flex-start; font-size: 13.5px; color: var(--graphite-500); margin-bottom: 24px; }
.consent input { margin-top: 4px; width: auto; }
.consent a { text-decoration: underline; }
form button { width: 100%; }
.form-msg { margin-top: 18px; padding: 14px; border-radius: var(--radius); font-size: 14.5px; display: none; }
.form-msg.show { display: block; }
.form-msg.ok { background: #eef3ee; color: #2e4630; border: 1px solid #cfe0cf; }

/* ===== Footer ===== */
footer { background: var(--graphite-900); color: var(--graphite-200); padding: 70px 0 36px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 46px; margin-bottom: 54px; }
.footer-brand .logo { color: var(--paper); margin-bottom: 18px; }
.footer-brand .logo svg path { stroke: var(--paper); }
.footer-brand p { font-size: 14.5px; color: var(--graphite-400); max-width: 280px; }
.footer-col h4 { font-family: 'Inter', sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--graphite-400); margin-bottom: 18px; font-weight: 600; }
.footer-col a { display: block; font-size: 14.5px; color: var(--graphite-200); padding: 6px 0; }
.footer-col a:hover { color: var(--paper); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 28px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 13px; color: var(--graphite-400); }
.footer-bottom .legal-links { display: flex; gap: 22px; flex-wrap: wrap; }

/* ===== Cookie banner ===== */
.cookie-banner {
  position: fixed; bottom: 22px; left: 22px; right: 22px; z-index: 200; max-width: 520px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 12px 48px rgba(26,29,33,0.16); padding: 26px 28px; display: none;
}
.cookie-banner.show { display: block; }
.cookie-banner h4 { font-size: 21px; margin-bottom: 8px; }
.cookie-banner p { font-size: 14px; color: var(--graphite-500); margin-bottom: 18px; }
.cookie-banner p a { text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie-actions .btn { padding: 11px 22px; font-size: 14px; }

/* ===== Legal pages ===== */
.legal-page { padding: 70px 0 90px; }
.legal-page .container { max-width: 800px; }
.legal-page h1 { font-size: 48px; margin-bottom: 12px; }
.legal-page .updated { color: var(--graphite-400); font-size: 14px; margin-bottom: 44px; }
.legal-page h2 { font-size: 28px; margin: 42px 0 16px; }
.legal-page h3 { font-size: 21px; margin: 28px 0 12px; }
.legal-page p, .legal-page li { color: var(--graphite-700); font-size: 16px; margin-bottom: 14px; }
.legal-page ul { padding-left: 22px; margin-bottom: 18px; }
.legal-page li { margin-bottom: 8px; }
.back-link { display: inline-block; margin-bottom: 34px; font-size: 14.5px; color: var(--graphite-500); font-weight: 500; }
.back-link:hover { color: var(--graphite-900); }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .hero-grid, .approach-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .grid-3, .grid-pricing { grid-template-columns: 1fr; }
  .grid-3 { gap: 1px; }
  .hero h1 { font-size: 48px; }
  .section-head h2 { font-size: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero-visual img { height: 400px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 78px; left: 0; right: 0; background: var(--paper); padding: 24px 32px; gap: 18px; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; }
}
@media (max-width: 560px) {
  .container { padding: 0 22px; }
  .hero h1 { font-size: 38px; }
  .section-head h2 { font-size: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .insight blockquote { font-size: 28px; }
  .hero-tag { left: 0; }
  section { padding: 70px 0; }
}
