:root {
  --bg: #f6f4ef;
  --paper: #ffffff;
  --paper-soft: #fbf9f4;
  --ink: #111111;
  --muted: #696f79;
  --line: #e4e0d8;
  --accent: #6d8aa6;
  --accent-soft: #eef3f7;
  --gold: #cfa94a;
  --max: 1040px;
  --radius: 4px;
  --shadow: 0 22px 40px rgba(0, 0, 0, 0.05);
  --shadow-soft: 0 12px 28px rgba(0, 0, 0, 0.04);
}

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

html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(180deg, #f8f6f1 0%, #f3f0ea 100%);
  color: var(--ink);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #506a83;
  outline-offset: 2px;
}

.shell,
.main-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(228,224,216,.9);
  padding-top: 24px;
  padding-bottom: 16px;
}
.brand-wrap { text-align: center; }
.brand-eyebrow {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #80848c;
}
.site-title {
  display: inline-block;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: .02em;
}
.site-title:hover { text-decoration: none; }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.site-nav-line {
  flex: 1;
  max-width: 260px;
  height: 1px;
  background: var(--line);
}
.site-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.site-nav a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #555;
  transition: color .18s ease;
}
.site-nav a:hover,
.site-nav a.is-active,
.site-nav a[aria-current="page"] { color: #000; text-decoration: none; }
.site-nav a.is-active::after,
.site-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #000;
}

.menu-toggle {
  display: none;
  width: 100%;
  margin: 10px auto 0;
  border: 1px solid var(--line);
  background: #faf9f4;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.menu-toggle__label {
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  display: block;
  width: 22px;
  height: 1px;
  background: #111;
  position: relative;
  transition: transform .2s ease;
}
.menu-toggle__icon::before,
.menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-toggle__icon::before { top: -6px; }
.menu-toggle__icon::after { top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::before { transform: rotate(45deg); top: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__icon::after { transform: rotate(-45deg); top: 0; }

.main-shell {
  margin-top: 24px;
  margin-bottom: 32px;
  background: var(--paper);
  box-shadow: var(--shadow);
  padding-top: 0;
  padding-bottom: 28px;
}
.main-shell--narrow { max-width: 920px; }
.content-section {
  padding-top: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--line);
  content-visibility: auto;
  contain-intrinsic-size: 1px 700px;
}
.content-section:last-child { border-bottom: none; padding-bottom: 14px; }
.content-section--page { padding-top: 40px; }
.content-section--reviews {
  background: linear-gradient(180deg, #fbfaf7 0%, #ffffff 100%);
}

.home-quote {
  padding: 50px 0 26px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at top, rgba(109,138,166,.08), transparent 46%);
}
.home-quote-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.home-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #7f8791;
}
.home-title {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: .03em;
}
.home-quote-block {
  max-width: 720px;
  margin: 0 auto;
}
.home-quote-text {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.7;
  font-style: italic;
  color: #252525;
}
.home-quote-author {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #787e86;
}
.reassurance-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}
.reassurance-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(109,138,166,.18);
  border-radius: 999px;
  background: var(--accent-soft);
  color: #425b73;
  font-size: 12px;
}
.reassurance-chip::before {
  content: "•";
  font-size: 13px;
}

.hero-image {
  margin: 0 auto 24px;
  max-width: 780px;
  overflow: hidden;
  border-radius: 2px;
  line-height: 0;
  box-shadow: var(--shadow-soft);
  background: #f2eee7;
}
.hero-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1600 / 980;
  object-fit: cover;
  transition: transform .25s ease-out;
  will-change: transform;
}

.section-kicker,
.team-role,
.cta-label,
.footer-links,
.footer-small,
.footer-heading {
  text-transform: uppercase;
  letter-spacing: .22em;
}
.section-kicker {
  text-align: center;
  font-size: 11px;
  color: #989898;
  margin: 0 0 10px;
}
.section-title {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-align: center;
}
.section-title--page { font-size: 28px; }
.section-intro {
  max-width: 670px;
  margin: 0 auto 22px;
  text-align: center;
  font-size: 15px;
  color: var(--muted);
}
.section-pill {
  max-width: 650px;
  margin: 0 auto 28px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #555;
}
.section-pill span {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #faf8f2;
}
.text-column {
  max-width: 710px;
  margin: 0 auto;
  font-size: 15px;
  color: var(--muted);
}
.text-column p,
.page-body p { margin: 0; }
.text-column p + p,
.page-body p + p { margin-top: 14px; }
.text-column a,
.page-body a,
.footer-contact a,
.footer-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.subheading {
  margin: 34px 0 12px;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #444;
}
.subheading--page { margin-top: 32px; }
.simple-list {
  margin: 12px 0 0;
  padding-left: 20px;
}
.simple-list li + li { margin-top: 6px; }

