:root {
  --aeb-sap: #1e4d3a;
  --aeb-violet: #5c3d8a;
  --aeb-mist: #e7f2e4;
  --aeb-ink: #1a241c;
  --aeb-paper: #f4f8f3;
  --aeb-radius: 15px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--aeb-mist);
  color: var(--aeb-ink);
  font-family: "Albert Sans", "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--aeb-violet);
}

p {
  margin: 0 0 0.9rem;
}

h1,
h2 {
  font-family: "Texturina", Georgia, serif;
  font-weight: 640;
  color: var(--aeb-sap);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
}

h2 {
  margin: 0 0 0.65rem;
  font-size: 1.55rem;
}

.aeb-skip {
  position: absolute;
  left: 0.75rem;
  top: -4rem;
  background: var(--aeb-violet);
  color: #fff;
  padding: 0.4rem 0.75rem;
  border-radius: var(--aeb-radius);
  text-decoration: none;
  z-index: 2;
}

.aeb-skip:focus {
  top: 0.75rem;
}

.aeb-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem 2rem;
  padding: 1.15rem 6vw 0.4rem;
  background: transparent;
}

.aeb-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  text-decoration: none;
  color: var(--aeb-sap);
}

.aeb-brand-ae {
  font-family: "Texturina", Georgia, serif;
  font-size: 2.35rem;
  line-height: 0.8;
  color: var(--aeb-violet);
}

.aeb-brand-name {
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 1rem;
}

.aeb-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  justify-content: flex-end;
}

.aeb-word {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--aeb-sap);
  font-weight: 600;
  text-decoration: none;
}

.aeb-pip {
  width: 6px;
  height: 6px;
  background: transparent;
  display: inline-block;
  flex: none;
}

.aeb-word.is-on .aeb-pip {
  background: var(--aeb-sap);
}

.aeb-sheet {
  list-style: none;
  margin: 0;
  padding: 0 0 1rem;
}

.aeb-sheet > li {
  padding: 1.7rem 6vw;
}

.aeb-sheet > li + li {
  border-top: 1px solid rgba(30, 77, 58, 0.2);
}

.aeb-open {
  display: grid;
  grid-template-columns: minmax(0, 8.5rem) minmax(0, 40rem);
  gap: 1.25rem 2rem;
  align-items: start;
  padding-top: 1.4rem;
  padding-bottom: 2.2rem;
  max-width: 100%;
}

.aeb-open > * {
  min-width: 0;
}

.aeb-lig {
  width: 8.2rem;
  max-width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.aeb-stroke {
  font-family: "Texturina", Georgia, serif;
  fill: var(--aeb-violet);
  stroke: var(--aeb-sap);
  stroke-width: 1.4px;
  stroke-linejoin: round;
  stroke-dasharray: 980;
  stroke-dashoffset: 980;
}

.aeb-lig.is-drawn .aeb-stroke {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.15s ease;
}

.aeb-lead {
  font-size: 1.08rem;
  max-width: 40rem;
}

.aeb-post {
  display: inline-block;
  margin-top: 0.35rem;
  background: var(--aeb-violet);
  color: #f7f4ff;
  text-decoration: none;
  border: 0;
  border-radius: var(--aeb-radius);
  padding: 0.72rem 1.2rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.aeb-post:hover {
  background: #4a3174;
}

.aeb-textlink {
  font-weight: 600;
  color: var(--aeb-violet);
}

.aeb-rows {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aeb-row {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(30, 77, 58, 0.16);
}

.aeb-tick {
  width: 6px;
  height: 6px;
  margin-top: 0.55rem;
  background: var(--aeb-sap);
  flex: none;
}

.aeb-row a {
  font-weight: 600;
  color: var(--aeb-sap);
  text-decoration: none;
}

.aeb-row a:hover {
  color: var(--aeb-violet);
}

.aeb-row p {
  margin: 0.15rem 0 0;
}

.aeb-order {
  margin: 0.2rem 0 0.4rem;
  padding-left: 1.25rem;
}

.aeb-order li {
  margin: 0.45rem 0;
}

.aeb-column {
  width: min(42rem, 100%);
  margin: 0 auto;
  padding: 2rem 1.15rem 3.2rem;
  box-sizing: border-box;
}

.aeb-column h1 {
  border-bottom: 3px solid var(--aeb-violet);
  padding-bottom: 0.45rem;
}

.aeb-send {
  margin-top: 1.3rem;
}

.aeb-plate {
  margin: 0.4rem 0 1rem;
}

.aeb-plate dt {
  font-weight: 600;
  color: var(--aeb-sap);
  margin-top: 0.85rem;
}

.aeb-plate dd {
  margin: 0.15rem 0 0;
}

.aeb-ask {
  margin: 0.4rem 0 0;
  padding-left: 1.2rem;
}

.aeb-ask li {
  margin: 0 0 1.1rem;
}

.aeb-q {
  font-weight: 600;
  color: var(--aeb-sap);
  margin-bottom: 0.3rem;
}

.aeb-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  font-weight: 600;
}

.aeb-form label {
  display: block;
  font-weight: 600;
  color: var(--aeb-sap);
  margin: 0.95rem 0 0.3rem;
}

.aeb-form input,
.aeb-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid var(--aeb-sap);
  background: var(--aeb-paper);
  border-radius: 0;
  padding: 0.62rem 0.7rem;
  font: inherit;
  color: inherit;
}

.aeb-form textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.aeb-foot {
  background: var(--aeb-sap);
  color: var(--aeb-mist);
  border-top: 3px solid var(--aeb-violet);
  padding: 1.8rem 6vw 2.2rem;
}

.aeb-id {
  text-align: center;
  margin: 0 auto 0.9rem;
  max-width: 40rem;
}

.aeb-id p {
  margin: 0.15rem 0;
}

.aeb-id a {
  color: #f3efe8;
}

.aeb-footlinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.05rem;
  margin: 0.8rem 0 1rem;
}

.aeb-footlinks a {
  color: var(--aeb-mist);
  text-decoration: none;
  font-weight: 600;
}

.aeb-footlinks a:hover {
  text-decoration: underline;
}

.aeb-fine {
  text-align: center;
  max-width: 38rem;
  margin: 0.35rem auto;
  font-size: 0.95rem;
}

.aeb-post:focus-visible,
.aeb-word:focus-visible,
.aeb-textlink:focus-visible,
.aeb-row a:focus-visible,
.aeb-form input:focus-visible,
.aeb-form textarea:focus-visible {
  outline: 2px solid var(--aeb-violet);
  outline-offset: 3px;
}

.aeb-foot a:focus-visible {
  outline: 2px solid #f4f8f3;
  outline-offset: 3px;
}

@media (max-width: 760px) {
  .aeb-top {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1rem;
  }

  .aeb-links {
    justify-content: flex-start;
  }

  .aeb-open {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .aeb-lig {
    width: 5.6rem;
  }

  .aeb-sheet > li,
  .aeb-foot,
  .aeb-top {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    box-sizing: border-box;
    max-width: 100%;
  }

  .aeb-column {
    width: 100%;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .aeb-stroke {
    stroke-dashoffset: 0;
    transition: none;
  }
}
