
:root {
  --orange: #e87500;
  --orange-dark: #bd5700;
  --orange-light: #fff0df;
  --cream: #fff8f0;
  --ink: #252525;
  --muted: #66645f;
  --line: #eadfd3;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(56, 35, 15, 0.10);
  --radius: 22px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 850px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px;
  background: var(--ink); color: var(--white); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.topbar { background: #272522; color: #f6eee6; font-size: .86rem; }
.topbar-inner {
  min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.topbar-links { display: flex; gap: 22px; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: #ffc58d; }
.site-header {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(232,117,0,.13); backdrop-filter: blur(12px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; min-width: 300px; }
.brand img { width: 66px; height: 66px; object-fit: contain; border-radius: 50%; }
.brand strong { display: block; color: var(--orange-dark); font-size: 1.05rem; line-height: 1.1; }
.brand small { display: block; color: var(--ink); font-size: .94rem; margin-top: 4px; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 12px 13px; border-radius: 999px; text-decoration: none; font-weight: 700;
  color: #47423e; font-size: .93rem;
}
.nav-link:hover, .nav-link.active { background: var(--orange-light); color: var(--orange-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 27px; height: 2px; background: var(--ink); margin: 6px auto; }
.mobile-nav { border-top: 1px solid var(--line); background: var(--white); }
.mobile-nav .container { padding-block: 12px 18px; display: grid; }
.mobile-link { padding: 12px 5px; text-decoration: none; font-weight: 700; border-bottom: 1px solid #f2e9df; }
.mobile-link.active { color: var(--orange-dark); }

.hero {
  position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden;
  background:
    linear-gradient(90deg, rgba(31,25,20,.88), rgba(31,25,20,.38)),
    url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80")
    center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(232,117,0,.2), transparent 32%); }
.hero-content { position: relative; color: var(--white); max-width: 860px; padding-block: 90px; }
.hero h1, .page-hero h1 { font-family: Georgia, "Times New Roman", serif; margin: 0 0 20px; line-height: 1.07; }
.hero h1 { font-size: clamp(2.7rem, 6vw, 5.4rem); max-width: 900px; }
.hero p { font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 720px; color: #f7eee7; }
.eyebrow {
  display: inline-block; color: var(--orange-dark); text-transform: uppercase;
  letter-spacing: .16em; font-size: .76rem; font-weight: 800; margin-bottom: 12px;
}
.eyebrow.light { color: #ffd3a8; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px;
  border-radius: 999px; text-decoration: none; font-weight: 800; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: var(--white); box-shadow: 0 10px 25px rgba(232,117,0,.25); }
.button.primary:hover { background: var(--orange-dark); }
.button.secondary { border: 1px solid rgba(255,255,255,.65); color: var(--white); background: rgba(255,255,255,.08); }
.button.white { background: var(--white); color: var(--orange-dark); }

.section { padding: 88px 0; }
.section.cream, .cream { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .split-copy h2, .cta-band h2, .faq-contact h2, .contact-note-grid h2 {
  font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12; margin: 0 0 15px;
}
.section-heading p { color: var(--muted); font-size: 1.06rem; }
.card-grid { display: grid; gap: 22px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.icon-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: 0 8px 25px rgba(56,35,15,.04);
}
.icon-badge {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px;
  background: var(--orange-light); color: var(--orange-dark); font-weight: 900; margin-bottom: 25px;
}
.icon-card h3 { font-size: 1.18rem; margin: 0 0 9px; }
.icon-card p { margin: 0; color: var(--muted); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.split-grid.reverse .split-copy { order: 1; }
.split-grid.reverse .photo-frame { order: 2; }
.photo-frame { min-height: 510px; border-radius: 30px; box-shadow: var(--shadow); background-color: #e8ddd1; }
.home-about-photo {
  background: linear-gradient(rgba(232,117,0,.08), rgba(0,0,0,.08)),
  url("https://images.unsplash.com/photo-1559839734-2b71ea197ec2?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80") center/cover;
}
.about-photo {
  background: linear-gradient(rgba(0,0,0,.05), rgba(232,117,0,.10)),
  url("https://images.unsplash.com/photo-1584982751601-97dcc096659c?auto=format&fit=crop&w=1200&q=80") center/cover;
}
.split-copy p { color: var(--muted); font-size: 1.04rem; }
.text-link { color: var(--orange-dark); font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  display: block; min-height: 255px; padding: 30px; border-radius: var(--radius); text-decoration: none;
  color: var(--ink); border: 1px solid var(--line); background: linear-gradient(145deg, #fff, #fff9f3);
  transition: .2s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #efb579; }
.feature-card h3 { font-family: Georgia, serif; font-size: 1.6rem; margin: 14px 0 10px; }
.feature-card p { color: var(--muted); }
.feature-card > span:last-child { color: var(--orange-dark); font-weight: 800; }
.feature-label { color: var(--orange-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.cta-band { padding: 60px 0; background: linear-gradient(120deg, #b84f00, var(--orange)); color: var(--white); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.cta-band h2 { margin-bottom: 8px; }
.cta-band p { margin: 0; color: #ffead6; }

.page-hero {
  position: relative; min-height: 385px; display: grid; align-items: center; color: var(--white); background-color: #4b3e33;
}
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,24,21,.90), rgba(28,24,21,.34)); }
.page-hero-content { position: relative; padding-block: 70px; }
.page-hero h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.page-hero p { font-size: 1.15rem; color: #f5e9dd; max-width: 700px; }
.about-hero, .faq-hero {
  background: url("https://images.unsplash.com/photo-1579684385127-1ef15d508118?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80") center/cover;
}
.documents-hero, .contact-hero {
  background: url("https://images.unsplash.com/photo-1538108149393-fbbd81895907?auto=format&fit=crop&w=1920&q=80") center/cover;
}
.news-hero {
  background: url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80") center/cover;
}
.lead { font-size: 1.28rem; line-height: 1.75; color: #45413d; }
.responsibility-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.responsibility-list > div {
  display: flex; gap: 18px; align-items: flex-start; padding: 23px; background: var(--white);
  border-radius: 18px; border: 1px solid var(--line);
}
.responsibility-list span {
  flex: 0 0 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  color: var(--white); background: var(--orange); font-weight: 900;
}
.responsibility-list p { margin: 7px 0 0; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 30px; }
.stat-row div { border-top: 3px solid var(--orange); padding-top: 16px; }
.stat-row strong { display: block; color: var(--orange-dark); font-size: 2rem; font-family: Georgia, serif; }
.stat-row span { color: var(--muted); font-size: .9rem; }

.notice-box {
  padding: 22px 25px; border-radius: 17px; background: var(--orange-light); border-left: 5px solid var(--orange);
  margin-bottom: 50px;
}
.notice-box strong { color: var(--orange-dark); font-size: 1.05rem; }
.notice-box p { margin: 6px 0 0; color: #69513d; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.document-grid.single { grid-template-columns: minmax(0, 600px); }
.document-card {
  display: flex; gap: 18px; min-height: 250px; padding: 25px; border: 1px solid var(--line);
  border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 28px rgba(56,35,15,.05);
}
.document-icon {
  flex: 0 0 54px; height: 65px; display: grid; place-items: center; border-radius: 10px;
  background: var(--orange); color: var(--white); font-size: .75rem; font-weight: 900;
}
.document-card h3 { margin: 0 0 9px; font-size: 1.13rem; }
.document-card p { color: var(--muted); margin-bottom: 18px; }
.status-pill {
  display: inline-block; padding: 7px 11px; border-radius: 999px; background: #f2eee9;
  color: #625a52; font-size: .78rem; font-weight: 800;
}
.helper-text { margin-top: 28px; color: var(--muted); }
.helper-text a { color: var(--orange-dark); font-weight: 800; }

.news-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 35px; }
.news-feature { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.news-image { height: 340px; background-color: #e8ddd1; }
.temporary-registration-photo {
  background: url("https://images.unsplash.com/photo-1584982751601-97dcc096659c?auto=format&fit=crop&w=1400&q=80") center/cover;
}
.news-body { padding: 30px; }
.news-body h2 { font-family: Georgia, serif; font-size: 2rem; margin: 9px 0 14px; }
.news-body p, .news-list p { color: var(--muted); }
.news-category { color: var(--orange-dark); text-transform: uppercase; font-size: .74rem; letter-spacing: .13em; font-weight: 900; }
.news-list { display: grid; gap: 18px; }
.news-list article { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.news-list h3 { margin: 8px 0; font-size: 1.2rem; }

.faq-container { max-width: 900px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px;
  padding: 24px 0; border: 0; background: transparent; text-align: left; cursor: pointer;
  color: var(--ink); font-weight: 800; font-size: 1.08rem;
}
.faq-plus { color: var(--orange); font-size: 1.65rem; transition: transform .2s ease; }
.faq-question[aria-expanded="true"] .faq-plus { transform: rotate(45deg); }
.faq-answer { padding: 0 45px 23px 0; color: var(--muted); }
.faq-answer p { margin: 0; }
.faq-contact {
  margin-top: 55px; padding: 32px; border-radius: var(--radius); background: var(--cream);
  display: flex; justify-content: space-between; gap: 25px; align-items: center;
}
.faq-contact h2 { font-size: 2rem; margin: 0; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 9px 28px rgba(56,35,15,.05); }
.contact-icon {
  width: 52px; height: 52px; border-radius: 17px; display: grid; place-items: center;
  background: var(--orange-light); color: var(--orange-dark); font-weight: 900; margin-bottom: 22px;
}
.contact-card h2 { font-family: Georgia, serif; font-size: 1.55rem; }
.contact-card p { color: var(--muted); min-height: 86px; }
.contact-card a { color: var(--orange-dark); font-weight: 800; overflow-wrap: anywhere; }
.contact-note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: start; }
.contact-checklist { padding: 30px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--line); }
.contact-checklist h3 { margin-top: 0; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 10px 0 10px 31px; border-bottom: 1px solid #eee5dc; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 10px; color: var(--orange); font-weight: 900;
}

.site-footer { background: #25221f; color: #e9e1d8; }
.footer-grid { padding: 58px 0; display: grid; grid-template-columns: 1.8fr .8fr .9fr; gap: 60px; }
.footer-brand { display: flex; align-items: flex-start; gap: 18px; }
.footer-brand img { width: 76px; height: 76px; border-radius: 50%; background: white; }
.footer-brand strong { color: var(--white); }
.footer-brand p { color: #bbb0a5; max-width: 430px; }
.footer-grid h2 { color: var(--white); font-size: 1rem; margin-top: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a { color: #c9beb4; text-decoration: none; }
.footer-grid a:hover { color: #ffbd7c; }
.footer-bottom { border-top: 1px solid #3b3631; color: #a99e94; font-size: .84rem; }
.footer-bottom .container { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .document-grid { grid-template-columns: 1fr; }
  .document-card { min-height: auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card p { min-height: auto; }
}
@media (max-width: 800px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-links { display: none; }
  .brand { min-width: 0; }
  .brand img { width: 58px; height: 58px; }
  .hero { min-height: 600px; background-position: 63% center; }
  .hero-content { padding-block: 70px; }
  .section { padding: 68px 0; }
  .split-grid, .news-layout, .contact-note-grid { grid-template-columns: 1fr; gap: 38px; }
  .split-grid.reverse .split-copy, .split-grid.reverse .photo-frame { order: initial; }
  .photo-frame { min-height: 400px; }
  .feature-grid { grid-template-columns: 1fr; }
  .responsibility-list { grid-template-columns: 1fr; }
  .cta-inner, .faq-contact { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand span { display: none; }
  .brand img { width: 58px; height: 58px; }
  .hero h1 { font-size: 2.75rem; }
  .page-hero { min-height: 330px; }
  .card-grid.four { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
  .document-card { flex-direction: column; }
  .footer-bottom .container { flex-direction: column; justify-content: center; padding-block: 17px; }
}