.urgent-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  font-size: 14px;
}
.urgent-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}
.urgent-list li:last-child { border-bottom: 1px solid var(--line); }
.urgent-label,
.contact-note {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #888;
}
.urgent-label { display: block; }
.urgent-main {
  display: block;
  margin-top: 3px;
  font-weight: 600;
  color: #222;
}
.urgent-note { display:block; margin-top: 3px; font-size: 13px; }

.team-list,
.cta-row,
.page-cta-row {
  max-width: 840px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
}
.team-card,
.cta-card,
.archive-card,
.review-card,
.contact-form-card,
.related-links {
  border: 1px solid var(--line);
  background: #faf9f4;
  box-shadow: 0 10px 24px rgba(0,0,0,.035);
}
.team-card {
  max-width: 360px;
  padding: 22px 20px 20px;
}
.team-photo {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.team-name {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #222;
}
.team-role {
  margin-bottom: 10px;
  font-size: 11px;
  color: #888;
}
.team-bio { font-size: 13px; color: var(--muted); }
.team-bio p + p { margin-top: 8px; }

.cta-card {
  flex: 1 1 220px;
  padding: 18px 18px 16px;
  transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}
.cta-card:hover {
  text-decoration: none;
  border-color: #c7c1b7;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,.06);
}
.cta-label {
  margin-bottom: 6px;
  font-size: 11px;
  color: #888;
}
.cta-main {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.cta-note,
.contact-block {
  font-size: 13px;
  color: var(--muted);
}

.archive-grid,
.reviews-grid {
  display: grid;
  gap: 18px;
  margin: 28px auto 0;
}
.archive-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); max-width: 860px; }
.reviews-grid { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); max-width: 880px; }
.reviews-grid--home { margin-top: 22px; }
.archive-card,
.review-card {
  padding: 22px 20px;
}
.archive-card__meta {
  margin: 0 0 8px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #8a8f97;
}
.archive-card__title {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
}
.archive-card__title a:hover,
.archive-card__link:hover { text-decoration: none; }
.archive-card__excerpt {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}
.archive-card__link {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.reviews-summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 6px auto 0;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #faf8f2;
  font-size: 14px;
}
.reviews-summary--page { display: flex; }
.review-card__stars {
  color: var(--gold);
  font-size: 20px;
  letter-spacing: .18em;
  margin-bottom: 14px;
}
.review-card__text {
  margin: 0 0 12px;
  color: #333;
  font-size: 14px;
}
.review-card__author {
  margin: 0;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #7f8791;
}
.review-card__source {
  margin: 10px 0 0;
  font-size: 12px;
}
.review-card__source a {
  font-style: italic;
  font-size: 11px;
  text-transform: lowercase;
  color: #6a7078;
}

.related-links {
  max-width: 840px;
  margin: 28px auto 0;
  padding: 18px 20px;
}
.related-links__title {
  margin: 0 0 10px;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #80848c;
}
.related-links__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}
.related-links__items a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.related-links__items a::before {
  content: "→";
}

