:root {
  --daybreak: #fff8f1;
  --paper: #fffcf8;
  --plum: #342e3a;
  --plum-soft: #625967;
  --apricot: #f29b7b;
  --apricot-deep: #985545;
  --butter: #f5d58a;
  --sage: #a5b9ad;
  --sky: #ddebe7;
  --line: rgba(52, 46, 58, 0.13);
  --line-strong: rgba(52, 46, 58, 0.23);
  --display: "Newsreader", Georgia, serif;
  --body: "Instrument Sans", "Avenir Next", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--daybreak); color: var(--plum); font-family: var(--body); font-size: 17px; line-height: 1.65; }
body::before { position: fixed; inset: 0; z-index: 100; pointer-events: none; content: ""; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: var(--apricot-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--plum); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
h1 { max-width: 10ch; margin-bottom: 24px; font-size: clamp(3.4rem, 7vw, 6.6rem); }
h2 { margin: 54px 0 16px; font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { margin: 34px 0 10px; font-size: clamp(1.35rem, 2vw, 1.8rem); }
p, li { color: var(--plum-soft); }
ul, ol { margin: 0 0 24px; padding-left: 1.35em; }
li + li { margin-top: 8px; }
strong { color: var(--plum); }

.wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.content-wrap { width: min(780px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 16px; transform: translateY(-160%); border-radius: 999px; background: var(--plum); color: white; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--apricot-deep); outline-offset: 4px; }

.site-header { border-bottom: 1px solid var(--line); background: rgba(255, 248, 241, .87); backdrop-filter: blur(12px); }
.nav { display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; min-height: 94px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 150px; height: auto; }
.nav-links, .footer-links { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; list-style: none; }
.nav-links { justify-content: center; }
.nav-links a, .footer-links a { color: var(--plum-soft); font-size: .84rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .footer-links a:hover { color: var(--plum); }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; background: var(--plum); box-shadow: 0 10px 28px rgba(52, 46, 58, .16); color: white; font-size: .86rem; font-weight: 700; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); background: #443a48; color: white; }

.page-hero { padding: 108px 0 70px; overflow: hidden; background: radial-gradient(circle at 79% 8%, rgba(245, 213, 138, .60), transparent 19%), radial-gradient(circle at 90% 24%, rgba(242, 155, 123, .31), transparent 25%), linear-gradient(180deg, #fffaf5 0%, var(--daybreak) 100%); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--apricot-deep); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 1px; background: currentColor; content: ""; }
.lede { max-width: 660px; margin-bottom: 16px; font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.65; }
.updated { margin-bottom: 0; color: var(--plum-soft); font-size: .85rem; font-weight: 700; }
.page-content { padding: 30px 0 92px; }
.document { padding: 18px 0; }
.notice { margin: 8px 0 46px; padding: 22px 24px; border: 1px solid rgba(79, 113, 98, .25); border-radius: 20px 20px 20px 8px; background: rgba(221, 235, 231, .62); }
.notice p { margin: 5px 0 0; font-size: .96rem; }
.contact-card { margin: 8px 0 42px; padding: 34px; border: 1px solid rgba(152, 85, 69, .22); border-radius: 28px 28px 28px 9px; background: linear-gradient(135deg, rgba(242, 155, 123, .25), rgba(245, 213, 138, .36)); box-shadow: 0 14px 40px rgba(66, 48, 53, .08); }
.contact-label { margin-bottom: 6px; color: var(--plum); font-size: .8rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-email { display: inline-block; margin-bottom: 14px; color: var(--plum); font-family: var(--display); font-size: clamp(1.65rem, 4vw, 2.6rem); font-weight: 600; letter-spacing: -.04em; }
.contact-card p:last-child { margin-bottom: 0; }

footer { padding: 26px 0 46px; border-top: 1px solid var(--line); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 0; }
.footer-links { justify-content: flex-end; flex-wrap: wrap; }
.footer-fine { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--plum-soft); font-size: .75rem; }

@media (max-width: 980px) {
  .nav { grid-template-columns: 1fr auto; gap: 18px; padding: 18px 0; }
  .nav nav { grid-column: 1 / -1; grid-row: 2; }
  .nav-links { justify-content: flex-start; flex-wrap: wrap; gap: 10px 20px; }
  .nav .button { grid-column: 2; grid-row: 1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap, .content-wrap { width: min(100% - 36px, 780px); }
  .nav { min-height: auto; }
  .brand img { width: 132px; }
  .nav .button { min-height: 40px; padding: 0 14px; font-size: .76rem; }
  .nav-links { gap: 4px 11px; }
  .nav-links a { font-size: .76rem; }
  .page-hero { padding: 66px 0 46px; }
  .page-content { padding-bottom: 54px; }
  h2 { margin-top: 42px; }
  .notice, .contact-card { padding: 20px; }
  .footer-main, .footer-fine { flex-direction: column; align-items: flex-start; }
  .footer-links { justify-content: flex-start; gap: 10px 18px; }
}
