:root {
  --ink: #102d3a;
  --ink-2: #183f4d;
  --paper: #f7f4ed;
  --white: #fffefa;
  --copper: #c8753d;
  --copper-dark: #9b4f26;
  --mist: #dbe5e5;
  --line: rgba(16, 45, 58, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a { color: inherit; }
.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { width: 68px; height: 58px; object-fit: contain; mix-blend-mode: multiply; }
.brand strong { display: block; letter-spacing: .12em; font-size: .95rem; }
.brand small { display: block; color: #54707a; font-size: .7rem; letter-spacing: .04em; }
nav { display: flex; gap: 30px; align-items: center; }
nav a { text-decoration: none; font-weight: 600; font-size: .9rem; }
nav a:hover { color: var(--copper-dark); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--ink); border-radius: 2px; }
.nav-button { color: inherit; background: transparent; font: inherit; font-size: .9rem; font-weight: 600; cursor: pointer; }
.nav-button:hover { color: var(--white); background: var(--ink); }
.menu-button { display: none; }

main > section, footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
  padding: 84px 0 96px;
}
.eyebrow, .section-label {
  margin: 0 0 20px;
  color: var(--copper-dark);
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Newsreader", serif; font-weight: 500; line-height: 1.03; letter-spacing: -.03em; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(3.5rem, 7.5vw, 7.2rem); }
h1 em { color: var(--copper-dark); font-weight: 500; }
.hero-text { max-width: 610px; color: #47636e; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; justify-content: center; padding: 14px 24px; border: 0; text-decoration: none; font: inherit; font-weight: 700; border-radius: 2px; cursor: pointer; }
.button-primary { background: var(--ink); color: var(--white); }
.button-primary:hover { background: var(--copper-dark); }
.button-light { margin-top: 20px; color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--copper-dark); }
.button-secondary { color: var(--ink); background: #e8eceb; }
.text-link { text-underline-offset: 5px; font-weight: 600; }
.editorial-note {
  align-self: stretch;
  min-height: 390px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ink);
  color: var(--white);
  border-radius: 2px;
  box-shadow: 18px 18px 0 var(--mist);
}
.note-number { color: #9bb1b8; font-size: .75rem; letter-spacing: .15em; }
.editorial-note p { font: 500 clamp(1.65rem, 2.6vw, 2.45rem)/1.25 "Newsreader", serif; }
.note-rule { width: 70px; height: 3px; background: var(--copper); }
.editorial-note small { color: #bdd0d3; font-size: .9rem; }

.statement { padding: 120px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .4fr 1.2fr; gap: 70px; }
.statement h2, .section-heading h2, .authors h2, .contact h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.statement h2 { margin-bottom: 28px; }
.statement > p:last-child { grid-column: 2; max-width: 760px; color: #4b6872; font-size: 1.12rem; }

.services { padding: 110px 0; }
.section-heading { max-width: 750px; }
.section-heading h2 { margin-bottom: 70px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.service-grid article { padding: 34px 36px 20px 0; border-right: 1px solid var(--line); }
.service-grid article + article { padding-left: 36px; }
.service-grid article:last-child { border-right: 0; }
.service-grid span { color: var(--copper-dark); font-size: .76rem; font-weight: 700; }
.service-grid h3 { margin: 44px 0 14px; font: 600 1.75rem/1.2 "Newsreader", serif; }
.service-grid p { color: #56707a; }

.authors {
  width: min(1260px, calc(100% - 24px));
  padding: 95px max(20px, calc((100% - 1140px) / 2));
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  border-radius: 3px;
}
.section-label.light { color: #ef9d64; }
.authors > div:first-child > p:last-child { max-width: 570px; color: #c1d0d4; font-size: 1.08rem; }
.checklist { border-top: 1px solid rgba(255,255,255,.25); }
.checklist h3 { margin: 22px 0; font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; }
.checklist ul { list-style: none; margin: 0; padding: 0; }
.checklist li { display: grid; grid-template-columns: 45px 1fr; gap: 10px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.14); color: #e7eeee; }
.checklist li span { color: #ef9d64; font-size: .72rem; }

.contact { padding: 130px 0 120px; text-align: center; }
.contact h2 { max-width: 820px; margin: 0 auto 24px; }
.contact > p { color: #57727c; }
.contact-options { margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; text-align: left; }
.contact-card { min-height: 175px; padding: 26px 30px; display: flex; flex-direction: column; justify-content: space-between; text-decoration: none; border: 1px solid var(--line); transition: background-color .2s ease, color .2s ease; overflow-wrap: anywhere; }
a.contact-card:hover { color: var(--white); background: var(--ink); }
.contact-label { color: var(--copper-dark); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.contact-card strong { font: 600 1.45rem/1.25 "Newsreader", serif; }
.contact-card small { color: #698088; font-size: .78rem; }
a.contact-card:hover .contact-label, a.contact-card:hover small { color: #efb187; }

.publish-dialog { width: min(680px, calc(100% - 24px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: 0 26px 80px rgba(6, 26, 34, .28); }
.publish-dialog::backdrop { background: rgba(8, 22, 28, .68); backdrop-filter: blur(3px); }
.dialog-content { position: relative; padding: clamp(28px, 5vw, 48px); }
.dialog-close { position: absolute; top: 20px; right: 22px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #526971; background: transparent; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.dialog-close:hover { color: var(--white); background: var(--ink); }
.publish-dialog h2 { margin-bottom: 12px; font: 600 clamp(2.1rem, 5vw, 3.2rem)/1.05 "Newsreader", serif; }
.dialog-intro { max-width: 560px; margin-bottom: 30px; color: #61767e; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label, .synopsis-field { display: grid; gap: 7px; }
.full-field { grid-column: 1 / -1; }
#publish-form label > span, #publish-form legend { font-size: .9rem; font-weight: 700; }
#publish-form input[type="text"], #publish-form input[type="tel"], #publish-form input[type="email"], #publish-form select, #publish-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #c7d2d3; border-radius: 7px; color: var(--ink); background: #fff; font: inherit; }
#publish-form input:focus, #publish-form select:focus, #publish-form textarea:focus { outline: 3px solid rgba(200, 117, 61, .2); border-color: var(--copper-dark); }
#publish-form fieldset { margin: 22px 0; padding: 0; border: 0; }
#publish-form legend { margin-bottom: 10px; }
.radio-option { display: flex; align-items: center; gap: 10px; margin: 10px 0; cursor: pointer; }
.radio-option input { width: 18px; height: 18px; accent-color: var(--copper-dark); }
.synopsis-field { margin-top: 2px; }
#publish-form textarea { resize: vertical; min-height: 110px; }
.form-actions { display: grid; grid-template-columns: .6fr 1fr; gap: 12px; margin-top: 24px; }
.form-note { margin: 14px 0 0; color: #698088; font-size: .8rem; text-align: center; }
.form-note a { text-underline-offset: 3px; }

footer { min-height: 150px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
footer p { margin: 0; color: #698088; font-size: .8rem; }
.footer-brand .brand-logo { width: 58px; height: 50px; }

@media (max-width: 800px) {
  .site-header { min-height: 76px; }
  .menu-button { display: block; border: 1px solid var(--ink); background: transparent; padding: 8px 12px; font: inherit; font-weight: 600; }
  nav { display: none; position: absolute; z-index: 5; top: 76px; left: 20px; right: 20px; padding: 22px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(16,45,58,.12); flex-direction: column; align-items: stretch; gap: 16px; }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding: 66px 0 84px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .editorial-note { min-height: 330px; }
  .statement { padding: 88px 0; display: block; }
  .statement > p:last-child { margin-top: 34px; }
  .services { padding: 80px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article + article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid h3 { margin-top: 24px; }
  .authors { grid-template-columns: 1fr; gap: 54px; padding-top: 75px; padding-bottom: 75px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-card { min-height: 145px; }
  footer { padding: 38px 0; align-items: flex-start; gap: 34px; flex-direction: column; }
}

@media (max-width: 480px) {
  .site-header, main > section, footer { width: min(100% - 28px, 1180px); }
  .brand small { display: none; }
  .brand-logo { width: 58px; height: 50px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .editorial-note { padding: 28px; box-shadow: 10px 10px 0 var(--mist); }
  .authors { width: calc(100% - 14px); }
  .dialog-content { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .form-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