.contact-block {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.contact-block p + p { margin-top: 10px; }
.contact-strong {
  font-weight: 600;
  color: #222;
}
.contact-link {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  padding: 32px 24px 36px;
  text-align: center;
  font-size: 12px;
  color: #555;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  align-items: start;
  text-align: left;
}
.footer-title {
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.footer-copy {
  margin: 0;
  color: #666b73;
}
.footer-line {
  height: 1px;
  max-width: var(--max);
  margin: 0 auto 18px;
  background: linear-gradient(to right, transparent, var(--line), transparent);
}
.footer-heading {
  margin: 0 0 12px;
  font-size: 11px;
  color: #6b7076;
}
.footer-links {
  margin-top: 10px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.9;
}
.footer-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 0 6px 0 0;
  text-transform: none;
  white-space: nowrap;
}
.footer-links--stacked span { display: block; }
.footer-small {
  margin-top: 10px;
  font-size: 10px;
  opacity: .78;
}
.footer-small--center { text-align: center; }
.footer-contact { margin: 0; }
.footer-contact-line {
  display: block;
  margin-bottom: 4px;
}
.footer-col--contact { padding-left: 18px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 12px;
  color: #7b8088;
}
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 12px;
  background: #111;
  color: #fff;
  padding: 10px 14px;
  z-index: 100;
}
.skip-link:focus { left: 12px; }

