@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../font/montserrat-300600-normal-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../font/montserrat-300600-normal-lat.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/lora-400-normal-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
    U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/lora-400-normal-lat.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --ink: #000;
  --paper: #fff;
  --char: #1c1c1c;
  --midnight: #070707;
  --iron: #262626;
  --slate: #38464a;
  --mist: #e5e4e4;
  --smoke: #8d8d8d;
  --pewter: #666;
  --ember: #b75928;
  --pine: #193f32;
  --tide: #002934;
  --drift: #537179;
  --cedar: #776157;
  --fill: #494949;
  --sans: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif: "Lora", Georgia, "Times New Roman", serif;
  --pad: 24px;
  --sec: 60px;
  --r: 8px;
  --rs: 3.2px;
  --pill: 80px;
  --line: #e5e4e4;
  --hdr: 68px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
:focus-visible {
  outline: 2px solid var(--ember);
  outline-offset: 3px;
}
main:focus {
  outline: none;
}
html.ak-lock,
html.ak-lock body {
  overflow: hidden;
}
.ak-skip {
  position: absolute;
  left: -9999px;
  top: 0;
}
.ak-skip:focus {
  left: 24px;
  top: 14px;
  z-index: 90;
  background: var(--char);
  color: var(--paper);
  padding: 12px 22px;
  border-radius: var(--pill);
  font-size: 13px;
}
.ak-wrap {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  padding: 0 var(--pad);
}
.ak-sec {
  padding: var(--sec) 0;
}
.ak-sec--mist {
  background: var(--mist);
}
.ak-sec--tight {
  padding-top: calc(var(--sec) * 0.55);
}
.ak-sec--dark {
  background: var(--midnight);
  color: var(--paper);
}
.ak-sec--dark .ak-label {
  color: var(--mist);
}
.ak-sec--dark .ak-lead,
.ak-sec--dark .ak-p {
  color: var(--mist);
}
.ak-head {
  display: grid;
  gap: 16px;
  margin-bottom: 38px;
  max-width: 46em;
}
.ak-head--split {
  max-width: none;
}
.ak-head--flush {
  margin-bottom: 0;
}
.ak-head__top {
  display: grid;
  gap: 12px;
}
html:not(.js) .ak-faq__a[hidden] {
  display: block;
}
.ak-hidden {
  display: none;
}
.ak-mt {
  margin-top: 32px;
}
.ak-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: var(--pewter);
}
.ak-label::before {
  content: "";
  flex: none;
  width: 26px;
  height: 1px;
  background: var(--ember);
}
.ak-h1 {
  font-size: clamp(36px, 7.6vw, 62px);
  line-height: 1.06;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.ak-h2 {
  font-size: clamp(29px, 5.6vw, 44px);
  line-height: 1.14;
  font-weight: 300;
  letter-spacing: -0.022em;
}
.ak-h3 {
  font-size: 20px;
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: -0.018em;
}
.ak-lead {
  font-size: 17px;
  line-height: 1.52;
  color: var(--pewter);
  max-width: 36em;
}
.ak-p {
  font-size: 16px;
  line-height: 1.62;
  max-width: 34em;
}
.ak-p + .ak-p {
  margin-top: 18px;
}
.ak-p--muted {
  color: var(--pewter);
}
.ak-serif {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0.011em;
  max-width: 32em;
}
.ak-note {
  font-size: 13px;
  line-height: 1.6;
  color: #5b5b5b;
  max-width: 46em;
}
.ak-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 26px;
  border: 1px solid transparent;
  border-radius: var(--pill);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.015em;
  transition:
    background-color 0.25s,
    color 0.25s,
    border-color 0.25s;
}
.ak-btn svg {
  flex: none;
  width: 16px;
  height: 16px;
  transition: transform 0.25s;
}
.ak-btn:hover svg {
  transform: translateX(4px);
}
.ak-btn--fill {
  background: var(--char);
  color: var(--paper);
}
.ak-btn--fill:hover {
  background: var(--ember);
}
.ak-btn--line {
  border-color: var(--ink);
  color: var(--ink);
}
.ak-btn--line:hover {
  background: var(--ink);
  color: var(--paper);
}
.ak-btn--paper {
  background: var(--paper);
  color: var(--ink);
}
.ak-btn--paper:hover {
  background: var(--ember);
  color: var(--paper);
}
.ak-btn--onphoto {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--paper);
}
.ak-btn--onphoto:hover {
  border-color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
}
.ak-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: var(--ink);
}
.ak-arrow svg {
  flex: none;
  width: 16px;
  height: 16px;
  transition: transform 0.25s;
}
.ak-arrow:hover {
  color: var(--ember);
}
.ak-arrow:hover svg {
  transform: translateX(4px);
}
.ak-arrow--light {
  color: var(--paper);
}
.ak-arrow--light:hover {
  color: var(--mist);
}
.ak-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ak-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  border-bottom: 1px solid transparent;
  transition:
    background-color 0.3s,
    border-color 0.3s,
    color 0.3s;
  color: var(--paper);
}
.ak-header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: var(--hdr);
}
.ak-header[data-solid],
.ak-header[data-scrolled],
.ak-header.is-open {
  background: var(--paper);
  color: var(--ink);
  border-bottom-color: var(--line);
}
.ak-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
}
.ak-logo__word {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1;
}
.ak-logo__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ember);
  flex: none;
}
.ak-logo__sub {
  display: none;
  font-size: 9.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.66;
  line-height: 1;
}
.ak-nav {
  display: none;
}
.ak-nav__list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ak-nav__link {
  display: inline-block;
  padding: 6px 0;
  font-size: 13px;
  letter-spacing: 0.015em;
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.ak-nav__link:hover {
  border-bottom-color: currentColor;
}
.ak-nav__link[aria-current] {
  border-bottom-color: var(--ember);
}
.ak-header__end {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ak-header__cta {
  display: none;
  min-height: 42px;
  padding: 12px 20px;
  font-size: 12.5px;
  border-radius: var(--pill);
  border: 1px solid currentColor;
  color: inherit;
  letter-spacing: 0.02em;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  transition:
    background-color 0.25s,
    color 0.25s;
}
.ak-header__cta:hover {
  background: var(--ember);
  border-color: var(--ember);
  color: var(--paper);
}
.ak-burger {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  margin-right: -10px;
}
.ak-burger span {
  position: relative;
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: background-color 0.2s;
}
.ak-burger span::before,
.ak-burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 1px;
  background: currentColor;
  transition: transform 0.25s;
}
.ak-burger span::before {
  top: -6px;
}
.ak-burger span::after {
  top: 6px;
}
.ak-burger[aria-expanded="true"] span {
  background: transparent;
}
.ak-burger[aria-expanded="true"] span::before {
  transform: translateY(6px) rotate(45deg);
}
.ak-burger[aria-expanded="true"] span::after {
  transform: translateY(-6px) rotate(-45deg);
}
.ak-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--hdr);
  bottom: 0;
  z-index: 55;
  background: var(--paper);
  color: var(--ink);
  padding: 14px var(--pad) 36px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.28s,
    visibility 0s linear 0.28s;
}
.ak-menu.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.28s;
}
.ak-menu__list {
  border-top: 1px solid var(--line);
}
.ak-menu__item {
  border-bottom: 1px solid var(--line);
}
.ak-menu__link {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 0;
  font-size: 27px;
  font-weight: 300;
  letter-spacing: -0.022em;
  line-height: 1.1;
}
.ak-menu__link span {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--smoke);
  min-width: 2.4ch;
}
.ak-menu__link:hover {
  color: var(--ember);
}
.ak-menu__foot {
  margin-top: 28px;
  display: grid;
  gap: 14px;
  font-size: 14px;
  color: var(--pewter);
}
.ak-menu__foot .ak-btn {
  justify-self: start;
  margin-top: 6px;
}
.ak-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding: calc(var(--hdr) + 40px) 0 40px;
  background: var(--midnight);
  color: var(--paper);
}
.ak-hero--page {
  min-height: 0;
  padding: calc(var(--hdr) + 72px) 0 56px;
}
.ak-hero--plain {
  background: var(--paper);
  color: var(--ink);
  min-height: 0;
  padding: calc(var(--hdr) + 60px) 0 0;
}
.ak-hero__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.ak-hero__media picture,
.ak-hero__media img {
  width: 100%;
  height: 100%;
}
.ak-hero__media img {
  object-fit: cover;
  object-position: 50% 50%;
}
.ak-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.5);
}
.ak-hero--page .ak-hero__media::after {
  background: rgba(7, 7, 7, 0.58);
}
.ak-hero__top {
  max-width: 30em;
  margin-bottom: auto;
}
.ak-hero__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ak-hero__eyebrow i {
  font-style: normal;
  color: var(--ember);
}
.ak-hero__sub {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.55;
  max-width: 26em;
}
.ak-hero__bottom {
  margin-top: 56px;
}
.ak-hero__title {
  font-size: clamp(42px, 11vw, 104px);
  line-height: 0.94;
  font-weight: 300;
  letter-spacing: -0.025em;
  max-width: 13ch;
}
.ak-hero--page .ak-hero__title {
  font-size: clamp(36px, 7.4vw, 62px);
  line-height: 1.04;
  max-width: 16ch;
}
.ak-hero__lead {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.55;
  max-width: 34em;
  color: var(--mist);
}
.ak-hero__ctas {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.ak-hero__meta {
  margin-top: 26px;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mist);
}
.ak-crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 24px;
}
.ak-crumb--ink {
  color: var(--smoke);
}
.ak-crumb a:hover {
  color: var(--ember);
}
.ak-crumb i {
  font-style: normal;
  opacity: 0.6;
}
.ak-marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 15px 0;
  background: var(--paper);
}
.ak-marquee__track {
  display: flex;
  width: max-content;
  animation: ak-roll 46s linear infinite;
}
.ak-marquee__group {
  display: flex;
  flex: none;
}
.ak-marquee__item {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pewter);
}
.ak-marquee__dot {
  color: var(--ember);
  font-size: 9px;
  padding: 0 24px;
}
@keyframes ak-roll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ak-intro {
  display: grid;
  gap: 36px;
}
.ak-intro__body {
  display: grid;
  gap: 18px;
}
.ak-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  margin-top: 44px;
}
.ak-stat {
  padding: 22px 14px 22px 0;
  border-bottom: 1px solid var(--line);
}
.ak-stat__n {
  font-size: clamp(40px, 7vw, 58px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.ak-stat__t {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--smoke);
}
.ak-topics {
  display: grid;
  gap: 16px;
}
.ak-topic {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--mist);
  border-radius: var(--r);
  padding: 26px 22px 28px;
}
.ak-sec--mist .ak-topic {
  background: var(--paper);
}
.ak-topic--feature,
.ak-sec--mist .ak-topic--feature {
  background: var(--tide);
  color: var(--paper);
}
.ak-topic--feature .ak-topic__text {
  color: var(--mist);
}
.ak-topic__ic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: var(--ember);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ak-topic--feature .ak-topic__ic {
  color: var(--paper);
}
.ak-topic__text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--pewter);
}
.ak-arts {
  display: grid;
  gap: 30px;
}
.ak-art {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ak-art__media {
  border-radius: var(--r);
  overflow: hidden;
  background: var(--mist);
}
.ak-art__media img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.ak-art:hover .ak-art__media img {
  transform: scale(1.035);
}
.ak-art__idx {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--smoke);
}
.ak-art__title {
  font-size: 21px;
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.ak-art:hover .ak-art__title {
  color: var(--ember);
}
.ak-art__text {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--pewter);
}
.ak-art__more {
  margin-top: auto;
  padding-top: 6px;
}
.ak-gal {
  display: grid;
  gap: 18px;
}
.ak-gal__media {
  border-radius: var(--r);
  overflow: hidden;
}
.ak-gal__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.ak-gal__cap {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--pewter);
  max-width: 36em;
}
.ak-tri {
  display: grid;
  border-top: 1px solid var(--line);
}
.ak-tri__item {
  display: grid;
  gap: 12px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  align-content: start;
}
.ak-tri__n {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--smoke);
}
.ak-tri__ic {
  color: var(--ember);
}
.ak-tri__text {
  font-size: 15px;
  line-height: 1.6;
  color: var(--pewter);
  max-width: 34em;
}
.ak-hl {
  display: grid;
  gap: 34px;
}
.ak-hl__media img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: var(--r);
}
.ak-hl__list {
  margin-top: 30px;
  border-top: 1px solid var(--line);
}
.ak-hl__list li {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.55;
}
.ak-hl__list b {
  font-weight: 400;
  color: var(--smoke);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  flex: none;
  padding-top: 4px;
}
.ak-packs {
  display: grid;
  gap: 16px;
}
.ak-pack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 22px 28px;
  background: var(--paper);
}
.ak-pack--dark {
  background: var(--char);
  color: var(--paper);
  border-color: var(--char);
}
.ak-pack__name {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.018em;
}
.ak-pack__price {
  font-size: clamp(32px, 6vw, 44px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.ak-pack__for {
  font-size: 14px;
  line-height: 1.6;
  color: var(--pewter);
}
.ak-pack--dark .ak-pack__for {
  color: var(--mist);
}
.ak-pack__list {
  margin-top: 4px;
}
.ak-pack__list li {
  display: flex;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--pewter);
}
.ak-pack--dark .ak-pack__list li {
  border-top-color: rgba(255, 255, 255, 0.16);
  color: var(--mist);
}
.ak-pack__list svg {
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  color: var(--ember);
}
.ak-pack__foot {
  margin-top: auto;
  padding-top: 18px;
}
.ak-svc {
  border-top: 1px solid var(--line);
}
.ak-svc__item {
  display: grid;
  gap: 14px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.ak-svc__name {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.ak-svc__text {
  font-size: 15px;
  line-height: 1.62;
  color: var(--pewter);
  max-width: 36em;
}
.ak-svc__inc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.ak-svc__inc li {
  border: 1px solid var(--line);
  border-radius: var(--pill);
  padding: 7px 14px;
  font-size: 12px;
  color: var(--pewter);
}
.ak-svc__price {
  font-size: clamp(26px, 5vw, 32px);
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: -0.022em;
}
.ak-faq {
  border-top: 1px solid var(--line);
}
.ak-faq__item {
  border-bottom: 1px solid var(--line);
}
.ak-faq__btn {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  text-align: left;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.36;
  letter-spacing: -0.012em;
}
.ak-faq__btn:hover {
  color: var(--ember);
}
.ak-faq__ic {
  flex: none;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition:
    transform 0.3s,
    background-color 0.3s,
    color 0.3s,
    border-color 0.3s;
}
.ak-faq__btn[aria-expanded="true"] .ak-faq__ic {
  transform: rotate(45deg);
  background: var(--ember);
  border-color: var(--ember);
  color: var(--paper);
}
.ak-faq__a {
  padding: 0 0 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--pewter);
  max-width: 56em;
}
.ak-cta {
  position: relative;
  isolation: isolate;
  padding: var(--sec) 0;
  background: var(--midnight);
  color: var(--paper);
}
.ak-cta__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.ak-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ak-cta__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.66);
}
.ak-cta__in {
  display: grid;
  gap: 22px;
  max-width: 40em;
}
.ak-cta__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--mist);
  max-width: 34em;
}
.ak-panel {
  background: var(--mist);
  border-radius: var(--r);
  padding: 28px 22px 30px;
}
.ak-panel--dark {
  background: var(--char);
  color: var(--paper);
}
.ak-list {
  border-top: 1px solid var(--line);
}
.ak-list li {
  display: flex;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.6;
}
.ak-list b {
  flex: none;
  font-weight: 400;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  color: var(--smoke);
  padding-top: 4px;
  min-width: 2.6ch;
}
.ak-panel .ak-list {
  border-top-color: rgba(0, 0, 0, 0.14);
}
.ak-panel .ak-list li {
  border-bottom-color: rgba(0, 0, 0, 0.14);
}
.ak-steps {
  border-top: 1px solid var(--line);
}
.ak-step {
  display: grid;
  gap: 12px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.ak-step__n {
  font-size: clamp(32px, 6vw, 44px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: var(--smoke);
}
.ak-step__t {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.ak-step__x {
  font-size: 15px;
  line-height: 1.62;
  color: var(--pewter);
  max-width: 40em;
}
.ak-vals {
  display: grid;
  gap: 16px;
}
.ak-val {
  background: var(--mist);
  border-radius: var(--r);
  padding: 24px 20px 26px;
  display: grid;
  gap: 10px;
  align-content: start;
}
.ak-article {
  display: grid;
  gap: 40px;
}
.ak-article__body {
  max-width: 41em;
}
.ak-article__sec {
  padding: 32px 0;
  border-top: 1px solid var(--line);
}
.ak-article__sec:first-child {
  border-top: 0;
  padding-top: 8px;
}
.ak-article__h {
  font-size: clamp(25px, 4.6vw, 34px);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.022em;
  margin-bottom: 18px;
}
.ak-toc {
  position: static;
  display: grid;
  gap: 14px;
  align-content: start;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.ak-toc__list li {
  border-bottom: 1px solid var(--line);
}
.ak-toc__list a {
  display: block;
  padding: 12px 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--pewter);
}
.ak-toc__list a:hover {
  color: var(--ember);
}
.ak-meta {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--smoke);
}
.ak-next {
  display: grid;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 26px;
  margin-top: 8px;
}
.ak-form {
  display: grid;
  gap: 20px;
}
.ak-form__row {
  display: grid;
  gap: 20px;
}
.ak-field {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.ak-field__l {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pewter);
}
.ak-field__l i {
  font-style: normal;
  color: var(--ember);
}
.ak-input {
  width: 100%;
  min-height: 52px;
  padding: 13px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}
.ak-input:focus {
  outline: none;
  border-bottom-color: var(--ember);
  box-shadow: 0 1px 0 0 var(--ember);
}
textarea.ak-input {
  min-height: 152px;
  border: 1px solid var(--ink);
  border-radius: var(--rs);
  padding: 14px 16px;
  resize: vertical;
}
textarea.ak-input:focus {
  border-color: var(--ember);
  box-shadow: none;
}
.ak-input[aria-invalid="true"] {
  border-color: var(--ember);
}
.ak-check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.55;
  color: var(--pewter);
}
.ak-check input {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--ember);
}
.ak-check a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--ember);
}
.ak-err {
  font-size: 13px;
  line-height: 1.4;
  color: var(--ember);
}
.ak-err:empty {
  display: none;
}
.ak-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.ak-fail {
  border: 1px solid var(--ember);
  border-radius: var(--rs);
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ember);
}
.ak-info {
  display: grid;
  gap: 26px;
}
.ak-info__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.ak-info__row span:last-child {
  color: var(--pewter);
  text-align: right;
}
.ak-legal {
  display: grid;
  gap: 34px;
  max-width: 46em;
}
.ak-legal__sec {
  border-top: 1px solid var(--line);
  padding-top: 26px;
  display: grid;
  gap: 14px;
}
.ak-legal__h {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.ak-cards2 {
  display: grid;
  gap: 16px;
}
.ak-feat {
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  padding: 26px 22px;
  background: var(--mist);
}
.ak-feat--photo {
  color: var(--paper);
  background: var(--midnight);
}
.ak-feat__media {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.ak-feat__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ak-feat__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.46);
}
.ak-feat__h {
  font-size: clamp(26px, 5vw, 34px);
  font-weight: 300;
  letter-spacing: -0.022em;
  line-height: 1.12;
  margin-top: 12px;
}
.ak-feat__x {
  margin-top: 14px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--pewter);
  max-width: 30em;
}
.ak-feat--photo .ak-feat__x {
  color: var(--mist);
}
.ak-feat__foot {
  margin-top: 24px;
}
.ak-footer {
  background: var(--midnight);
  color: var(--paper);
  padding-top: var(--sec);
  overflow: hidden;
}
.ak-footer__grid {
  display: grid;
  gap: 34px;
}
.ak-footer__about {
  margin-top: 18px;
  font-size: 14.5px;
  line-height: 1.62;
  color: var(--mist);
  max-width: 30em;
}
.ak-footer__h {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--smoke);
  margin-bottom: 14px;
  font-weight: 500;
}
.ak-footer__list li {
  padding: 6px 0;
  font-size: 14px;
  color: var(--mist);
}
.ak-footer__list a:hover {
  color: var(--ember);
}
.ak-footer__word {
  margin-top: 44px;
  font-size: clamp(78px, 21vw, 168px);
  line-height: 0.8;
  font-weight: 300;
  letter-spacing: -0.025em;
  color: #5e5e5e;
  user-select: none;
}
.ak-footer__bar {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px 0 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  justify-content: space-between;
  font-size: 12px;
  color: var(--smoke);
}
.ak-cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: var(--char);
  color: var(--paper);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.ak-cookie__in {
  max-width: 1288px;
  margin: 0 auto;
  padding: 18px var(--pad);
  display: grid;
  gap: 16px;
}
.ak-cookie__t {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--mist);
  max-width: 62em;
}
.ak-cookie__t a {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ak-cookie__act {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ak-cookie .ak-btn {
  min-height: 44px;
  padding: 12px 22px;
  font-size: 13px;
}
.ak-center {
  display: grid;
  gap: 22px;
  max-width: 34em;
}
.js .ak-rv {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.js .ak-rv.is-in {
  opacity: 1;
  transform: none;
}
@media (min-width: 768px) {
  :root {
    --pad: 40px;
    --sec: 84px;
    --hdr: 72px;
  }
  .ak-logo__sub {
    display: inline-block;
  }
  .ak-header__cta {
    display: inline-flex;
  }
  .ak-hero__eyebrow {
    font-size: 12px;
  }
  .ak-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ak-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ak-arts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  .ak-gal {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ak-packs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ak-vals {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ak-cards2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ak-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ak-svc__item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 24px 40px;
  }
  .ak-svc__price {
    text-align: right;
    grid-column: 2;
    justify-self: end;
  }
  .ak-step {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 36px;
  }
  .ak-step__n {
    grid-row: span 2;
  }
  .ak-cookie__in {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 20px var(--pad);
  }
}
@media (min-width: 1024px) {
  :root {
    --pad: 56px;
    --sec: 110px;
    --hdr: 78px;
  }
  .ak-nav {
    display: block;
  }
  .ak-burger {
    display: none;
  }
  .ak-menu {
    display: none;
  }
  .ak-intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    gap: 72px;
    align-items: start;
  }
  .ak-topics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ak-topic--feature {
    grid-column: span 2;
  }
  .ak-arts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ak-gal {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ak-gal__item--wide {
    grid-column: span 2;
  }
  .ak-gal__item--wide img {
    aspect-ratio: 8/3;
  }
  .ak-tri {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 48px;
  }
  .ak-hl {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 72px;
    align-items: center;
  }
  .ak-hl--rev .ak-hl__media {
    order: -1;
  }
  .ak-svc__item {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr) minmax(0, 0.4fr);
    gap: 40px;
  }
  .ak-svc__price {
    grid-column: 3;
    text-align: right;
  }
  .ak-article {
    grid-template-columns: minmax(0, 1fr) minmax(0, 260px);
    gap: 64px;
    align-items: start;
  }
  .ak-toc {
    position: sticky;
    top: calc(var(--hdr) + 28px);
  }
  .ak-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 56px;
    align-items: end;
  }
  .ak-footer__grid {
    grid-template-columns: 1.5fr 0.8fr 1fr 0.8fr;
    gap: 48px;
  }
  .ak-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px;
  }
  .ak-feat {
    min-height: 340px;
    padding: 34px 30px;
  }
}
@media (min-width: 1440px) {
  :root {
    --pad: 80px;
    --sec: 130px;
  }
  .ak-wrap {
    max-width: 1360px;
  }
  .ak-hero__title {
    font-size: 112px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .ak-marquee__track {
    animation: none;
  }
  .js .ak-rv {
    opacity: 1;
    transform: none;
  }
}
