@charset "UTF-8";

/* ============================================================
 * notolighting — quiet wamoda theme.
 * Hero: central brand copy with a small accent logo over the HP photo background.
 * Body: chapters from docs/能灯_ホームページ文章構成案.md
 * presented as plain typography with generous "ma".
 * No purchase / CTA / order-made affordances.
 * ============================================================ */

:root {
  --nl-bg: #100d0a;
  --nl-paper: #1a1612;
  --nl-paper-soft: #1f1a15;
  --nl-paper-strong: #251f1a;
  --nl-ink: #ede1c8;
  --nl-ink-strong: #f7ecd5;
  --nl-muted: rgba(237, 225, 200, 0.62);
  --nl-muted-soft: rgba(237, 225, 200, 0.42);
  --nl-line: rgba(214, 184, 120, 0.18);
  --nl-line-strong: rgba(214, 184, 120, 0.32);
  --nl-brass: #d6b878;
  --nl-brass-deep: #b89557;
  --nl-vermilion: #c34a3a;

  --nl-serif:
    'Shippori Mincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho',
    'Noto Serif JP', serif;
  --nl-latin: 'Cormorant Garamond', 'Hiragino Mincho ProN', serif;
  --nl-sans:
    -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Yu Gothic', 'YuGothic',
    sans-serif;
}

body.notolighting-body {
  background: var(--nl-bg);
  color: var(--nl-ink);
  font-family: var(--nl-sans);
  margin: 0;
  overflow-x: hidden;
}

.nl-site,
.nl-site * {
  box-sizing: border-box;
}

.nl-site {
  background:
    radial-gradient(
      circle at 18% 6%,
      rgba(255, 206, 138, 0.06),
      transparent 40%
    ),
    radial-gradient(circle at 86% 92%, rgba(122, 88, 44, 0.1), transparent 48%),
    linear-gradient(180deg, #16120e 0%, #0d0a08 100%);
  color: var(--nl-ink);
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

.nl-site a {
  color: inherit;
}

/* =================== Header =================== */

.nl-header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  left: 50%;
  max-width: 1180px;
  padding: 18px clamp(14px, 3.5vw, 36px);
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: min(100%, 1180px);
  z-index: 20;
}

.admin-bar .nl-header {
  top: 32px;
}

.nl-brand {
  align-items: center;
  background: rgba(16, 13, 10, 0.72);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--nl-line);
  border-radius: 999px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  color: var(--nl-ink-strong);
  display: inline-flex;
  flex: 0 1 auto;
  gap: 10px;
  min-width: 0;
  padding: 7px 18px 7px 8px;
  text-decoration: none;
}

.nl-brand__mark {
  align-items: center;
  display: inline-flex;
  flex: none;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.nl-brand__mark img {
  display: block;
  height: 100%;
  max-width: none;
  transform: scale(1.48);
  transform-origin: center;
  width: 100%;
}

.nl-brand__text {
  display: grid;
  gap: 2px;
  line-height: 1;
  min-width: 0;
}

.nl-brand__name {
  color: var(--nl-ink-strong);
  font-family: var(--nl-serif);
  font-size: 18px;
  letter-spacing: 0.12em;
}

.nl-brand__name-img {
  display: block;
  height: auto;
  width: clamp(40px, 4.6vw, 56px);
}

.nl-brand__roman {
  color: var(--nl-brass);
  font-family: var(--nl-latin);
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.28em;
  text-transform: lowercase;
}

.nl-nav {
  align-items: center;
  background: rgba(28, 23, 18, 0.74);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--nl-line);
  border-radius: 999px;
  display: flex;
  flex: 0 1 auto;
  gap: 2px;
  min-width: 0;
  padding: 6px;
}

.nl-nav__link {
  border-radius: 999px;
  color: var(--nl-muted) !important;
  font-family: var(--nl-latin);
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.22em;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: lowercase;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
}

.nl-nav__link:hover {
  color: var(--nl-ink-strong) !important;
}

.nl-nav__link.is-current {
  background: rgba(214, 184, 120, 0.16);
  color: var(--nl-ink-strong) !important;
}

