

:root {
  --font-pt-sans: 'PT Sans', system-ui, sans-serif;
  --font-lora: 'Lora', Georgia, serif;
  --font-montserrat: 'Montserrat', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

:root {
  --ink:      #2b3d40;
  --body:     #4c5a5c;
  --muted:    #7c8789;
  --line:     #dfe0d9;
  --white:    #ffffff;
  --page:     #f5f2ec;
  --surface:  #ffffff;
  --tint:     #eef1ee;
  --tint-2:   #e7ece9;
  --accent:   #5b8a86;
  --accent-deep: #3f6b67;
  --on-accent:#ffffff;
  --gold:     #c79a52;
  --maxw: min(92vw, 1180px);
  --radius: 16px;
  --radius-sm: 11px;
  --shadow: 0 18px 40px -28px rgba(40,55,55,.45);
  --shadow-soft: 0 10px 30px -22px rgba(40,55,55,.4);
}

.theme-anxiety { --page:#eaf0f0; --tint:#eef3f2; --tint-2:#e4edec; --accent:#3d5b61; --accent-deep:#1f3539; --gold:#c79a52; --ink:#2f4a52; }

body {
  font-family: var(--font-pt-sans), 'PT Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--body);
  background: var(--page);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 { font-family: var(--font-lora), 'Lora', Georgia, 'Times New Roman', serif; color: var(--ink); line-height: 1.15; font-weight: 600; text-wrap: balance; }
p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
strong { color: var(--ink); }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(18px, 5vw, 40px); }
.section { padding-block: clamp(40px, 6vw, 72px); }
.section--tint { background: var(--tint); }
.section-head { text-align: center; margin-bottom: clamp(28px, 4vw, 48px); }
.section-head h2 { font-size: clamp(1.5rem, 1rem + 2.4vw, 2.3rem); }
.ic { display: inline-flex; }
.ic svg { width: 1em; height: 1em; }

.ic-png {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: var(--icon-url);
          mask-image: var(--icon-url);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  vertical-align: middle;
  flex-shrink: 0;
}

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font: 700 1rem/1 var(--font-pt-sans), 'PT Sans', sans-serif; padding: 15px 26px; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer; transition: .22s ease; text-align: center; }
.btn--gold { background: var(--gold); color: #fff; box-shadow: var(--shadow-soft); }
.btn--gold:hover { filter: brightness(.94); transform: translateY(-2px); }
.btn--ghost { background: color-mix(in srgb, var(--surface) 70%, transparent); color: var(--ink); border-color: color-mix(in srgb, var(--ink) 22%, transparent); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent-deep); }
.btn .arr { transition: transform .22s ease; }
.btn:hover .arr { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; }

.hero__inner { display: block; width: 100%; }
.hero__text { padding-block: clamp(96px, 11vh, 116px) clamp(28px, 5vh, 48px); padding-inline: clamp(18px, 5vw, 40px); }
.hero__grid { display: grid; gap: clamp(22px, 4vw, 44px); align-items: center; padding-block: clamp(28px, 5vw, 60px); }
.hero__title { font-size: clamp(2rem, 1.1rem + 4.6vw, 3.7rem); letter-spacing: -.01em; }
.hero__lead { font-size: clamp(1.02rem, .98rem + .3vw, 1.18rem); color: var(--ink); font-weight: 700; margin-top: 18px; }
.hero__body { margin-top: 14px; color: var(--body); }
.hero__body p { margin-top: 10px; }
.hero__cta { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; align-items: stretch; }
.hero__media { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
@media (min-width: 520px){ .hero__cta { flex-direction: row; flex-wrap: wrap; } .hero__cta .btn{ flex: 1 1 auto; } }
@media (min-width: 860px){

  .hero--media-right {
    min-height: clamp(520px, 74vh, 660px);
    display: block;
  }
  .hero--media-right .hero__inner {
    display: grid;
    grid-template-columns: 1fr minmax(0, 46%);
    align-items: stretch;
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: clamp(18px, 5vw, 40px);
    min-height: clamp(520px, 74vh, 660px);
  }
  .hero--media-right .hero__text {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: clamp(28px, 4vw, 56px);
    padding-top: clamp(84px, 10vh, 104px);
    padding-bottom: clamp(24px, 4vh, 44px);
  }
  .hero--media-right .hero__media {
    grid-column: 2;
    align-self: stretch;
    height: 100%;
    min-height: clamp(520px, 74vh, 660px);
    position: relative;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    display: flex;
  }
  .hero--media-right .hero__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 35%;
  }
}

.sym-grid { display: grid; gap: clamp(10px, 1.6vw, 16px); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 620px){ .sym-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 920px){ .sym-grid--5 { grid-template-columns: repeat(5, 1fr); } }
.sym { position: relative; text-align: center; padding: clamp(14px, 2vw, 22px) 12px; display: flex; flex-direction: column; align-items: center; gap: 12px; }

.sym .ic { font-size: clamp(48px, 6vw, 60px); color: var(--accent); line-height: 1; }
.sym__txt { font-size: clamp(.84rem, .8rem + .2vw, .96rem); color: var(--body); line-height: 1.35; }

@media (min-width: 920px){

  #signs .sym-grid--stagger.sym-grid--5 { grid-template-columns: repeat(5, 1fr); }
}

#signs .sym-grid--stagger > .sym::before {
  content: "";
  position: absolute;
  left: calc(-1 * clamp(5px, .8vw, 8px));
  top: 14%;
  bottom: 14%;
  width: 2px;
  background: linear-gradient(180deg,
    transparent 0%,
    color-mix(in srgb, var(--gold) 55%, transparent) 12%,
    var(--gold) 32%,
    var(--gold) 68%,
    color-mix(in srgb, var(--gold) 55%, transparent) 88%,
    transparent 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  border-radius: 2px;
}

#signs .sym-grid--stagger > .sym:first-child::before,
#signs .sym-grid--stagger > .sym:nth-child(6)::before { display: none; }
@media (max-width: 919px){

  #signs .sym-grid--stagger > .sym:nth-child(3n+1)::before { display: none; }
}

.section-head--left { text-align: left; margin-bottom: clamp(22px, 3vw, 34px); }
.section-head--left h2 { display: inline-block; position: relative; padding-bottom: 10px; }
.section-head--left h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(48px, 6vw, 72px);
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.work-pace {
  margin-top: 18px;
  font-family: var(--font-lora), 'Lora', serif;
  font-size: clamp(1rem, .95rem + .25vw, 1.1rem);
  color: var(--ink);
  line-height: 1.55;
}
.work-pace strong { color: var(--accent-deep); font-weight: 700; }

.panel { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow-soft); padding: clamp(18px, 3vw, 34px); }
.cols, .cols--3 { display: grid; gap: clamp(22px, 3.5vw, 44px); align-items: start; }
@media (min-width: 860px){ .cols--2 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1080px){ .cols--3 { grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1080px){
  #work .cols--3 { align-items: stretch; }
  #work .cols--3 > .reveal { display: flex; flex-direction: column; }
  #work .cols--3 > .reveal > .cycle { flex: 1; display: flex; flex-direction: column; justify-content: center; }
}
.block-title { font-size: clamp(1.4rem, 1rem + 1.8vw, 1.95rem); margin-bottom: 16px; }
.lead-list { list-style: none; padding: 0; margin: 14px 0; display: grid; gap: 9px; }
.lead-list li { position: relative; padding-left: 24px; }
.lead-list li::before { content: ""; position: absolute; left: 4px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.mini-card { aspect-ratio: 5/4; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); margin-bottom: 16px; }
.mini-card img { width:100%; height:100%; object-fit: cover; }
.callout { background: var(--surface); border-radius: var(--radius); padding: clamp(18px, 3vw, 28px); box-shadow: var(--shadow-soft); }
.check-list { list-style: none; padding: 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li .ic { position: absolute; left: 0; top: 1px; color: var(--accent); font-size: 20px; }

.cycle { display: grid; gap: 6px; }

.cycle__ring { position: relative; width: min(440px, 100%); aspect-ratio: 1; margin-inline: auto; }
.cycle__ring::before { content: none; }
.cycle__center { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.cycle__center span { font-family: var(--font-lora), 'Lora', serif; color: var(--ink); font-size: clamp(1rem, .8rem + .8vw, 1.3rem); }

.cycle__node {
  position: absolute;
  left: calc(50% + 47% * cos(var(--a)));
  top: calc(50% + 47% * sin(var(--a)));
  transform: translate(-50%, -50%);
  width: 26%;
  text-align: center;
}
.cycle__node .ic { font-size: 52px; color: var(--accent); }
.cycle__node span { display: block; font-size: clamp(.62rem, .55rem + .3vw, .76rem); color: var(--body); line-height: 1.25; margin-top: 3px; }
.cycle__note { text-align: center; color: var(--muted); font-size: .9rem; max-width: 46ch; margin: 46px auto 0; }

.cycle__arrow {
  position: absolute;
  left: calc(50% + 40% * cos(var(--a)));
  top: calc(50% + 40% * sin(var(--a)));
  transform: translate(-50%, -50%) rotate(var(--r, 0deg));
  width: clamp(54px, 9vw, 78px);
  height: clamp(54px, 9vw, 78px);
  z-index: 2;
  pointer-events: none;
  filter: drop-shadow(0 1px 2px rgba(176, 127, 51, .18));
}
.cycle__arrow img { width: 100%; height: 100%; object-fit: contain; display: block; }

@media (max-width: 560px){ .cycle__ring { width: 100%; aspect-ratio: auto; display: grid; gap: 6px; } .cycle__ring::before { display: none; } .cycle__arrow { display: none; } .cycle__center { position: static; order: -1; margin-bottom: 6px; } .cycle__node { position: static; transform: none; width: 100%; display: flex; align-items: center; gap: 12px; text-align: left; padding: 9px 12px; background: var(--surface); border-radius: 10px; } }

.faq { display: grid; gap: clamp(18px, 3vw, 30px); }
@media (min-width: 760px){ .faq { grid-template-columns: repeat(3, 1fr); } }
.faq__item { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.faq__item .ic { font-size: 30px; color: var(--accent); }
.faq__q { font-family: var(--font-lora), 'Lora', serif; color: var(--ink); font-weight: 600; font-size: 1.02rem; margin-bottom: 5px; }
.faq__a { font-size: .92rem; color: var(--body); }

.closing { position: relative; overflow: hidden; color: #fff; }
.closing__bg { position: absolute; inset: 0; z-index: 0; }
.closing__bg img { width: 100%; height: 100%; object-fit: cover; }
.closing__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, color-mix(in srgb, var(--accent-deep) 88%, #000) 0%, color-mix(in srgb, var(--accent-deep) 55%, transparent) 70%); }
.closing__inner { position: relative; z-index: 1; padding-block: clamp(44px, 7vw, 80px); max-width: 720px; }
.closing h2 { color: #fff; font-size: clamp(1.5rem, 1rem + 2.6vw, 2.4rem); }
.closing p { margin-top: 14px; opacity: .95; max-width: 56ch; }
.closing__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.trust { background: var(--surface); border-top: 1px solid var(--line); }
.trust__row { display: grid; gap: 18px 24px; padding-block: 28px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 760px){ .trust__row { grid-template-columns: repeat(4, 1fr); } }
.trust__item { display: flex; align-items: center; gap: 12px; }
.trust__item .ic { font-size: 48px; color: var(--accent); flex-shrink: 0; }
.trust__item span { font-size: .88rem; color: var(--body); line-height: 1.3; }

.site-foot { background: var(--ink); color: #cdd6d6; }
.site-foot__row { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; justify-content: space-between; padding-block: 22px; font-size: .86rem; }
.site-foot a:hover { color: #fff; }

.sprig { position: absolute; color: var(--gold); opacity: .5; pointer-events: none; width: clamp(60px, 9vw, 130px); z-index: 0; }
.sprig svg { width: 100%; height: auto; }

.sprig--signs, .sprig--faq { z-index: 2; opacity: .55; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

.mt-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 28px; }

.anx-wc { background: #e9f1ef; }
.anx-wc::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(62% 48% at 82% -6%,  rgba(133,187,199,.62), transparent 62%),
    radial-gradient(52% 44% at -2% 16%,  rgba(168,206,190,.52), transparent 60%),
    radial-gradient(58% 50% at 104% 52%, rgba(146,191,199,.40), transparent 62%),
    radial-gradient(60% 46% at 8% 80%,   rgba(176,206,191,.40), transparent 64%),
    radial-gradient(72% 56% at 52% 110%, rgba(201,162,91,.18),  transparent 70%),
    linear-gradient(180deg, #eef5f3 0%, #e5f0ee 42%, #eaf2eb 100%);
  background-color: #eaf2ee;
}
.anx-wc .section--tint { background: transparent; }
.anx-wc .trust { background: transparent; border-top: 1px solid rgba(255,255,255,.55); }
.anx-wc .panel, .anx-wc .callout {
  background: rgba(255,255,255,.60);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
  backdrop-filter: blur(12px) saturate(1.05);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 34px 64px -42px rgba(35,70,76,.55);
}
.anx-wc .anx-hero { background: transparent !important; }

.anx-wc .hero__media::before {
  content: ""; position: absolute; inset: -6%; z-index: 0;
  background: radial-gradient(58% 58% at 56% 38%, rgba(255,255,255,.4), transparent 72%);
  pointer-events: none;
}
.anx-wc .hero__media {
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  display: flex;
  align-items: stretch;
}
.anx-wc .hero__media img {
  position: relative; z-index: 1;
  border-radius: 8px 80px 120px 8px / 8px 110px 90px 8px;
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%;

  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%), linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 22%), linear-gradient(to bottom, #000 0%, #000 72%, transparent 100%);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
  -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center, center; mask-position: center, center;
  filter: saturate(1.04);
}
.anx-wc .sprig { opacity: .5; color: var(--gold); }
.anx-wc .hero__lead { color: var(--accent-deep); }
.anx-wc .section-head h2, .anx-wc .block-title { color: #284a52; }

.page-shell { min-height: 100vh; display: flex; flex-direction: column; overflow-x: hidden; }
html, body { overflow-x: hidden; }
.page-shell > .site-foot { margin-top: auto; }

[id] { scroll-margin-top: clamp(92px, 12vh, 120px); }

.anx-wc .faq { align-items: stretch; }
.anx-wc .faq__item { align-items: flex-start; }
.faq__item > div { display: flex; flex-direction: column; }
@media (min-width: 760px){
  .faq__item { background: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.6); border-radius: 14px; padding: clamp(16px,2vw,22px); }
}

.anx-wc .cycle__node .ic { font-size: 54px; }
.anx-wc .cycle__node span { background: rgba(255,255,255,.55); border-radius: 8px; padding: 2px 4px; }

.closing .container { position: relative; z-index: 1; }

.anx-hero::before {
  content: "";
  position: absolute;
  left: -22%;
  top: -28%;
  width: clamp(700px, 105vw, 1400px);
  height: clamp(700px, 105vw, 1400px);
  background-image: url('images/texture.png');
  background-size: cover;
  background-position: 38% 38%;
  opacity: .48;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(88% 88% at 40% 40%, #000 28%, rgba(0,0,0,.6) 55%, transparent 92%);
          mask-image: radial-gradient(88% 88% at 40% 40%, #000 28%, rgba(0,0,0,.6) 55%, transparent 92%);
  pointer-events: none;
  z-index: 0;
}

.anx-hero > .container { position: relative; z-index: 1; }
.anx-hero .sprig { z-index: 1; }

#faq .panel { position: relative; overflow: hidden; }
#faq .panel::before {
  content: "";
  position: absolute;
  left: -15%;
  top: -20%;
  width: clamp(340px, 42vw, 560px);
  height: clamp(340px, 42vw, 560px);
  background-image: url('images/texture.png');
  background-size: cover;
  background-position: 30% 30%;
  opacity: .32;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(80% 80% at 45% 45%, #000 30%, transparent 85%);
          mask-image: radial-gradient(80% 80% at 45% 45%, #000 30%, transparent 85%);
  pointer-events: none;
  z-index: 0;
}

#faq .panel::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -25%;
  width: clamp(360px, 46vw, 620px);
  height: clamp(360px, 46vw, 620px);
  background-image: url('images/texture.png');
  background-size: cover;
  background-position: 65% 70%;
  opacity: .28;
  mix-blend-mode: multiply;
  -webkit-mask-image: radial-gradient(82% 82% at 55% 55%, #000 25%, transparent 88%);
          mask-image: radial-gradient(82% 82% at 55% 55%, #000 25%, transparent 88%);
  pointer-events: none;
  z-index: 0;
}

#faq .panel > * { position: relative; z-index: 1; }

.hero .sprig{ top:11% !important; right:0.5% !important; font-size:92px !important; opacity:.4 !important; z-index:0 !important; }

.hero__title, .block-title, .section-head h2, h1, h2, h3 { font-family: var(--font-lora), 'Lora', Georgia, serif; }

#results .section-head h2, #faq .section-head h2 { position: relative; display: inline-block; padding-bottom: 16px; }
#results .section-head h2::after, #faq .section-head h2::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 56px; height: 2px; background: var(--gold); border-radius: 2px; }

.block-title { position: relative; padding-bottom: 14px; }
.block-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 56px; height: 2px; background: var(--gold); border-radius: 2px; }

.hero__title::after { content: ""; display: block; width: 56px; height: 2px; background: var(--gold); border-radius: 2px; margin-top: 20px; }

.hero__lead, .anx-wc .hero__lead { color: var(--accent); font-weight: 600; position: relative; padding-top: 20px; }
.hero__lead::before { content: ""; position: absolute; top: 0; left: 0; width: 56px; height: 2px; background: var(--gold); border-radius: 2px; }

.anx-wc .hero__media img { border-radius: 0; }

@media (min-width: 920px){
  #results .sym-grid--5 > .sym::before {
    content: ""; position: absolute;
    left: calc(-1 * clamp(5px, .8vw, 8px));
    top: 14%; bottom: 14%; width: 2px; border-radius: 2px;
    background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--gold) 55%, transparent) 12%, var(--gold) 32%, var(--gold) 68%, color-mix(in srgb, var(--gold) 55%, transparent) 88%, transparent 100%);
    pointer-events: none; z-index: 2;
  }
  #results .sym-grid--5 > .sym:nth-child(5n+1)::before { display: none; }
}

#work .cols--3 > .reveal {
  background: rgba(255,255,255,.60);
  -webkit-backdrop-filter: blur(12px) saturate(1.05);
          backdrop-filter: blur(12px) saturate(1.05);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius);
  box-shadow: 0 28px 56px -40px rgba(35,70,76,.55);
  padding: clamp(20px, 2.4vw, 30px);
}

#work .mini-card {
  box-shadow: none; border-radius: 10px; aspect-ratio: 16/10; margin-bottom: 18px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%), linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(to bottom, transparent 0%, #000 9%, #000 91%, transparent 100%), linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
  -webkit-mask-composite: source-in; mask-composite: intersect;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
}

.faq__item {
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 14px;
  padding: clamp(16px, 2vw, 22px);
  box-shadow: 0 16px 34px -28px rgba(35,70,76,.5);
}
.faq__q { color: var(--accent); }

#work { position: relative; overflow: visible; }
.sprig--work { z-index: 0; opacity: .55; }
.closing .sprig { z-index: 1; opacity: .5; }

@media (max-width: 860px){ .sprig { display: none !important; } }

@media (min-width: 860px){
  .hero { position: relative; overflow: hidden; }
  .hero--media-right .hero__media,
  .anx-wc .hero--media-right .hero__media {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 50vw;
    height: auto;
    min-height: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: var(--bg);
    overflow: hidden;
    z-index: 0;
    display: block;
  }
  .hero--media-right .hero__media img,
  .anx-wc .hero__media img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: 58% 64%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-mask-image: radial-gradient(72% 78% at 60% 46%, #000 32%, rgba(0,0,0,.45) 60%, transparent 82%);
            mask-image: radial-gradient(72% 78% at 60% 46%, #000 32%, rgba(0,0,0,.45) 60%, transparent 82%);
    -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%; mask-size: 100% 100%;
    -webkit-mask-position: center; mask-position: center;
    -webkit-mask-composite: source-over; mask-composite: add;
    filter: none;
  }
  .anx-wc .hero__media::before { display: none; }
  .hero--media-right .hero__text { position: relative; z-index: 1; }
}

@media (min-width: 920px){
  #signs .sym-grid--stagger.sym-grid--5 { grid-template-columns: repeat(10, 1fr); }

  #signs .sym-grid--stagger > .sym:nth-child(-n+5) { grid-column: span 2; }

  #signs .sym-grid--stagger > .sym:nth-child(6) { grid-column: 2 / span 2; }
  #signs .sym-grid--stagger > .sym:nth-child(7) { grid-column: 4 / span 2; }
  #signs .sym-grid--stagger > .sym:nth-child(8) { grid-column: 6 / span 2; }
  #signs .sym-grid--stagger > .sym:nth-child(9) { grid-column: 8 / span 2; }
}

#work .cols--3 > .reveal.why-card {
  position: relative;
  overflow: hidden;
}
#work .cols--3 > .reveal.why-card .why-card__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 58% 22%;
  z-index: 0;
  margin: 0;
  border-radius: 0;
}
#work .cols--3 > .reveal.why-card::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(231,240,238,0.52) 0%, rgba(231,240,238,0.55) 42%, rgba(231,240,238,0.72) 100%);
  z-index: 1;
}
#work .cols--3 > .reveal.why-card > *:not(.why-card__bg) { position: relative; z-index: 2; }

