@font-face {
  font-family: "Tektur";
  src: url("fonts/Tektur-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --paper: #ffffff;
  --paper-deep: #f5f5f3;
  --ink: #222222;
  --muted: #6a6a6a;
  --line: #dddddd;
  --forest: #245f50;
  --forest-light: #e6f0eb;
  --signal: #ef5b38;
  --signal-text: #bd563c;
  --signal-pale: #f7e9e4;
  --white: #ffffff;
  --fit-ground: #e6f0eb;
  --fit-ink: #39705e;
  --testing-ground: #f7e9e4;
  --testing-ink: #9d4f3c;
  --aero-ground: #e8edf4;
  --aero-ink: #4e6688;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(34, 34, 34, 0.08);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  width: min(1440px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ink);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--signal);
  font-weight: 900;
  font-size: 22px;
  transform: rotate(-7deg);
}

.brand > span:last-child {
  display: grid;
  justify-items: center;
  line-height: 0.86;
}
.brand strong {
  display: inline-block;
  color: var(--signal);
  font-family: "Tektur", Inter, sans-serif;
  font-size: 25px;
  font-weight: 900;
  font-variation-settings: "wdth" 100, "wght" 900;
  letter-spacing: -0.045em;
  transform: scaleX(1.06);
  transform-origin: center;
}
.brand small {
  width: 100%;
  margin-top: 7px;
  font-size: 10px;
  letter-spacing: 0.36em;
  text-align: center;
  text-indent: 0.36em;
}

nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
nav a { text-decoration: none; }
.nav-claim { padding: 11px 17px; color: var(--paper); background: var(--forest); border-radius: 999px; }

main { overflow: hidden; }

.hero {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0 34px;
}

h1 {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6.5vw, 92px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.055em;
}

h1 em { color: var(--signal); font-weight: 400; }

.hero-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.45;
}