.contact-form-section { max-width: 760px; margin: 36px auto 0; }
.contact-form-card,
.admin-card {
  padding: 24px;
}
.contact-form { margin-top: 18px; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}
.form-field { display: flex; flex-direction: column; gap: 8px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #4d5560; }
.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #cfc9bf;
  background: #fff;
  padding: 14px 16px;
  font: inherit;
  color: #111;
  border-radius: 2px;
}
.form-field textarea { resize: none; min-height: 160px; }
.field-help { margin: 0; font-size: 12px; color: #6f7580; }
.required-dot { color: #9f3842; font-weight: 700; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.cta-button:hover { text-decoration: none; background: #2a2a2a; transform: translateY(-1px); }
.cta-button--ghost { background: transparent; color: #111; }
.form-alert {
  padding: 14px 16px;
  border: 1px solid;
  margin-top: 14px;
  font-size: 14px;
}
.form-alert--success { background: #eef7ef; border-color: #b7d6bb; color: #2f5730; }
.form-alert--error { background: #fcf1f0; border-color: #e4b0aa; color: #8c342a; }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.error-screen {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.error-screen .section-intro { margin-bottom: 24px; }
.error-actions,
.error-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.error-links {
  margin-top: 18px;
  font-size: 13px;
}
.error-links a { text-decoration: underline; text-underline-offset: 3px; }

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(17,17,17,.15);
  background: rgba(17,17,17,.92);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 50;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav ul { gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .footer-col--contact { padding-left: 0; }
}

@media (max-width: 820px) {
  .site-header { position: static; }
  .site-title { font-size: 32px; margin-bottom: 12px; }
  .site-nav {
    display: none;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
  .site-nav.is-open { display: flex; }
  .site-nav-line { display: none; }
  .site-nav ul {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .site-nav a { padding: 8px 0; }
  .menu-toggle { display: flex; }
}

@media (max-width: 640px) {
  .shell,
  .main-shell { padding-left: 18px; padding-right: 18px; }
  .main-shell { margin-top: 18px; }
  .content-section { padding-top: 30px; padding-bottom: 30px; }
  .home-quote { padding: 36px 0 18px; }
  .section-title { font-size: 19px; letter-spacing: .14em; }
  .section-title--page { font-size: 24px; }
  .section-intro,
  .text-column { font-size: 14px; }
  .team-card,
  .archive-card,
  .review-card { max-width: 100%; }
  .cta-card { flex-basis: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; }
  .cta-button { width: 100%; }
  .reviews-summary { flex-direction: column; gap: 4px; border-radius: 14px; }
}

.grandpey-hero { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr); gap:34px; align-items:center; padding:42px 0 24px; border-bottom:1px solid var(--line); }
.grandpey-hero__lead { margin:0 0 24px; color:var(--muted); font-size:1.06rem; }
.grandpey-hero__actions { display:flex; flex-wrap:wrap; gap:14px; margin-bottom:22px; }
.grandpey-hero__media img { width:100%; border-radius:6px; box-shadow:var(--shadow-soft); object-fit:cover; }
.cta-button--ghost { background:transparent; color:var(--ink); border:1px solid var(--line); }
.home-card-grid,.expertise-link-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.home-card,.expertise-link-card { display:block; padding:24px; border:1px solid var(--line); background:#fff; box-shadow:var(--shadow-soft); transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; text-decoration:none; }
.home-card:hover,.expertise-link-card:hover { text-decoration:none; transform:translateY(-2px); box-shadow:var(--shadow); border-color:rgba(124,90,67,.35); }
.home-card h3 { margin:0 0 10px; font-family:Georgia,"Times New Roman",serif; font-size:1.3rem; font-weight:400; }
.home-card p { margin:0 0 16px; color:var(--muted); }
.home-card span { font-size:12px; letter-spacing:.18em; text-transform:uppercase; }
.expertise-link-card { font-size:14px; letter-spacing:.08em; text-transform:uppercase; }
.expertise-link-grid--inner { margin-top:24px; margin-bottom:18px; }
@media (max-width: 980px) { .grandpey-hero,.home-card-grid,.expertise-link-grid { grid-template-columns:1fr; } }


/* Grandpey premium refresh V3 */
.section-kicker--left,
.section-title--left { text-align: left; }
.section-title--small { font-size: 22px; letter-spacing: .14em; }
.reassurance-band--left { justify-content: flex-start; }
.text-column--wide { max-width: 100%; }
.content-section--soft { background: linear-gradient(180deg, #fcfbf8 0%, #ffffff 100%); }
.grandpey-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 38px;
  align-items: center;
  padding: 44px 0 28px;
  border-bottom: 1px solid var(--line);
}
.home-title--left { text-align: left; margin-bottom: 18px; }
.grandpey-hero__lead { margin: 0 0 26px; color: #59606b; font-size: 1.05rem; }
.grandpey-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.grandpey-hero__media { position: relative; margin: 0; }
.grandpey-hero__media::after { content: ""; position: absolute; inset: auto -14px -14px 24px; border: 1px solid rgba(124,90,67,.18); z-index: 0; }
.grandpey-hero__media img { position: relative; z-index: 1; width: 100%; border-radius: 10px; box-shadow: 0 22px 50px rgba(22,19,15,.08); object-fit: cover; }
.home-card-grid, .expertise-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-card, .expertise-link-card { position: relative; display: block; padding: 24px; border: 1px solid rgba(124,90,67,.14); background: linear-gradient(180deg, #fff 0%, #fbf9f5 100%); box-shadow: 0 14px 34px rgba(0,0,0,.04); border-radius: 10px; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; text-decoration: none; overflow: hidden; }
.home-card::after, .expertise-link-card::after, .related-links__items--cards a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,.55) 50%, transparent 85%); transform: translateX(-120%); transition: transform .55s ease; }
.home-card:hover::after, .expertise-link-card:hover::after, .related-links__items--cards a:hover::after { transform: translateX(120%); }
.home-card:hover, .expertise-link-card:hover, .related-links__items--cards a:hover { text-decoration: none; transform: translateY(-6px); box-shadow: 0 24px 50px rgba(22,19,15,.08); border-color: rgba(124,90,67,.35); }
.home-card__topline { width: 52px; height: 2px; margin-bottom: 18px; background: linear-gradient(to right, #7c5a43, transparent); }
.home-card h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; font-weight: 400; color: #1c1713; }
.home-card p { margin: 0 0 18px; color: #67605a; }
.home-card span, .expertise-link-card span, .related-links__items--cards span { display: inline-block; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #6d594d; }
.expertise-link-grid--premium { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.expertise-link-card--premium { min-height: 122px; display: flex; flex-direction: column; justify-content: space-between; }
.expertise-link-card--premium strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; font-weight: 400; line-height: 1.4; color: #1e1916; }
.hero-image--page img { border-radius: 10px; }
.simple-list--premium { list-style: none; padding-left: 0; margin-top: 18px; }
.simple-list--premium li { position: relative; padding: 14px 0 14px 28px; border-top: 1px solid rgba(124,90,67,.14); }
.simple-list--premium li:last-child { border-bottom: 1px solid rgba(124,90,67,.14); }
.simple-list--premium li::before { content: ""; position: absolute; left: 0; top: 22px; width: 12px; height: 12px; border-radius: 999px; background: linear-gradient(180deg, #8a684f 0%, #c8af98 100%); box-shadow: 0 0 0 4px rgba(138,104,79,.08); }
.home-seo-block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr); gap: 28px; align-items: start; }
.contact-form-card--compact, .contact-form-card--premium { border-radius: 12px; background: linear-gradient(180deg, #fcfbf8 0%, #ffffff 100%); border: 1px solid rgba(124,90,67,.14); box-shadow: 0 18px 42px rgba(16,14,10,.05); }
.form-grid--compact { grid-template-columns: 1fr; }
.inline-link { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #5e5148; }
.inline-link:hover { text-decoration: none; }
.contact-layout { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 22px; align-items: start; margin-top: 36px; }
.contact-block--premium { padding: 24px; border: 1px solid rgba(124,90,67,.14); border-radius: 12px; background: linear-gradient(180deg, #fbf8f4 0%, #fff 100%); box-shadow: 0 12px 28px rgba(0,0,0,.035); text-align: left; }
.related-links--premium { max-width: 100%; margin-top: 34px; padding: 0; border: none; background: transparent; box-shadow: none; }
.related-links__items--cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.related-links__items--cards a { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 18px 18px 16px; border: 1px solid rgba(124,90,67,.14); border-radius: 10px; background: linear-gradient(180deg, #fff 0%, #faf8f4 100%); box-shadow: 0 12px 28px rgba(0,0,0,.035); }
.related-links__items--cards a::before { content: none; }
.related-links__items--cards strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; font-weight: 400; color: #1d1713; }
@media (max-width: 980px) {
  .grandpey-hero, .home-seo-block, .contact-layout, .home-card-grid, .expertise-link-grid, .related-links__items--cards { grid-template-columns: 1fr; }
  .grandpey-hero__media::after { display: none; }
  .section-kicker--left, .section-title--left, .home-title--left { text-align: center; }
  .reassurance-band--left { justify-content: center; }
}
@media (max-width: 640px) {
  .shell, .main-shell { padding-left: 16px; padding-right: 16px; }
  .site-title { font-size: 32px; margin-bottom: 14px; }
  .content-section { padding-top: 28px; padding-bottom: 28px; }
  .section-title { letter-spacing: .10em; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-form-card, .home-card, .expertise-link-card, .related-links__items--cards a { padding: 18px; }
}


.nav-search-item { margin-left: 2px; }
.nav-search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(109, 138, 166, .22);
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.nav-search-link:hover {
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(109, 138, 166, .55);
  box-shadow: 0 14px 28px rgba(21, 32, 44, .08);
  background: #fff;
}
.nav-search-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.hero-image img,
.hero-image--page img,
.grandpey-hero__media img {
  border-radius: 18px;
}
.search-panel {
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(124,90,67,.14);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #faf8f4 100%);
  box-shadow: 0 18px 42px rgba(16,14,10,.05);
}
.search-form__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
}
.search-label {
  display: block;
  margin-bottom: 10px;
  font-size: .9rem;
  color: #5d5d5d;
}
.search-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(124,90,67,.18);
  border-radius: 12px;
  background: #fff;
  font: inherit;
}
.search-hint {
  margin: 14px 0 0;
  color: #6d655d;
  font-size: .95rem;
}
.search-results {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}
.search-result-card {
  padding: 22px;
  border: 1px solid rgba(124,90,67,.14);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff 0%, #faf8f4 100%);
  box-shadow: 0 12px 30px rgba(0,0,0,.035);
}
.search-result-card h2 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1.35rem;
}
.search-result-card p {
  margin: 0 0 10px;
  color: #615951;
}
.search-result-card a {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6d594d;
}
@media (max-width: 980px) {
  .search-form__row { grid-template-columns: 1fr; }
}


/* Preproduction polish */
:root {
  --lux-gap: clamp(18px, 2vw, 28px);
}
.section-title {
  text-wrap: balance;
}
.section-intro {
  max-width: 900px;
  margin: 0 auto 0;
  color: #5c5c5c;
}
.content-section--page {
  padding-top: 34px;
}
.page-shell .section-title--page {
  margin-bottom: 14px;
}
.page-body p {
  margin: 0 0 18px;
}
.page-body .subheading--page {
  margin-top: 38px;
  margin-bottom: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(124,90,67,.14);
}
.page-shell--cabinet .page-body,
.page-shell--expertises .page-body,
.page-shell--faq .page-body {
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(251,248,243,.96) 100%);
  border: 1px solid rgba(124,90,67,.12);
  box-shadow: 0 18px 42px rgba(16,14,10,.04);
}
.page-shell--cabinet .section-intro,
.page-shell--expertises .section-intro,
.page-shell--faq .section-intro {
  font-size: 1.08rem;
}
.page-shell--expertises .expertise-link-grid--premium {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-shell--expertises .expertise-link-card--premium {
  min-height: 156px;
  padding: 22px 22px 20px;
}
.page-shell--expertises .expertise-link-card--premium strong {
  font-size: 1.22rem;
}
.page-shell--cabinet .expertise-link-grid--premium {
  margin-top: 26px;
}
.page-shell--cabinet .expertise-link-card--premium,
.page-shell--expertises .expertise-link-card--premium {
  background: linear-gradient(180deg, #ffffff 0%, #f8f3ee 100%);
}
.home-card,
.expertise-link-card,
.related-links__items--cards a,
.cta-button,
.nav-search-link {
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease, color .28s ease;
}
.site-nav a {
  position: relative;
  transition: color .22s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(109,138,166,.6), transparent);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}
.hero-image--page {
  margin: 28px 0 26px;
}
.hero-image--page img {
  box-shadow: 0 26px 54px rgba(19, 17, 13, .08);
}
.related-links__items--cards a {
  min-height: 120px;
  justify-content: space-between;
}
.form-field input,
.form-field textarea,
.search-input {
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.form-field input:hover,
.form-field textarea:hover,
.search-input:hover {
  border-color: rgba(124,90,67,.28);
}
.form-field input:focus,
.form-field textarea:focus,
.search-input:focus {
  box-shadow: 0 0 0 4px rgba(109,138,166,.10);
}
.back-to-top {
  transition: transform .25s ease, opacity .25s ease, box-shadow .25s ease;
}
.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 28px rgba(0,0,0,.12);
}
@media (max-width: 980px) {
  .page-shell--expertises .expertise-link-grid--premium {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  body {
    line-height: 1.64;
  }
  .site-title {
    font-size: 28px;
  }
  .brand-eyebrow {
    font-size: 10px;
    letter-spacing: .18em;
  }
  .section-title {
    font-size: 1.45rem;
    letter-spacing: .07em;
  }
  .section-title--page,
  .home-title {
    font-size: 1.7rem;
    line-height: 1.28;
  }
  .section-intro,
  .grandpey-hero__lead,
  .page-shell--cabinet .section-intro,
  .page-shell--expertises .section-intro,
  .page-shell--faq .section-intro {
    font-size: 1rem;
  }
  .page-shell--cabinet .page-body,
  .page-shell--expertises .page-body,
  .page-shell--faq .page-body,
  .search-panel,
  .contact-form-card--premium,
  .contact-form-card--compact,
  .contact-block--premium {
    padding: 18px;
    border-radius: 16px;
  }
  .page-shell--expertises .expertise-link-grid--premium,
  .related-links__items--cards {
    grid-template-columns: 1fr;
  }
  .home-card h3,
  .expertise-link-card--premium strong,
  .related-links__items--cards strong {
    font-size: 1.05rem;
  }
  .reassurance-chip {
    font-size: 11px;
  }
}


/* V6 bugfixes */
.site-nav ul {
  align-items: center;
}
.nav-search-item {
  display: inline-flex;
  align-items: center;
}
.nav-search-link {
  padding-bottom: 0;
  vertical-align: middle;
  line-height: 1;
}
.nav-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.nav-search-icon svg {
  display: block;
  margin: 0 auto;
}
.hero-image,
.hero-image--page,
.grandpey-hero__media {
  margin-left: auto;
  margin-right: auto;
}
.hero-image img,
.hero-image--page img,
.grandpey-hero__media img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-position: center center;
  box-shadow: 0 18px 38px rgba(18, 16, 12, 0.10);
}
.hero-image--page {
  max-width: 920px;
}
.page-shell--droit-social .hero-image--page,
.page-shell--droit-des-societes .hero-image--page,
.page-shell--droit-des-contrats-responsabilite .hero-image--page,
.page-shell--litiges-commerciaux .hero-image--page,
.page-shell--propriete-intellectuelle .hero-image--page,
.page-shell--difficultes-des-entreprises .hero-image--page,
.page-shell--droit-bancaire .hero-image--page,
.page-shell--droit-immobilier .hero-image--page,
.page-shell--droit-de-la-famille .hero-image--page {
  text-align: center;
}
.page-shell--droit-social .hero-image--page img,
.page-shell--droit-des-societes .hero-image--page img,
.page-shell--droit-des-contrats-responsabilite .hero-image--page img,
.page-shell--litiges-commerciaux .hero-image--page img,
.page-shell--propriete-intellectuelle .hero-image--page img,
.page-shell--difficultes-des-entreprises .hero-image--page img,
.page-shell--droit-bancaire .hero-image--page img,
.page-shell--droit-immobilier .hero-image--page img,
.page-shell--droit-de-la-famille .hero-image--page img {
  width: 100%;
  max-width: 920px;
}


/* V7 bugfixes */
.site-nav li {
  display: flex;
  align-items: center;
}
.nav-search-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-search-link {
  padding: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1;
  flex: 0 0 42px;
}
.nav-search-link::after {
  display: none !important;
}
.nav-search-icon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
}
.nav-search-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
}
.hero-image,
.hero-image--page {
  display: flex;
  justify-content: center;
}
.hero-image--page img,
.hero-image img {
  width: min(100%, 960px);
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 18px 36px rgba(18, 17, 14, 0.08);
}
.grandpey-hero__media img {
  object-position: center center;
}
@media (max-width: 640px) {
  .site-nav ul {
    gap: 16px;
  }
  .nav-search-link {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }
  .nav-search-icon,
  .nav-search-icon svg {
    width: 16px;
    height: 16px;
  }
}


/* V8 bugfixes */
.nav-search-item {
  display: flex;
  align-items: center;
}
.site-nav .nav-search-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  width: 46px;
  height: 46px;
  margin: 0;
  vertical-align: middle;
}
.site-nav .nav-search-link::after,
.site-nav .nav-search-link[aria-current="page"]::after {
  display: none !important;
}
.nav-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.nav-search-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}
.hero-image,
.hero-image--page {
  display: flex;
  justify-content: center;
}
.hero-image img,
.hero-image--page img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 18px 34px rgba(19, 17, 13, .08);
}
.grandpey-hero__media {
  display: flex;
  justify-content: center;
}
.grandpey-hero__media img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 20px 38px rgba(19, 17, 13, .08);
}
@media (max-width: 640px) {
  .site-nav .nav-search-link {
    width: 42px;
    height: 42px;
  }
}


/* V9 fixes */
.contact-layout {
  align-items: stretch !important;
}
.contact-block--premium,
.contact-form-card--premium,
.contact-form-section {
  height: 100%;
}
.contact-block--premium,
.contact-form-card--premium {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related-links__items--cards a {
  min-height: 88px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  gap: 6px !important;
}
.site-nav ul .nav-search-item {
  display: flex;
  align-items: center;
}
.site-nav ul .nav-search-item .nav-search-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}
.site-nav ul .nav-search-item .nav-search-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
}
.site-nav ul .nav-search-item .nav-search-icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 auto !important;
}
.hero-image--page,
.hero-image {
  display: flex;
  justify-content: center;
}
.hero-image--page img,
.hero-image img {
  margin: 0 auto;
  object-position: center center !important;
  box-shadow: 0 16px 30px rgba(19, 17, 13, .08) !important;
}


/* V10 audit and premium corrections */
.site-nav ul .nav-search-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-nav ul .nav-search-item .nav-search-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}
.site-nav ul .nav-search-item .nav-search-link::after {
  display: none !important;
}
.site-nav ul .nav-search-item .nav-search-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
}
.site-nav ul .nav-search-item .nav-search-icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 auto !important;
}
.hero-image,
.hero-image--page,
.grandpey-hero__media {
  display: flex;
  justify-content: center;
}
.hero-image img,
.hero-image--page img,
.grandpey-hero__media img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center center !important;
  margin: 0 auto;
  box-shadow: 0 18px 34px rgba(19, 17, 13, .08) !important;
}
.contact-layout {
  align-items: stretch !important;
}
.contact-form-section,
.contact-block--premium,
.contact-form-card--premium {
  height: 100%;
}
.contact-block--premium,
.contact-form-card--premium {
  display: flex;
  flex-direction: column;
}
.contact-block--premium {
  justify-content: center;
}
.contact-form-card--premium {
  justify-content: flex-start;
}
.related-links__items--cards a {
  min-height: 84px !important;
  padding: 14px 16px !important;
  gap: 6px !important;
}
.related-links__items--cards strong {
  line-height: 1.25;
}
.page-shell--contact .related-links__items--cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-shell--contact .related-links__items--cards a {
  min-height: 76px !important;
}
@media (max-width: 900px) {
  .page-shell--contact .related-links__items--cards {
    grid-template-columns: 1fr;
  }
}


/* V11 audit */
.page-shell--cabinet .page-body,
.page-shell--expertises .page-body,
.page-shell--faq .page-body,
.page-shell--contact .page-body {
  padding: 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(251,248,243,.96) 100%);
  border: 1px solid rgba(124,90,67,.10);
  box-shadow: 0 18px 42px rgba(16,14,10,.04);
}
.page-body .subheading--page:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.section-intro {
  max-width: 860px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 340px minmax(0,1fr);
  gap: 22px;
  align-items: stretch !important;
}
.contact-block--premium,
.contact-form-card--premium,
.contact-form-section {
  height: 100%;
}
.contact-block--premium,
.contact-form-card--premium {
  display: flex;
  flex-direction: column;
}
.contact-block--premium {
  justify-content: center;
}
.related-links__items--cards a {
  min-height: 78px !important;
  padding: 12px 14px !important;
  gap: 4px !important;
}
.related-links__items--cards strong {
  font-size: 1rem;
}
.page-shell--contact .related-links__items--cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hero-image--page img,
.hero-image img,
.grandpey-hero__media img {
  object-position: center center !important;
  box-shadow: 0 18px 32px rgba(19, 17, 13, .07) !important;
}
.site-nav ul .nav-search-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-nav ul .nav-search-item .nav-search-link {
  width: 40px !important;
  height: 40px !important;
}
@media (max-width: 980px) {
  .contact-layout,
  .page-shell--contact .related-links__items--cards {
    grid-template-columns: 1fr;
  }
}


/* V16 premium finishing */
:root {
  --radius-soft: 18px;
}
body {
  background: linear-gradient(180deg, #faf8f3 0%, #f3efe7 100%);
}
.section-kicker {
  color: #7f7468;
}
.section-title,
.home-title,
.footer-title,
.home-card h3,
.expertise-link-card--premium strong,
.related-links__items--cards strong {
  text-wrap: balance;
}
.content-section {
  padding-top: 38px;
  padding-bottom: 38px;
}
.home-quote-card,
.page-shell--cabinet .page-body,
.page-shell--expertises .page-body,
.page-shell--faq .page-body,
.page-shell--contact .page-body,
.contact-form-card--premium,
.contact-block--premium,
.search-panel {
  border-radius: 20px;
}
.home-card,
.expertise-link-card,
.related-links__items--cards a {
  border-radius: 16px;
}
.home-card:hover,
.expertise-link-card:hover,
.related-links__items--cards a:hover {
  transform: translateY(-5px);
}
.grandpey-hero__media img,
.hero-image--page img,
.hero-image img {
  border-radius: 22px;
  box-shadow: 0 24px 46px rgba(18, 15, 12, .09) !important;
}
.page-shell--cabinet .page-body,
.page-shell--expertises .page-body,
.page-shell--faq .page-body,
.page-shell--contact .page-body {
  box-shadow: 0 20px 48px rgba(16,14,10,.045);
}
.simple-list--premium li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-grid {
  gap: 26px;
}
.footer-copy {
  max-width: 36rem;
}
@media (max-width: 980px) {
  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  body {
    line-height: 1.68;
  }
  .site-header {
    padding-top: 18px;
    padding-bottom: 12px;
  }
  .site-title {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .site-nav ul {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-title--page,
  .home-title {
    font-size: 1.8rem;
  }
  .content-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .grandpey-hero__media img,
  .hero-image--page img,
  .hero-image img {
    border-radius: 18px;
  }
}
