:root {
  --ink: #21160f;
  --paper: #f8f1e3;
  --paper-deep: #ead6b6;
  --gold: #d7a84f;
  --gold-bright: #f0ca73;
  --copper: #9c5631;
  --green: #254c3f;
  --black: #080604;
  --white: #fffaf0;
  --muted: #715f4b;
  --shadow: 0 22px 80px rgba(15, 8, 3, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Georgia", "Times New Roman", serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(248, 241, 227, 0.96), rgba(248, 241, 227, 0.86)),
    url("./assets/ornament.png") center / 620px auto;
  opacity: 0.3;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 58px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0));
}

.brand img {
  width: 260px;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, 0.55));
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 34px);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a {
  text-decoration: none;
  opacity: 0.86;
}

nav a:hover {
  opacity: 1;
  color: var(--gold-bright);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(240, 202, 115, 0.46);
  background: rgba(8, 6, 4, 0.38);
  backdrop-filter: blur(10px);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.language-switch a {
  min-width: 34px;
  padding: 8px 9px;
  color: rgba(255, 250, 240, 0.78);
  text-align: center;
  text-decoration: none;
}

.language-switch a.active {
  color: var(--black);
  background: var(--gold-bright);
}

.hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  padding: 140px clamp(18px, 5vw, 76px) 70px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 6, 4, 0.94), rgba(42, 25, 13, 0.82) 50%, rgba(15, 10, 6, 0.68)),
    url("./assets/sheet-closeup.png") right center / cover no-repeat,
    var(--black);
}

.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-shade {
  background:
    radial-gradient(circle at 82% 30%, rgba(240, 202, 115, 0.24), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.64)),
    url("./assets/ornament.png") right 8% bottom 12% / 470px auto no-repeat;
  opacity: 0.92;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  max-width: 920px;
  font-size: clamp(46px, 7vw, 96px);
}

h2 {
  font-size: clamp(34px, 4.7vw, 68px);
}

.lead {
  max-width: 690px;
  margin: 26px 0 0;
  color: rgba(255, 250, 240, 0.88);
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.portal-status {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 10px 14px;
  border: 1px solid rgba(240, 202, 115, 0.58);
  color: var(--gold-bright);
  background: rgba(8, 6, 4, 0.5);
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-actions,
.support-copy .button {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 1px solid rgba(240, 202, 115, 0.72);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.primary {
  color: var(--black);
  background: var(--gold-bright);
}

.button.ghost {
  margin-left: 10px;
  color: var(--white);
  background: rgba(255, 250, 240, 0.08);
  backdrop-filter: blur(12px);
}

.status-card {
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: 72px;
  z-index: 2;
  width: min(280px, calc(100vw - 36px));
  padding: 24px;
  border: 1px solid rgba(240, 202, 115, 0.42);
  background: rgba(8, 6, 4, 0.68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.status-card span,
.status-card small {
  display: block;
  color: rgba(255, 250, 240, 0.78);
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.status-card strong {
  display: block;
  margin: 12px 0 4px;
  color: var(--gold-bright);
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

.section {
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 76px);
}

.video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(24px, 4vw, 42px);
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 76px);
  background:
    linear-gradient(180deg, rgba(248, 241, 227, 0.96), rgba(248, 241, 227, 0.9)),
    url("./assets/ornament.png") center / 620px auto;
  color: var(--ink);
}

.video-copy {
  width: min(100%, 1120px);
  text-align: center;
}

.video-copy h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(34px, 5.2vw, 76px);
}

.youtube-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 1180px);
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(156, 86, 49, 0.22);
  background: var(--black);
  box-shadow: var(--shadow);
}

.youtube-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.section-copy {
  max-width: 1010px;
  margin-bottom: 42px;
}

.intro-grid,
.portal-grid,
.support {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
}

.text-panel {
  padding: clamp(24px, 4vw, 44px);
  border-left: 4px solid var(--gold);
  background: rgba(255, 250, 240, 0.64);
  box-shadow: 0 16px 56px rgba(60, 37, 16, 0.1);
}

.text-panel p,
.why-card p,
.support-copy p,
.capabilities p {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.image-panel,
.feature-image,
.portal-preview,
.support-image {
  margin: 0;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--black);
}

.image-panel img,
.feature-image img,
.portal-preview img,
.support-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-panel {
  aspect-ratio: 16 / 9;
}

.progress {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding-top: clamp(52px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 82px);
  background: var(--green);
  color: var(--white);
}

.feature-image {
  aspect-ratio: 16 / 9;
}

.progress h2,
.why h2,
.support h2 {
  color: inherit;
}

.steps {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.steps div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: start;
  padding-top: 16px;
  border-top: 1px solid rgba(240, 202, 115, 0.26);
}

.steps strong {
  color: var(--gold-bright);
  font-size: 30px;
  font-weight: 500;
}

.steps span {
  color: rgba(255, 250, 240, 0.82);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.why {
  background:
    linear-gradient(90deg, rgba(15, 10, 6, 0.88), rgba(15, 10, 6, 0.72)),
    url("./assets/strings.png") center / cover;
  color: var(--white);
}

.why-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  max-width: 1040px;
}

.why-card img {
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.46));
}

