@font-face {
  font-family: Inter;
  src: url('assets/inter.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --ink: #141213;
  --cream: #fff7e9;
  --gold: #f4c76f;
  --wine: #5C0F12;
  --line: #ffffff1a;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #171416;
  color: var(--cream);
  font: 16px/1.5 Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, p { margin: 0; }
em { font-style: normal; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.skip-link { position: fixed; z-index: 10; top: 10px; left: 10px; padding: 12px 20px; background: var(--cream); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.page-shell { max-width: 1200px; margin: auto; padding: 0 36px; }
.masthead { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { padding: 12px 0; }
.brand img { width: 214px; height: auto; }
.instagram-handle { display: flex; align-items: center; gap: 8px; min-height: 44px; font-size: .875rem; color: #e0d4c7; }
.instagram-handle:hover { color: var(--gold); }
.intro { padding: 24px 0 28px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.intro h1 { font-size: 1.28rem; line-height: 1.3; font-weight: 700; letter-spacing: -.04em; }
.intro h1 em { color: var(--gold); }
.intro p { font-size: .8125rem; color: #bdb2b4; }
.focus-break { display: none; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  padding: 31px;
  min-height: 340px;
  border-radius: 18px;
  border: 1px solid #ffffff1a;
  box-shadow: 0 10px 28px #0002;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px #0005; border-color: #f4c76f99; }
.card-content { position: relative; z-index: 2; }
.card h2 { font-size: clamp(2rem, 3.3vw, 2.6rem); font-weight: 820; line-height: 1.045; letter-spacing: -.055em; }
.card p { font-size: 1rem; line-height: 1.48; font-weight: 450; }
.eyebrow, .tag, .country-kicker { font-size: .75rem; font-weight: 750; letter-spacing: .045em; line-height: 1.4; }
.eyebrow { color: var(--gold); }
.tag { padding: 6px 10px; display: inline-flex; align-items: center; border: 1px solid #f7d6917a; border-radius: 4px; color: #ffe8b6; background: #40101233; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  min-height: 46px;
  max-width: 100%;
  padding: 12px 16px;
  border-radius: 7px;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -.01em;
  box-shadow: 0 6px 14px #0002;
  position: relative;
  z-index: 3;
}
.button .icon { width: 19px; height: 19px; transition: transform .2s ease; }
.card:hover .button .icon { transform: translateX(4px); }
.button-gold { background: linear-gradient(110deg, #ffe5a3, #ecb752); color: #381915; border: 1px solid #ffe5a399; }
.button-wine { background: #5C0F12; color: #fff7e8; border: 1px solid #3F0A0C; }
.button-light { background: #fff5df; color: #381915; border: 1px solid #fff8e8; }
.featured { background: #5C0F12; }
.featured-photo { position: absolute; height: 100%; width: 65%; right: 0; top: 0; object-fit: cover; object-position: 49% 38%; mask-image: linear-gradient(90deg, transparent, #000 23%); z-index: -2; }
.featured-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #5C0F12 0%, #5C0F12fa 30%, #5C0F128a 49%, #5C0F1200 77%), linear-gradient(0deg, #31081170, transparent 36%); }
.featured h2 { margin: 21px 0 16px; max-width: 310px; color: #fff; text-shadow: 0 2px 20px #4c091736; }
.featured h2 em { color: #ffd881; }
.featured p { color: #f6e6e8; }
.featured .button { margin-top: 25px; }
.photo-credit { position: absolute; right: 14px; bottom: 13px; font-size: .75rem; font-weight: 700; text-align: right; color: #fff4e5; text-shadow: 0 1px 6px #000b; line-height: 1.4; }
.photo-credit span { display: block; font-size: .75rem; font-weight: 400; }
.genealogy { background: radial-gradient(ellipse at 90% 0%, #fffbed, transparent 60%), #edddbd; color: #2b211c; }
.genealogy .eyebrow { color: #813222; }
.genealogy h2 { margin: 23px 0 18px; font-size: clamp(1.8rem, 2.7vw, 2.18rem); max-width: 370px; }
.genealogy h2 em { color: #5C0F12; }
.genealogy p { color: #584331; }
.genealogy .button { margin-top: 27px; }
.genealogy-phone { position: absolute; width: 202px; max-width: none; height: 326px; right: -11px; bottom: -38px; object-fit: contain; transform: rotate(10deg); filter: drop-shadow(-11px 15px 12px #59371055); z-index: 1; transition: transform .35s ease; }
.genealogy:hover .genealogy-phone { transform: rotate(6deg) translateY(-5px); }
.card-watermark { position: absolute; right: -10px; top: 14px; font-size: 5.5rem; font-weight: 900; color: #9e743512; letter-spacing: -.075em; z-index: -1; }
.section-label { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; margin: 4px 0 -6px; font-size: .75rem; letter-spacing: .07em; color: #c2b5ae; }
.hairline { height: 1px; flex: 1; background: var(--line); }
.priority-countries { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.priority-countries .country { padding: 27px 24px; min-height: 340px; }
.priority-countries .country-top { min-height: 34px; }
.priority-countries .country h2 { font-size: clamp(1.8rem, 3.1vw, 2.4rem); }
.priority-countries .country-kicker { font-size: .75rem; letter-spacing: .01em; }
.priority-countries .country-code { display: none; }
.priority-countries .country .button { font-size: .75rem; gap: 10px; padding: 12px; }
.country { min-height: 323px; }
.country-photo { position: absolute; height: 100%; width: 100%; inset: 0; object-fit: cover; z-index: -3; transition: transform .6s ease; }
.country:hover .country-photo { transform: scale(1.04); }
.country::before { content: ''; position: absolute; inset: 0; z-index: -1; }
.italy { background: #39161a; }
.italy .country-photo { object-position: 63% 60%; }
.italy::before { background: linear-gradient(90deg, #5C0F12f5, #5C0F12bc 37%, #40192535 78%), linear-gradient(0deg, #31181a90, transparent 65%); }
.germany { background: #28231d; }
.germany .country-photo { object-position: 58% 50%; }
.germany::before { background: linear-gradient(90deg, #282019f2, #352615a6 45%, #35261520 90%), linear-gradient(0deg, #241810b3, transparent 70%); }
.poland { background: #292331; }
.poland .country-photo { object-position: 59% 48%; }
.poland::before { background: linear-gradient(90deg, #30172aed, #34253ca8 45%, #16243b15 90%), linear-gradient(0deg, #211923ae, transparent 70%); }
.country-top { display: flex; align-items: center; gap: 9px; color: #fff0ce; }
.flag { font-family: Arial, sans-serif; font-size: 1.5rem; line-height: 1; }
.country h2 { margin: 24px 0 15px; font-size: 2.65rem; text-shadow: 0 3px 20px #0003; }
.country h2 em { color: #ffd883; }
.country p { color: #fff5e9; }
.country .button { margin-top: 25px; }
.country-code { position: absolute; bottom: 17px; right: 20px; color: #fff5cf50; font-weight: 900; font-size: 1.1rem; letter-spacing: .2em; text-shadow: 0 1px 12px #0004; z-index: 0; }
.more-countries { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.more-countries a { display: flex; align-items: center; gap: 14px; padding: 19px 23px; border: 1px solid #bd906344; border-radius: 10px; background: linear-gradient(115deg, #342525, #221f22); font-size: 1rem; font-weight: 650; transition: background .2s, border-color .2s; }
.more-countries a .icon { margin-left: auto; color: var(--gold); width: 18px; height: 18px; }
.more-countries a:hover { border-color: #d2a964; background: #42302b; }
.team { background: #171b21; min-height: 337px; }
.team-photo { position: absolute; right: 0; top: 0; height: 100%; width: 62%; object-fit: cover; object-position: 55% 52%; mask-image: linear-gradient(90deg, transparent, #000 25%); z-index: -2; }
.team-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #141b24 0%, #141b24e8 27%, #141b2450 64%, #141b2400 85%), linear-gradient(0deg, #141b24bb, transparent 50%); }
.team h2 { font-size: clamp(1.8rem, 2.7vw, 2.1rem); margin: 25px 0 18px; }
.team h2 em { color: #f6d495; }
.team p { color: #eee6dd; }
.team .button { margin-top: 26px; }
.resources { display: flex; flex-direction: column; gap: 12px; }
.resource { display: flex; align-items: center; gap: 13px; padding: 20px; flex: 1; border-radius: 12px; border: 1px solid #baa58d3d; background: linear-gradient(125deg, #332829, #231f22); transition: border-color .2s, transform .2s; }
.resource:hover { transform: translateX(3px); border-color: var(--gold); }
.resource-icon { width: 42px; height: 44px; display: grid; place-items: center; border-radius: 10px; background: #f1cc8f14; color: #f1cc8f; flex-shrink: 0; }
.resource strong { display: block; font-size: .875rem; font-weight: 700; line-height: 1.45; }
.resource small { display: block; color: #cbbdb0; font-size: .8125rem; line-height: 1.45; margin-top: 4px; }
.resource-arrow { width: 19px; height: 19px; margin-left: auto; color: #f1cc8f; }
.resource-contact { background: linear-gradient(110deg, #5C0F12, #3F0A0C); border-color: #d77e6255; }
.resource-contact small { color: #f1d5ca; }
.wisehub { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 34px; border: 1px solid #c89e6655; border-radius: 18px; background: radial-gradient(ellipse at 100% 0%, #a6752c28, transparent 65%), linear-gradient(115deg, #5C0F12, #26191b); transition: border-color .2s, transform .2s; }
.wisehub:hover { border-color: var(--gold); transform: translateY(-3px); }
.wisehub h2 { margin-top: 14px; font-size: clamp(1.65rem, 3vw, 2rem); letter-spacing: -.045em; line-height: 1.1; }
.wisehub p { margin-top: 13px; color: #e4c9c2; font-size: .9rem; }
.wisehub-action { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; flex-shrink: 0; }
.wisehub-brand { display: flex; align-items: center; gap: 12px; font-size: 2rem; font-weight: 780; letter-spacing: -.06em; }
.wisehub-brand .icon { width: 32px; height: 32px; color: var(--gold); }
@media (max-width: 700px) { .wisehub { flex-direction: column; align-items: flex-start; gap: 26px; padding: 26px 23px; } .wisehub-action { width: 100%; gap: 18px; } .wisehub .button { width: 100%; } }
footer { margin-top: 36px; padding: 25px 0; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-top img { width: 145px; height: auto; opacity: .8; }
.footer-top > span { color: #d3b787; font-size: .875rem; }
.footer-bottom { display: flex; align-items: center; gap: 24px; margin-top: 18px; font-size: .75rem; color: #b8a9a7; }
.footer-bottom > span { margin-right: auto; }
.footer-bottom a { padding: 10px 0; }
.footer-bottom a:hover { color: var(--gold); }
@media (min-width: 1050px) {
  .featured h2 { font-size: 2.7rem; }
  .featured-photo { width: 63%; }
  .genealogy { padding-right: 24px; }
  .genealogy h2 { font-size: 2.25rem; }
  .genealogy-phone { width: 224px; height: 350px; bottom: -36px; right: -7px; }
}
@media (min-width: 701px) and (max-width: 950px) {
  .priority-countries { gap: 12px; }
  .priority-countries .country { padding: 23px 16px; }
  .priority-countries .country-top { align-items: flex-start; min-height: 51px; }
  .priority-countries .country .button { min-height: 54px; }
  .page-shell { padding: 0 24px; }
  .intro { flex-direction: column; align-items: flex-start; gap: 7px; }
  .card-grid { gap: 16px; }
  .card { padding: 24px; min-height: 344px; }
  .card h2 { font-size: 2rem; }
  .card p { font-size: .875rem; }
  .photo-credit { display: none; }
  .genealogy h2 { font-size: 1.8rem; }
  .genealogy-phone { width: 156px; height: 260px; right: -22px; bottom: -31px; }
  .genealogy .button { margin-top: 40px; }
  .button { font-size: .75rem; gap: 9px; padding: 12px; }
  .country-kicker { font-size: .75rem; max-width: 220px; }
  .country h2 { font-size: 2.25rem; }
  .country-code { display: none; }
  .country .button { margin-top: 24px; }
  .team h2 { font-size: 1.8rem; }
  .team .eyebrow { display: block; max-width: 220px; }
  .resource { padding: 14px; gap: 10px; }
  .resource-icon { width: 30px; height: 38px; }
  .resource strong { font-size: .8125rem; }
  .resource small { font-size: .75rem; }
}
@media (max-width: 700px) {
  .priority-countries { grid-column: auto; grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .priority-countries .country { min-height: 306px; padding: 25px 23px; }
  .priority-countries .country-top { min-height: 0; }
  .priority-countries .country h2 { font-size: 2.55rem; }
  .priority-countries .country .button { padding: 12px 13px; gap: 16px; }
  .focus-break { display: initial; }
  .page-shell { max-width: 530px; padding: 0 14px; }
  .masthead { min-height: 88px; }
  .brand img { width: 184px; }
  .instagram-handle { font-size: .75rem; gap: 6px; }
  .instagram-handle .icon { width: 16px; height: 16px; }
  .intro { display: block; padding: 19px 2px 22px; text-align: center; }
  .intro h1 { font-size: 1.19rem; }
  .intro p { margin: 7px auto 0; font-size: .75rem; max-width: 305px; line-height: 1.45; }
  .card-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .card { min-height: 322px; padding: 23px; border-radius: 15px; }
  .card h2 { font-size: 2.02rem; }
  .card p { font-size: .875rem; }
  .tag, .eyebrow, .country-kicker { font-size: .75rem; letter-spacing: .025em; }
  .tag { padding: 5px 8px; }
  .featured-photo { width: 69%; object-position: 53% 24%; }
  .featured-shade { background: linear-gradient(90deg, #5C0F12 0%, #5C0F12f2 25%, #5C0F1270 49%, #5C0F1200 79%), linear-gradient(0deg, #31081180, transparent 35%); }
  .featured h2 { margin: 19px 0 15px; max-width: 248px; font-size: 2.02rem; }
  .featured h2 em { letter-spacing: -.065em; }
  .featured p { max-width: 225px; }
  .featured .button { margin-top: 24px; }
  .button { padding: 12px 13px; font-size: .75rem; gap: 16px; min-height: 46px; }
  .photo-credit { display: none; }
  .genealogy { min-height: 307px; padding: 24px 23px; }
  .genealogy h2 { margin: 19px 0 17px; font-size: 1.75rem; max-width: 275px; }
  .genealogy-phone { width: 147px; height: 263px; right: -3px; bottom: -37px; transform: rotate(11deg); }
  .genealogy p { max-width: 206px; }
  .genealogy .button { margin-top: 25px; }
  .card-watermark { font-size: 4.2rem; top: 16px; }
  .section-label { grid-column: auto; font-size: .75rem; letter-spacing: .005em; margin: 4px 0 -3px; gap: 10px; }
  .country { min-height: 306px; padding: 25px 23px; }
  .country-top { gap: 8px; }
  .country-top .flag { font-size: 1.4rem; }
  .country-kicker { font-size: .75rem; max-width: 270px; }
  .country h2 { font-size: 2.55rem; margin: 21px 0 13px; }
  .country p { font-size: .875rem; }
  .country .button { margin-top: 22px; }
  .country-code { font-size: .75rem; letter-spacing: .12em; right: 13px; bottom: 15px; }
  .italy .country-photo { object-position: 66% 50%; }
  .germany .country-photo { object-position: 55% 50%; }
  .poland .country-photo { object-position: 60% 45%; }
  .more-countries { grid-column: auto; gap: 8px; }
  .more-countries a { flex-direction: column; gap: 10px; padding: 17px 7px; justify-content: center; font-size: .875rem; }
  .more-countries a .icon { display: none; }
  .more-countries .flag { font-size: 1.5rem; }
  .team { min-height: 328px; padding: 25px 23px; }
  .team .eyebrow { display: block; max-width: 250px; }
  .team h2 { font-size: 1.79rem; margin: 24px 0 16px; }
  .team p { font-size: .875rem; }
  .team .button { margin-top: 26px; }
  .team-photo { width: 62%; object-position: 52% 38%; }
  .team-shade { background: linear-gradient(90deg, #141b24f2, #141b24d9 27%, #141b2455 63%, transparent 95%), linear-gradient(0deg, #141b24aa, transparent 55%); }
  .resources { gap: 12px; }
  .resource { min-height: 94px; padding: 16px 14px; gap: 11px; }
  .resource-icon { width: 34px; height: 40px; }
  .resource strong { font-size: .875rem; }
  .resource small { font-size: .75rem; }
  .resource-arrow { width: 17px; height: 17px; }
  footer { margin-top: 27px; padding: 25px 0 17px; }
  .footer-top { flex-direction: column; gap: 15px; }
  .footer-top img { width: 144px; }
  .footer-bottom { flex-wrap: wrap; justify-content: center; gap: 0 23px; font-size: .75rem; }
  .footer-bottom > span { flex-basis: 100%; margin: 0 0 4px; text-align: center; }
}
@media (max-width: 359px) {
  .priority-countries .country { padding-left: 19px; padding-right: 19px; }
  .priority-countries .country h2 { font-size: 2.28rem; }
  .page-shell { padding: 0 12px; }
  .brand img { width: 154px; }
  .instagram-handle span { display: none; }
  .instagram-handle .icon { width: 21px; height: 21px; }
  .intro h1 { font-size: 1.08rem; }
  .card { padding-left: 19px; padding-right: 19px; }
  .featured h2 { font-size: 1.86rem; }
  .featured p { font-size: .875rem; }
  .featured-photo { width: 58%; object-position: 52% 22%; }
  .button { gap: 10px; padding: 11px 12px; font-size: .75rem; }
  .genealogy h2 { font-size: 1.6rem; }
  .genealogy-phone { width: 133px; right: -11px; bottom: -35px; }
  .genealogy p { font-size: .8125rem; }
  .section-label { line-height: 1.45; }
  .section-label > span:first-child { max-width: 247px; }
  .country h2 { font-size: 2.28rem; }
  .country-kicker { max-width: 215px; }
  .country-code { display: none; }
  .team h2 { font-size: 1.65rem; }
  .team .eyebrow { max-width: 210px; }
  .resource strong { font-size: .8125rem; }
  .resource { gap: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