/* =================== Main / Hero =================== */

.nl-main {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 clamp(18px, 4vw, 42px);
}

.nl-main.nl-main--home {
  margin-top: 0;
  max-width: none;
  padding: 0;
}

/* --- Home background + hero copy. --- */

.nl-home {
  --nl-bg-travel: 0px;
  --nl-bg-y: 0px;
  background: #0d0a08;
  isolation: isolate;
  position: relative;
}

.nl-home-bg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/hp-bg.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: max(100vw, 82vh) auto;
  background-size: max(100vw, 82dvh) auto;
  height: calc(100vh + var(--nl-bg-travel, 0px));
  height: calc(100dvh + var(--nl-bg-travel, 0px));
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(0, var(--nl-bg-y), 0);
  will-change: transform;
  z-index: 0;
}

.nl-home::before {
  background:
    radial-gradient(
      ellipse 78% 42% at 50% 12%,
      rgba(0, 0, 0, 0.08),
      transparent 62%
    ),
    linear-gradient(
      90deg,
      rgba(8, 5, 3, 0.18) 0%,
      rgba(8, 5, 3, 0.34) 48%,
      rgba(8, 5, 3, 0.62) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 4, 3, 0.04) 0%,
      rgba(5, 4, 3, 0.42) 52%,
      rgba(5, 4, 3, 0.78) 100%
    );
  content: '';
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1;
}

.nl-home > .nl-main,
.nl-home > .nl-footer {
  position: relative;
  z-index: 2;
}

.nl-hero {
  align-items: center;
  display: flex;
  isolation: isolate;
  height: 100vh;
  height: 100dvh;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.nl-hero__mark {
  display: block;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.56));
  opacity: 0.9;
  position: absolute;
  right: clamp(24px, 8vw, 96px);
  top: clamp(92px, 13vh, 132px);
  width: clamp(96px, 14vw, 168px);
  z-index: 2;
}

.nl-hero__mark img {
  display: block;
  height: auto;
  width: 100%;
}

.nl-hero__copy {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 0 clamp(20px, 6vw, 48px);
  position: relative;
  row-gap: clamp(14px, 2.6vw, 28px);
  text-align: center;
  z-index: 3;
}

.nl-hero__tagline {
  color: var(--nl-muted);
  font-family: var(--nl-serif);
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0;
}

.nl-hero__tagline-line {
  display: block;
}

.nl-hero__name {
  color: var(--nl-ink-strong);
  filter: drop-shadow(0 10px 34px rgba(0, 0, 0, 0.55));
  font-family: var(--nl-serif);
  font-size: clamp(72px, 14vw, 168px);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.nl-hero__name-img {
  display: block;
  height: auto;
  width: clamp(220px, 36vw, 420px);
}

.nl-hero__roman {
  color: var(--nl-brass);
  font-family: var(--nl-latin);
  font-size: clamp(25px, 3.5vw, 45px);
  font-style: italic;
  letter-spacing: 0.32em;
  line-height: 1;
  margin: 0;
  text-transform: lowercase;
}

/* Reset parent-theme heading ornaments inside the custom notolighting UI. */
.nl-site h1,
.nl-site h2,
.nl-site h3 {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.nl-site h1::before,
.nl-site h1::after,
.nl-site h2::before,
.nl-site h2::after,
.nl-site h3::before,
.nl-site h3::after {
  content: none !important;
  display: none !important;
}

/* =================== Chapters (front-page sections) =================== */

.nl-eyebrow {
  align-items: center;
  color: var(--nl-brass);
  display: inline-flex;
  font-family: var(--nl-latin);
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  gap: 10px;
  letter-spacing: 0.45em;
  margin: 0 0 18px;
  text-transform: lowercase;
}

.nl-eyebrow__mark {
  background: var(--nl-brass);
  display: inline-block;
  font-size: 0;
  height: 1px;
  width: 22px;
}

.nl-text-phrase {
  display: inline;
  line-break: strict;
  overflow-wrap: anywhere;
  text-wrap: pretty;
  word-break: normal;
}

.nl-text-unit {
  display: inline;
  white-space: normal;
}

.nl-reveal {
  --nl-reveal-delay: 0ms;
}

.nl-effects-ready .nl-reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--nl-reveal-delay);
  will-change: opacity, transform;
}

