.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html,
.site-root {
  --sv-amber: #6b5d4a;
  --sv-amber-2: #4f4538;
  --sv-amber-lt: #c4b6a4;
  --sv-page: #f4f1ea;
  --sv-sheet: #f8f5ef;
  --sv-paper: #fbf8f2;
  --sv-paper-2: #f1ece3;
  --sv-tile: #ece6db;
}

.ic-wordmark {
  font-family: "Newsreader", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.035em;
  line-height: 0.9;
  color: inherit;
  display: inline-block;
}
.ic-wordmark::after {
  content: "";
  display: block;
  width: 0.72em;
  height: 3px;
  margin-top: 5px;
  background: #6b5d4a;
}
.sv-brand svg {
  display: none !important;
}

.sv-btn--amber,
a.sv-btn--amber,
.sv-nav-cta {
  background: #6b5d4a !important;
  color: #f7f5f0 !important;
  border-color: transparent !important;
}

.sv-wx:empty {
  display: none !important;
}

.ic-modal-back {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(22, 20, 14, 0.52);
  display: grid;
  place-items: center;
  padding: 32px 20px;
  backdrop-filter: blur(8px);
}
.ic-modal {
  width: min(920px, 100%);
  max-height: min(88vh, 840px);
  overflow: auto;
  background: #fbf8f2;
  color: #16140e;
  border: 1px solid rgba(22, 20, 14, 0.12);
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 24px 80px rgba(22, 20, 14, 0.18);
}
[data-theme="dark"] .ic-modal {
  background: #1a1814;
  color: #fbf7e6;
  border-color: rgba(251, 247, 230, 0.12);
}
.ic-modal-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 22px 0;
  position: sticky;
  top: 0;
  background: inherit;
  z-index: 2;
}
.ic-modal-bar .ic-k {
  margin: 0;
}
.ic-modal-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  min-height: 0;
}
.ic-modal-copy {
  padding: 12px 22px 28px;
}
.ic-modal-form {
  padding: 18px 22px 26px;
  background: rgba(22, 20, 14, 0.035);
  border-left: 1px solid rgba(22, 20, 14, 0.08);
}
[data-theme="dark"] .ic-modal-form {
  background: rgba(251, 247, 230, 0.04);
  border-left-color: rgba(251, 247, 230, 0.08);
}
.ic-form-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 4px;
}
.ic-form-sub {
  font-size: 13px;
  color: #57534a;
  margin: 0 0 16px !important;
}
.ic-modal h2 {
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: -0.035em;
  margin: 6px 0 14px;
  font-weight: 600;
  line-height: 1.05;
}
.ic-modal p {
  color: #57534a;
  margin: 0 0 12px;
  line-height: 1.55;
  font-size: 15px;
}
[data-theme="dark"] .ic-modal p,
[data-theme="dark"] .ic-form-sub {
  color: #b7b5aa;
}
.ic-modal-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(22, 20, 14, 0.14);
  background: none;
  cursor: pointer;
  font-size: 22px;
  border-radius: 10px;
  color: inherit;
  flex-shrink: 0;
}
.ic-field {
  margin: 0 0 12px;
}
.ic-field label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  opacity: 0.7;
}
.ic-field input,
.ic-field select,
.ic-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(22, 20, 14, 0.16);
  background: transparent;
  color: inherit;
  font: inherit;
  padding: 0 2px;
  border-radius: 0;
}
.ic-field input,
.ic-field select {
  height: 44px;
}
.ic-field textarea {
  min-height: 96px;
  padding: 10px 2px 12px;
  resize: vertical;
  line-height: 1.45;
  border-bottom: 1px solid rgba(22, 20, 14, 0.16);
}
.ic-field input:focus,
.ic-field select:focus,
.ic-field textarea:focus {
  outline: none;
  border-bottom-color: #6b5d4a;
}
.ic-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ic-submit {
  margin-top: 14px;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: #6b5d4a;
  color: #f7f5f0;
  font: inherit;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.ic-note {
  font-size: 13px;
  opacity: 0.7;
  margin-top: 8px;
}
@media (max-width: 640px) {
  .ic-two {
    grid-template-columns: 1fr;
  }
  .ic-cat-row {
    grid-template-columns: 48px 1fr;
  }
  .ic-cat-row .proof {
    grid-column: 2;
  }
}

/* About: drop Pleurat profile photos, e-book, personal life strip */
.sv-lf,
.sv-lf-track,
.sv-lf-card,
#ebook {
  display: none !important;
}

/* Work: hide the screenshot archive that is not our catalogue */
#work-gallery,
.sv-nda,
#tools {
  display: none !important;
}



