:root {
  --ink: #10211b;
  --ink-soft: #43544d;
  --pine-950: #061913;
  --pine-900: #0a241b;
  --pine-800: #12382b;
  --pine-700: #1d4b3a;
  --moss: #6f8b72;
  --cream: #f4f0e7;
  --cream-deep: #e9e2d3;
  --paper: #fffdf8;
  --gold: #c7a25e;
  --gold-light: #ead7a3;
  --line: rgba(16, 33, 27, 0.13);
  --shadow-sm: 0 12px 30px rgba(12, 36, 27, 0.08);
  --shadow-lg: 0 30px 80px rgba(4, 21, 15, 0.22);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.fc82_body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.fc82_body::before {
  background: radial-gradient(circle at 20% 0%, rgba(199, 162, 94, 0.07), transparent 38rem), linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
img { display: block; height: auto; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.fc82_skip_link {
  background: var(--gold-light);
  color: var(--pine-950);
  font-weight: 800;
  left: 1rem;
  padding: 0.65rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 10000;
}
.fc82_skip_link:focus { top: 1rem; }
a.fc82_link { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.fc82_wrapper {
  margin: 0 auto;
  max-width: 1220px;
  padding-inline: clamp(1.1rem, 4vw, 2.2rem);
  width: 100%;
}
.fc82_header_top {
  background: var(--pine-950);
  border-bottom: 1px solid rgba(234, 215, 163, 0.16);
  color: #fff;
  padding: 0.9rem 0;
}
.fc82_header_inner { align-items: center; display: flex; justify-content: space-between; }
.fc82_logo_area { align-items: center; display: inline-flex; gap: 0.8rem; text-decoration: none; }
.fc82_logo_mark { align-items: center; display: flex; height: 3.4rem; justify-content: center; width: 3.4rem; }
.fc82_logo_mark img { height: 100%; width: 100%; }
.fc82_logo_text {
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.05;
}
.fc82_logo_sub {
  color: var(--gold-light);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-top: 0.28rem;
  text-transform: uppercase;
}
.fc82_header_meta { align-items: center; display: flex; gap: 1rem; }
.fc82_location { color: rgba(255, 255, 255, 0.72); font-size: 0.82rem; letter-spacing: 0.03em; }
.fc82_age_badge {
  border: 1px solid rgba(234, 215, 163, 0.45);
  border-radius: 999px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.25rem 0.55rem;
}
.fc82_nav_main {
  background: rgba(6, 25, 19, 0.97);
  box-shadow: 0 8px 30px rgba(1, 12, 8, 0.14);
  position: sticky;
  top: 0;
  z-index: 100;
}
.fc82_nav_inner { align-items: center; display: flex; justify-content: center; min-height: 3.75rem; position: relative; }
.fc82_nav_list {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0.55rem 0;
}
.fc82_nav_list a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  padding: 0.62rem 0.85rem;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.fc82_nav_list a:hover, .fc82_nav_list a.fc82_active { background: rgba(255, 255, 255, 0.08); color: #fff; }
.fc82_nav_list a[href="book-room.html"] {
  background: var(--gold);
  color: var(--pine-950);
  margin-left: 0.45rem;
  padding-inline: 1.15rem;
}
.fc82_nav_list a[href="book-room.html"]:hover, .fc82_nav_list a[href="book-room.html"].fc82_active {
  background: var(--gold-light);
  color: var(--pine-950);
  transform: translateY(-1px);
}
.fc82_nav_toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.55rem;
  padding: 0.55rem 0.85rem;
}
.fc82_nav_icon, .fc82_nav_icon::before, .fc82_nav_icon::after {
  background: currentColor;
  display: block;
  height: 2px;
  position: relative;
  width: 1.05rem;
}
.fc82_nav_icon::before, .fc82_nav_icon::after { content: ""; left: 0; position: absolute; }
.fc82_nav_icon::before { top: -5px; }
.fc82_nav_icon::after { top: 5px; }
.fc82_hero_block {
  align-items: center;
  background-image: linear-gradient(90deg, rgba(4, 20, 14, 0.92) 0%, rgba(4, 20, 14, 0.66) 48%, rgba(4, 20, 14, 0.18) 78%), url("assets/images/hero-forest.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: clamp(35rem, 75vh, 48rem);
  overflow: hidden;
  position: relative;
}
.fc82_hero_block::after { background: linear-gradient(180deg, transparent 70%, rgba(6, 25, 19, 0.55)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.fc82_hero_block .fc82_wrapper { position: relative; z-index: 1; }
.fc82_eyebrow {
  align-items: center;
  color: var(--gold-light);
  display: flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 0.7rem;
  letter-spacing: 0.18em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.fc82_eyebrow::before { background: var(--gold); content: ""; height: 1px; width: 2.4rem; }
.fc82_hero_title {
  color: #fffdf8;
  font-family: var(--serif);
  font-size: clamp(3.2rem, 7.5vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 1.4rem;
  max-width: 12ch;
  text-wrap: balance;
}
.fc82_hero_desc { color: rgba(255, 255, 255, 0.82); font-size: clamp(1rem, 2vw, 1.18rem); margin: 0 0 2rem; max-width: 39rem; }
.fc82_hero_actions { align-items: center; display: flex; flex-wrap: wrap; gap: 0.85rem; }
.fc82_btn_primary, .fc82_btn_secondary, .fc82_form_submit {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.035em;
  min-height: 3.25rem;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.fc82_btn_primary, .fc82_form_submit {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--pine-950) !important;
  box-shadow: 0 12px 28px rgba(199, 162, 94, 0.18);
}
.fc82_btn_primary:hover, .fc82_form_submit:hover {
  background: var(--gold-light);
  box-shadow: 0 16px 38px rgba(199, 162, 94, 0.27);
  transform: translateY(-2px);
}
.fc82_btn_secondary { background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.32); color: #fff; }
.fc82_btn_secondary:hover { background: rgba(255, 255, 255, 0.16); transform: translateY(-2px); }
.fc82_trust_bar { background: var(--pine-950); color: #fff; }
.fc82_trust_grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fc82_trust_item { border-left: 1px solid rgba(255, 255, 255, 0.12); padding: 1.45rem 1.25rem; }
.fc82_trust_item:last-child { border-right: 1px solid rgba(255, 255, 255, 0.12); }
.fc82_trust_value { color: #fffdf8; display: block; font-family: var(--serif); font-size: 1.1rem; line-height: 1.2; }
.fc82_trust_label { color: rgba(255, 255, 255, 0.56); display: block; font-size: 0.68rem; letter-spacing: 0.11em; margin-top: 0.25rem; text-transform: uppercase; }
.fc82_section { padding: clamp(4.6rem, 9vw, 7.6rem) 0; }
.fc82_section_alt { background: var(--paper); border-block: 1px solid var(--line); }
.fc82_section_title {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.35rem, 5vw, 4.1rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0 auto 1rem;
  max-width: 17ch;
  text-align: center;
  text-wrap: balance;
}
.fc82_section_sub { color: var(--ink-soft); font-size: 1rem; margin: 0 auto 2.8rem; max-width: 43rem; text-align: center; }
.fc82_grid_3 { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fc82_card_box {
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2rem);
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.fc82_card_box:hover { border-color: rgba(199, 162, 94, 0.5); box-shadow: 0 20px 46px rgba(12, 36, 27, 0.12); transform: translateY(-4px); }
.fc82_card_number { color: var(--gold); display: block; font-family: var(--serif); font-size: 1rem; margin-bottom: 2.2rem; }
.fc82_card_title { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; font-weight: 600; line-height: 1.15; margin: 0 0 0.75rem; }
.fc82_card_text { color: var(--ink-soft); font-size: 0.93rem; margin: 0; }
.fc82_experience_grid, .fc82_media_grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fc82_media_card {
  background: var(--pine-950);
  border-radius: 1.2rem;
  box-shadow: var(--shadow-sm);
  color: #fff;
  min-height: 28rem;
  overflow: hidden;
  position: relative;
}
.fc82_media_card img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform 500ms ease; width: 100%; }
.fc82_media_card:hover img { transform: scale(1.035); }
.fc82_media_card::after { background: linear-gradient(180deg, transparent 35%, rgba(5, 24, 17, 0.92)); content: ""; inset: 0; position: absolute; }
.fc82_media_card_content { bottom: 0; left: 0; padding: 1.7rem; position: absolute; right: 0; z-index: 1; }
.fc82_media_card_content span { color: var(--gold-light); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.fc82_media_card_content h3 { color: #fff; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; line-height: 1.1; margin: 0.45rem 0 0; }
.fc82_split { align-items: center; display: grid; gap: clamp(2rem, 7vw, 6rem); grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr); }
.fc82_split_image { border-radius: 1.4rem; box-shadow: var(--shadow-lg); height: min(37rem, 68vw); object-fit: cover; width: 100%; }
.fc82_split_copy h2 { color: var(--ink); font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 500; letter-spacing: -0.04em; line-height: 1.04; margin: 0 0 1.4rem; }
.fc82_split_copy p { color: var(--ink-soft); margin: 0 0 1rem; }
.fc82_page_header {
  align-items: flex-end;
  background-image: linear-gradient(90deg, rgba(5, 24, 17, 0.88), rgba(5, 24, 17, 0.35)), url("assets/images/lake-cabin.webp");
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: clamp(21rem, 42vw, 31rem);
  padding: 5rem 0 4rem;
}
.fc82_page_about .fc82_page_header { background-image: linear-gradient(90deg, rgba(5, 24, 17, 0.9), rgba(5, 24, 17, 0.28)), url("assets/images/origin.webp"); }
.fc82_page_services .fc82_page_header, .fc82_page_book_room .fc82_page_header { background-image: linear-gradient(90deg, rgba(5, 24, 17, 0.88), rgba(5, 24, 17, 0.22)), url("assets/images/room.webp"); }
.fc82_page_responsible .fc82_page_header, .fc82_page_faq .fc82_page_header { background-image: linear-gradient(90deg, rgba(5, 24, 17, 0.92), rgba(5, 24, 17, 0.28)), url("assets/images/trail.webp"); }
.fc82_page_contact .fc82_page_header, .fc82_page_legal .fc82_page_header { background-image: linear-gradient(90deg, rgba(5, 24, 17, 0.94), rgba(5, 24, 17, 0.42)), url("assets/images/hero-forest.webp"); }
.fc82_page_header h1 { color: #fffdf8; font-family: var(--serif); font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 500; letter-spacing: -0.045em; line-height: 1; margin: 0 0 0.8rem; max-width: 16ch; }
.fc82_page_header p { color: rgba(255, 255, 255, 0.78); font-size: 1rem; margin: 0; max-width: 42rem; }
.fc82_page_header_full { min-height: 100vh; }
.fc82_content_block { margin: 0 auto; max-width: 52rem; }
.fc82_content_block > h2 { color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; letter-spacing: -0.025em; line-height: 1.15; margin: 3.5rem 0 1rem; }
.fc82_content_block > h2:first-child { margin-top: 0; }
.fc82_content_block > h3 { color: var(--ink); font-family: var(--serif); font-size: 1.55rem; margin: 2rem 0 0.7rem; }
.fc82_content_block p { color: var(--ink-soft); margin: 0 0 1.15rem; }
.fc82_content_block a:not(.fc82_btn_primary):not(.fc82_btn_secondary) { color: var(--pine-700); font-weight: 750; text-decoration-color: var(--gold); text-underline-offset: 0.2em; }
.fc82_history_block { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.fc82_hist_item { background: var(--pine-950); border: 1px solid rgba(234, 215, 163, 0.16); border-radius: 1rem; color: #fff; min-height: 16rem; padding: 1.6rem; }
.fc82_hist_year { color: var(--gold-light); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.13em; margin-bottom: 2rem; text-transform: uppercase; }
.fc82_hist_title { color: #fff; font-family: var(--serif); font-size: 1.45rem; margin-bottom: 0.7rem; }
.fc82_hist_text { color: rgba(255, 255, 255, 0.63); font-size: 0.88rem; margin: 0; }
.fc82_faq_item { background: var(--paper); border: 1px solid var(--line); border-radius: 1rem; margin-bottom: 0.8rem; overflow: hidden; }
.fc82_faq_q { color: var(--ink); cursor: pointer; font-family: var(--serif); font-size: 1.22rem; font-weight: 600; list-style: none; padding: 1.2rem 3.4rem 1.2rem 1.4rem; position: relative; }
.fc82_faq_q::-webkit-details-marker { display: none; }
.fc82_faq_q::after { color: var(--gold); content: "+"; font-family: var(--sans); font-size: 1.4rem; font-weight: 400; position: absolute; right: 1.35rem; top: 1rem; }
.fc82_faq_item[open] .fc82_faq_q::after { content: "−"; }
.fc82_faq_a { border-top: 1px solid var(--line); color: var(--ink-soft); padding: 1rem 1.4rem 1.35rem; }
.fc82_highlight_box { background: var(--pine-950); border: 1px solid rgba(199, 162, 94, 0.4); border-radius: 1rem; box-shadow: var(--shadow-sm); color: #fff; margin: 2rem 0; padding: 1.4rem 1.5rem; }
.fc82_highlight_box p { color: rgba(255, 255, 255, 0.78); margin: 0; }
.fc82_list_check { list-style: none; margin: 1.3rem 0; padding: 0; }
.fc82_list_check li { color: var(--ink-soft); padding: 0.55rem 0 0.55rem 1.8rem; position: relative; }
.fc82_list_check li::before { color: #977229; content: "✓"; font-weight: 900; left: 0; position: absolute; }
.fc82_two_col { display: grid; gap: 1.25rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fc82_form_shell { background: var(--paper); border: 1px solid var(--line); border-radius: 1.2rem; box-shadow: var(--shadow-sm); padding: clamp(1.5rem, 5vw, 2.7rem); }
.fc82_form_grid { display: grid; gap: 0 1.1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fc82_form_group { margin-bottom: 1.1rem; }
.fc82_form_group label { color: var(--ink); display: block; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.025em; margin-bottom: 0.4rem; }
.fc82_form_group input, .fc82_form_group textarea, .fc82_form_group select { background: #fff; border: 1px solid rgba(16, 33, 27, 0.2); border-radius: 0.7rem; color: var(--ink); min-height: 3.25rem; padding: 0.78rem 0.9rem; width: 100%; }
.fc82_form_group textarea { min-height: 8rem; resize: vertical; }
.fc82_form_group input:focus, .fc82_form_group textarea:focus, .fc82_form_group select:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(199, 162, 94, 0.16); }
.fc82_form_notice { background: #edf4ed; border-left: 4px solid var(--pine-700); color: var(--ink); margin-top: 1rem; padding: 1rem; }
.fc82_table_wrap { margin: 1.5rem 0; overflow-x: auto; }
.fc82_table { border-collapse: collapse; font-size: 0.9rem; width: 100%; }
.fc82_table th, .fc82_table td { border-bottom: 1px solid var(--line); padding: 0.85rem 1rem; text-align: left; }
.fc82_table th { background: var(--pine-950); color: #fff; }
.fc82_table td { color: var(--ink-soft); }
.fc82_cta_panel {
  align-items: center;
  background: linear-gradient(90deg, rgba(5, 24, 17, 0.93), rgba(5, 24, 17, 0.66)), url("assets/images/lake-cabin.webp") center / cover;
  border-radius: 1.4rem;
  box-shadow: var(--shadow-lg);
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 20rem;
  overflow: hidden;
  padding: clamp(2rem, 7vw, 5rem);
}
.fc82_cta_panel h2 { color: #fff; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 500; line-height: 1.04; margin: 0 0 0.8rem; }
.fc82_cta_panel p { color: rgba(255, 255, 255, 0.72); margin: 0; max-width: 34rem; }
.fc82_footer_main { background: var(--pine-950); color: #fff; margin-top: 0; padding: 4.5rem 0 1.5rem; }
.fc82_footer_brand { align-items: center; border-bottom: 1px solid rgba(255, 255, 255, 0.12); display: flex; justify-content: space-between; margin-bottom: 2.5rem; padding-bottom: 2rem; }
.fc82_footer_brand strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.fc82_footer_brand span { color: rgba(255, 255, 255, 0.52); font-size: 0.75rem; }
.fc82_footer_grid { display: grid; gap: 2rem; grid-template-columns: repeat(4, 1fr); margin-bottom: 3rem; }
.fc82_footer_col h4 { color: var(--gold-light); font-size: 0.68rem; letter-spacing: 0.14em; margin: 0 0 1rem; text-transform: uppercase; }
.fc82_footer_col ul { list-style: none; margin: 0; padding: 0; }
.fc82_footer_col li { margin-bottom: 0.55rem; }
.fc82_footer_col a, .fc82_footer_contact p { color: rgba(255, 255, 255, 0.62); font-size: 0.82rem; margin: 0 0 0.4rem; }
.fc82_footer_col a:hover { color: #fff; }
.fc82_footer_bottom { align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.52); display: flex; font-size: 0.72rem; justify-content: space-between; padding-top: 1.25rem; }
.fc82_cookie_banner {
  background: rgba(6, 25, 19, 0.98);
  border-top: 1px solid rgba(234, 215, 163, 0.25);
  bottom: 0;
  box-shadow: 0 -16px 45px rgba(0, 0, 0, 0.28);
  color: #fff;
  display: none;
  left: 0;
  padding: 1.1rem;
  position: fixed;
  right: 0;
  z-index: 9999;
}
.fc82_cookie_banner.fc82_show { display: block; }
.fc82_cookie_inner { align-items: center; display: flex; gap: 1.2rem; justify-content: space-between; margin: 0 auto; max-width: 1120px; }
.fc82_cookie_text { color: rgba(255, 255, 255, 0.7); font-size: 0.8rem; max-width: 46rem; }
.fc82_cookie_text a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 0.2em; }
.fc82_cookie_btns { display: flex; gap: 0.55rem; }
.fc82_cookie_accept, .fc82_cookie_decline, .fc82_cookie_more { border-radius: 999px; cursor: pointer; font-size: 0.74rem; font-weight: 800; padding: 0.65rem 1rem; white-space: nowrap; }
.fc82_cookie_accept { background: var(--gold); border: 1px solid var(--gold); color: var(--pine-950); }
.fc82_cookie_decline, .fc82_cookie_more { background: transparent; border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; text-decoration: none; }
.fc82_text_center { text-align: center; }
.fc82_mt20 { margin-top: 1.25rem !important; }
.fc82_mb20 { margin-bottom: 1.25rem !important; }
.fc82_spacer { height: 1.25rem; }
.fc82_small { color: var(--ink-soft); font-size: 0.78rem; }

@media (max-width: 980px) {
  .fc82_nav_inner { justify-content: flex-end; }
  .fc82_nav_toggle { display: inline-flex; margin: 0.6rem 0; }
  .fc82_nav_list {
    align-items: stretch;
    background: var(--pine-950);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 0.7rem clamp(1.1rem, 4vw, 2.2rem) 1.2rem;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .fc82_nav_open .fc82_nav_list { display: flex; }
  .fc82_nav_list a { border-radius: 0.55rem; font-size: 0.9rem; padding: 0.8rem 0.9rem; }
  .fc82_nav_list a[href="book-room.html"] { margin: 0.4rem 0 0; text-align: center; }
  .fc82_history_block { grid-template-columns: repeat(2, 1fr); }
  .fc82_footer_grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .fc82_header_meta .fc82_location { display: none; }
  .fc82_hero_block {
    background-image: linear-gradient(180deg, rgba(4, 20, 14, 0.45), rgba(4, 20, 14, 0.93) 78%), url("assets/images/hero-forest-mobile.webp");
    background-position: center;
    min-height: 43rem;
    padding: 10rem 0 4rem;
  }
  .fc82_hero_title { font-size: clamp(3rem, 15vw, 4.6rem); }
  .fc82_trust_grid { grid-template-columns: repeat(2, 1fr); }
  .fc82_trust_item:nth-child(3), .fc82_trust_item:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .fc82_grid_3, .fc82_experience_grid, .fc82_media_grid, .fc82_two_col, .fc82_split, .fc82_form_grid { grid-template-columns: 1fr; }
  .fc82_split_image { height: 28rem; }
  .fc82_media_card { min-height: 24rem; }
  .fc82_cta_panel { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .fc82_cookie_inner { align-items: stretch; flex-direction: column; }
  .fc82_cookie_btns { flex-wrap: wrap; }
  .fc82_cookie_btns > * { flex: 1; text-align: center; }
  .fc82_footer_brand, .fc82_footer_bottom { align-items: flex-start; flex-direction: column; gap: 0.55rem; }
}

@media (max-width: 520px) {
  .fc82_logo_sub { display: none; }
  .fc82_header_top { padding: 0.65rem 0; }
  .fc82_logo_mark { height: 2.8rem; width: 2.8rem; }
  .fc82_trust_grid, .fc82_history_block, .fc82_footer_grid { grid-template-columns: 1fr; }
  .fc82_trust_item, .fc82_trust_item:last-child { border-left: 0; border-right: 0; }
  .fc82_trust_item + .fc82_trust_item { border-top: 1px solid rgba(255, 255, 255, 0.12); }
  .fc82_section { padding-block: 4.2rem; }
  .fc82_page_header { min-height: 22rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