.why-card p {
  color: rgba(255, 250, 240, 0.78);
}

.portal-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.portal-preview {
  aspect-ratio: 16 / 9;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.capabilities article {
  min-height: 180px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid rgba(156, 86, 49, 0.18);
}

.capabilities span {
  display: block;
  margin-bottom: 12px;
  color: var(--copper);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  background: #170f09;
  color: var(--white);
}

.support-copy {
  max-width: 640px;
}

.support-copy p {
  color: rgba(255, 250, 240, 0.78);
}

.quote {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: var(--gold-bright) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
}

.support-image {
  aspect-ratio: 16 / 9;
}

.qr-donation,
.bank-details {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  background: var(--paper);
}

.qr-donation {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  align-items: center;
  text-align: center;
  padding-top: clamp(52px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 82px);
}

.qr-donation-copy {
  max-width: 980px;
}

.qr-donation-copy p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.qr-donation-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  width: min(100%, 500px);
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(156, 86, 49, 0.18);
  background: rgba(255, 250, 240, 0.86);
  box-shadow: 0 18px 60px rgba(60, 37, 16, 0.12);
}

.qr-donation-card img {
  width: min(100%, 340px);
  aspect-ratio: 1;
  background: var(--white);
}

.qr-donation-card span {
  color: var(--copper);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bank-copy h2 {
  max-width: 620px;
}

.bank-details-content {
  display: block;
}

.bank-card {
  display: grid;
  gap: 0;
  margin: 0;
  border: 1px solid rgba(156, 86, 49, 0.2);
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 18px 60px rgba(60, 37, 16, 0.12);
}

.bank-card div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 22px clamp(18px, 3vw, 34px);
  border-bottom: 1px solid rgba(156, 86, 49, 0.16);
}

.bank-card div:last-child {
  border-bottom: 0;
}

.bank-card dt {
  color: var(--copper);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bank-card dd {
  margin: 0;
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 5vw, 76px);
  background: var(--black);
  color: rgba(255, 250, 240, 0.68);
  font-family: Arial, sans-serif;
}

.site-footer img {
  width: 160px;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .brand img {
    width: 190px;
  }

  .hero {
    min-height: 82vh;
    padding-top: 112px;
    padding-bottom: 260px;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
  }

  .button.ghost {
    margin-left: 0;
  }

  .status-card {
    right: 18px;
    left: 18px;
    bottom: 36px;
    width: auto;
  }

  .intro-grid,
  .video-section,
  .progress,
  .portal-grid,
  .support,
  .qr-donation,
  .bank-details,
  .why-card {
    grid-template-columns: 1fr;
  }

  .progress .feature-image {
    order: 2;
  }

  .capabilities {
    grid-template-columns: 1fr;
  }

  .why-card img {
    width: 138px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 1.05;
  }

  .video-section {
    gap: 18px;
    padding: 36px 0 40px;
  }

  .video-copy {
    padding: 0 18px;
  }

  .video-copy .eyebrow {
    margin-bottom: 12px;
  }

  .video-copy h2 {
    max-width: 360px;
    font-size: 38px;
    line-height: 1.05;
  }

  .youtube-frame {
    width: calc(100vw - 24px);
    max-width: none;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .steps div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .capabilities article {
    min-height: auto;
  }

  .bank-card div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .qr-donation {
    justify-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .qr-donation-card {
    width: min(100%, 340px);
  }

  .qr-donation-card img {
    width: min(240px, 100%);
  }
}