.nl-effects-ready .nl-reveal.is-visible {
  opacity: 1;
  transform: none;
}

.nl-chapter {
  padding: clamp(72px, 11vw, 130px) clamp(18px, 5vw, 48px);
}

.nl-chapter__inner {
  margin: 0 auto;
  max-width: 720px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.nl-chapter__title {
  color: var(--nl-ink-strong);
  font-family: var(--nl-serif);
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 0 0 28px;
}

.nl-chapter__body {
  color: var(--nl-ink);
  font-family: var(--nl-serif);
  font-size: 15px;
  line-height: 2.1;
  margin: 0 0 22px;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.nl-chapter__body:last-child {
  margin-bottom: 0;
}

.nl-chapter--contact {
  padding-bottom: clamp(96px, 14vw, 160px);
}

/* =================== Highlights (3 marks above Contact) =================== */

.nl-highlights {
  padding: clamp(48px, 8vw, 96px) clamp(18px, 5vw, 48px) clamp(12px, 3vw, 32px);
}

.nl-highlights__inner {
  margin: 0 auto;
  max-width: 960px;
}

.nl-highlights__list {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.nl-highlight {
  text-align: center;
}

.nl-highlight__icon {
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: inline-flex;
  height: clamp(56px, 7vw, 72px);
  justify-content: center;
  margin-bottom: 14px;
  overflow: hidden;
  width: clamp(56px, 7vw, 72px);
}

.nl-highlight__icon img {
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.6));
}

.nl-highlight__title {
  color: var(--nl-ink-strong);
  font-family: var(--nl-serif);
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin: 0 0 10px;
}

.nl-highlight__body {
  color: var(--nl-muted);
  font-family: var(--nl-serif);
  font-size: clamp(12px, 1.2vw, 13px);
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin: 0;
}

/* Quiet text link used in the Contact chapter (no button). */
.nl-quiet-link {
  border-bottom: 1px solid var(--nl-line-strong);
  color: var(--nl-ink-strong) !important;
  display: flex;
  width: fit-content;
  margin-left: auto;
  align-items: baseline;
  font-family: var(--nl-serif);
  font-size: 14px;
  gap: 10px;
  letter-spacing: 0.24em;
  margin-top: 28px;
  padding: 0 2px 6px;
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.nl-quiet-link__arrow {
  color: var(--nl-brass);
  font-family: var(--nl-sans);
  font-size: 13px;
  letter-spacing: 0;
  transition: transform 0.25s ease;
}

.nl-quiet-link:hover {
  color: var(--nl-brass) !important;
  border-color: var(--nl-brass);
}
.nl-quiet-link:hover .nl-quiet-link__arrow {
  transform: translateX(4px);
}

/* Closing brand message at the end of the home page. */
.nl-closing {
  padding: clamp(60px, 10vw, 120px) clamp(18px, 5vw, 48px)
    clamp(80px, 12vw, 140px);
  text-align: center;
}

.nl-closing__inner {
  margin: 0 auto;
  max-width: 640px;
}

.nl-closing__rule {
  background: var(--nl-brass);
  display: block;
  height: 56px;
  margin: 0 auto 36px;
  opacity: 0.55;
  width: 1px;
}

.nl-closing__line {
  color: var(--nl-ink);
  font-family: var(--nl-serif);
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2.1;
  margin: 0 0 12px;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.nl-closing__line:last-child {
  margin-bottom: 0;
}

/* =================== Footer =================== */

.nl-footer {
  background: linear-gradient(180deg, #0e0c0a, #060504);
  border-top: 1px solid var(--nl-line);
  color: var(--nl-muted);
  padding: 48px clamp(18px, 4vw, 42px) 32px;
}

.nl-footer__inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
}

.nl-footer__brand-block {
  display: grid;
  gap: 6px;
}

.nl-footer__brand {
  color: var(--nl-ink-strong);
  font-family: var(--nl-serif);
  font-size: 22px;
  letter-spacing: 0.18em;
  margin: 0;
}

.nl-footer__brand-img {
  display: block;
  height: auto;
  width: clamp(80px, 10vw, 110px);
}

.nl-footer__text,
.nl-footer__copy {
  font-family: var(--nl-serif);
  font-size: 12px;
  margin: 0;
}

.nl-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.nl-footer__links a {
  color: var(--nl-muted) !important;
  font-family: var(--nl-serif);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nl-footer__links a:hover {
  color: var(--nl-brass) !important;
}

.nl-footer__copy {
  color: var(--nl-muted-soft);
  font-family: var(--nl-latin);
  font-style: italic;
  letter-spacing: 0.1em;
  margin: 32px auto 0;
  max-width: 1180px;
}

/* =================== Page templates (contact / privacy) =================== */

.nl-page-main {
  padding-top: 150px;
}

.nl-page-hero {
  max-width: 820px;
  padding: 52px 0 44px;
  margin: 0 auto;
}

.nl-page-hero h1 {
  color: var(--nl-ink-strong);
  font-family: var(--nl-serif);
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 0;
}

.nl-page-hero p {
  color: var(--nl-muted);
  font-family: var(--nl-serif);
  font-size: 15px;
  line-height: 2;
  margin-top: 22px;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.nl-contact-layout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  margin: 0 auto 96px;
  max-width: 1180px;
  padding: 0 clamp(18px, 4vw, 42px);
}

.nl-contact-note,
.nl-contact-form-shell {
  background: linear-gradient(
    180deg,
    rgba(40, 34, 29, 0.55),
    rgba(28, 23, 18, 0.55)
  );
  border: 1px solid var(--nl-line);
  color: var(--nl-ink);
  padding: clamp(24px, 4vw, 38px);
}

.nl-contact-note h2,
.nl-policy__item h2,
.nl-form-placeholder h2 {
  color: var(--nl-ink-strong);
  font-family: var(--nl-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.55;
  margin: 0 0 14px;
}

.nl-contact-note p,
.nl-policy__item p,
.nl-form-placeholder p {
  color: var(--nl-muted);
  font-family: var(--nl-serif);
  font-size: 14.5px;
  line-height: 2;
  margin: 0;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.nl-contact-note__privacy {
  margin-top: 22px !important;
}

.nl-contact-note a,
.nl-policy a {
  color: var(--nl-brass);
  font-weight: 500;
  text-decoration: none;
}

.nl-contact-note a:hover,
.nl-policy a:hover {
  color: var(--nl-ink-strong);
  text-decoration: underline;
}

.nl-form-placeholder {
  background: rgba(20, 17, 13, 0.6);
  border: 1px dashed var(--nl-line-strong);
  padding: 26px;
}

.nl-form-placeholder code {
  background: rgba(0, 0, 0, 0.4);
  color: var(--nl-brass);
  display: inline-block;
  font-size: 13px;
  margin-top: 16px;
  padding: 8px 10px;
  word-break: break-all;
}

.nl-contact-form-shell .wpcf7-form p {
  color: var(--nl-ink);
  font-family: var(--nl-serif);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.9;
  margin: 0 0 18px;
}

.nl-contact-form-shell .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.nl-contact-form-shell input[type='text'],
.nl-contact-form-shell input[type='email'],
.nl-contact-form-shell input[type='tel'],
.nl-contact-form-shell select,
.nl-contact-form-shell textarea {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--nl-line-strong);
  color: var(--nl-ink);
  font: inherit;
  min-height: 46px;
  padding: 12px 14px;
  width: 100%;
}

.nl-contact-form-shell textarea {
  min-height: 180px;
  resize: vertical;
}

.nl-contact-form-shell input[type='submit'] {
  background: transparent;
  border: 1px solid var(--nl-brass);
  color: var(--nl-brass);
  cursor: pointer;
  font-family: var(--nl-serif);
  font-weight: 400;
  letter-spacing: 0.18em;
  min-height: 48px;
  padding: 0 32px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.nl-contact-form-shell input[type='submit']:hover {
  background: var(--nl-brass);
  color: #14110d;
}

.nl-contact-form-shell .wpcf7-not-valid-tip,
.nl-contact-form-shell .wpcf7-response-output {
  color: var(--nl-vermilion);
  font-size: 13px;
}

.nl-policy {
  background: linear-gradient(
    180deg,
    rgba(40, 34, 29, 0.5),
    rgba(28, 23, 18, 0.5)
  );
  border: 1px solid var(--nl-line);
  display: grid;
  gap: 0;
  margin: 0 auto 96px;
  max-width: 1180px;
  padding: clamp(24px, 4vw, 40px);
}

.nl-policy__item {
  border-bottom: 1px solid var(--nl-line);
  padding: 24px 0;
}

.nl-policy__item:first-child {
  padding-top: 0;
}
.nl-policy__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* =================== Responsive =================== */

@media (max-width: 900px) {
  .nl-header {
    align-items: center;
    gap: 10px;
    padding-top: 14px;
  }

  .nl-brand,
  .nl-nav {
    max-width: 100%;
  }

  .nl-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nl-contact-layout {
    grid-template-columns: 1fr;
  }

  .nl-hero__mark {
    right: clamp(18px, 6vw, 40px);
    top: clamp(92px, 12vh, 120px);
    width: clamp(92px, 18vw, 132px);
  }

  .nl-hero__name {
    letter-spacing: 0.16em;
  }

  .nl-chapter {
    padding: clamp(60px, 14vw, 110px) clamp(18px, 6vw, 36px);
  }
  .nl-chapter__title {
    font-size: clamp(22px, 5vw, 30px);
  }

  .nl-highlights__list {
    gap: 32px;
    grid-template-columns: 1fr;
  }
  .nl-highlights {
    padding: clamp(40px, 10vw, 72px) clamp(18px, 6vw, 36px) 0;
  }
}

@media (max-width: 640px) {
  .admin-bar .nl-header {
    top: 46px;
  }

  .nl-header {
    padding: 12px;
  }

  .nl-brand {
    padding: 6px 14px 6px 6px;
  }
  .nl-brand__mark {
    font-size: 14px;
    height: 32px;
    width: 32px;
  }
  .nl-brand__name {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .nl-brand__name-img {
    width: clamp(34px, 8vw, 44px);
  }
  .nl-brand__roman {
    font-size: 9px;
    letter-spacing: 0.22em;
  }

  .nl-nav {
    padding: 5px;
  }
  .nl-nav__link {
    font-size: 18px;
    padding: 8px 12px;
  }

  .nl-main {
    padding: 0 16px;
  }

  .nl-hero__mark {
    right: clamp(14px, 4vw, 22px);
    top: 104px;
    width: clamp(82px, 24vw, 104px);
  }

  .nl-hero__copy {
    padding: 0 24px;
    row-gap: 14px;
  }

  .nl-hero__tagline {
    font-size: 14px;
    letter-spacing: 0.16em;
    line-height: 1.9;
  }

  .nl-hero__name {
    font-size: clamp(64px, 22vw, 104px);
    letter-spacing: 0.14em;
  }

  .nl-hero__name-img {
    width: clamp(180px, 52vw, 280px);
  }

  .nl-hero__roman {
    font-size: 28px;
    letter-spacing: 0.28em;
  }

  .nl-page-main {
    padding-top: 120px;
  }
  .nl-page-hero {
    padding: 32px 0 28px;
  }
  .nl-page-hero h1 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .nl-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 420px) {
  .nl-nav__link {
    font-size: 16px;
    letter-spacing: 0.16em;
    padding: 7px 10px;
  }
  .nl-brand__roman {
    display: none;
  }
  .nl-hero__name-img {
    width: clamp(160px, 60vw, 220px);
  }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .nl-effects-ready .nl-reveal,
  .nl-effects-ready .nl-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .nl-quiet-link,
  .nl-quiet-link__arrow {
    transition: none;
  }
  .nl-quiet-link:hover .nl-quiet-link__arrow {
    transform: none;
  }
}
