/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-manrope);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #151940;
  --muted: #626576;
  --paper: #fafaf6;
  --line: #dfe1dc;
  --mint: #65f4be;
  --indigo: #11154c;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-manrope), sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #227d60;
  outline-offset: 5px;
  border-radius: 4px;
}
::selection {
  background: var(--mint);
  color: var(--ink);
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
}
h2 {
  font-size: clamp(34px, 3.65vw, 52px);
  line-height: 1.16;
  letter-spacing: -2px;
}
h3 {
  line-height: 1.35;
}
p {
  color: var(--muted);
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.pre-line {
  white-space: pre-line;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--ink);
  line-height: 1.6;
  margin-bottom: 25px;
}
.mint-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #20805e;
  border-radius: 50%;
  flex-shrink: 0;
}
.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font-size: 25px;
  letter-spacing: -1.2px;
  font-weight: 700;
  line-height: 1;
}
.brand img {
  border-radius: 10px;
}
.site-header {
  position: relative;
  z-index: 20;
  background: var(--paper);
}
.header-inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-bottom: 1px solid var(--line);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
}
.main-nav a {
  padding-block: 12px;
}
.main-nav a:hover {
  color: #25815f;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 46px;
  padding: 12px 19px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 600;
  border-radius: 7px;
  transition: background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #292f6b;
  transform: translateY(-2px);
}
.menu-toggle,
.mobile-download {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 58px;
  padding-top: 56px;
  padding-bottom: 34px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(55px, 5.5vw, 78px);
  line-height: 1.075;
  letter-spacing: -4.6px;
}
.hero-highlight {
  position: relative;
  z-index: 0;
  white-space: nowrap;
}
.hero-highlight:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: -5px;
  bottom: 5px;
  height: 14px;
  background: var(--mint);
}
.hero-description {
  font-size: 16px;
  line-height: 1.8;
  max-width: 405px;
  margin-top: 28px;
}
.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 29px;
}
.store-link {
  min-height: 64px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 10px 19px;
  background: #fff;
  border: 1px solid #d5d8d3;
  border-radius: 8px;
  color: var(--ink);
  min-width: 165px;
  text-align: left;
}
.store-kicker {
  display: block;
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 700;
  line-height: 1.5;
  color: #65697b;
}
.store-name {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.store-symbol {
  display: flex;
  align-items: center;
}
.store-link[href]:hover {
  border-color: #248363;
  background: #eafdf3;
}
.release-note {
  font-size: 11px;
  line-height: 1.7;
  margin-top: 12px;
}
.text-link {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.text-link:hover {
  color: #247651;
}
.explore {
  margin-top: 24px;
}
.hero-stage {
  position: relative;
  background: var(--indigo);
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding-block: 56px 55px;
}
.stage-topline,
.stage-bottomline {
  position: absolute;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #c8cce4;
  gap: 15px;
}
.stage-topline {
  top: 23px;
  font-size: 8px;
  letter-spacing: 1.6px;
}
.stage-bottomline {
  bottom: 21px;
  font-size: 10px;
  color: #d8daeb;
}
.stage-bottomline > span:last-child {
  font-size: 25px;
  color: var(--mint);
}
.hero-stage > .phone {
  transform: rotate(5deg);
  width: 278px;
}
.floating-note {
  position: absolute;
  left: -34px;
  bottom: 121px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fffefa;
  border: 1px solid #e4e5df;
  border-radius: 9px;
  padding: 15px 18px;
  box-shadow: 0 14px 45px #02062e1a;
  transform: rotate(-3deg);
}
.note-icon {
  background: #daf7e9;
  color: #236249;
  border-radius: 6px;
  padding: 10px;
  display: flex;
}
.floating-note strong,
.floating-note div > span {
  display: block;
  font-size: 13px;
}
.floating-note div > span {
  font-size: 11px;
  color: var(--muted);
}
.note-mark {
  font-size: 21px;
  margin-left: 19px;
}
.representation {
  font-size: 10px;
  line-height: 1.6;
  color: #686d79;
  margin-top: 14px;
}
.hero-visual > .representation {
  text-align: center;
}
.phone {
  width: 292px;
  flex-shrink: 0;
  background: #f4f5f7;
  border: 6px solid #222537;
  outline: 1px solid #818292;
  border-radius: 43px;
  box-shadow: 11px 23px 40px #02062730;
  position: relative;
  overflow: hidden;
  padding: 0 13px 20px;
  color: var(--ink);
  text-align: left;
  line-height: 1.5;
}
.phone-status {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 9px;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}
.island {
  position: absolute;
  background: #151622;
  width: 78px;
  height: 21px;
  border-radius: 20px;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
}
.phone-appbar {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  font-size: 13px;
  letter-spacing: -0.4px;
}
.phone-appbar img {
  border-radius: 7px;
}
.profile-initials {
  margin-left: auto;
  border: 1px solid #dfe0e5;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  background: white;
}
.phone-title {
  margin: 22px 0 18px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.6px;
}
.phone-subtitle {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
  color: var(--muted);
}
.resume {
  background: white;
  padding: 19px 17px 12px;
  box-shadow: 0 3px 14px #1b224209;
  line-height: 1.6;
}
.resume-heading {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.resume-overline {
  font-size: 5px;
  letter-spacing: 1px;
  color: #556277;
  font-weight: 700;
}
.resume h3 {
  font-size: 21px;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 1.2;
}
.resume-heading p {
  font-size: 8px;
  margin-top: 3px;
  color: #294f50;
}
.initials {
  width: 29px;
  height: 32px;
  background: #eaf3ee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #456859;
  font-size: 10px;
}
.resume-contact {
  margin-top: 9px;
  border-top: 1px solid #d7e0dc;
  padding-top: 7px;
  font-size: 5.7px;
  color: #525e63;
}
.resume-section {
  margin-top: 13px;
  font-size: 6.5px;
  color: #404a53;
}
.resume-section h4 {
  font-size: 6px;
  letter-spacing: 1px;
  color: #285146;
  border-bottom: 1px solid #dbe5de;
  padding-bottom: 3px;
  margin-bottom: 6px;
  font-weight: 700;
}
.resume-section p {
  font-size: 6.5px;
  line-height: 1.65;
  color: #546168;
}
.resume-section strong,
.resume-section > span {
  display: block;
}
.resume-job {
  position: relative;
  margin-bottom: 4px;
}
.resume-job span {
  display: block;
  color: #647176;
}
.resume-job small {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 5px;
  color: #647176;
}
.resume-skills {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.resume-skills span {
  font-size: 5.5px;
  background: #edf2ef;
  padding: 3px 5px;
}
.resume-foot {
  border-top: 1px solid #dae1dd;
  padding-top: 8px;
  margin-top: 16px;
  font-size: 4.5px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  color: #526565;
}
.phone-bottom {
  height: 39px;
  margin-top: 13px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: var(--indigo);
  border-radius: 8px;
  color: white;
  font-size: 9px;
  font-weight: 600;
}
.phone-bottom svg {
  width: 13px;
}
.phone-bottom > span:last-child {
  margin-left: 35px;
}
.home-indicator {
  height: 4px;
  width: 82px;
  background: #282936;
  border-radius: 9px;
  margin: 18px auto -12px;
}
.intro-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  border-block: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 2px;
  color: #636775;
  margin-top: 19px;
}
.intro-strip strong {
  font-weight: 700;
  color: var(--ink);
  display: flex;
  gap: 16px;
  align-items: center;
}
.value-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 100px;
}
.section-heading > p:not(.eyebrow) {
  max-width: 370px;
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.9;
}
.value-list article {
  display: flex;
  gap: 23px;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
}
.value-list article:first-child {
  padding-top: 0;
}
.value-list article:last-child {
  border-bottom: 0;
}
.index {
  font-size: 11px;
  color: #6a716b;
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}
.value-list h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
}
.value-list p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 10px;
  max-width: 360px;
}
.value-list svg {
  flex-shrink: 0;
  margin-left: auto;
  margin-top: 5px;
  color: #43725f;
}
.steps-section {
  background: var(--indigo);
  color: white;
  padding-block: 81px 87px;
}
.steps-section .eyebrow {
  color: var(--mint);
}
.steps-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
.steps-heading > p {
  font-size: 14px;
  color: #bec3d9;
  max-width: 260px;
  padding-bottom: 5px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-top: 55px;
}
.step-number {
  border-top: 1px solid #424670;
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step-number > span {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -2px;
  color: var(--mint);
}
.step-number svg {
  color: #a4adce;
}
.steps-grid h3 {
  font-size: 21px;
  letter-spacing: -0.4px;
  margin-top: 18px;
}
.steps-grid p {
  font-size: 13px;
  line-height: 1.8;
  color: #c1c6dc;
  max-width: 285px;
  margin-top: 12px;
}
.look-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 44px;
}
.look-heading > div > p:not(.eyebrow) {
  font-size: 15px;
  max-width: 390px;
}
.look-heading .fine-print {
  font-size: 11px !important;
  margin-top: 18px;
  line-height: 1.7;
}
.look-gallery {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}
.look-gallery figure {
  margin: 0;
  min-width: 0;
  border-radius: 8px;
  position: relative;
  padding: 34px 38px 0;
  overflow: hidden;
}
.look-gallery figcaption {
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}
.look-gallery figcaption > span {
  font-size: 9px;
  letter-spacing: 1.8px;
  display: block;
  margin-bottom: 11px;
  color: #64716c;
}
.look-gallery figcaption strong {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.5px;
  display: block;
}
.look-edit {
  background: #e8eee8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.look-edit figcaption {
  align-self: start;
}
.look-edit .phone {
  margin-bottom: -25px;
  width: 292px;
  transform: rotate(-3deg);
}
.look-document {
  background: #eeeef5;
}
.document-stage {
  max-width: 358px;
  margin: 0 auto;
  padding-top: 6px;
  transform: rotate(3deg);
}
.resume-large {
  padding: 30px 27px 22px;
  box-shadow: 0 16px 36px #21254716;
}
.resume-large .resume-overline {
  font-size: 7px;
}
.resume-large h3 {
  font-size: 34px;
}
.resume-large .resume-heading p {
  font-size: 12px;
}
.resume-large .initials {
  width: 42px;
  height: 48px;
  font-size: 15px;
}
.resume-large .resume-contact {
  font-size: 8px;
  padding-top: 10px;
  margin-top: 13px;
}
.resume-large .resume-section {
  margin-top: 19px;
  font-size: 9px;
}
.resume-large .resume-section h4 {
  font-size: 8px;
  letter-spacing: 1.2px;
  margin-bottom: 7px;
}
.resume-large .resume-section p {
  font-size: 9px;
}
.resume-large .resume-job small {
  font-size: 7px;
}
.resume-large .resume-skills span {
  font-size: 8px;
}
.resume-large .resume-foot {
  font-size: 6px;
  margin-top: 23px;
}
.gallery-footnote {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #60677b;
  margin: 31px 0 27px;
}
.detail-screen {
  margin-top: 22px;
}
.step-count {
  font-size: 12px;
  font-weight: 700;
}
.step-count span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6d7183;
  margin-left: 4px;
}
.mock-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #dae6df;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #33654e;
  margin: 20px 0;
}
.mock-field {
  background: white;
  padding: 9px 12px;
  border: 1px solid #e2e5e9;
  border-radius: 7px;
  margin-top: 10px;
}
.mock-field > span {
  font-size: 8px;
  color: #666c7b;
  display: block;
  margin-bottom: 3px;
}
.mock-field strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
}
.mock-next {
  margin-top: 20px;
  padding: 12px;
  background: var(--indigo);
  color: white;
  font-size: 10px;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
}
.audience-section {
  padding-block: 80px;
  background: #f0f1e9;
  border-block: 1px solid #e5e7dd;
}
.audience-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 100px;
}
.audience-layout h2 {
  max-width: 440px;
}
.audience-layout > div > p:not(.eyebrow) {
  font-size: 14px;
  max-width: 360px;
  margin-top: 25px;
}
.audience-signature {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-top: 37px;
  font-size: 12px;
  color: var(--muted);
}
.audience-signature img {
  border-radius: 15px;
}
.audience-signature strong {
  color: var(--ink);
  font-weight: 600;
}
.audience-list article {
  padding: 26px 0;
  display: flex;
  gap: 23px;
  border-bottom: 1px solid #d9ded2;
}
.audience-list article:last-child {
  border: 0;
}
.audience-list article > span {
  font-size: 10px;
  color: #627465;
  padding-top: 5px;
}
.audience-list h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
}
.audience-list p {
  font-size: 13px;
  margin-top: 7px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
}
.faq-section .text-link {
  margin-top: 10px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  min-height: 81px;
  list-style: none;
  display: flex;
  gap: 21px;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding-block: 18px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-number {
  font-size: 10px;
  font-weight: 400;
  color: var(--muted);
}
.faq-list summary svg {
  margin-left: auto;
  flex-shrink: 0;
  width: 18px;
  transition: transform 0.2s;
}
.faq-list details[open] summary svg {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 28px 23px 35px;
  font-size: 13px;
  line-height: 1.9;
}
.faq-answer a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #b5c9ba;
  margin-top: 13px;
  color: #246246;
}
.download-section {
  padding-bottom: 88px;
}
.download-inner {
  background: var(--indigo);
  color: white;
  border-radius: 10px;
  padding: 65px 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.download-inner .eyebrow {
  color: var(--mint);
}
.download-copy > p:not(.eyebrow) {
  color: #c2c6dd;
  max-width: 365px;
  font-size: 13px;
  line-height: 1.9;
  margin-top: 22px;
}
.on-dark .store-link {
  background: #252953;
  border-color: #515576;
  color: white;
}
.on-dark .store-kicker {
  color: var(--mint);
}
.download-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 25px;
}
.download-brand img {
  border-radius: 34px;
  box-shadow: 0 12px 40px #03072666;
}
.download-brand strong {
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -1.7px;
  margin-top: 18px;
}
.download-brand span {
  font-size: 11px;
  color: #c2c6dd;
  margin-top: 3px;
}
.footer {
  border-top: 1px solid var(--line);
  padding-top: 47px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  padding-bottom: 46px;
}
.footer-main p {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.9;
}
.footer-main nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 43px;
  align-content: start;
  font-size: 12px;
}
.footer-main nav a {
  padding-block: 5px;
}
.footer-main a:hover {
  color: #267250;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 0;
  font-size: 10px;
  color: #666b79;
}
.footer-bottom a {
  display: flex;
  gap: 12px;
  min-height: 32px;
  align-items: center;
}
.footer address {
  font-size: 12px;
  font-style: normal;
  margin-bottom: 24px;
  color: var(--muted);
}
.footer-ownership {
  margin: 0;
  padding: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.footer-ownership a {
  color: var(--indigo);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-ownership a:hover {
  color: #267250;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  background: var(--indigo);
  color: #fff;
  padding: 15px 25px;
}
.skip-link:focus {
  top: 15px;
}
.legal-hero {
  padding-block: 65px 45px;
  max-width: 900px;
}
.breadcrumb {
  display: inline-flex;
  gap: 10px;
  font-size: 12px;
  min-height: 44px;
  align-items: center;
  color: var(--muted);
  margin-bottom: 25px;
}
.legal-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.15;
  letter-spacing: -2.5px;
}
.legal-hero > p {
  font-size: 16px;
  max-width: 650px;
  margin-top: 25px;
}
.legal-layout {
  max-width: 900px;
  padding-bottom: 90px;
}
.draft-notice {
  border-left: 3px solid #4d7160;
  padding: 20px 23px;
  background: #eaf0e8;
  border-radius: 0 8px 8px 0;
  margin-bottom: 25px;
}
.draft-notice strong {
  font-size: 13px;
  font-weight: 700;
}
.draft-notice p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 7px;
}
.legal-section {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 30px;
}
.legal-section h2 {
  font-size: 22px;
  letter-spacing: -0.6px;
  line-height: 1.4;
}
.legal-section p {
  font-size: 14px;
  line-height: 1.95;
  margin-top: 14px;
}
.legal-section a {
  color: #24674d;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-section ul {
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.95;
}
.legal-section li {
  margin-top: 10px;
}
.pending {
  font-style: italic;
}
.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.support-panel {
  padding: 26px;
  background: #eff1e9;
  border-radius: 8px;
}
.support-panel h2 {
  font-size: 24px;
  letter-spacing: -0.5px;
}
.support-panel p {
  font-size: 14px;
  margin-top: 15px;
}
.support-panel .text-link {
  margin-top: 17px;
}
.not-found {
  min-height: 60vh;
  padding-block: 85px;
}
.not-found h1 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.15;
  letter-spacing: -2px;
  max-width: 650px;
}
.not-found p {
  margin-block: 20px 30px;
  max-width: 520px;
}
.not-found .eyebrow {
  margin-bottom: 25px;
}
@media (min-width: 1440px) {
  .hero {
    gap: 72px;
  }
  .hero-stage {
    min-height: 684px;
  }
  .hero-stage > .phone {
    width: 296px;
  }
  .phone-title {
    font-size: 18px;
  }
  .hero-stage .resume {
    padding-top: 24px;
    padding-bottom: 19px;
  }
  .hero-stage .resume-section {
    margin-top: 16px;
  }
  .hero-stage .phone-bottom {
    margin-top: 17px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .main-nav {
    gap: 18px;
    font-size: 11px;
  }
  .header-inner {
    gap: 18px;
  }
  .header-download {
    gap: 10px;
    font-size: 11px;
    padding-inline: 13px;
  }
  .brand {
    font-size: 23px;
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 64px;
    letter-spacing: -3.8px;
  }
  .hero-stage {
    min-height: 630px;
  }
  .hero-stage > .phone {
    width: 260px;
  }
  .floating-note {
    left: -23px;
    bottom: 97px;
    padding: 12px;
    gap: 8px;
  }
  .hero-description {
    font-size: 14px;
  }
  .store-link {
    min-width: 145px;
    padding-inline: 12px;
    gap: 9px;
  }
  .store-name {
    font-size: 15px;
  }
  .value-section,
  .audience-layout {
    gap: 55px;
  }
  .faq-section {
    gap: 50px;
  }
  .look-gallery figure {
    padding-inline: 25px;
  }
  .download-inner {
    padding: 54px 45px;
  }
  .download-brand {
    padding: 0;
  }
  .download-brand img {
    width: 135px;
  }
  .steps-grid {
    gap: 35px;
  }
}
@media (max-width: 850px) {
  .header-inner {
    height: 86px;
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 86px;
    background: var(--paper);
    padding: 18px 32px 28px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px #171b4110;
  }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .main-nav a {
    font-size: 15px;
    padding: 13px 0;
    min-height: 48px;
  }
  .main-nav .mobile-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #275b45;
  }
  .header-download {
    margin-left: auto;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid var(--line);
    border-radius: 7px;
    background: transparent;
  }
  .menu-toggle span {
    width: 18px;
    height: 1.5px;
    background: var(--ink);
    transition: transform 0.2s;
  }
  .menu-toggle.is-open span:first-child {
    transform: translateY(3.75px) rotate(45deg);
  }
  .menu-toggle.is-open span:last-child {
    transform: translateY(-3.75px) rotate(-45deg);
  }
  .hero {
    padding-top: 37px;
    gap: 27px;
  }
  .hero h1 {
    font-size: 51px;
    letter-spacing: -3px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  .hero-description {
    font-size: 13px;
    margin-top: 20px;
  }
  .hero .store-links {
    gap: 8px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 23px;
    max-width: 225px;
  }
  .hero .store-link {
    min-height: 55px;
  }
  .hero .store-name {
    font-size: 14px;
  }
  .hero-stage {
    min-height: 593px;
  }
  .hero-stage > .phone {
    width: 245px;
  }
  .stage-topline {
    font-size: 6px;
    left: 16px;
    right: 16px;
  }
  .floating-note {
    left: -14px;
    bottom: 74px;
  }
  .note-icon {
    padding: 7px;
  }
  .note-mark {
    margin-left: 3px;
  }
  .floating-note strong {
    font-size: 11px;
  }
  .floating-note div > span {
    font-size: 9px;
  }
  .stage-bottomline {
    font-size: 8px;
    left: 17px;
    right: 17px;
  }
  .representation {
    font-size: 9px;
  }
  .section {
    padding-block: 78px;
  }
  .intro-strip {
    font-size: 8px;
    letter-spacing: 1.4px;
  }
  .intro-strip strong {
    gap: 10px;
  }
  .value-section {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .value-section .section-heading {
    max-width: 560px;
  }
  .value-section .section-heading > p:not(.eyebrow) {
    max-width: 520px;
  }
  .value-list p {
    max-width: 490px;
  }
  .steps-section {
    padding-block: 64px;
  }
  .steps-grid {
    gap: 24px;
  }
  .steps-grid h3 {
    font-size: 18px;
  }
  .steps-grid p {
    font-size: 12px;
  }
  .steps-heading > p {
    max-width: 185px;
    font-size: 12px;
  }
  .look-heading {
    gap: 38px;
  }
  .look-heading > div > p:not(.eyebrow) {
    font-size: 13px;
  }
  .look-gallery {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
  .look-gallery figure {
    padding: 26px 18px 0;
  }
  .look-gallery figcaption strong {
    font-size: 16px;
  }
  .look-edit .phone {
    width: 245px;
  }
  .look-gallery .resume-large {
    padding: 22px 16px 16px;
  }
  .resume-large h3 {
    font-size: 27px;
  }
  .resume-large .resume-heading p {
    font-size: 10px;
  }
  .resume-large .resume-contact {
    font-size: 6px;
  }
  .resume-large .resume-section {
    font-size: 8px;
    margin-top: 16px;
  }
  .resume-large .resume-section p {
    font-size: 8px;
  }
  .resume-large .resume-job small {
    position: static;
    display: block;
    font-size: 7px;
  }
  .resume-large .resume-skills span {
    font-size: 6px;
  }
  .audience-layout {
    gap: 35px;
  }
  .audience-list h3 {
    font-size: 17px;
  }
  .audience-list p {
    font-size: 12px;
  }
  .audience-list article {
    gap: 13px;
  }
  .audience-section {
    padding-block: 64px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .faq-section .section-heading > p:not(.eyebrow) {
    margin-top: 18px;
  }
  .download-inner {
    padding: 45px 35px;
    gap: 30px;
  }
  .download-brand img {
    width: 105px;
    border-radius: 24px;
  }
  .download-brand strong {
    font-size: 29px;
  }
  .download-brand span {
    font-size: 10px;
  }
  .download-copy > p:not(.eyebrow) {
    max-width: 290px;
  }
  .download-inner .store-links {
    gap: 9px;
  }
  .download-inner .store-link {
    min-width: 136px;
    padding-inline: 10px;
  }
  .footer-main nav {
    gap: 12px 25px;
    font-size: 11px;
  }
  .footer-main p {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 24px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 80px;
    gap: 12px;
  }
  .brand {
    font-size: 23px;
    gap: 9px;
  }
  .brand img {
    width: 36px;
    height: 36px;
    border-radius: 9px;
  }
  .header-download {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .main-nav {
    top: 80px;
    padding-inline: 20px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
    padding-top: 36px;
    padding-bottom: 25px;
  }
  .hero-copy {
    padding-inline: 3px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 22px;
  }
  .hero h1 {
    font-size: clamp(51px, 14vw, 76px);
    line-height: 1.075;
    letter-spacing: -3.4px;
  }
  .hero-highlight:after {
    height: 10px;
    bottom: 5px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 1.8;
    max-width: 380px;
    margin-top: 23px;
  }
  .hero .store-links {
    flex-direction: row;
    max-width: none;
    margin-top: 25px;
    gap: 10px;
  }
  .hero .store-link {
    flex: 1;
    min-width: 0;
    min-height: 61px;
    padding: 10px 12px;
    gap: 9px;
  }
  .hero .store-name {
    font-size: 15px;
  }
  .release-note {
    font-size: 10px;
    margin-top: 11px;
  }
  .explore {
    margin-top: 13px;
    font-size: 12px;
  }
  .hero-stage {
    min-height: 605px;
    padding: 54px 0 64px;
  }
  .hero-stage > .phone {
    width: 260px;
  }
  .stage-topline {
    font-size: 7px;
    left: 20px;
    right: 20px;
  }
  .stage-bottomline {
    font-size: 9px;
    left: 20px;
    right: 20px;
  }
  .floating-note {
    left: -8px;
    bottom: 93px;
    padding: 12px 14px;
    gap: 10px;
  }
  .floating-note strong {
    font-size: 12px;
  }
  .floating-note div > span {
    font-size: 10px;
  }
  .note-icon {
    padding: 8px;
  }
  .note-mark {
    margin-left: 12px;
  }
  .hero-visual > .representation {
    max-width: 310px;
    margin: 13px auto 0;
  }
  .intro-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    font-size: 8px;
    letter-spacing: 1.6px;
    padding: 24px 4px;
    margin-top: 0;
  }
  .intro-strip > span:nth-child(2),
  .intro-strip strong {
    justify-self: end;
  }
  .intro-strip strong {
    gap: 8px;
  }
  .mint-dot {
    width: 6px;
    height: 6px;
  }
  .section {
    padding-block: 66px;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 37px;
    letter-spacing: -1.8px;
  }
  .section-heading > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 20px;
  }
  .value-section {
    gap: 34px;
  }
  .value-list article {
    gap: 17px;
    padding-block: 23px;
  }
  .value-list h3 {
    font-size: 18px;
  }
  .value-list p {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 8px;
  }
  .index {
    font-size: 9px;
  }
  .value-list svg {
    width: 16px;
  }
  .steps-section {
    padding-block: 56px;
  }
  .steps-heading {
    display: block;
  }
  .steps-heading > p {
    max-width: none;
    font-size: 13px;
    margin-top: 22px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 36px;
  }
  .steps-grid article {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 20px;
    border-top: 1px solid #3a4169;
    padding-top: 25px;
  }
  .step-number {
    border: 0;
    padding: 0;
    grid-row: span 2;
    align-items: flex-start;
  }
  .step-number > span {
    font-size: 33px;
    line-height: 1.3;
  }
  .step-number svg {
    display: none;
  }
  .steps-grid h3 {
    margin: 0;
    font-size: 20px;
  }
  .steps-grid p {
    font-size: 13px;
    margin-top: 10px;
    max-width: none;
  }
  .look-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 30px;
  }
  .look-heading > div > p:not(.eyebrow) {
    font-size: 14px;
  }
  .look-heading .fine-print {
    font-size: 10px !important;
    margin-top: 12px;
  }
  .look-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .look-gallery figure {
    padding: 28px 24px 0;
    border-radius: 7px;
  }
  .look-gallery figcaption {
    margin-bottom: 29px;
  }
  .look-gallery figcaption strong {
    font-size: 18px;
    max-width: 270px;
  }
  .look-gallery figcaption > span {
    font-size: 8px;
  }
  .look-edit .phone {
    width: 270px;
    margin-bottom: -27px;
  }
  .look-gallery .resume-large {
    padding: 29px 23px 20px;
  }
  .resume-large h3 {
    font-size: 32px;
  }
  .resume-large .resume-heading p {
    font-size: 11px;
  }
  .resume-large .resume-contact {
    font-size: 7px;
  }
  .resume-large .resume-section {
    font-size: 9px;
    margin-top: 20px;
  }
  .resume-large .resume-section p {
    font-size: 9px;
  }
  .resume-large .resume-job small {
    font-size: 7px;
  }
  .resume-large .resume-skills span {
    font-size: 7px;
  }
  .document-stage {
    padding-inline: 0;
    padding-top: 5px;
    max-width: 330px;
  }
  .gallery-footnote {
    font-size: 10px;
    margin-block: 28px 24px;
  }
  .audience-section {
    padding-block: 57px;
  }
  .audience-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .audience-layout h2 {
    max-width: 310px;
  }
  .audience-layout > div > p:not(.eyebrow) {
    margin-top: 21px;
    font-size: 14px;
  }
  .audience-signature {
    margin-top: 28px;
  }
  .audience-signature img {
    width: 53px;
    height: 53px;
    border-radius: 12px;
  }
  .audience-list {
    border-top: 1px solid #d9ded2;
  }
  .audience-list article {
    gap: 20px;
    padding-block: 21px;
  }
  .audience-list h3 {
    font-size: 18px;
  }
  .audience-list p {
    font-size: 12px;
    line-height: 1.8;
  }
  .faq-section {
    gap: 30px;
  }
  .faq-list summary {
    font-size: 13px;
    gap: 13px;
    min-height: 78px;
  }
  .faq-number {
    font-size: 9px;
  }
  .faq-list summary svg {
    width: 17px;
  }
  .faq-answer {
    padding: 0 15px 23px 26px;
    font-size: 12px;
    line-height: 1.9;
  }
  .download-section {
    padding-bottom: 60px;
  }
  .download-inner {
    padding: 36px 25px 40px;
    flex-direction: column-reverse;
    align-items: start;
    gap: 32px;
  }
  .download-brand {
    flex-direction: row;
    gap: 13px;
  }
  .download-brand img {
    width: 52px;
    border-radius: 12px;
  }
  .download-brand strong {
    font-size: 26px;
    margin: 0;
  }
  .download-brand span {
    display: none;
  }
  .download-inner h2 {
    font-size: 37px;
  }
  .download-inner .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .download-copy {
    width: 100%;
  }
  .download-copy > p:not(.eyebrow) {
    font-size: 12px;
    max-width: none;
    margin-top: 21px;
  }
  .download-inner .store-links {
    gap: 9px;
    flex-direction: column;
    margin-top: 25px;
  }
  .download-inner .store-link {
    min-width: 0;
    padding: 12px 18px;
    min-height: 62px;
  }
  .footer {
    padding-top: 36px;
  }
  .footer-main {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 29px;
  }
  .footer-main p {
    font-size: 12px;
    margin-top: 18px;
  }
  .footer-main nav {
    gap: 10px 19px;
    font-size: 11px;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 10px;
    padding-block: 17px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .legal-hero {
    padding-block: 30px;
  }
  .legal-hero h1 {
    font-size: 39px;
    letter-spacing: -1.8px;
    overflow-wrap: anywhere;
  }
  .legal-hero > p {
    font-size: 14px;
    margin-top: 20px;
  }
  .breadcrumb {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .legal-layout {
    padding-bottom: 60px;
  }
  .draft-notice {
    padding: 17px 18px;
  }
  .draft-notice p {
    font-size: 12px;
  }
  .legal-section {
    padding-block: 23px;
  }
  .legal-section h2 {
    font-size: 21px;
  }
  .legal-section p,
  .legal-section ul {
    font-size: 13px;
  }
  .support-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .support-panel {
    padding: 23px;
  }
  .support-panel p {
    font-size: 13px;
  }
  .not-found {
    padding-block: 55px;
  }
  .not-found h1 {
    font-size: 42px;
  }
  .not-found p {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.support-faq-heading {
  font-size: 28px;
  letter-spacing: -1px;
  margin: 40px 0 25px;
}
.on-dark .store-link[href]:hover {
  background: #36436a;
  color: #fff;
  border-color: var(--mint);
}
.brand img,
.phone-appbar img,
.audience-signature img,
.download-brand img {
  background: #060b43;
}
.skip-link:not(:focus) {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
.language-switcher select {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 7px;
  min-height: 44px;
  padding: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}
.language-switcher {
  flex-shrink: 0;
}
.language-switcher span {
  font-size: 12px;
}
.header-inner {
  gap: 18px;
}
.main-nav {
  gap: 20px;
}
.hero h1 {
  font-size: clamp(48px, 5vw, 74px);
}
.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  border-top: 1px solid var(--line);
}
.contact-form {
  max-width: 760px;
}
.contact-form label,
.admin-login label,
.message-detail > label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-form input:not([type="checkbox"]),
.contact-form textarea,
.admin-login input,
.inbox-toolbar input,
.message-detail textarea,
.message-detail select,
.inbox-toolbar select {
  display: block;
  width: 100%;
  border: 1px solid #c4c8c6;
  border-radius: 7px;
  padding: 13px 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  margin-top: 8px;
  min-height: 48px;
}
.contact-form textarea,
.message-detail textarea {
  resize: vertical;
  min-height: 140px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-hint {
  font-size: 13px;
  line-height: 1.7;
  margin: -8px 0 20px;
}
.contact-form .check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
}
.check-label input {
  margin-top: 6px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #183c32;
}
.check-label a,
.cookie-banner a,
.cookie-dialog a {
  color: #205f48;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-error {
  color: #a12f35 !important;
  font-size: 14px;
  margin: 15px 0;
}
.contact-form [aria-invalid="true"] {
  border-color: #b4373f !important;
  outline: 1px solid #b4373f;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-success {
  padding: 34px;
  border: 1px solid #cadbce;
  border-radius: 10px;
  background: #edf5eb;
}
.contact-success h3 {
  font-size: 25px;
  margin: 15px 0;
}
.contact-success p {
  font-size: 15px;
}
.contact-success .button {
  margin-top: 25px;
}
.success-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mint);
  font-size: 23px;
}
.message-reference {
  margin-top: 15px;
  overflow-wrap: anywhere;
}
.message-reference code {
  font-size: 12px;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: #fffefb;
  border-top: 1px solid #d2d7d1;
  box-shadow: 0 -8px 35px #1318360c;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px max(24px, calc((100vw - 1240px) / 2));
  padding-bottom: max(20px, env(safe-area-inset-bottom));
}
.cookie-banner strong {
  font-size: 16px;
}
.cookie-banner p {
  font-size: 13px;
  line-height: 1.65;
  margin-top: 5px;
  max-width: 670px;
}
.cookie-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-shrink: 0;
  max-width: 340px;
}
.cookie-actions button {
  border: 1px solid var(--ink);
  background: #fff;
  color: var(--ink);
  border-radius: 6px;
  padding: 11px 14px;
  font: inherit;
  font-size: 13px;
  min-height: 44px;
  cursor: pointer;
}
.cookie-actions button:nth-child(3) {
  border-color: transparent;
  text-decoration: underline;
  min-width: 100%;
}
.cookie-actions button:hover {
  background: #edf7ee;
}
.cookie-dialog {
  margin: auto;
  position: fixed;
  inset: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  width: min(540px, calc(100% - 32px));
  padding: 28px;
  background: var(--paper);
  max-height: 90vh;
  overflow: auto;
  color: var(--ink);
}
.cookie-dialog::backdrop {
  background: #11152a77;
}
.dialog-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.dialog-heading h2 {
  font-size: 29px;
  letter-spacing: -1px;
}
.dialog-heading > button {
  background: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  width: 40px;
  min-height: 40px;
  cursor: pointer;
  font-size: 25px;
}
.cookie-option {
  display: flex;
  gap: 15px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
  align-items: flex-start;
}
.cookie-option input {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: #1d5342;
}
.cookie-option strong {
  display: block;
  font-size: 15px;
}
.cookie-option small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 7px;
  line-height: 1.7;
}
.cookie-dialog > p {
  margin: 20px 0;
  font-size: 14px;
}
.footer-cookie-button {
  border: 0;
  background: none;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
  color: inherit;
  min-height: 44px;
}
.footer-bottom {
  flex-wrap: wrap;
}
body {
  padding-bottom: var(--cookie-banner-height, 0px);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #247151;
  outline-offset: 3px;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.button.secondary {
  background: white;
  color: var(--ink);
  border: 1px solid #bfc6c2;
}
.admin-login {
  max-width: 540px;
  padding-block: 75px 100px;
}
.admin-login h1,
.admin-page h1 {
  font-size: 52px;
  letter-spacing: -2px;
  line-height: 1.2;
}
.admin-login > p {
  margin-top: 20px;
}
.admin-login form {
  margin-top: 30px;
}
.admin-page {
  padding-block: 55px 90px;
}
.admin-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.admin-heading p:not(.eyebrow) {
  margin-top: 12px;
}
.inbox-stats {
  display: flex;
  border-block: 1px solid var(--line);
  margin-block: 32px;
  padding-block: 22px;
  gap: 65px;
}
.inbox-stats div {
  display: flex;
  gap: 14px;
  align-items: center;
}
.inbox-stats strong {
  font-size: 28px;
}
.inbox-stats span {
  font-size: 14px;
  color: var(--muted);
}
.inbox-toolbar {
  display: flex;
  gap: 14px;
  margin-bottom: 25px;
  align-items: center;
}
.inbox-toolbar form {
  display: flex;
  gap: 10px;
  flex: 1;
}
.inbox-toolbar input,
.inbox-toolbar select {
  margin: 0;
}
.inbox-toolbar select {
  width: auto;
}
.inbox-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 25px;
  align-items: start;
}
.message-list,
.message-detail {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  min-width: 0;
  overflow: hidden;
}
.message-detail {
  padding: 28px;
}
.message-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: white;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 21px 22px;
  cursor: pointer;
  font: inherit;
  gap: 6px;
  overflow-wrap: anywhere;
}
.message-item.selected {
  background: #ecf6ed;
  border-left: 3px solid #30634c;
  padding-left: 19px;
}
.message-item > strong {
  font-size: 17px;
}
.message-item > span:not(.message-status),
.message-item > small {
  font-size: 13px;
  color: var(--muted);
}
.message-status {
  font-size: 10px;
  letter-spacing: 1px;
  color: #4c6d5a;
  background: #eff3ed;
  border-radius: 4px;
  padding: 3px 6px;
}
.message-status.unread {
  background: #cdf9e4;
  color: #174b3e;
}
.message-status.resolved {
  color: #5e616e;
  background: #eceff1;
}
.inbox-empty {
  padding: 35px 24px;
}
.inbox-empty h2 {
  font-size: 26px;
  letter-spacing: -0.7px;
}
.inbox-empty p {
  font-size: 14px;
  margin-top: 16px;
}
.message-detail-heading h2 {
  font-size: 27px;
  letter-spacing: -0.8px;
  overflow-wrap: anywhere;
}
.message-detail-heading p {
  font-size: 14px;
  margin-top: 15px;
  overflow-wrap: anywhere;
}
.message-detail-heading small {
  color: var(--muted);
  font-size: 12px;
}
.message-body {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  padding: 25px 0;
  margin-top: 15px;
  border-block: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.85;
}
.message-meta {
  font-size: 12px;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 7px;
  color: var(--muted);
  margin: 22px 0 28px;
}
.message-meta dd {
  overflow-wrap: anywhere;
}
.message-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.delete-button {
  padding: 12px;
  border: 0;
  background: none;
  color: #9e2a31;
  text-decoration: underline;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.admin-notice {
  color: #245c43;
  margin-block: 12px;
}
.inbox-pagination {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 12px;
}
.inbox-pagination button {
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  min-height: 44px;
  font: inherit;
  cursor: pointer;
}
.inbox-pagination button:disabled {
  cursor: default;
}
.legal-section p {
  white-space: pre-line;
}
@media (max-width: 1100px) {
  .main-nav {
    gap: 15px;
  }
  .header-inner {
    gap: 12px;
  }
  .hero h1 {
    font-size: 55px;
    letter-spacing: -3px;
  }
  .contact-section {
    gap: 50px;
  }
  .cookie-banner {
    gap: 20px;
  }
  .cookie-actions {
    max-width: 300px;
  }
}
@media (max-width: 850px) {
  .hero h1 {
    font-size: 43px;
    letter-spacing: -2.2px;
  }
  .main-nav {
    gap: 0;
  }
  .contact-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cookie-banner {
    display: block;
  }
  .cookie-actions {
    justify-content: flex-start;
    max-width: none;
    margin-top: 13px;
  }
  .cookie-actions button:nth-child(3) {
    min-width: 0;
  }
  .inbox-layout {
    grid-template-columns: 1fr;
  }
  .inbox-toolbar {
    flex-wrap: wrap;
  }
  .inbox-toolbar form {
    flex-basis: 100%;
  }
  .inbox-stats {
    gap: 30px;
  }
  .header-download {
    margin-left: auto;
  }
  .language-switcher {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .hero h1 {
    font-size: clamp(41px, 11vw, 60px);
    letter-spacing: -2.5px;
  }
  .hero-highlight {
    white-space: normal;
  }
  .hero-stage {
    min-height: 600px;
  }
  .language-switcher {
    margin-left: auto;
  }
  .menu-toggle {
    margin-left: 0;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .cookie-banner {
    padding: 15px 20px max(15px, env(safe-area-inset-bottom));
  }
  .cookie-banner p {
    font-size: 12px;
  }
  .cookie-actions {
    gap: 8px;
  }
  .cookie-actions button {
    flex: 1;
    font-size: 12px;
    padding-inline: 9px;
  }
  .cookie-actions button:nth-child(3) {
    flex-basis: 100%;
    padding-block: 4px;
    min-height: 36px;
  }
  .cookie-dialog {
    padding: 23px;
  }
  .contact-section {
    gap: 30px;
  }
  .contact-success {
    padding: 25px;
  }
  .footer-bottom {
    gap: 10px 20px;
  }
  .admin-heading {
    align-items: flex-start;
  }
  .admin-heading p:not(.eyebrow) {
    font-size: 14px;
  }
  .admin-page h1,
  .admin-login h1 {
    font-size: 43px;
  }
  .inbox-stats {
    gap: 20px;
    justify-content: space-between;
  }
  .inbox-stats div {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .inbox-stats span {
    font-size: 12px;
  }
  .inbox-toolbar form {
    flex-wrap: wrap;
  }
  .inbox-toolbar input {
    min-width: 0;
  }
  .message-detail {
    padding: 21px;
  }
  .message-meta {
    grid-template-columns: 1fr;
  }
  .message-meta dt {
    font-weight: 600;
  }
  .message-meta dd {
    margin-bottom: 8px;
  }
  .admin-login {
    padding-block: 50px 65px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root {
  --font-manrope: "Manrope";
}
