:root{
  --ink:#294552;
  --ink-deep:#1d3741;
  --sea:#3f7282;
  --sea-soft:#e8f0f2;
  --paper:#fffdf9;
  --warm:#f3eadb;
  --warm-strong:#c88d4b;
  --line:#dbe3e4;
  --muted:#6a777d;
  --shadow:0 18px 55px rgba(34,57,67,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:24px}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.55;
  text-rendering:optimizeLegibility;
}
button,input{font:inherit}
button,a,input{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,calc(100% - 56px));margin-inline:auto}
.topline{
  padding:7px 20px;
  background:#e9eff0;
  color:#5a6b73;
  text-align:center;
  font-size:11px;
  letter-spacing:.25px;
}
.header{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--ink-deep);
  font-size:24px;
  font-weight:700;
  letter-spacing:-.8px;
}
.brand-icon{
  width:44px;
  height:44px;
  display:grid;
  place-content:center;
  border:1px solid #b8c7cb;
  border-radius:50%;
  font-size:32px;
  font-weight:400;
  line-height:1;
}
.brand small{
  display:block;
  margin-top:-2px;
  color:#6d7e85;
  font-size:9px;
  font-weight:500;
  letter-spacing:1.25px;
}
.header nav{display:flex;align-items:center;gap:30px;font-size:14px}
.header nav a{
  position:relative;
  padding:8px 0;
  color:#536a74;
}
.header nav a:hover,.header nav a:focus-visible{color:var(--ink)}
.header nav .nav-important{
  color:var(--ink-deep);
  font-weight:700;
}
.header nav .nav-important:before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  margin-right:7px;
  border-radius:50%;
  background:var(--warm-strong);
  vertical-align:1px;
}

