:root {
  --hr-bg: #090a09;
  --hr-bg-soft: #111210;
  --hr-surface: #171813;
  --hr-gold: #c9a36b;
  --hr-gold-dark: #a77e47;
  --hr-text: #f3eee6;
  --hr-muted: #b8b1a7;
  --hr-border: rgba(201, 163, 107, .24);
  --hr-radius: 4px;
  --hr-container: 1420px;
  --hr-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--hr-bg); color: var(--hr-text); font-family: Manrope, sans-serif; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--hr-container)); margin-inline: auto; }
.section-space { padding-block: 80px; }
h1, h2, h3, h4 { font-family: "Cormorant Garamond", serif; line-height: 1.08; font-weight: 600; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { width: auto; height: auto; clip: auto; padding: 12px 18px; margin: 8px; background: #fff; color: #111; z-index: 99999; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(8, 9, 8, .92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: .3s ease; }
.site-header.is-scrolled { border-color: var(--hr-border); box-shadow: 0 12px 40px rgba(0,0,0,.24); }
.site-header__inner { min-height: 96px; display: grid; grid-template-columns: 270px 1fr auto; gap: 28px; align-items: center; }
.site-header__brand { display: flex; flex-direction: column; }
.custom-logo { max-height: 68px; width: auto; }
.site-header__title { font-family: "Cormorant Garamond", serif; font-size: 2rem; color: var(--hr-gold); }
.site-header__tagline { font-size: .68rem; text-transform: uppercase; letter-spacing: .18em; }
.primary-menu, .mobile-menu, .legal-menu { list-style: none; padding: 0; margin: 0; }
.primary-menu { display: flex; justify-content: center; gap: clamp(16px, 2vw, 34px); }
.primary-menu a { display: block; padding: 36px 0 30px; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; border-bottom: 2px solid transparent; }
.primary-menu .current-menu-item > a, .primary-menu a:hover { color: var(--hr-gold); border-color: var(--hr-gold); }
.site-header__actions { display: flex; gap: 4px; align-items: center; }
.icon-button { position: relative; display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--hr-gold); background: transparent; border: 0; cursor: pointer; }
.icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.site-header__cart-count { position: absolute; top: 3px; right: 1px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 99px; background: var(--hr-gold); color: #111; font-size: .62rem; font-weight: 800; }
.site-header__menu-toggle { display: none; }

.search-panel { border-top: 1px solid var(--hr-border); background: #0d0e0c; }
.search-panel__inner { padding-block: 24px; }
.search-form { display: flex; gap: 12px; }
.search-form__field { flex: 1; min-width: 0; padding: 15px 18px; border: 1px solid var(--hr-border); background: #11120f; color: #fff; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--hr-border); text-transform: uppercase; letter-spacing: .06em; font-size: .74rem; font-weight: 700; cursor: pointer; }
.button--gold { background: var(--hr-gold); color: #15120d; border-color: var(--hr-gold); }

.mobile-navigation { position: fixed; inset: 0; z-index: 2000; padding: 90px 30px 40px; background: rgba(7,8,7,.98); }
.mobile-navigation__close { position: absolute; top: 24px; right: 24px; border: 0; background: transparent; color: var(--hr-gold); }
.mobile-menu a { display: block; padding: 16px 0; border-bottom: 1px solid var(--hr-border); font-family: "Cormorant Garamond", serif; font-size: 1.65rem; }

.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.content-card { overflow: hidden; background: var(--hr-surface); border: 1px solid var(--hr-border); }
.content-card__media img { width: 100%; aspect-ratio: 1.4; object-fit: cover; }
.content-card__body { padding: 26px; }
.content-card__meta { color: var(--hr-gold); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.content-card__title { font-size: 1.9rem; margin: 10px 0 14px; }

.site-footer { margin-top: 80px; background: #0b0c0a; border-top: 1px solid var(--hr-border); }
.site-footer__reassurance { background: linear-gradient(90deg, #13130f, #0a0b09, #13130f); border-bottom: 1px solid var(--hr-border); }
.reassurance-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.reassurance-grid > div { min-height: 110px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--hr-border); }
.reassurance-grid > div:last-child { border-right: 0; }
.reassurance-grid strong { font-family: "Cormorant Garamond", serif; font-size: 1.25rem; color: var(--hr-gold); }
.reassurance-grid span { font-size: .82rem; color: var(--hr-muted); }
.site-footer__main { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 44px; padding-block: 70px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-block: 22px; border-top: 1px solid var(--hr-border); color: var(--hr-muted); font-size: .78rem; }
.legal-menu { display: flex; gap: 20px; }
.widget__title { color: var(--hr-gold); font-size: 1.35rem; }
.widget ul { list-style: none; padding: 0; }
.widget li { margin: 9px 0; }

@media (max-width: 1100px) {
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-header__nav { display: none; }
  .site-header__menu-toggle { display: inline-grid; }
  .content-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__main { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--hr-container)); }
  .section-space { padding-block: 54px; }
  .site-header__inner { min-height: 78px; }
  .custom-logo { max-height: 52px; }
  .site-header__actions .icon-button:nth-child(2) { display: none; }
  .search-form { flex-direction: column; }
  .content-grid, .reassurance-grid, .site-footer__main { grid-template-columns: 1fr; }
  .reassurance-grid > div { border-right: 0; border-bottom: 1px solid var(--hr-border); min-height: 88px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
  .legal-menu { flex-wrap: wrap; }
}


/* Header premium et navigation responsive */
body.menu-open,
body.search-open { overflow: hidden; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 9, 8, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 8, 7, .985);
  border-color: var(--hr-border);
  box-shadow: 0 12px 42px rgba(0, 0, 0, .3);
}
.site-header__bar { position: relative; z-index: 2; }
.site-header__inner {
  min-height: 96px;
  display: grid;
  grid-template-columns: minmax(210px, 280px) minmax(0, 1fr) auto;
  gap: clamp(20px, 2vw, 38px);
  align-items: center;
}
.site-header__brand { min-width: 0; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-width: 230px; max-height: 68px; width: auto; object-fit: contain; }
.site-brand { display: inline-flex; flex-direction: column; align-items: flex-start; line-height: 1; }
.site-brand__name {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.75rem, 2.2vw, 2.35rem);
  font-style: italic;
  color: var(--hr-gold);
}
.site-brand__tagline {
  margin-top: 7px;
  font-size: .58rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .16em;
  color: var(--hr-text);
}
.site-header__nav { min-width: 0; align-self: stretch; }
.primary-menu,
.primary-menu ul,
.mobile-menu,
.mobile-menu ul,
.legal-menu { list-style: none; padding: 0; margin: 0; }
.primary-menu { height: 100%; display: flex; justify-content: center; align-items: stretch; gap: clamp(13px, 1.45vw, 27px); }
.primary-menu > li { position: relative; display: flex; align-items: stretch; }
.primary-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 0 0;
  white-space: nowrap;
  font-size: clamp(.61rem, .62vw, .71rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .045em;
  color: var(--hr-text);
  transition: color .2s ease;
}
.primary-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 19px;
  height: 1px;
  background: var(--hr-gold);
  transition: right .25s ease;
}
.primary-menu > li:hover > a,
.primary-menu > li:focus-within > a,
.primary-menu > .current-menu-item > a,
.primary-menu > .current-menu-ancestor > a { color: var(--hr-gold); }
.primary-menu > li:hover > a::after,
.primary-menu > li:focus-within > a::after,
.primary-menu > .current-menu-item > a::after,
.primary-menu > .current-menu-ancestor > a::after { right: 0; }
.primary-menu .menu-item-has-children > a { gap: 7px; }
.primary-menu .menu-item-has-children > a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  order: 2;
}
.primary-menu .sub-menu {
  position: absolute;
  top: calc(100% - 12px);
  left: -22px;
  z-index: 10;
  min-width: 235px;
  padding: 12px;
  background: #10110e;
  border: 1px solid var(--hr-border);
  box-shadow: var(--hr-shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu .sub-menu { top: -13px; left: calc(100% + 12px); }
.primary-menu .sub-menu a {
  display: block;
  padding: 11px 13px;
  font-size: .72rem;
  line-height: 1.4;
  color: var(--hr-muted);
  border-bottom: 1px solid rgba(201, 163, 107, .12);
  transition: color .2s ease, background-color .2s ease, padding-left .2s ease;
}
.primary-menu .sub-menu li:last-child > a { border-bottom: 0; }
.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus { color: var(--hr-gold); background: rgba(201, 163, 107, .06); padding-left: 17px; }
.site-header__actions { display: flex; align-items: center; gap: 1px; }
.header-action {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 44px;
  padding: 0;
  color: var(--hr-gold);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}
.header-action:hover,
.header-action:focus-visible { color: var(--hr-text); background: rgba(201, 163, 107, .08); }
.header-action .icon svg,
.search-panel__close .icon svg,
.mobile-navigation__close .icon svg { width: 20px; height: 20px; }
.site-header__cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  display: grid;
  place-items: center;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--hr-gold);
  color: #111;
  font-size: .59rem;
  font-weight: 800;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-left: 10px;
  padding: 0 17px;
  border: 1px solid var(--hr-gold);
  color: var(--hr-gold);
  font-size: .64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease;
}
.site-header__cta:hover { background: var(--hr-gold); color: #17130e; }
.site-header__menu-toggle { display: none; }
.menu-toggle-lines { width: 23px; display: flex; flex-direction: column; gap: 5px; }
.menu-toggle-lines span { display: block; height: 1px; background: currentColor; transition: transform .2s ease; }
.menu-toggle-lines span:nth-child(2) { width: 16px; margin-left: auto; }

.search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(13, 14, 12, .99);
  border-top: 1px solid var(--hr-border);
  border-bottom: 1px solid var(--hr-border);
  box-shadow: 0 22px 50px rgba(0, 0, 0, .35);
}
.search-panel__inner { padding-block: 24px 30px; }
.search-panel__heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.search-panel__heading p { margin: 0; color: var(--hr-gold); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; }
.search-panel__close { width: 40px; height: 40px; display: grid; place-items: center; color: var(--hr-gold); background: transparent; border: 0; cursor: pointer; }
.search-panel .search-form { max-width: 900px; margin: 0 auto; }

.mobile-navigation-overlay {
  position: fixed;
  inset: 0;
  z-index: 1990;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  width: min(440px, 92vw);
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #0a0b09;
  border-left: 1px solid var(--hr-border);
  box-shadow: -24px 0 70px rgba(0, 0, 0, .45);
  overflow-y: auto;
}
.mobile-navigation[hidden],
.mobile-navigation-overlay[hidden] { display: none !important; }
.mobile-navigation.is-opening { animation: hrMenuIn .28s ease both; }
.mobile-navigation-overlay.is-opening { animation: hrFadeIn .28s ease both; }
@keyframes hrMenuIn { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: translateX(0); } }
@keyframes hrFadeIn { from { opacity: 0; } to { opacity: 1; } }
.mobile-navigation__header {
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: 88px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(10, 11, 9, .98);
  border-bottom: 1px solid var(--hr-border);
}
.mobile-navigation__brand .custom-logo { max-width: 190px; max-height: 55px; }
.mobile-navigation__brand { display: flex; flex-direction: column; }
.mobile-navigation__close { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--hr-gold); background: transparent; border: 1px solid var(--hr-border); cursor: pointer; }
.mobile-navigation__body { flex: 1; padding: 24px 24px 34px; }
.mobile-menu > li { position: relative; border-bottom: 1px solid rgba(201, 163, 107, .18); }
.mobile-menu a {
  display: block;
  padding: 14px 48px 14px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 5vw, 1.7rem);
  line-height: 1.2;
  color: var(--hr-text);
}
.mobile-menu .current-menu-item > a,
.mobile-menu .current-menu-ancestor > a { color: var(--hr-gold); }
.mobile-menu .sub-menu { display: none; padding: 0 0 11px 15px; }
.mobile-menu .menu-item.is-submenu-open > .sub-menu { display: block; }
.mobile-menu .sub-menu a { padding: 9px 38px 9px 0; font-family: Manrope, sans-serif; font-size: .82rem; color: var(--hr-muted); }
.mobile-submenu-toggle {
  position: absolute;
  top: 8px;
  right: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--hr-gold);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.mobile-submenu-toggle::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .2s ease;
}
.menu-item.is-submenu-open > .mobile-submenu-toggle::before { transform: rotate(225deg) translate(-1px, -1px); }
.mobile-navigation__cta { width: 100%; margin-top: 28px; }
.mobile-navigation__footer {
  padding: 22px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--hr-muted);
  font-size: .78rem;
  border-top: 1px solid var(--hr-border);
  background: #0d0e0c;
}
.mobile-navigation__footer > a:hover { color: var(--hr-gold); }
.mobile-navigation__socials { display: flex; gap: 18px; margin-top: 13px; padding-top: 13px; border-top: 1px solid rgba(201, 163, 107, .14); }
.mobile-navigation__socials a { color: var(--hr-gold); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1250px) {
  .site-header__inner { grid-template-columns: minmax(180px, 225px) minmax(0, 1fr) auto; gap: 18px; }
  .primary-menu { gap: 14px; }
  .site-header__cta { display: none; }
}
@media (max-width: 1050px) {
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-header__nav { display: none; }
  .site-header__menu-toggle { display: inline-grid; }
}
@media (max-width: 720px) {
  .site-header__inner { min-height: 78px; gap: 10px; }
  .custom-logo { max-width: 175px; max-height: 52px; }
  .site-brand__name { font-size: 1.75rem; }
  .site-brand__tagline { font-size: .5rem; }
  .header-action { width: 37px; height: 40px; flex-basis: 37px; }
  .header-action--account { display: none; }
  .search-panel { position: fixed; top: 0; bottom: 0; overflow-y: auto; }
  .search-panel__inner { padding-top: 28px; }
}
@media (max-width: 430px) {
  .site-header__actions { gap: 0; }
  .header-action--cart { display: none; }
  .mobile-navigation { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-navigation.is-opening,
  .mobile-navigation-overlay.is-opening { animation: none; }
}

/* Accueil et pied de page premium — v1.2 */
.eyebrow,.section-label{margin:0 0 14px;color:var(--hr-gold);font-size:.7rem;font-weight:700;line-height:1.5;text-transform:uppercase;letter-spacing:.14em}.section-heading{max-width:760px;margin-bottom:44px}.section-heading--center{text-align:center;margin-inline:auto}.section-heading h2{margin:0 0 14px;font-size:clamp(2.3rem,4.2vw,4rem);color:var(--hr-gold)}.section-heading>p:last-child{margin:0;color:var(--hr-muted)}.button--outline{color:var(--hr-text);background:transparent;border-color:rgba(201,163,107,.55)}.button--outline:hover{color:#15120d;background:var(--hr-gold);border-color:var(--hr-gold)}.section-cta{display:flex;justify-content:center;margin-top:42px}
.home-hero{position:relative;min-height:clamp(580px,72vh,820px);display:flex;align-items:center;overflow:hidden;background:#10110f radial-gradient(circle at 70% 40%,rgba(201,163,107,.12),transparent 42%)}.home-hero.has-background{background-image:var(--home-hero-image);background-size:cover;background-position:center}.home-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,7,6,.96) 0%,rgba(6,7,6,.8) 42%,rgba(6,7,6,.15) 78%,rgba(6,7,6,.35) 100%)}.home-hero__inner{position:relative;z-index:1;width:100%;padding-block:90px}.home-hero__content{max-width:690px}.home-hero h1{max-width:680px;margin:0 0 24px;font-size:clamp(3.5rem,7vw,7rem);color:#dec09a}.home-hero__text{max-width:570px;margin:0;color:#ddd5ca;font-size:clamp(1rem,1.25vw,1.2rem)}.home-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.home-values{border-top:1px solid var(--hr-border);border-bottom:1px solid var(--hr-border);background:linear-gradient(90deg,#141511,#0b0c0a,#141511)}.home-values__grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-value{min-height:135px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;align-content:center;padding:24px 36px;border-right:1px solid var(--hr-border)}.home-value:last-child{border-right:0}.home-value>span{grid-row:1/3;align-self:center;color:var(--hr-gold);font-size:2rem}.home-value strong{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.home-value small{color:var(--hr-muted)}
.home-about__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(50px,7vw,110px);align-items:center}.home-about__content h2,.home-professionals__content h2{margin:0 0 24px;font-size:clamp(2.5rem,4.5vw,4.6rem);color:#dec09a}.home-about__content>p:not(.section-label),.home-professionals__content>p:not(.section-label){color:var(--hr-muted);font-size:1.02rem}.home-about__media{min-height:600px;background:linear-gradient(145deg,#171813,#0a0b09);border:1px solid var(--hr-border);box-shadow:var(--hr-shadow)}.home-about__media img{width:100%;height:100%;min-height:600px;object-fit:cover}.home-about__media.is-placeholder{background:linear-gradient(135deg,rgba(201,163,107,.16),transparent 55%),#13140f}.home-checklist{display:grid;gap:12px;margin:28px 0 34px;padding:0;list-style:none}.home-checklist li{position:relative;padding-left:30px;color:#e6ded3}.home-checklist li::before{content:'✓';position:absolute;left:0;color:var(--hr-gold)}
.home-products{background:#0d0e0c;border-block:1px solid rgba(201,163,107,.12)}.home-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-product-card{overflow:hidden;background:#13140f;border:1px solid var(--hr-border);transition:transform .25s ease,border-color .25s ease}.home-product-card:hover{transform:translateY(-6px);border-color:rgba(201,163,107,.55)}.home-product-card__image{display:block;overflow:hidden}.home-product-card__image img{width:100%;aspect-ratio:1.42;object-fit:cover;transition:transform .45s ease}.home-product-card:hover img{transform:scale(1.04)}.home-product-card__body{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:20px}.home-product-card h3{margin:0;font-family:Manrope,sans-serif;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}.home-product-card__price{flex:none;color:var(--hr-gold);font-size:.83rem}.home-product-card__price del{opacity:.55}.home-product-card__price ins{text-decoration:none}
.home-professionals{position:relative;min-height:670px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 50%,rgba(201,163,107,.15),transparent 35%),#0b0c0a}.home-professionals.has-background{background-image:var(--home-pro-image);background-size:cover;background-position:center}.home-professionals__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,7,.97) 0%,rgba(7,8,7,.88) 46%,rgba(7,8,7,.2) 82%)}.home-professionals__inner{position:relative;z-index:1;width:100%}.home-professionals__content{max-width:650px}.home-professionals__services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 30px;margin:30px 0 38px}.home-professionals__services span{position:relative;padding-left:24px;color:#e7dfd3}.home-professionals__services span::before{content:'◆';position:absolute;left:0;color:var(--hr-gold);font-size:.65rem;top:.35em}
.home-blog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.home-post-card{background:#11120f;border:1px solid var(--hr-border)}.home-post-card__image{display:block;min-height:250px;background:#171813;overflow:hidden}.home-post-card__image img{width:100%;height:250px;object-fit:cover;transition:transform .4s ease}.home-post-card:hover .home-post-card__image img{transform:scale(1.04)}.home-post-card__body{padding:26px}.home-post-card__meta{margin:0 0 10px;color:var(--hr-gold);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em}.home-post-card h3{margin:0 0 14px;font-size:1.65rem}.home-post-card__body>p:not(.home-post-card__meta){color:var(--hr-muted)}.text-link{color:var(--hr-gold);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.site-footer{margin-top:0;background:#090a08;border-top:1px solid var(--hr-border)}.footer-reassurance{background:linear-gradient(90deg,#171713,#0b0c0a 50%,#171713);border-bottom:1px solid var(--hr-border)}.footer-reassurance__grid{display:grid;grid-template-columns:repeat(4,1fr)}.footer-reassurance__item{min-height:128px;display:flex;gap:18px;align-items:center;padding:26px 30px;border-right:1px solid var(--hr-border)}.footer-reassurance__item:last-child{border-right:0}.footer-reassurance__icon{flex:0 0 44px;color:var(--hr-gold)}.footer-reassurance__icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}.footer-reassurance__item strong{display:block;font-family:"Cormorant Garamond",serif;font-size:1.35rem;line-height:1.1}.footer-reassurance__item span:last-child{display:block;margin-top:6px;color:var(--hr-muted);font-size:.76rem}.site-footer__main{display:grid;grid-template-columns:1.25fr .8fr 1.1fr 1fr;gap:clamp(35px,4vw,75px);padding-block:78px}.footer-brand{display:inline-flex;flex-direction:column}.footer-brand .custom-logo{max-width:230px;max-height:85px}.footer-brand__name{font-family:"Cormorant Garamond",serif;font-size:2.6rem;font-style:italic;color:var(--hr-gold)}.footer-brand__tagline{font-size:.61rem;text-transform:uppercase;letter-spacing:.16em}.site-footer__description{max-width:360px;margin:24px 0;color:var(--hr-muted)}.site-footer__title{margin:0 0 22px;color:var(--hr-gold);font-size:1.45rem}.footer-menu,.site-footer__contact ul{list-style:none;padding:0;margin:0}.footer-menu li{margin:0 0 11px}.footer-menu a{color:var(--hr-muted);font-size:.88rem;transition:color .2s ease,padding-left .2s ease}.footer-menu a:hover{color:var(--hr-gold);padding-left:4px}.site-footer__contact li{margin-bottom:17px}.site-footer__contact li>span{display:block;margin-bottom:3px;color:var(--hr-gold);font-size:.63rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.site-footer__contact a,.site-footer__contact p{margin:0;color:var(--hr-muted);font-size:.84rem}.site-footer__newsletter>p{color:var(--hr-muted);font-size:.86rem}.site-footer__newsletter .button{margin-top:12px}.footer-socials{display:flex;gap:9px}.footer-socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--hr-border);color:var(--hr-gold);font-size:.72rem;font-weight:700;text-transform:uppercase}.footer-socials a:hover{background:var(--hr-gold);color:#111}.site-footer__bottom-wrap{border-top:1px solid var(--hr-border);background:#070807}.site-footer__bottom{min-height:72px;padding-block:18px}.site-footer__bottom p{margin:0}.legal-menu a:hover{color:var(--hr-gold)}
@media(max-width:1100px){.home-values__grid,.footer-reassurance__grid{grid-template-columns:repeat(2,1fr)}.home-value:nth-child(2),.footer-reassurance__item:nth-child(2){border-right:0}.home-value:nth-child(-n+2),.footer-reassurance__item:nth-child(-n+2){border-bottom:1px solid var(--hr-border)}.home-about__grid{grid-template-columns:1fr 1fr;gap:45px}.home-products__grid,.home-blog__grid{grid-template-columns:repeat(2,1fr)}.site-footer__main{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.home-hero{min-height:650px;background-position:62% center}.home-hero__shade{background:linear-gradient(90deg,rgba(6,7,6,.96),rgba(6,7,6,.72))}.home-hero__inner{padding-block:75px}.home-hero h1{font-size:clamp(3rem,16vw,4.5rem)}.home-hero__actions{flex-direction:column;align-items:stretch}.home-values__grid,.home-products__grid,.home-blog__grid,.site-footer__main,.footer-reassurance__grid{grid-template-columns:1fr}.home-value,.footer-reassurance__item{border-right:0;border-bottom:1px solid var(--hr-border)}.home-about__grid{grid-template-columns:1fr}.home-about__media,.home-about__media img{min-height:400px}.home-professionals{min-height:720px;background-position:65% center}.home-professionals__shade{background:rgba(7,8,7,.84)}.home-professionals__services{grid-template-columns:1fr}.site-footer__main{padding-block:58px}.site-footer__bottom{align-items:flex-start}.legal-menu{gap:12px 18px}}