.ic-k {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 0 10px;
  opacity: 0.7;
}
.ic-cat-h {
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 0.98;
}
.ic-cat-lead {
  max-width: 52ch;
  color: #57534a;
  margin: 0 0 22px;
}
[data-theme="dark"] .ic-cat-lead {
  color: #b7b5aa;
}
.ic-cat-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.ic-pill {
  border: 1px solid rgba(22, 20, 14, 0.16);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
}
.ic-pill.is-on,
.ic-page.is-on {
  background: #6b5d4a;
  color: #f7f5f0;
  border-color: transparent;
}
.ic-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.ic-card {
  text-align: left;
  background: var(--sv-paper, #fbf8f2);
  border: 1px solid rgba(22, 20, 14, 0.14);
  border-radius: 14px;
  padding: 20px 20px 18px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.ic-card:hover {
  border-color: #6b5d4a;
}
.ic-card-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
}
.ic-card strong {
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.ic-card p {
  color: #57534a;
  font-size: 14px;
  flex: 1;
  margin: 0;
}
.ic-card .proof {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5e6a4c;
  padding-top: 10px;
  border-top: 1px solid rgba(22, 20, 14, 0.08);
}
.ic-pager {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}
.ic-page {
  min-width: 88px;
  height: 40px;
  border: 1px solid rgba(22, 20, 14, 0.16);
  background: none;
  color: inherit;
  font: inherit;
  font-size: 13px;
  letter-spacing: 0.08em;
  cursor: pointer;
  border-radius: 8px;
}
.ic-contact {
  width: min(640px, 100%);
  max-width: 640px;
  margin: 0 auto 64px;
  padding: 8px 0 0;
  background: transparent;
  border: 0;
}
.ic-contact .ic-form-title {
  margin: 0 0 4px;
  font-size: 28px;
  letter-spacing: -0.03em;
}
.ic-contact .ic-form-sub {
  margin: 0 0 22px !important;
}
.sv-cn-options a.opt[href*="icarus.com"]:not([href^="mailto"]) {
  display: none !important;
}

.sv-lf,
#ebook,
#credo,
.sv-credo .tags,
.sv-credo .tail {
  display: none !important;
}
.ic-success h2 {
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
@media (max-width: 800px) {
  .ic-card-grid {
    grid-template-columns: 1fr;
  }
}
.ic-cat-rows {
  margin-top: 8px;
  border-top: 1px solid rgba(22, 20, 14, 0.12);
}
.ic-cat-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 18px;
  align-items: start;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(22, 20, 14, 0.1);
  padding: 18px 6px;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.ic-cat-row:hover {
  background: rgba(107, 93, 74, 0.1);
}
.ic-cat-row .ix {
  font-size: 12px;
  letter-spacing: 0.16em;
  opacity: 0.5;
  padding-top: 5px;
}
.ic-cat-row strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.ic-cat-row em {
  display: block;
  font-style: normal;
  color: #57534a;
  margin-top: 4px;
  font-size: 15px;
}
[data-theme="dark"] .ic-cat-row em {
  color: #b7b5aa;
}
.ic-cat-row .proof {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5e6a4c;
  white-space: nowrap;
  padding-top: 6px;
}
.ic-inc {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}
.ic-inc li {
  padding: 5px 0 5px 18px;
  position: relative;
  font-size: 14px;
}
.ic-inc li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #5e6a4c;
  font-size: 12px;
}
.ic-spec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 0;
  font-size: 14px;
}
.ic-spec span {
  background: #fff;
  border: 1px solid rgba(22, 20, 14, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  min-width: 140px;
}
[data-theme="dark"] .ic-spec span {
  background: rgba(251, 247, 230, 0.04);
}
.ic-spec em {
  display: block;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.6;
  margin-bottom: 4px;
}
.sv-log-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .ic-wordmark {
    font-size: 24px;
  }
  .ic-modal-back {
    padding: 0;
    align-items: end;
  }
  .ic-modal {
    width: 100%;
    max-width: 100%;
    height: min(96dvh, 100%);
    max-height: 96dvh;
    border-radius: 18px 18px 0 0;
  }
  .ic-modal-split {
    grid-template-columns: 1fr;
  }
  .ic-modal-form {
    border-left: 0;
    border-top: 1px solid rgba(22, 20, 14, 0.08);
  }
  .ic-two {
    grid-template-columns: 1fr;
  }
  .ic-submit {
    width: 100%;
    height: 48px;
  }
  .ic-card-grid {
    grid-template-columns: 1fr;
  }
  .ic-card {
    min-height: 0;
  }
  .ic-pager {
    flex-wrap: wrap;
  }
  .ic-page {
    flex: 1;
    min-width: 0;
  }
  .ic-contact {
    width: calc(100% - 32px);
    margin: 0 16px 32px;
    padding: 18px 16px 16px;
  }
  .sv-nav-cta {
    min-height: 40px;
  }
}

@media (max-width: 640px) {
  .ic-cat-h {
    font-size: 28px;
  }
  .ic-card strong {
    font-size: 18px;
  }
}

.ic-modal.ic-capture {
  width: min(460px, 100%);
  max-height: min(88vh, 720px);
}
.ic-capture-body {
  padding: 8px 22px 26px;
}
.ic-capture h2 {
  font-size: clamp(26px, 4vw, 32px);
}
@media (max-width: 900px) {
  .ic-modal.ic-capture {
    height: auto;
    max-height: 96dvh;
  }
}