.notice-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);
  gap:0;
  min-height:590px;
  overflow:hidden;
  border:1px solid #e0e5e3;
  border-radius:18px;
  background:linear-gradient(135deg,#f6f0e6 0%,#f1e8d8 100%);
  box-shadow:var(--shadow);
}
.notice-copy{
  padding:56px 58px 46px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.notice-kicker{
  display:flex;
  align-items:center;
  gap:10px;
  color:#805c35;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.25px;
}
.notice-kicker span{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--warm-strong);
  box-shadow:0 0 0 5px rgba(200,141,75,.13);
}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400}
h1{
  max-width:700px;
  margin:26px 0 24px;
  color:var(--ink-deep);
  font-size:clamp(46px,5.2vw,72px);
  line-height:1.02;
  letter-spacing:-2.4px;
}
.notice-lead{
  max-width:650px;
  margin:0 0 14px;
  color:#405b65;
  font:400 21px/1.55 Georgia,'Times New Roman',serif;
}
.notice-text{
  max-width:620px;
  margin:0 0 24px;
  color:#65747a;
  font-size:15px;
  line-height:1.7;
}
.notice-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px 18px;
  margin-bottom:26px;
  color:#6d6255;
  font-size:13px;
  font-weight:700;
}
.notice-meta span+span:before{content:"·";margin-right:18px;color:#b49b7c}
.notice-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.primary,.secondary{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:14px 19px;
  border-radius:9px;
  font-size:14px;
  font-weight:700;
  transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.primary{background:var(--ink);color:#fff}
.primary:hover{background:#376779;transform:translateY(-1px)}
.secondary{border:1px solid #c8d2d3;background:rgba(255,255,255,.48);color:var(--ink)}
.secondary:hover{background:#fff;border-color:#9fb2b7}
.notice-caption{
  max-width:610px;
  margin:22px 0 0;
  color:#827a70;
  font-size:11px;
  line-height:1.55;
}
.letter-preview{
  position:relative;
  min-height:100%;
  overflow:hidden;
  background:#dfe7e8;
  border-left:1px solid #d7dfde;
}
.letter-preview img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
  transition:transform .25s ease;
}
.letter-preview:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:25%;
  background:linear-gradient(transparent,rgba(21,42,50,.58));
  pointer-events:none;
}
.letter-preview:hover img{transform:scale(1.015)}
.letter-preview>span{
  position:absolute;
  z-index:1;
  left:24px;
  right:24px;
  bottom:21px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:12px 14px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:9px;
  background:rgba(24,49,59,.78);
  color:#fff;
  font-size:13px;
  backdrop-filter:blur(8px);
}
.letter-preview b{font-size:18px;font-weight:400}

.identity{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.7fr);
  gap:44px;
  align-items:end;
  padding-top:62px;
  padding-bottom:14px;
}
.eyebrow{
  color:#69818b;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.2px;
}
.identity h2{
  max-width:760px;
  margin:10px 0 0;
  color:var(--ink-deep);
  font-size:clamp(34px,4vw,49px);
  line-height:1.12;
  letter-spacing:-1.4px;
}
.identity p{
  max-width:380px;
  margin:0;
  color:#6a777d;
  font-size:15px;
  line-height:1.7;
}

.news{padding-top:66px}
.section-top{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:28px;
}
h2{
  margin:10px 0 0;
  color:var(--ink-deep);
  font-size:43px;
  line-height:1.12;
  letter-spacing:-1.4px;
}
.section-top>p{
  max-width:340px;
  margin:0 0 4px;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}
.news-grid{
  display:grid;
  grid-template-columns:1.08fr 1fr 1fr;
  gap:16px;
}
.news-card{
  min-height:355px;
  display:flex;
  flex-direction:column;
  padding:27px;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
  box-shadow:0 8px 28px rgba(41,69,82,.035);
}
.news-card.featured{background:#f3ecdf;border-color:#eee3d0}
.card-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:var(--muted);
  font-size:11px;
}
.tag{font-size:10px;font-weight:800;letter-spacing:.55px}
.card-symbol{
  margin:26px 0 18px;
  color:#9e7346;
  font:400 42px/1 Georgia,'Times New Roman',serif;
}
.number{
  display:flex;
  align-items:center;
  gap:14px;
  margin:26px 0 18px;
  color:#95a9b1;
  font:400 39px/1 Georgia,'Times New Roman',serif;
}
.number span{color:#738c98;font:italic 13px Georgia,'Times New Roman',serif}
.news-card h3{
  margin:0 0 14px;
  color:var(--ink-deep);
  font-size:29px;
  line-height:1.16;
  letter-spacing:-.6px;
}
.news-card p{
  margin:0 0 25px;
  color:#65727b;
  font-size:14px;
  line-height:1.65;
}
.read{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding:16px 0 0;
  border:0;
  border-top:1px solid #d8e0e1;
  background:none;
  color:var(--ink);
  text-align:left;
  font-size:14px;
}
.read:hover{text-decoration:underline}
.read span{font-size:20px}

footer{
  margin-top:72px;
  padding-block:28px 38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
}
footer .brand{font-size:19px}
footer .brand-icon{width:34px;height:34px;font-size:25px}

dialog{
  width:min(620px,calc(100% - 32px));
  max-height:calc(100dvh - 40px);
  padding:40px;
  overflow:auto;
  border:0;
  border-radius:18px;
  background:var(--paper);
  color:var(--ink);
  box-shadow:0 25px 100px rgba(16,44,52,.32);
}
dialog::backdrop{background:rgba(12,35,28,.66);backdrop-filter:blur(5px)}
.close{
  position:absolute;
  top:13px;
  right:15px;
  width:38px;
  height:38px;
  border:0;
  background:none;
  color:var(--ink);
  font-size:30px;
  line-height:1;
}
dialog h2{margin-top:10px;font-size:36px;letter-spacing:-1px}
button:focus-visible,a:focus-visible{
  outline:3px solid rgba(63,114,130,.55);
  outline-offset:4px;
}

@media(max-width:900px){
  .wrap{width:calc(100% - 38px)}
  .notice-hero{grid-template-columns:1fr .72fr;min-height:540px}
  .notice-copy{padding:42px 38px 36px}
  h1{font-size:50px}
  .notice-lead{font-size:19px}
  .news-grid{grid-template-columns:1fr 1fr}
  .news-card.featured{grid-column:1/-1}
  .identity{grid-template-columns:1fr;gap:18px}
}

@media(max-width:700px){
  .topline{padding:6px 12px;font-size:10px}
  .wrap{width:calc(100% - 28px)}
  .header{min-height:82px;gap:10px}
  .header nav{gap:16px}
  .header nav a:not(.nav-important){display:none}
  .brand{font-size:21px;gap:7px}
  .brand-icon{width:39px;height:39px;font-size:29px}
  .brand small{font-size:8px;letter-spacing:.85px}
  .header nav .nav-important{font-size:12px}

  .notice-hero{
    grid-template-columns:1fr;
    min-height:0;
    border-radius:14px;
  }
  .notice-copy{padding:31px 24px 27px}
  .notice-kicker{font-size:9px;letter-spacing:.95px}
  h1{
    margin:21px 0 18px;
    font-size:clamp(38px,11.5vw,49px);
    letter-spacing:-1.6px;
  }
  .notice-lead{font-size:18px;line-height:1.5}
  .notice-text{font-size:14px;margin-bottom:19px}
  .notice-meta{margin-bottom:22px;font-size:12px}
  .notice-meta span+span:before{margin-right:10px}
  .notice-actions{align-items:stretch;flex-direction:column}
  .primary,.secondary{width:100%;min-height:49px}
  .notice-caption{margin-top:18px}
  .letter-preview{
    min-height:0;
    border-top:1px solid #d7dfde;
    border-left:0;
  }
  .letter-preview img{height:auto;object-fit:contain}
  .letter-preview>span{left:14px;right:14px;bottom:14px}

  .identity{padding-top:42px;padding-bottom:0}
  .identity h2{font-size:34px}
  .identity p{font-size:14px}
  .news{padding-top:48px}
  .section-top{display:block;margin-bottom:22px}
  .section-top>p{margin-top:12px}
  h2{font-size:35px}
  .news-grid{grid-template-columns:1fr;gap:14px}
  .news-card.featured{grid-column:auto}
  .news-card{min-height:0;padding:23px}
  .news-card h3{font-size:29px}
  .news-card h3 br{display:none}
  .card-meta{align-items:flex-start;flex-direction:column;gap:4px}
  footer{margin-top:52px;flex-wrap:wrap;gap:14px}
  footer>span:last-child{width:100%}
  dialog{padding:34px 24px}
  dialog h2{font-size:33px}
}
@media(max-width:370px){
  .wrap{width:calc(100% - 22px)}
  .notice-copy{padding-inline:19px}
  .header nav .nav-important:before{display:none}
  .notice-meta{display:block}
  .notice-meta span{display:block}
  .notice-meta span+span{margin-top:4px}
  .notice-meta span+span:before{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .primary,.secondary,.letter-preview img{transition:none}
}