.hero-promise { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-promise span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.hero-aside {
  padding: 28px;
  color: var(--paper);
  background: var(--forest);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-aside-label { margin: 0 0 34px; color: #afc6bc; font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; }
.hero-aside strong { display: block; font-family: Georgia, serif; font-size: 80px; font-weight: 400; line-height: 0.8; }
.hero-aside > span { display: block; margin-top: 13px; color: #d7e2dd; line-height: 1.4; }
.hero-line { height: 1px; margin: 28px 0 18px; background: rgba(255,255,255,.25); }
.hero-aside small { color: #afc6bc; line-height: 1.5; }

.finder {
  padding: 8px max(24px, calc((100vw - 1440px) / 2)) 78px;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.finder-heading {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 48px;
  align-items: end;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.finder-heading > p, .method-heading > p:last-child, .claim-band p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.search-panel {
  margin: 30px 0 0;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(210px, .65fr) auto;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.search-field, .country-field { display: grid; gap: 9px; }
.search-field > span, .country-field > span, .service-filters legend {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.search-field input, .country-field select, .sort-label select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}

.search-field input, .country-field select { height: 54px; padding: 0 16px; }
.search-field input:focus, .country-field select:focus, .sort-label select:focus { border-color: var(--signal); box-shadow: 0 0 0 3px var(--signal-pale); }

.service-filters {
  grid-column: 1 / -1;
  margin: 6px 0 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.search-action {
  min-width: 148px;
  height: 54px;
  margin-top: 20px;
  padding: 0 20px;
  color: var(--white);
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: 10px;
  cursor: pointer;
  font-weight: 800;
}

.search-action:hover { background: var(--ink); }

.directory-meta {
  padding: 14px 2px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  color: var(--muted);
  font-size: 11px;
}

.directory-meta span { display: inline-flex; align-items: center; gap: 5px; }
.directory-meta span + span::before { content: "·"; margin-right: 14px; color: var(--signal); font-weight: 900; }
.directory-meta strong { color: var(--ink); }

.service-filters legend { width: 100%; margin-bottom: 2px; }
.service-filters label { cursor: pointer; }
.service-filters input { position: absolute; opacity: 0; pointer-events: none; }
.service-filters span {
  display: block;
  padding: 9px 13px;
  color: var(--forest);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: .16s ease;
}
.service-filters input:checked + span { color: var(--white); background: var(--forest); border-color: var(--forest); }
.service-filters input:focus-visible + span { outline: 3px solid var(--signal-pale); }

.results-toolbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.results-toolbar p { font-size: 14px; font-weight: 800; }
.results-toolbar > div { display: flex; align-items: center; gap: 24px; }
.text-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; color: var(--muted); background: transparent; cursor: pointer; font-size: 13px; }
.sort-label { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 12px; }
.sort-label select { padding: 8px 30px 8px 10px; }

.provider-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 28px;
}

.provider-card {
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.provider-card:hover { transform: translateY(-3px); border-color: #a9a296; box-shadow: var(--shadow); }
.provider-card-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.provider-place { margin: 0; color: var(--signal-text); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.compare-check { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; cursor: pointer; }
.compare-check input { accent-color: var(--signal); }
.provider-name { margin: 18px 0 8px; font-family: Georgia, serif; font-size: 27px; line-height: 1.05; font-weight: 400; }
.provider-type { min-height: 36px; margin: 0 0 19px; color: var(--muted); font-size: 13px; line-height: 1.4; }

.capability-list { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.capability {
  padding: 6px 9px;
  color: var(--forest);
  background: var(--forest-light);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
}
.capability-more { color: var(--muted); background: var(--paper); }

.status-row { margin-top: auto; padding: 15px 0; display: grid; gap: 7px; border-top: 1px solid var(--line); font-size: 11px; }
.status-row span { display: flex; align-items: center; gap: 8px; }
.status-row span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--signal); }
.verification-status::before { background: #9e9b93 !important; }
.verification-status.confirmed::before { background: #2a8069 !important; }

.evidence-panel { margin: 0 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-panel summary { padding: 12px 0; cursor: pointer; font-size: 12px; font-weight: 800; }
.evidence-list { max-height: 260px; overflow: auto; padding: 0 0 12px; display: grid; gap: 10px; }
.evidence-item { padding: 10px; background: var(--paper); border-radius: 8px; }
.evidence-item strong { display: block; margin-bottom: 5px; font-size: 11px; }
.evidence-item p { margin: 0 0 8px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.evidence-item a { color: var(--signal-text); font-size: 11px; font-weight: 800; overflow-wrap: anywhere; }

.provider-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.button {
  min-height: 42px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--forest);
  border: 1px solid var(--forest);
  border-radius: 9px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.button-secondary { color: var(--forest); background: transparent; }
.button-light { color: var(--forest); background: var(--paper); border-color: var(--paper); }
.provider-booking[hidden] { display: none; }

.load-more { margin: 28px auto 0; padding: 13px 22px; display: block; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-weight: 800; }

.method { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0; }
.method-heading { max-width: 780px; }
.method-heading > p:last-child { max-width: 620px; margin-top: 28px; }
.method-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.method-grid article { min-height: 270px; padding: 26px 24px; border-right: 1px solid var(--line); }
.method-grid article:last-child { border-right: 0; }
.method-grid article > span { color: var(--signal); font-family: Georgia, serif; font-size: 32px; }
.method-grid h3 { margin: 52px 0 12px; font-size: 18px; }
.method-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.claim-band {
  padding: 72px max(24px, calc((100vw - 1440px) / 2));
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  color: var(--paper);
  background: var(--forest);
}
.claim-band > div { max-width: 800px; }
.claim-band h2 { margin-bottom: 22px; }
.claim-band p { color: #c5d4cd; }

footer { padding: 42px max(24px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; background: var(--ink); color: var(--paper); }
.footer-brand {
  color: var(--signal);
  font-family: "Tektur", Inter, sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-variation-settings: "wdth" 100, "wght" 900;
  letter-spacing: -.04em;
}
.footer-brand span {
  color: inherit;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 9px;
  letter-spacing: .28em;
}
footer p { margin: 0; color: #aeb7b3; font-size: 12px; text-align: center; }
footer > div:last-child { display: flex; justify-content: flex-end; gap: 18px; }
footer a { color: #cfd6d2; font-size: 11px; }

.compare-tray { position: fixed; z-index: 15; left: 50%; bottom: 20px; transform: translateX(-50%); width: min(670px, calc(100% - 32px)); padding: 13px 15px 13px 20px; display: flex; align-items: center; gap: 15px; color: var(--white); background: var(--ink); border-radius: 14px; box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.compare-tray > div { margin-right: auto; display: grid; }
.compare-tray span { margin-top: 2px; color: #aeb7b3; font-size: 10px; }
.text-button-light { color: #d8dfdb; }

.compare-dialog { width: min(1100px, calc(100% - 32px)); max-height: calc(100vh - 40px); padding: 0; color: var(--ink); background: var(--white); border: 0; border-radius: var(--radius); box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.compare-dialog::backdrop { background: rgba(10,20,17,.72); backdrop-filter: blur(4px); }
.dialog-header { position: sticky; top: 0; z-index: 2; padding: 26px 30px; display: flex; justify-content: space-between; align-items: flex-start; background: var(--white); border-bottom: 1px solid var(--line); }
.dialog-header h2 { font-size: 40px; }
.dialog-close { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 28px; line-height: 1; }
.compare-content { padding: 28px 30px 36px; overflow: auto; }
.comparison-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.comparison-table th, .comparison-table td { min-width: 180px; padding: 13px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.comparison-table th:first-child, .comparison-table td:first-child { min-width: 150px; color: var(--muted); font-weight: 700; }
.match-yes { color: #216f5a; font-weight: 900; }
.match-unknown { color: var(--muted); }

.empty-state { grid-column: 1 / -1; padding: 80px 24px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.empty-state p { margin: 0; color: var(--muted); }

.claim-page { min-height: 100vh; background: var(--paper); }
.claim-main { width: min(1100px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 100px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.claim-intro h1 { font-size: clamp(54px, 7vw, 92px); }
.claim-intro > p:last-child { margin-top: 30px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.claim-principles { margin-top: 38px; padding-top: 24px; display: grid; gap: 14px; border-top: 1px solid var(--line); }
.claim-principles p { margin: 0; display: flex; gap: 10px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.claim-principles p::before { content: "✓"; color: var(--signal); font-weight: 900; }
.claim-form { padding: 30px; display: grid; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.claim-form #evidence-fields { display: grid; gap: 18px; }
.claim-form label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 800; }
.claim-form input, .claim-form select, .claim-form textarea { width: 100%; padding: 13px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 9px; outline: none; }
.claim-form textarea { min-height: 130px; resize: vertical; }
.claim-form input:focus, .claim-form select:focus, .claim-form textarea:focus { border-color: var(--signal); box-shadow: 0 0 0 3px var(--signal-pale); }
.claim-form .authorization { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; font-weight: 500; line-height: 1.45; }
.claim-form .authorization input { width: auto; margin-top: 3px; accent-color: var(--signal); }
.form-note, .form-status { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.form-status { padding: 12px; color: var(--forest); background: var(--forest-light); border-radius: 8px; }
.claim-form button:disabled { cursor: wait; opacity: .62; }
.claim-honeypot { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }

@media (max-width: 1050px) {
  .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid article:nth-child(2) { border-right: 0; }
  .method-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .search-panel { grid-template-columns: minmax(0, 1fr) 220px; }
  .search-action { grid-column: 2; grid-row: 2; margin-top: 0; }
  .service-filters { grid-column: 1; grid-row: 2; }
  .claim-main { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 32px); min-height: 80px; }
  .site-header nav a:not(.nav-claim) { display: none; }
  .hero { width: calc(100% - 32px); padding: 38px 0 24px; }
  h1 { font-size: clamp(46px, 14vw, 68px); }
  .hero-intro { margin-top: 16px; }
  .finder { padding-left: 16px; padding-right: 16px; }
  .finder-heading { grid-template-columns: 1fr; gap: 24px; }
  .search-panel { grid-template-columns: 1fr; padding: 15px; }
  .country-field, .search-action, .service-filters { grid-column: 1; grid-row: auto; }
  .search-action { margin-top: 0; }
  .directory-meta { display: grid; gap: 5px; }
  .directory-meta span + span::before { display: none; }
  .results-toolbar { align-items: flex-start; padding: 18px 0; }
  .results-toolbar > div { align-items: flex-end; flex-direction: column-reverse; gap: 10px; }
  .provider-grid { grid-template-columns: 1fr; }
  .method { width: calc(100% - 32px); padding: 72px 0; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-grid article:last-child { border-bottom: 0; }
  .method-grid h3 { margin-top: 28px; }
  .claim-band { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p { text-align: center; }
  footer > div:last-child { justify-content: center; }
  .compare-tray { flex-wrap: wrap; }
  .compare-tray > div { width: 100%; }
  .claim-main { width: calc(100% - 32px); padding-top: 48px; gap: 40px; }
  .claim-form { padding: 20px; }
}
