/* =====================================================================
   LetsGeko.com: inner pages
   ===================================================================== */

section[id], .niche[id] { scroll-margin-top: 100px; }

/* ---------- Page hero ---------- */
.phero { position: relative; padding-top: calc(var(--hdr-h) + clamp(4rem, 13vh, 9rem)); padding-bottom: clamp(3rem, 7vw, 5.5rem); overflow: hidden; }
.phero .eyebrow { margin-bottom: 1.6rem; }
.phero__title { font-size: clamp(3.2rem, 9.2vw, 9.4rem); font-weight: 800; line-height: .88; letter-spacing: -.018em; max-width: 11.5ch; color: var(--forest); }
.phero--short .phero__title { max-width: none; }
.phero__row { display: grid; gap: 2rem; margin-top: clamp(2rem, 4vw, 3.5rem); padding-top: 2rem; border-top: 1.5px solid rgba(15, 34, 25, .12); }
@media (min-width: 900px) { .phero__row { grid-template-columns: 1fr auto; align-items: end; } }
.phero__lede { font-size: clamp(1.1rem, 1rem + .5vw, 1.45rem); max-width: 42ch; }
.phero__actions { display: flex; flex-wrap: wrap; gap: .7rem; }

/* ---------- Services: index rows + floating preview ---------- */
.svc-index { padding-bottom: clamp(4rem, 8vw, 7rem); }
.rows { border-top: 1.5px solid rgba(15, 34, 25, .15); }
.row {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .3rem 1.2rem;
  padding: clamp(1.2rem, 2.6vw, 2rem) .6rem;
  border-bottom: 1.5px solid rgba(15, 34, 25, .15);
  transition: color .5s var(--ease);
}
.row::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--ink); transform: scaleY(0); transform-origin: bottom; transition: transform .6s var(--ease); }
.row:hover::before, .row:focus-visible::before { transform: scaleY(1); }
.row:hover, .row:focus-visible { color: var(--cream); }
.row__n { font-weight: 600; font-size: .85rem; opacity: .6; }
.row__t { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 6vw, 5.4rem); letter-spacing: -.017em; line-height: .95; transition: transform .6s var(--ease); }
.row:hover .row__t { transform: translateX(.5em); }
.row__d { grid-column: 2 / 3; opacity: .7; }
.row__a { grid-row: 1; grid-column: 3; width: clamp(28px, 3vw, 44px); height: auto; aspect-ratio: 1; transition: transform .6s var(--ease); }
.row:hover .row__a { transform: rotate(-45deg); }
@media (min-width: 900px) {
  .row { grid-template-columns: 4rem 1fr auto auto; }
  .row__d { grid-column: auto; text-align: right; max-width: 26ch; }
  .row__a { grid-row: auto; grid-column: auto; }
}
.hp { position: fixed; left: 0; top: 0; z-index: 40; pointer-events: none; }
.hp__inner {
  width: clamp(200px, 18vw, 260px); aspect-ratio: 4 / 5;
  border-radius: 26px; padding: 1.5rem;
  display: grid; place-items: center; align-content: center; gap: 1rem; text-align: center;
  transform: translate(-50%, -50%) scale(0) rotate(-12deg);
  transition: transform .55s var(--ease);
  box-shadow: 0 40px 80px -30px rgba(15, 34, 25, .6);
}
.hp.is-on .hp__inner { transform: translate(-50%, -50%) scale(1) rotate(-5deg); }
.hp .ico { width: 44%; height: auto; aspect-ratio: 1; stroke-width: 2.6; }
.hp p { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; line-height: 1.05; letter-spacing: -.009em; }
.hp[data-tone="clay"] .hp__inner { background: var(--clay); color: var(--paper); }
.hp[data-tone="leaf"] .hp__inner { background: var(--leaf); color: var(--ink); }
.hp[data-tone="ink"] .hp__inner { background: var(--paper); color: var(--ink); }
.hp[data-tone="forest"] .hp__inner { background: var(--forest); color: var(--leaf); }

/* ---------- Services: detail sections ---------- */
.svc__grid { display: grid; gap: 2.5rem; }
@media (min-width: 960px) { .svc__grid { grid-template-columns: .85fr 1.3fr; gap: 5rem; } }
.svc__sticky { position: sticky; top: calc(var(--hdr-h) + 2rem); display: grid; gap: 1rem; justify-items: start; }
.svc__n { font-weight: 600; letter-spacing: .1em; font-size: .85rem; opacity: .7; }
.svc__title { font-size: clamp(3rem, 6.6vw, 6.4rem); font-weight: 800; letter-spacing: -.018em; line-height: .9; }
.svc__ico { width: clamp(80px, 9vw, 140px); height: auto; aspect-ratio: 1; stroke-width: 2.2; margin-top: 1rem; }
@media (max-width: 959px) { .svc__ico { display: none; } }
.svc__lede { font-family: var(--font-display); font-weight: 550; font-size: clamp(1.45rem, 2.5vw, 2.25rem); line-height: 1.15; letter-spacing: -.008em; }
.svc__cols { display: grid; gap: 2.5rem; margin-top: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 700px) { .svc__cols { grid-template-columns: 1fr 1fr; } }
.svc__h { font-family: var(--font-body); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; opacity: .7; margin-bottom: 1rem; }
.svc__cols .tags + .svc__h { margin-top: 2.2rem; }
.svc__cols p { opacity: .9; }

/* Mock "screens" */
.mock { margin: clamp(3rem, 6vw, 4.5rem) 0 0; border-radius: calc(var(--radius) - 4px); background: var(--paper); color: var(--ink); overflow: hidden; box-shadow: 0 40px 80px -40px rgba(15, 34, 25, .55); }
.mock__bar { display: flex; align-items: center; gap: 6px; padding: .8rem 1rem; border-bottom: 1px solid rgba(15, 34, 25, .08); font-size: .78rem; font-weight: 600; }
.mock__bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(15, 34, 25, .15); }
.mock__bar i:first-child { background: var(--clay); }
.mock__bar span { margin-left: .6rem; opacity: .7; }
.mock figcaption { padding: .2rem 1.2rem 1rem; font-size: .8rem; opacity: .6; }

.brandsheet { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1rem; padding: 1.2rem; }
.brandsheet__mark { grid-row: span 2; min-height: 230px; border-radius: 18px; background: var(--forest); color: var(--leaf); display: grid; place-items: center; align-content: center; gap: .8rem; }
.brandsheet__mark svg { width: 64px; height: 78px; transition: transform .8s var(--ease); }
.mock:hover .brandsheet__mark svg { transform: rotate(-14deg) scale(1.1); }
.brandsheet__mark b { font-family: var(--font-display); font-size: clamp(1.2rem, 2vw, 1.6rem); letter-spacing: -.013em; color: var(--cream); }
.brandsheet__type { border-radius: 18px; background: var(--cream); padding: 1rem; display: grid; align-content: space-between; }
.brandsheet__aa { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 4vw, 3.6rem); line-height: .9; letter-spacing: -.017em; }
.brandsheet__type small { opacity: .6; font-weight: 600; }
.brandsheet__swatches { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
@media (max-width: 560px) {
  .brandsheet { grid-template-columns: 1fr; }
  .brandsheet__mark { grid-row: auto; min-height: 170px; }
}
.brandsheet__swatches i { min-width: 0; height: clamp(56px, 7vw, 92px); border-radius: 12px; background: var(--c); box-shadow: inset 0 0 0 1px rgba(15, 34, 25, .08); transition: transform .5s var(--ease); }
.brandsheet__swatches i:hover { transform: translateY(-6px); }

.cal { display: grid; grid-template-columns: repeat(7, 1fr); gap: .4rem; padding: 1.2rem; }
.cal span { min-height: 3.2rem; border-radius: 10px; background: rgba(15, 34, 25, .05); display: grid; place-items: center; font-size: .7rem; font-weight: 700; transition: transform .6s var(--ease), opacity .6s; }
.cal .cal__d { min-height: auto; background: none; opacity: .5; }
.cal .is-reel { background: var(--forest); color: var(--leaf); }
.cal .is-post { background: var(--leaf); color: var(--ink); }
.cal .is-shoot { background: var(--clay); color: var(--paper); }
.cal .is-report { background: var(--ink); color: var(--cream); }
html.anim .mock--cal:not(.is-in) .cal span:not(.cal__d) { transform: scale(.6); opacity: 0; }
.mock--cal .cal span:nth-child(3n) { transition-delay: .1s; }
.mock--cal .cal span:nth-child(3n + 1) { transition-delay: .2s; }

.bars { display: flex; align-items: flex-end; gap: .7rem; height: 240px; padding: 1.4rem 1.2rem 0; }
.bars__col { flex: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: .5rem; }
.bars__col i { width: 100%; height: var(--h); border-radius: 10px 10px 4px 4px; background: linear-gradient(var(--clay), var(--clay-deep)); transform-origin: bottom; transition: transform 1.2s var(--ease); }
.bars__col:last-child i { background: linear-gradient(var(--leaf), var(--geko)); }
.bars__col span { font-size: .72rem; font-weight: 600; opacity: .6; padding-bottom: .8rem; }
html.anim .mock--ads:not(.is-in) .bars__col i { transform: scaleY(0); }
.bars__col:nth-child(2) i { transition-delay: .08s; }
.bars__col:nth-child(3) i { transition-delay: .16s; }
.bars__col:nth-child(4) i { transition-delay: .24s; }
.bars__col:nth-child(5) i { transition-delay: .32s; }
.bars__col:nth-child(6) i { transition-delay: .4s; }

.site { padding: 1.2rem; display: grid; gap: 1rem; }
.site__nav { display: flex; align-items: center; gap: .6rem; font-size: .8rem; }
.site__nav b { margin-right: auto; font-family: var(--font-display); font-size: 1rem; letter-spacing: -.009em; }
.site__nav span { width: 36px; height: 6px; border-radius: 4px; background: rgba(15, 34, 25, .15); }
.site__nav em { font-style: normal; font-weight: 700; padding: .4em .9em; border-radius: 99px; background: var(--clay); color: var(--paper); }
.site__hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1rem; align-items: center; padding: 1rem; border-radius: 16px; background: var(--leaf-soft); }
.site__hero i { display: block; height: 14px; border-radius: 6px; background: var(--forest); margin-bottom: .6rem; }
.site__hero i:nth-child(2) { opacity: .4; height: 10px; }
.site__hero .site__btn { width: 40% !important; height: 26px; border-radius: 99px; background: var(--clay); margin-top: 1rem; }
.site__img { aspect-ratio: 1; border-radius: 14px; background: var(--forest); color: var(--leaf); display: grid; place-items: center; }
.site__img .ico { width: 50%; height: auto; aspect-ratio: 1; }
.site__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.site__cards span { height: 70px; border-radius: 12px; background: rgba(15, 34, 25, .06); }

/* SEO mock: the Google Maps top three */
.rank { display: grid; gap: .6rem; padding: 1.2rem; }
.rank__row { display: flex; align-items: center; gap: 1rem; padding: .9rem 1rem; border-radius: 14px; background: rgba(15, 34, 25, .05); }
.rank__row b { flex: none; display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: rgba(15, 34, 25, .1); font-family: var(--font-display); }
.rank__row span { display: grid; gap: .15rem; margin-right: auto; }
.rank__row strong { font-weight: 650; }
.rank__row small { font-size: .8rem; opacity: .65; }
.rank__row em { font-style: normal; font-weight: 700; font-size: .85rem; padding: .45em 1em; border-radius: 99px; background: var(--clay); color: var(--paper); }
.rank__row.is-you { background: var(--leaf); }
.rank__row.is-you b { background: var(--forest); color: var(--leaf); }

/* Production: shoot-day list under the service details */
.svc__shotlist { margin-top: clamp(3rem, 6vw, 4.5rem); }

/* Pricing principles */
.principles__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.principles__grid li { display: grid; gap: .8rem; align-content: start; min-height: 260px; padding: 1.8rem; border-radius: calc(var(--radius) - 6px); background: var(--paper); color: var(--ink); transition: transform .6s var(--ease), background .5s, color .5s; }
.principles__grid li:hover { transform: translateY(-8px) rotate(-1deg); background: var(--forest); color: var(--cream); }
.principles__grid span { font-weight: 700; font-size: .85rem; color: var(--clay); }
.principles__grid h3 { font-size: clamp(1.6rem, 2.2vw, 2.1rem); font-weight: 750; }
.principles__grid p { opacity: .8; }

/* FAQ accordion */
.faq__grid { display: grid; gap: 3rem; }
@media (min-width: 960px) { .faq__grid { grid-template-columns: .8fr 1.2fr; gap: 5rem; } }
.faq .eyebrow { margin-bottom: 1.3rem; }
.faq__lede { margin-top: 1.4rem; opacity: .85; }
.acc { border-top: 1.5px solid rgba(15, 34, 25, .15); }
.acc__item { border-bottom: 1.5px solid rgba(15, 34, 25, .15); }
.acc__item h3 { font: inherit; letter-spacing: normal; }
.acc__btn { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.4rem 0; text-align: left; font-family: var(--font-display); font-weight: 650; font-size: clamp(1.2rem, 1.8vw, 1.6rem); letter-spacing: -.006em; line-height: 1.2; transition: color .3s; }
.acc__btn:hover { color: var(--clay); }
.acc__btn i { position: relative; flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--ink); transition: background .4s, transform .6s var(--ease); }
.acc__btn i::before, .acc__btn i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 2px; margin: -1px 0 0 -7px; border-radius: 2px; background: var(--cream); transition: transform .5s var(--ease); }
.acc__btn i::after { transform: rotate(90deg); }
.is-open .acc__btn i { background: var(--clay); transform: rotate(180deg); }
.is-open .acc__btn i::after { transform: rotate(0); }
.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s var(--ease); }
.acc__panel > div { overflow: hidden; }
.acc__panel p { padding: 0 3.5rem 1.6rem 0; opacity: .85; max-width: 60ch; }
.is-open .acc__panel { grid-template-rows: 1fr; }

/* ---------- Industries ---------- */

.dock {
  position: fixed; left: 50%; bottom: clamp(.8rem, 2vw, 1.4rem); z-index: 45;
  display: flex; gap: .25rem; padding: .35rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  box-shadow: 0 20px 40px -20px rgba(15, 34, 25, .55);
  color: var(--ink);
  transform: translate(-50%, 180%);
  transition: transform .7s var(--ease);
}
.dock.is-on { transform: translate(-50%, 0); }
.dock a { display: inline-flex; align-items: center; gap: .4rem; padding: .6rem .95rem; border-radius: 999px; font-weight: 600; font-size: .88rem; transition: background .4s, color .4s; }
.dock a:hover { background: rgba(15, 34, 25, .07); }
.dock a .ico { width: 1.3em; height: 1.3em; stroke-width: 4.5; }
.dock a.is-active { background: var(--ink); color: var(--leaf); }
@media (max-width: 560px) { .dock a span { display: none; } .dock a { padding: .75rem; } }

.niche { position: relative; padding-block: clamp(5rem, 11vw, 9rem); }
/* The photo is absolutely positioned in this header and data-speed="-0.3" slides it another
   42px down, so the header has to be tall enough to hold the picture plus that travel and the
   4deg rotation bleed — otherwise it lands on top of the cards below. */
.niche__head { position: relative; display: grid; gap: 1rem; align-content: center; min-height: calc(clamp(120px, 19vw, 270px) + 4rem); margin-bottom: clamp(2.5rem, 5vw, 4rem); padding-right: clamp(0px, 22vw, 300px); }
.niche__n { font-weight: 600; letter-spacing: .1em; font-size: .85rem; opacity: .75; }
.niche__title { font-size: clamp(3rem, 8.2vw, 8.2rem); font-weight: 800; letter-spacing: -.016em; line-height: .88; }
/* Industry photo beside the heading; a wide banner under it on phones */
.niche__img { position: absolute; right: 0; top: calc(50% - clamp(120px, 19vw, 270px) / 2); width: clamp(120px, 19vw, 270px); height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 28%; rotate: 4deg; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5); }
@media (max-width: 700px) { .niche__head { padding-right: 0; min-height: 0; } .niche__img { position: static; width: 100%; aspect-ratio: 16 / 10; border-radius: calc(var(--radius) - 6px); rotate: none; } }
.niche__grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.niche__cell { display: grid; gap: 1rem; align-content: start; min-height: 190px; padding: 1.6rem; border-radius: calc(var(--radius) - 6px); background: color-mix(in srgb, currentColor 9%, transparent); transition: transform .6s var(--ease); }
.niche__cell:hover { transform: translateY(-6px); }
.niche__cell h3 { font-family: var(--font-body); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.niche__cell p { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.12; letter-spacing: -.008em; }
.niche__split { display: grid; gap: 2.5rem; margin-block: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 900px) { .niche__split { grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: start; } }
.niche__h { font-family: var(--font-body); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; opacity: .75; margin-bottom: 1.2rem; }
.niche .ticks li { font-size: 1.05rem; }

.shotlist { position: relative; padding: 2rem 1.8rem 1.4rem; border-radius: calc(var(--radius) - 6px); background: var(--ink); color: var(--cream); rotate: 1.5deg; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5); overflow: hidden; transition: rotate .6s var(--ease); }
.shotlist:hover { rotate: 0deg; }
.shotlist::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 16px; background: repeating-linear-gradient(-45deg, var(--cream) 0 14px, var(--ink) 14px 28px); }
.shotlist__k { margin-top: .6rem; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--leaf); }
.shotlist ol { counter-reset: shot; display: grid; margin-top: .8rem; }
.shotlist li { counter-increment: shot; display: flex; gap: 1rem; padding: .85rem 0; border-bottom: 1px dashed rgba(245, 238, 226, .22); font-weight: 500; }
.shotlist li:last-child { border: 0; }
.shotlist li::before { content: counter(shot, decimal-leading-zero); font-weight: 700; font-size: .85rem; color: var(--clay); padding-top: .15em; }
#builders .shotlist { background: var(--cream); color: var(--ink); }
#builders .shotlist::before { background: repeating-linear-gradient(-45deg, var(--ink) 0 14px, var(--cream) 14px 28px); }
#builders .shotlist li { border-color: rgba(15, 34, 25, .18); }
#builders .shotlist__k { color: var(--geko); }
#clinics .shotlist { background: var(--leaf); color: var(--ink); }
#clinics .shotlist::before { background: repeating-linear-gradient(-45deg, var(--forest) 0 14px, var(--leaf) 14px 28px); }
#clinics .shotlist li { border-color: rgba(15, 34, 25, .2); }
#clinics .shotlist__k { color: var(--forest); }

/* ---------- Work ---------- */
.work { padding-top: 0; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.filters button { padding: .75em 1.3em; border-radius: 999px; border: 1.5px solid rgba(15, 34, 25, .2); font-weight: 600; font-size: .95rem; transition: background .4s, color .4s, border-color .4s; }
.filters button:hover { border-color: var(--ink); }
.filters button[aria-pressed="true"] { background: var(--ink); color: var(--cream); border-color: var(--ink); }
.work-grid { display: grid; gap: clamp(1.4rem, 2.4vw, 2rem) clamp(1rem, 2vw, 1.6rem); }
@media (min-width: 800px) {
  .work-grid { grid-template-columns: repeat(12, 1fr); }
  .case { grid-column: span 5; }
  .case--wide { grid-column: span 7; }
}
.case { position: relative; display: flex; flex-direction: column; gap: 1rem; }
.case__open { position: absolute; inset: 0; z-index: 3; border-radius: var(--radius); }
.case__cover { position: relative; flex: 1; min-height: clamp(280px, 32vw, 460px); border-radius: var(--radius); overflow: hidden; display: grid; place-items: center; transition: border-radius .7s var(--ease); }
.case:hover .case__cover { border-radius: calc(var(--radius) * 2.2); }
.case__cover::before { content: ""; position: absolute; left: -20%; right: -20%; bottom: -60%; height: 90%; border-radius: 50%; background: currentColor; opacity: .08; transition: transform .9s var(--ease); }
.case:hover .case__cover::before { transform: translateY(-18%); }
.case--clay .case__cover { background: var(--clay); color: var(--paper); }
.case--forest .case__cover { background: var(--forest); color: var(--leaf); }
.case--leaf .case__cover { background: var(--leaf); color: var(--forest); }
.case--ink .case__cover { background: var(--ink); color: var(--clay); }
.case--sand .case__cover { background: var(--sand); color: var(--clay-deep); }
.case__ico { position: relative; width: 36%; max-width: 210px; height: auto; aspect-ratio: 1; stroke-width: 2; transition: transform .9s var(--ease); }
.case:hover .case__ico { transform: scale(1.12) rotate(-8deg); }
/* Cover photo (the icon stays as the fallback for a case study without one). The result card covers the bottom-left. */
.case__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.case:hover .case__img { transform: scale(1.05); }
.case__img[src$="case-brew-bloom.webp"] { object-position: 50% 72%; }
.case__img[src$="case-northline.webp"] { object-position: 62% 62%; }
.case__metric { position: absolute; left: 1.2rem; bottom: 1.2rem; display: grid; padding: .9rem 1.1rem; border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 40px -20px rgba(15, 34, 25, .45); transition: transform .6s var(--ease); }
.case:hover .case__metric { transform: translateY(-6px) rotate(-2deg); }
.case__metric b { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; letter-spacing: -.013em; line-height: 1; }
.case__metric span { font-size: .85rem; font-weight: 500; opacity: .7; }
.case__info { display: flex; justify-content: space-between; align-items: baseline; gap: .3rem 1rem; flex-wrap: wrap; padding-inline: .3rem; }
.case__info h2 { font-size: clamp(1.5rem, 2.3vw, 2.1rem); font-weight: 750; }
.case__info p { opacity: .7; font-size: .92rem; }
.work__empty { padding: 3rem 0; font-size: 1.2rem; opacity: .7; }

/* Case study dialog */
.case-dlg { width: min(980px, calc(100% - 1.5rem)); max-width: none; max-height: calc(100dvh - 2rem); padding: 0; border: 0; border-radius: var(--radius); background: var(--paper); color: var(--ink); overflow: hidden; box-shadow: 0 60px 120px -40px rgba(0, 0, 0, .6); }
.case-dlg[open] { display: flex; flex-direction: column; animation: dlg-in .7s var(--ease-out); }
.case-dlg::backdrop { background: rgba(15, 34, 25, .62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.case-dlg[open]::backdrop { animation: fade .4s ease; }
@keyframes dlg-in { from { opacity: 0; transform: translateY(40px) scale(.97); } }
@keyframes fade { from { opacity: 0; } }
.case-dlg__body { overflow: auto; overscroll-behavior: contain; }
.case-dlg__close { position: absolute; top: 1rem; right: 1rem; z-index: 2; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; }
.case-dlg__close span { position: absolute; width: 18px; height: 2px; border-radius: 2px; background: var(--cream); transform: rotate(45deg); transition: transform .5s var(--ease); }
.case-dlg__close span + span { transform: rotate(-45deg); }
.case-dlg__close:hover span { transform: rotate(135deg); }
.case-dlg__close:hover span + span { transform: rotate(45deg); }
.cd__head { padding: clamp(2rem, 5vw, 4rem); padding-right: 5rem; }
.cd__head--clay { background: var(--clay); color: var(--paper); }
.cd__head--forest { background: var(--forest); color: var(--cream); }
.cd__head--leaf { background: var(--leaf); color: var(--ink); }
.cd__head--ink { background: var(--ink); color: var(--cream); }
.cd__head--sand { background: var(--sand); color: var(--ink); }
.cd__head h2 { margin-top: 1rem; font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.017em; }
.cd__metric { margin-top: 1.4rem; font-size: 1.1rem; }
.cd__metric b { font-family: var(--font-display); font-size: 1.8em; letter-spacing: -.009em; margin-right: .2em; }
.cd__grid { display: grid; gap: 1px; background: rgba(15, 34, 25, .1); }
@media (min-width: 760px) { .cd__grid { grid-template-columns: 1fr 1fr; } }
.cd__grid section { background: var(--paper); padding: clamp(1.5rem, 3vw, 2.4rem); }
.cd__grid h3 { margin-bottom: 1rem; font-family: var(--font-body); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--clay); }
.cd__nums { display: grid; gap: .8rem; }
.cd__nums div { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid rgba(15, 34, 25, .1); }
.cd__nums dd { font-family: var(--font-display); font-weight: 800; font-size: 1.8rem; letter-spacing: -.013em; }
.cd__quote blockquote { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.15; letter-spacing: -.006em; }
.cd__quote p { margin-top: 1rem; font-size: .9rem; opacity: .65; }

/* Timeline cards (work + contact) */
.timeline { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.timeline li { display: grid; gap: .9rem; align-content: start; min-height: 250px; padding: 2rem 1.8rem; border-radius: calc(var(--radius) - 6px); border: 1.5px solid color-mix(in srgb, currentColor 22%, transparent); transition: background .5s, color .5s, border-color .5s, transform .6s var(--ease); }
.timeline li:hover { background: var(--leaf); color: var(--ink); border-color: var(--leaf); transform: translateY(-8px); }
.timeline__k { justify-self: start; padding: .4em .9em; border-radius: 99px; background: var(--clay); color: var(--paper); font-weight: 700; font-size: .85rem; }
.timeline h3 { margin-top: .6rem; font-size: clamp(1.7rem, 2.6vw, 2.4rem); font-weight: 750; }
.timeline p { opacity: .85; }

/* Pilot */
.pilot { overflow: hidden; }
.pilot__grid { position: relative; z-index: 1; display: grid; gap: 2.5rem; }
@media (min-width: 960px) { .pilot__grid { grid-template-columns: 1.1fr 1fr; align-items: end; gap: 5rem; } }
.pilot__title { margin-top: 1.3rem; font-size: clamp(2.8rem, 6.4vw, 6.2rem); font-weight: 800; letter-spacing: -.018em; line-height: .9; }
.pilot__body { display: grid; gap: 1.6rem; justify-items: start; }
.pilot__body > p { font-size: clamp(1.1rem, 1rem + .4vw, 1.35rem); }
.pilot .ticks svg { background: rgba(15, 34, 25, .15); }

/* ---------- About ---------- */
.story__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 960px) { .story__grid { grid-template-columns: 1fr 1fr; gap: 6rem; } }
.story__art { position: relative; aspect-ratio: 1; border-radius: var(--radius); background: var(--forest); color: var(--leaf); display: grid; place-items: center; overflow: hidden; }
.story__ring { position: absolute; border-radius: 50%; border: 2px dashed rgba(185, 212, 111, .35); animation: spin 40s linear infinite; }
.story__ring--1 { width: 60%; height: 60%; }
.story__ring--2 { width: 90%; height: 90%; animation-direction: reverse; animation-duration: 60s; }
.story__geko { position: relative; z-index: 1; width: 34%; height: auto; aspect-ratio: 100 / 120; }
.story__label { position: absolute; z-index: 2; padding: .6em 1.1em; border-radius: 99px; font-weight: 600; font-size: clamp(.8rem, 1vw, .95rem); animation: float 6s ease-in-out infinite; }
.story__label--a { left: 7%; top: 11%; background: var(--clay); color: var(--paper); rotate: -6deg; }
.story__label--b { right: 7%; bottom: 11%; background: var(--leaf); color: var(--ink); rotate: 5deg; animation-delay: -3s; }
.story__copy { display: grid; gap: 1.3rem; }
.story__copy .h2 { margin-bottom: .4rem; }
.story__copy p:not(.eyebrow) { max-width: 52ch; font-size: clamp(1.05rem, 1rem + .25vw, 1.2rem); opacity: .9; }
.story__copy .eyebrow { justify-self: start; }

.values__grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.value { position: relative; isolation: isolate; overflow: hidden; display: grid; gap: .9rem; align-content: start; min-height: 260px; padding: 2rem; border-radius: calc(var(--radius) - 6px); background: rgba(245, 238, 226, .06); border: 1.5px solid rgba(245, 238, 226, .14); transition: color .5s var(--ease); }
.value::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--leaf); clip-path: circle(0% at 100% 0%); transition: clip-path .8s var(--ease); }
.value:hover::before { clip-path: circle(150% at 100% 0%); }
.value:hover { color: var(--ink); }
.value__n { font-family: var(--font-display); font-weight: 800; font-size: 3rem; letter-spacing: -.017em; line-height: 1; color: var(--leaf); transition: color .5s; }
.value:hover .value__n { color: var(--clay); }
.value h3 { font-size: clamp(1.6rem, 2.3vw, 2.1rem); font-weight: 750; }
.value p { opacity: .85; }

.toolkit { padding-block: clamp(4rem, 8vw, 6rem); overflow: hidden; }
.toolkit__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 2rem; }
.toolkit__lede { max-width: 40ch; font-weight: 500; }
.marquee--plain .marquee__group { font-size: clamp(2rem, 5vw, 4.4rem); }
.marquee--plain b { color: var(--clay); }

.team__grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.person { position: relative; display: grid; gap: .6rem; align-content: start; min-height: 320px; padding: 1.8rem; border-radius: calc(var(--radius) - 6px); }
.person--founder { background: var(--forest); color: var(--cream); }
.person__avatar { width: 96px; height: 96px; margin-bottom: 1.2rem; border-radius: 50%; background: var(--leaf); color: var(--forest); display: grid; place-items: center; overflow: hidden; }
.person__avatar svg { width: 42%; height: auto; aspect-ratio: 100 / 120; transition: transform .7s var(--ease); }
.person--founder:hover .person__avatar svg { transform: rotate(-20deg) scale(1.1); }
.person__avatar img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.person--founder:hover .person__avatar img { transform: scale(1.08); }
.person h3 { font-size: clamp(1.7rem, 2.4vw, 2.2rem); font-weight: 750; }
.person__role { font-weight: 600; font-size: .95rem; color: var(--leaf); }
.person p:last-child { opacity: .85; }
.person--open { align-content: end; border: 2px dashed rgba(15, 34, 25, .25); transition: background .5s, border-color .5s, transform .6s var(--ease); }
.person--open:hover { background: var(--paper); border-color: transparent; transform: translateY(-6px); }
.person__tag { position: absolute; top: 1.6rem; left: 1.8rem; padding: .4em .85em; border-radius: 99px; background: var(--clay); color: var(--paper); font-size: .8rem; font-weight: 700; }
.team__note { margin-top: 2rem; font-size: 1.1rem; }

/* ---------- Contact ---------- */
.contact { padding-top: 0; }
.contact__grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 1000px) { .contact__grid { grid-template-columns: 1.5fr 1fr; gap: 3rem; } }
.form { position: relative; padding: clamp(1.4rem, 3.5vw, 3rem); border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: 0 40px 80px -50px rgba(15, 34, 25, .45); }
.form__fields { display: grid; gap: 1.4rem; }
.form__row { display: grid; gap: 1.4rem; }
@media (min-width: 640px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: .5rem; min-width: 0; margin: 0; padding: 0; border: 0; }
.field label, .field legend { padding: 0; font-weight: 600; font-size: .92rem; }
.field legend { margin-bottom: .7rem; }
.field label span, .field legend span { color: var(--clay); }
.field input, .field textarea, .field select { width: 100%; padding: .95rem 1.1rem; border-radius: 14px; border: 1.5px solid rgba(15, 34, 25, .15); background: var(--cream); font: inherit; color: inherit; appearance: none; transition: border-color .3s, background .3s, box-shadow .3s; }
.field textarea { resize: vertical; min-height: 140px; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--forest); background: #fff; box-shadow: 0 0 0 4px rgba(47, 122, 79, .16); }
.select { position: relative; }
.select::after { content: ""; position: absolute; right: 1.2rem; top: 50%; width: 8px; height: 8px; border-right: 2px solid; border-bottom: 2px solid; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.field__err { display: none; font-size: .85rem; font-weight: 600; color: var(--clay-deep); }
.field.is-invalid .field__err { display: block; }
.field.is-invalid input, .field.is-invalid textarea { border-color: var(--clay); background: #fff3ed; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { position: relative; }
.chip input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.chip span { display: inline-flex; align-items: center; gap: .45rem; padding: .7em 1.1em; border-radius: 999px; border: 1.5px solid rgba(15, 34, 25, .18); font-weight: 500; font-size: .93rem; transition: background .35s, color .35s, border-color .35s, transform .4s var(--ease); }
.chip .ico { width: 1.3em; height: 1.3em; stroke-width: 4.5; }
.chip:hover span { border-color: var(--ink); }
.chip input:checked + span { background: var(--ink); color: var(--leaf); border-color: var(--ink); transform: translateY(-2px); }
.chip input:focus-visible + span { outline: 3px solid var(--clay); outline-offset: 2px; }
.field--chips.is-invalid .chip span { border-color: var(--clay); }
/* Creator terms: a tick box, plus the full terms folded away under "Read the full terms". */
.terms { position: relative; display: flex; gap: .8rem; align-items: flex-start; cursor: pointer; font-weight: 500 !important; line-height: 1.45; }
.field .terms input { position: absolute; top: 0; left: 0; width: 1.5rem; height: 1.5rem; margin: 0; padding: 0; opacity: 0; cursor: pointer; }
.terms__box { flex: none; display: grid; place-items: center; width: 1.5rem; height: 1.5rem; margin-top: .05rem; border-radius: 7px; border: 2px solid rgba(15, 34, 25, .35); background: var(--cream); transition: background .25s, border-color .25s, transform .35s var(--ease); }
.terms__box svg { width: .95rem; height: .95rem; stroke-width: 5; color: var(--leaf); opacity: 0; transform: scale(.3); transition: opacity .25s, transform .4s cubic-bezier(.34, 1.8, .64, 1); }
.terms input:checked + .terms__box { background: var(--ink); border-color: var(--ink); }
.terms input:checked + .terms__box svg { opacity: 1; transform: none; }
.terms input:focus-visible + .terms__box { outline: 3px solid var(--clay); outline-offset: 2px; }
.field--terms.is-invalid .terms__box { border-color: var(--clay); background: #fff3ed; animation: terms-nudge .45s; }
@keyframes terms-nudge { 25% { transform: translateX(-4px); } 50% { transform: translateX(4px); } 75% { transform: translateX(-2px); } }
.field .terms .terms__text { color: inherit; }
.field .terms .terms__text span { color: var(--clay); }
.terms__more { margin-left: 2.3rem; font-size: .9rem; }
.terms__more:not([open]) { display: none; }
.terms__more summary { display: none; }
.terms__text a { font-weight: 700; color: var(--forest); text-decoration: underline; text-underline-offset: .2em; }
.terms__more ol { display: grid; gap: .6rem; max-height: 320px; margin: 0; padding: 1rem 1.1rem 1rem 2.2rem; overflow: auto; border-radius: 14px; background: var(--cream); line-height: 1.5; }
.terms__more a { text-decoration: underline; }
.field--terms .field__err { margin-left: 2.3rem; }
.apply__note { max-width: 44ch; padding: .8rem 1rem; border-radius: 14px; background: rgba(255, 250, 242, .16); border: 1.5px dashed rgba(255, 250, 242, .45); font-size: .95rem; font-weight: 600; }
.toast { position: fixed; left: 50%; bottom: 1.5rem; z-index: 1000; max-width: min(92vw, 30rem); padding: .9rem 1.3rem; border-radius: 14px; background: var(--ink); color: var(--paper); font-weight: 600; box-shadow: 0 20px 40px -18px rgba(0, 0, 0, .55); opacity: 0; transform: translate(-50%, 1.5rem); pointer-events: none; transition: opacity .3s, transform .45s var(--ease); }
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.form__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 2rem; }
.form__status { font-weight: 600; color: var(--clay-deep); }
.form__status:empty { display: none; }
.form__legal { flex-basis: 100%; margin: 0; font-size: .85rem; opacity: .78; }
.form__legal a, .ftr__base a, .legal__body a { text-decoration: underline; text-underline-offset: .2em; }

/* Privacy policy */
.legal__body { max-width: 780px; }
.legal__body h2 { margin: 2.6rem 0 .8rem; font-size: clamp(1.5rem, 2.4vw, 2rem); font-weight: 800; line-height: 1.15; }
.legal__body h2:first-child { margin-top: 0; }
.legal__body p, .legal__body li { font-size: 1.05rem; line-height: 1.65; }
.legal__body p { margin: 0 0 1rem; }
.legal__body ul { display: grid; gap: .5rem; margin: 0 0 1rem; padding-left: 1.3rem; list-style: disc; }
.legal__body code { font-size: .92em; }
.legal__body h2 { scroll-margin-top: calc(var(--hdr-h, 80px) + 1.5rem); }
.legal__ol { display: grid; gap: .7rem; margin: 0 0 1rem; padding-left: 1.5rem; list-style: decimal; }
.legal__toc { margin: 0 0 2.6rem; padding: clamp(1.1rem, 2.5vw, 1.6rem) clamp(1.2rem, 3vw, 2rem); border-radius: var(--radius); background: var(--paper); }
.legal__toc > p { margin: 0 0 .7rem; font-size: .8rem !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.legal__toc ol { display: grid; gap: .35rem 2rem; margin: 0; padding-left: 1.4rem; list-style: decimal; }
@media (min-width: 700px) { .legal__toc ol { grid-template-columns: 1fr 1fr; } }
.legal__toc li { font-size: .98rem !important; }
.terms__full { margin: .6rem 0 0; font-weight: 700; }
.terms__full a { color: var(--forest); text-decoration: underline; text-underline-offset: .2em; }

/* Creators are on the way (shown until real creators are added in the dashboard) */
.soon { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: clamp(1.2rem, 3vw, 2.6rem); padding: clamp(1.6rem, 4vw, 3.2rem); border-radius: var(--radius); background: var(--forest); color: var(--cream); }
.soon__geko { width: clamp(72px, 10vw, 128px); height: auto; aspect-ratio: 100 / 120; color: var(--leaf); }
.soon__title { margin: 0 0 .7rem; font-family: var(--font-display); font-size: clamp(1.9rem, 3.8vw, 3.2rem); font-weight: 800; line-height: 1.05; }
.soon p { max-width: 58ch; margin: 0 0 1.5rem; opacity: .85; }
.soon__actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.4rem; }
.crew__soon { display: grid; justify-items: start; align-content: center; gap: .9rem; }
.crew__soon-geko { width: 64px; height: 77px; color: var(--leaf); }
.crew__soon-title { margin: 0; font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; line-height: 1.05; }
.crew__soon p { margin: 0; opacity: .8; }
@media (max-width: 640px) { .soon { grid-template-columns: 1fr; } }
.form.is-sending button[type="submit"] { opacity: .7; pointer-events: none; }
.form__done { display: grid; justify-items: start; gap: 1rem; padding: 2rem 0; }
.form__geko { width: 80px; height: 96px; color: var(--geko); animation: pt-wiggle 1.2s var(--ease) infinite alternate; }
.form__done h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 800; }
.contact__aside { display: grid; gap: 1rem; }
@media (min-width: 1000px) { .contact__aside { position: sticky; top: calc(var(--hdr-h) + 2rem); } }
.book-card { display: grid; gap: 1rem; justify-items: start; padding: clamp(1.6rem, 3vw, 2.4rem); border-radius: var(--radius); background: var(--forest); color: var(--cream); scroll-margin-top: 110px; }
.book-card__ico { width: 44px; height: 44px; color: var(--leaf); }
.book-card h2 { font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 800; }
.book-card p { opacity: .85; }
.direct { display: grid; gap: .5rem; }
.direct a { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border-radius: 18px; background: var(--paper); color: var(--ink); transition: background .4s, color .4s, transform .5s var(--ease); }
.direct a:hover { background: var(--clay); color: var(--paper); transform: translateX(6px); }
.direct svg { flex: none; width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.direct small { display: block; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.direct span { font-weight: 600; }
.contact__note { padding: .5rem .3rem; font-size: .95rem; opacity: .75; }

/* ---------- 404 ---------- */
.lost { min-height: 100svh; display: grid; place-items: center; text-align: center; padding-block: calc(var(--hdr-h) + 3rem) 4rem; overflow: hidden; }
.lost__inner { display: grid; justify-items: center; gap: 1.5rem; }
.lost__num { display: flex; align-items: center; font-family: var(--font-display); font-weight: 800; font-size: clamp(8rem, 28vw, 22rem); letter-spacing: -.012em; line-height: .8; color: var(--leaf); }
.lost__zero { position: relative; width: .6em; height: .78em; margin-inline: .05em; border-radius: 50%; border: .09em solid var(--clay); }
/* Without JavaScript the geko sits still on top of the ring. main.js (initLostGeko) walks it
   round the oval's centre line instead of spinning it round one point, which drifted off the ring. */
/* The box is 128x96 viewBox units, centred on the geko's spine, so nothing of it is clipped. */
.lost__geko { position: absolute; left: 50%; top: -.165em; width: .32em; height: .24em; margin-left: -.16em; overflow: visible; color: var(--leaf); transform-origin: 50% 50%; filter: drop-shadow(0 .012em .018em rgba(9, 20, 14, .55)); }
.lost__zero.is-walking .lost__geko { left: 0; top: 0; margin-left: 0; will-change: transform; }
.lost__title { max-width: 14ch; font-size: clamp(2.4rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.017em; }
.lost__lede { font-size: 1.2rem; opacity: .85; }
.lost__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; }

/* ---------- Community ---------- */
.phero__side { display: grid; gap: 1.4rem; justify-items: start; }
.phero__reach { display: flex; align-items: center; gap: 1rem; }
.phero__reach p { font-weight: 600; line-height: 1.2; }
.phero__reach p b { display: block; font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; letter-spacing: -.013em; line-height: 1.1; color: var(--forest); }
.phero__reach .av { --s: 52px; }

.reach__big { display: flex; align-items: baseline; margin-top: 1.2rem; font-family: var(--font-display); font-weight: 800; font-size: clamp(7rem, 24vw, 22rem); letter-spacing: -.012em; line-height: .95; color: var(--leaf); font-variation-settings: "wdth" 94; }
.reach__unit { margin-left: .1em; font-size: .45em; letter-spacing: -.013em; color: var(--clay); }
.reach__cap { max-width: 28ch; margin-top: 1.2rem; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 2.8vw, 2.4rem); line-height: 1.12; letter-spacing: -.009em; }
.facts--dark li { background: rgba(245, 238, 226, .07); }
.facts--dark li:hover { background: var(--leaf); color: var(--ink); }

.creators .filters { margin-bottom: clamp(1.6rem, 3vw, 2.4rem); }
.creator-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); }
.creator {
  --tone: var(--clay); --on: var(--paper);
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; gap: .9rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--paper); color: var(--ink);
  box-shadow: 0 30px 60px -45px rgba(15, 34, 25, .55);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease), color .5s var(--ease);
}
.creator::before { content: ""; position: absolute; inset: 0 0 auto 0; z-index: -1; height: 92px; background: var(--tone); transition: height .7s var(--ease); }
.creator:hover { transform: translateY(-10px) rotate(-1deg); box-shadow: 0 45px 70px -40px rgba(15, 34, 25, .6); color: var(--on); }
.creator:hover::before { height: 100%; }
.creator--clay { --tone: var(--clay); --on: var(--paper); }
.creator--forest { --tone: var(--forest); --on: var(--cream); }
.creator--leaf { --tone: var(--leaf); --on: var(--ink); }
.creator--sand { --tone: var(--sand); --on: var(--ink); }
.creator--ink { --tone: var(--ink); --on: var(--cream); }
.creator__top { display: flex; justify-content: space-between; align-items: flex-start; }
.creator__avatar { position: relative; }
.creator__avatar .av { --s: 84px; box-shadow: 0 0 0 4px var(--paper); }
.creator__niche { position: absolute; right: -4px; bottom: -2px; width: 30px; height: 30px; padding: 6px; border-radius: 50%; background: var(--ink); color: var(--leaf); stroke-width: 5.5; }
.creator__tag { padding: .42em .85em; border-radius: 99px; background: var(--paper); color: var(--ink); font-size: .76rem; font-weight: 700; }
.creator__name { margin-top: .5rem; font-size: clamp(1.5rem, 2vw, 1.9rem); font-weight: 750; line-height: 1.05; }
.creator__handle { position: relative; z-index: 1; align-self: flex-start; display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .95rem; opacity: .8; transition: opacity .3s; }
.creator__handle svg { width: 18px; height: 18px; }
.creator__handle:hover { opacity: 1; text-decoration: underline; text-underline-offset: .2em; }
.creator__bio { font-size: .95rem; opacity: .8; }
.creator__stats { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin-top: auto; padding-top: .4rem; }
.creator__stats div { padding: .85rem .95rem; border-radius: 16px; background: color-mix(in srgb, currentColor 8%, transparent); }
.creator__stats b { display: flex; align-items: center; gap: .3rem; font-family: var(--font-display); font-weight: 800; font-size: 1.75rem; letter-spacing: -.013em; line-height: 1.1; }
.creator__stats b svg { width: 18px; height: 18px; flex: none; }
.creator__stats span { font-size: .76rem; font-weight: 600; opacity: .65; }

.handles { padding-block: clamp(3rem, 6vw, 5rem); overflow: hidden; }

/* ---------- Application forms (creator, staffing) ---------- */
.hp-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.apply { overflow-x: clip; } /* clips the decorative geko without breaking the sticky intro (unlike overflow: hidden) */
.apply__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
@media (min-width: 1000px) {
  .apply__grid { grid-template-columns: 1fr 1.15fr; }
  .apply__intro { position: sticky; top: calc(var(--hdr-h) + 2rem); }
}
.apply__intro { display: grid; gap: 1.3rem; justify-items: start; }
.apply__title { font-size: clamp(2.6rem, 5.4vw, 5.2rem); font-weight: 800; line-height: .92; letter-spacing: -.018em; }
.apply__lede { max-width: 44ch; font-size: clamp(1.05rem, 1rem + .35vw, 1.3rem); }
.apply .ticks svg { background: color-mix(in srgb, currentColor 18%, transparent); }
.form__title { margin-bottom: .2rem; font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 800; letter-spacing: -.009em; }

/* ---------- HR & Compliance ---------- */
.comp-sec .filters { margin-bottom: clamp(1.6rem, 3vw, 2.4rem); }
.comp-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); }
.comp {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; flex-direction: column; gap: .8rem;
  padding: 1.5rem 1.5rem 1.3rem;
  border-radius: calc(var(--radius) - 6px);
  background: var(--paper); color: var(--ink);
  box-shadow: 0 24px 50px -40px rgba(15, 34, 25, .55);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease);
}
.comp::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--clay); transform: scaleX(0); transform-origin: left; transition: transform .7s var(--ease); }
.comp:hover, .comp:focus-visible { transform: translateY(-8px); box-shadow: 0 40px 60px -40px rgba(15, 34, 25, .6); }
.comp:hover::after, .comp:focus-visible::after { transform: scaleX(1); }
.comp__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: .3rem; }
.comp__ico { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: color-mix(in srgb, var(--clay) 13%, transparent); color: var(--clay-deep); transition: background .5s, color .5s, transform .7s var(--ease); }
.comp__ico svg { width: 62%; height: 62%; stroke-width: 3.4; }
.comp:hover .comp__ico { background: var(--clay); color: var(--paper); transform: rotate(-8deg) scale(1.06); }
.comp__n { font-size: .8rem; font-weight: 700; opacity: .4; }
.comp__cat { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--geko); }
.comp__name { font-size: clamp(1.25rem, 1.6vw, 1.5rem); font-weight: 750; line-height: 1.12; letter-spacing: -.006em; }
.comp__desc { flex: 1; font-size: .93rem; line-height: 1.45; opacity: .75; }
.comp__link { display: inline-flex; align-items: center; gap: .4rem; margin-top: .3rem; font-size: .9rem; font-weight: 600; color: var(--clay-deep); }
.comp__link svg { width: 1em; height: 1em; transition: transform .4s var(--ease); }
.comp:hover .comp__link svg { transform: translateX(4px); }

.needs__grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.need { display: grid; gap: 1.2rem; align-content: start; padding: 1.8rem; border-radius: calc(var(--radius) - 6px); background: rgba(245, 238, 226, .07); border: 1.5px solid rgba(245, 238, 226, .14); transition: transform .6s var(--ease), background .5s; }
.need:hover { transform: translateY(-6px); background: rgba(245, 238, 226, .12); }
.need__head { display: flex; align-items: center; gap: .8rem; }
.need__head .ico { flex: none; width: 46px; height: 46px; padding: 10px; border-radius: 14px; background: var(--leaf); color: var(--forest); stroke-width: 5; }
.need h3 { font-size: clamp(1.35rem, 1.8vw, 1.6rem); font-weight: 750; line-height: 1.1; letter-spacing: -.006em; }
.need ul { display: flex; flex-wrap: wrap; gap: .4rem; }
.need li { padding: .42em .85em; border-radius: 99px; background: rgba(245, 238, 226, .1); font-size: .86rem; font-weight: 500; }
.needs__note { margin-top: 1.6rem; font-size: .9rem; opacity: .7; }

/* HR & compliance teaser (home + services) */
.hrt__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 960px) { .hrt__grid { grid-template-columns: 1fr 1.1fr; gap: 5rem; } }
.hrt__grid .h2 { margin-block: 1.3rem 1.4rem; }
.hrt__lede { max-width: 42ch; margin-bottom: 2rem; font-size: clamp(1.05rem, 1rem + .3vw, 1.25rem); opacity: .85; }
.hrt__tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }
@media (min-width: 560px) { .hrt__tiles { grid-template-columns: repeat(3, 1fr); } }
.hrt__tile { display: grid; gap: .8rem; align-content: start; min-height: 128px; padding: 1.1rem; border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 40px -32px rgba(15, 34, 25, .55); transition: transform .5s var(--ease), background .4s, color .4s; }
.hrt__tile:hover { transform: translateY(-6px) rotate(-1deg); }
.hrt__tile svg { width: 38px; height: 38px; color: var(--clay); stroke-width: 3.6; }
.hrt__tile b { font-size: .95rem; font-weight: 600; line-height: 1.25; }
.hrt__tile--more { place-content: center; text-align: center; background: var(--clay); color: var(--paper); }
.hrt__tile--more b { font-family: var(--font-display); font-size: 2rem; font-weight: 800; letter-spacing: -.013em; line-height: 1.05; }
.hrt__tile--more span { font-size: .85rem; font-weight: 500; opacity: .9; }
.hrt__tile--more:hover { background: var(--ink); color: var(--cream); }
.handles .marquee__group svg { width: .55em; height: .55em; color: var(--clay); }

/* ============ WORK: the real portfolio (reels, posts, identity) ============ */
.wsum { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.6rem; }
.wsum li { padding: .5em 1em; border-radius: 99px; border: 1.5px solid rgba(15, 34, 25, .18); font-size: .9rem; font-weight: 600; }
.wsum b { font-family: var(--font-display); font-weight: 800; letter-spacing: -.012em; }

/* Shared card for any piece of work */
.pieces { display: grid; gap: clamp(1rem, 2vw, 1.5rem); grid-template-columns: repeat(2, 1fr); }
/* A shelf of five phone-shaped pieces: 2 up on a phone, 3 on a tablet, all five in one row on a laptop. */
@media (min-width: 640px) { .pieces--five { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .pieces--five { grid-template-columns: repeat(5, 1fr); } }
/* Eight vertical reels: 2 up on a phone, 3 on a tablet, 4 to a row on a laptop. */
@media (min-width: 640px) { .pieces--four { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .pieces--four { grid-template-columns: repeat(4, 1fr); } }
/* Wide films sit two to a row so nothing is left half-empty. */
.pieces--two { grid-template-columns: 1fr; }
@media (min-width: 760px) { .pieces--two { grid-template-columns: repeat(2, 1fr); } }
.piece { position: relative; display: flex; flex-direction: column; gap: .9rem; }
.piece__open { position: absolute; inset: 0; z-index: 3; border-radius: var(--radius); }
.piece__shot { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--sand); aspect-ratio: 9 / 16; transition: border-radius .7s var(--ease); }
.piece:hover .piece__shot { border-radius: calc(var(--radius) * 2); }
.piece__shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.piece:hover .piece__shot img { transform: scale(1.06); }
.piece--wide .piece__shot { aspect-ratio: 16 / 9; }
.piece--band { grid-column: 1 / -1; }
.piece--band .piece__shot { aspect-ratio: 5 / 2; }
.piece--flat .piece__shot { aspect-ratio: 4 / 5; }
.piece--square .piece__shot { aspect-ratio: 1; background: var(--paper); }
.piece--square img { object-fit: contain; padding: 14%; }

/* Play badge on video pieces */
.piece__play { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--paper); color: var(--ink); box-shadow: 0 18px 36px -18px rgba(15, 34, 25, .7); transition: transform .6s var(--ease), background .4s, color .4s; }
.piece:hover .piece__play { transform: scale(1.12); background: var(--clay); color: var(--paper); }
.piece__play::before { content: ""; width: 0; height: 0; margin-left: 3px; border-left: 13px solid currentColor; border-block: 8px solid transparent; }
.piece__len { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; padding: .35em .7em; border-radius: 99px; background: rgba(15, 34, 25, .62); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); color: var(--cream); font-size: .78rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.piece__cap { display: grid; gap: .2rem; padding-inline: .25rem; }
.piece__cap h3 { font-size: 1.05rem; font-weight: 700; line-height: 1.25; }
.piece__cap p { font-size: .85rem; opacity: .68; }

/* Identity band */
.ident { display: grid; gap: clamp(1rem, 2vw, 1.4rem); grid-template-columns: repeat(3, 1fr); }
.ident__tile { display: grid; place-items: center; aspect-ratio: 1; border-radius: var(--radius); transition: transform .6s var(--ease); }
.ident__tile:hover { transform: translateY(-8px); }
/* The supplied logo files carry their own background square, so let each one fill its tile
   instead of floating a white box on a cream one. */
.ident__tile { overflow: hidden; }
.ident__tile img { width: 100%; height: 100%; object-fit: cover; }
.ident__tile--paper { background: var(--paper); }
.ident__tile--cream { background: var(--sand); }
.ident__tile--ink { background: var(--ink); }

/* Full-screen media viewer (reels and artwork) */
.media-dlg { width: min(100vw, 100%); max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; overflow: hidden; }
.media-dlg::backdrop { background: rgba(9, 20, 14, .86); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.media-dlg[open] { display: grid; place-items: center; animation: fade .25s ease; }
/* perspective here is what makes the open/close flight read as 3D rather than a flat scale. */
.media-dlg__stage { display: grid; place-items: center; gap: 1rem; width: min(100%, 1400px); padding: clamp(1rem, 3vw, 2.4rem); perspective: 1600px; }
/* Driven from the height with the tile’s aspect-ratio copied on in JS, so the media has its
   final size on the very first frame — the FLIP is measured against it before the video has
   loaded any metadata. */
.media-dlg__stage video, .media-dlg__stage img { height: min(calc(100dvh - 9rem), 86vh); width: auto; max-width: 100%; border-radius: clamp(12px, 1.6vw, 22px); background: #000; transform-style: preserve-3d; will-change: transform; box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .8); }
.media-dlg__cap { color: var(--cream); text-align: center; font-size: .95rem; opacity: .85; }
.media-dlg__close { position: fixed; top: max(1rem, env(safe-area-inset-top)); right: 1rem; z-index: 4; width: 52px; height: 52px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; }
.media-dlg__close span { position: absolute; width: 18px; height: 2px; border-radius: 2px; background: var(--ink); transform: rotate(45deg); transition: transform .5s var(--ease); }
.media-dlg__close span + span { transform: rotate(-45deg); }
.media-dlg__close:hover span { transform: rotate(135deg); }
.media-dlg__close:hover span + span { transform: rotate(45deg); }


/* ---- Work hero: big title left, a tilted pile of stills right ---- */
@media (min-width: 1060px) {
  .phero--work .wrap { display: grid; grid-template-columns: minmax(0, 1fr) clamp(300px, 28vw, 420px); gap: clamp(2rem, 4vw, 4.5rem); align-items: center; }
}
.phero__pile { display: none; }
@media (min-width: 1060px) {
  .phero__pile { position: relative; display: block; height: clamp(300px, 26vw, 400px); }
}
.phero__pile img { position: absolute; top: 50%; width: 47%; aspect-ratio: 9 / 16; height: auto; object-fit: cover; border-radius: 16px; background: var(--sand); box-shadow: 0 34px 60px -30px rgba(15, 34, 25, .65); transition: transform .8s var(--ease); }
.phero__pile img:nth-of-type(1) { left: 0; transform: translateY(-50%) rotate(-9deg); }
.phero__pile img:nth-of-type(2) { left: 26%; z-index: 2; transform: translateY(-55%) rotate(2deg); }
.phero__pile img:nth-of-type(3) { left: 52%; transform: translateY(-44%) rotate(10deg); }
.phero__pile:hover img:nth-of-type(1) { transform: translateY(-50%) rotate(-13deg) translateX(-8px); }
.phero__pile:hover img:nth-of-type(3) { transform: translateY(-44%) rotate(14deg) translateX(8px); }
.phero__pile-tag { position: absolute; left: 0; bottom: -.4rem; z-index: 3; padding: .45em .95em; border-radius: 99px; background: var(--clay); color: var(--paper); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 16px 30px -16px rgba(15, 34, 25, .6); }

/* The portfolio bands read as one run of work, so they sit far closer than normal sections. */
#posts { padding-block: clamp(3.5rem, 7vw, 6.5rem); }
.pilot { padding-top: clamp(3.5rem, 7vw, 6.5rem); }
#posts .sec-head { margin-bottom: clamp(2rem, 4vw, 3.2rem); }

/* One section per industry; the café reels sit in a row that scrolls sideways (swipe, trackpad or the arrows). */
#cafes, #real-estate { padding-bottom: clamp(2rem, 4vw, 3rem); }
#doctors { padding-bottom: clamp(3rem, 6vw, 5rem); }
#cafes .sec-head, #real-estate .sec-head, #doctors .sec-head { margin-bottom: clamp(1.6rem, 3vw, 2.6rem); }
.wrow { position: relative; }
.wrow__track { display: flex; gap: clamp(.9rem, 1.6vw, 1.5rem); margin-inline: calc(var(--pad) * -1); padding: 0 var(--pad) 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--pad); scrollbar-width: none; overscroll-behavior-x: contain; }
.wrow__track::-webkit-scrollbar { display: none; }
.wrow__item { flex: none; width: clamp(220px, 23vw, 300px); scroll-snap-align: start; }
.wrow__n { position: absolute; top: .9rem; left: 1rem; z-index: 2; font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; letter-spacing: -.012em; color: var(--paper); text-shadow: 0 4px 18px rgba(0, 0, 0, .45); }
.wrow__end { display: grid; align-content: space-between; gap: 1.5rem; aspect-ratio: 9 / 16; padding: clamp(1.3rem, 2.5vw, 2rem); border-radius: var(--radius); border: 2px dashed rgba(15, 34, 25, .3); transition: background .5s var(--ease), color .5s var(--ease), border-color .5s; }
.wrow__end:hover { background: var(--clay); border-color: var(--clay); color: var(--paper); }
.wrow__end-kicker { font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.wrow__end-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 3.2vw, 3rem); letter-spacing: -.017em; line-height: .92; }
.wrow__end-arrow { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: var(--ink); color: var(--paper); transition: transform .5s var(--ease); }
.wrow__end-arrow svg { width: 26px; height: 26px; }
.wrow__end:hover .wrow__end-arrow { background: var(--paper); color: var(--clay); transform: rotate(-45deg); }
.wrow__nav { display: flex; justify-content: flex-end; gap: .6rem; margin-top: .6rem; }
.wrow__btn { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid rgba(15, 34, 25, .25); transition: background .3s, color .3s, opacity .3s; }
.wrow__btn svg { width: 20px; height: 20px; }
.wrow__btn[data-wrow-prev] svg { transform: rotate(180deg); }
.wrow__btn:hover:not(:disabled) { background: var(--ink); color: var(--leaf); border-color: var(--ink); }
.wrow__btn:disabled { opacity: .3; cursor: default; }

/* Real estate and doctors: work on the way. */
.wsoon__card { position: relative; display: grid; align-items: end; min-height: clamp(300px, 30vw, 420px); overflow: hidden; border-radius: var(--radius); background: var(--forest); color: var(--cream); isolation: isolate; }
.wsoon__card img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.wsoon__card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15, 34, 25, .15) 0%, rgba(15, 34, 25, .9) 78%); }
.wsoon__card:hover img { transform: scale(1.05); }
.wsoon__body { display: grid; gap: .9rem; justify-items: start; padding: clamp(1.4rem, 3vw, 2.4rem); }
.wsoon__body p { max-width: 40ch; opacity: .88; }
.wsoon__tag { display: inline-flex; align-items: center; gap: .55rem; padding: .45em .95em; border-radius: 99px; background: var(--leaf); color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wsoon__tag i { width: .55rem; height: .55rem; border-radius: 50%; background: var(--clay); animation: wsoon-pulse 1.6s ease-in-out infinite; }
@keyframes wsoon-pulse { 50% { transform: scale(1.6); opacity: .45; } }
.wsoon__title { font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 800; line-height: .95; letter-spacing: -.017em; }
.wsoon__card .link-arrow { color: var(--leaf); }
.wsoon__body p { font-size: clamp(1.05rem, 1rem + .3vw, 1.3rem); }

/* ============ BLOG (pages rendered by functions/src/blog.js) ============ */
/* Index: equal cards, four across on a laptop (three, two, then compact rows on a phone), with
   small 16:10 pictures. The closing tile (.pmore) fills whatever is left of the last row; blog.js
   sets --s1..--s4 to the columns it needs at each width, and main.js updates them after "Show more". */
.pgrid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(.9rem, 1.8vw, 1.5rem); }
@media (min-width: 560px) { .pgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 860px) { .pgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .pgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.pcard { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: 22px; background: var(--paper); box-shadow: 0 1px 0 rgba(15, 34, 25, .05), 0 20px 40px -32px rgba(15, 34, 25, .5); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.pcard:hover { transform: translateY(-6px); box-shadow: 0 1px 0 rgba(15, 34, 25, .05), 0 30px 50px -30px rgba(15, 34, 25, .55); }
.pcard__link { position: absolute; inset: 0; z-index: 3; border-radius: inherit; }
.pcard__link:focus-visible { outline: 3px solid var(--clay); outline-offset: -3px; }
.pcard__shot { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: var(--sand); }
.pcard__shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.pcard:hover .pcard__shot img { transform: scale(1.06); }
.pcard__shot--blank { display: grid; place-items: center; color: var(--geko); }
.pcard__shot--blank svg { width: 34%; height: 50%; }
.pcard__text { display: flex; flex: 1; flex-direction: column; gap: .45rem; padding: 1rem 1.1rem 1.15rem; }
.pcard__meta, .pcard__date { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .6; }
.pcard__meta { color: var(--clay-deep); opacity: .9; }
.pcard__meta span { margin-inline: .2em; }
.pcard h2 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: clamp(1.02rem, .95rem + .3vw, 1.18rem); font-weight: 750; line-height: 1.22; letter-spacing: -.008em; transition: color .3s; }
.pcard:hover h2 { color: var(--clay); }
.pcard__lede { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .9rem; line-height: 1.45; opacity: .7; }
.pcard__date { margin-top: auto; padding-top: .35rem; }
/* Phones: a compact row, picture on the left, so a long list stays easy to scan. */
@media (max-width: 559px) {
  .pcard { flex-direction: row; }
  .pcard__shot { flex: none; width: 34%; aspect-ratio: auto; }
  .pcard__text { padding: .8rem .95rem; }
  .pcard__lede { display: none; }
}

/* The closing tile: "More coming your way", or "Show more" while older posts are still folded away. */
.pmore { grid-column: span var(--s1, 1); display: grid; place-content: center; justify-items: center; gap: .85rem; min-height: 220px; padding: clamp(1.4rem, 3vw, 2rem); border: 1.5px dashed rgba(15, 34, 25, .22); border-radius: 22px; background: rgba(255, 250, 242, .45); text-align: center; }
@media (min-width: 560px) { .pmore { grid-column: span var(--s2, 2); } }
@media (min-width: 860px) { .pmore { grid-column: span var(--s3, 3); } }
@media (min-width: 1100px) { .pmore { grid-column: span var(--s4, 4); } }
.pmore__geko { width: 46px; height: 55px; color: var(--geko); animation: pmore-peek 3.2s var(--ease) infinite; }
@keyframes pmore-peek { 0%, 100% { transform: translateY(0) rotate(-6deg); } 50% { transform: translateY(-6px) rotate(6deg); } }
@media (prefers-reduced-motion: reduce) { .pmore__geko { animation: none; } }
.pmore__state { display: grid; justify-items: center; gap: .5rem; }
.pmore h2 { font-family: var(--font-display); font-size: clamp(1.25rem, 1.1rem + .6vw, 1.6rem); font-weight: 800; line-height: 1.1; letter-spacing: -.015em; color: var(--forest); }
.pmore p { max-width: 30ch; font-size: .92rem; opacity: .72; }
.pmore .btn { margin-top: .35rem; }
.pmore__link { display: inline-flex; align-items: center; gap: .45rem; margin-top: .2rem; font-weight: 600; color: var(--clay-deep); }
.pmore__link svg { width: 1em; height: 1em; transition: transform .4s var(--ease); }
.pmore__link:hover svg { transform: translateX(4px); }
#posts { padding-top: 0; }

/* Article */
.post { padding-top: calc(var(--hdr-h) + clamp(3rem, 9vh, 6rem)); }
.post__wrap { max-width: 780px; }
.post__meta { font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .65; margin-bottom: 1.4rem; }
.post__meta a { text-decoration: underline; text-underline-offset: .2em; }
.post__meta span { margin-inline: .35em; }
.post__title { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 800; line-height: .98; letter-spacing: -.018em; color: var(--forest); }
.post__lede { margin-top: 1.3rem; font-size: clamp(1.1rem, 1rem + .45vw, 1.35rem); opacity: .82; max-width: 46ch; }
/* Deliberately modest pictures: the words are the point. */
/* <figure> comes with a 40px side margin from the browser: reset it or photos overflow on phones. */
.post__cover { margin: clamp(1.8rem, 4vw, 2.8rem) 0; width: min(100%, 560px); }
.post__cover img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 20px; background: var(--sand); }
.post__figure { margin: 2em 0; width: min(100%, 460px); }
.post__figure img { display: block; width: 100%; max-height: 420px; object-fit: cover; border-radius: 18px; background: var(--sand); }
.post__figure figcaption, .post__cover figcaption { margin-top: .6rem; font-size: .88rem; opacity: .65; }
.post__body { font-size: clamp(1.05rem, 1rem + .2vw, 1.16rem); line-height: 1.7; }
.post__body > * + * { margin-top: 1.1em; }
.post__body h2 { margin-top: 2.1em; font-size: clamp(1.4rem, 2.3vw, 1.85rem); font-weight: 750; line-height: 1.15; letter-spacing: -.012em; color: var(--forest); }
.post__body ul { display: grid; gap: .5em; padding-left: 1.2em; list-style: disc; }
.post__body li::marker { color: var(--clay); }
.post__body strong { font-weight: 650; }
.post__body a { color: var(--clay-deep); text-decoration: underline; text-underline-offset: .2em; }
.post__next { margin-top: clamp(3rem, 6vw, 4.5rem); padding-top: 2rem; border-top: 1.5px solid rgba(15, 34, 25, .12); }
.post__next .eyebrow { margin-bottom: .9rem; }
.post__next-link { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--font-display); font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 750; line-height: 1.15; transition: color .3s; }
.post__next-link svg { width: 1em; height: 1em; flex: none; transition: transform .5s var(--ease); }
.post__next-link:hover { color: var(--clay); }
.post__next-link:hover svg { transform: translateX(6px); }


/* ---- Hero art: pages with a big title get a moving picture on the right (Services, About, Community, HR) ---- */
/* Phones and tablets: the map, checklist and creator deck sit under the text; the stickers stay desktop-only. */
.stickers { display: none; }
.checks, .hood, .cdeck { position: relative; margin-top: clamp(2.2rem, 7vw, 3.5rem); }
.checks { display: grid; place-items: center; }
.cdeck { height: clamp(330px, 92vw, 520px); perspective: 1200px; }
@media (max-width: 1059px) { .cdeck { max-width: 520px; margin-inline: auto; } }
@media (min-width: 1060px) {
  .phero--art .wrap { display: grid; grid-template-columns: minmax(0, 1fr) clamp(320px, 30vw, 460px); gap: clamp(2rem, 4vw, 4.5rem); align-items: center; }
  .phero--art .phero__row { grid-template-columns: 1fr; align-items: start; }
  .stickers, .hood { position: relative; display: block; height: clamp(340px, 30vw, 460px); }
  .checks { position: relative; display: grid; place-items: center; height: clamp(340px, 30vw, 460px); }
}

/* Services: stickers */
.sticker {
  position: absolute; left: var(--x); top: var(--y); z-index: 1;
  display: inline-flex; align-items: center; gap: .55em;
  padding: .75em 1.15em .75em .85em; border-radius: 99px;
  width: max-content; font-family: var(--font-display); font-size: clamp(1.05rem, .55rem + .75vw, 1.4rem); font-weight: 700; letter-spacing: -.005em; white-space: nowrap;
  box-shadow: 0 18px 34px -18px rgba(15, 34, 25, .55), inset 0 -3px 0 rgba(0, 0, 0, .12);
  rotate: var(--r);
  transition: rotate .5s var(--ease-out), scale .5s var(--ease-out), box-shadow .5s var(--ease-out);
}
.sticker .ico { flex: none; width: 1.5em; height: 1.5em; stroke-width: 4.5; }
.sticker:hover, .sticker:focus-visible { z-index: 3; rotate: 0deg; scale: 1.12; box-shadow: 0 26px 44px -18px rgba(15, 34, 25, .7), inset 0 -3px 0 rgba(0, 0, 0, .12); }
.sticker--clay { background: var(--clay); color: var(--paper); }
.sticker--leaf { background: var(--leaf); color: var(--ink); }
.sticker--forest { background: var(--forest); color: var(--cream); }
.sticker--ink { background: var(--ink); color: var(--leaf); }
.sticker--paper { background: var(--paper); color: var(--forest); border: 2px dashed var(--forest); }
.stickers__hint { position: absolute; right: 0; top: -1.6rem; font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--clay); rotate: 6deg; }

/* HR: a checklist that ticks itself off */
.checks__card { width: min(100%, 380px); padding: 1.6rem 1.6rem 1.4rem; border-radius: var(--radius); background: var(--forest); color: var(--cream); box-shadow: 0 40px 70px -36px rgba(15, 34, 25, .8); rotate: 3deg; }
.checks__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .2rem 1rem; white-space: nowrap; margin-bottom: 1.1rem; font-family: var(--font-display); font-size: 1.35rem; font-weight: 800; }
.checks__head small { font-family: var(--font-body); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .6; }
.checks li { display: flex; align-items: center; gap: .8rem; padding: .7rem 0; border-top: 1px solid rgba(245, 238, 226, .14); font-weight: 600; }
.checks li > .ico { flex: none; width: 1.7rem; height: 1.7rem; stroke-width: 4; color: var(--leaf); }
.checks li i { margin-left: auto; flex: none; display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; border: 2px solid rgba(245, 238, 226, .3); transition: background .3s, border-color .3s; }
.checks li i svg { width: 1rem; height: 1rem; color: var(--ink); opacity: 0; transform: scale(.3); transition: opacity .3s, transform .45s cubic-bezier(.34, 1.8, .64, 1); }
.checks li.is-done i { background: var(--leaf); border-color: var(--leaf); }
.checks li.is-done i svg { opacity: 1; transform: none; }
.checks__bar { height: 8px; margin-top: 1.1rem; border-radius: 99px; background: rgba(245, 238, 226, .14); overflow: hidden; }
.checks__bar span { display: block; height: 100%; width: calc(var(--done, 1) * 100%); border-radius: inherit; background: var(--leaf); transition: width .6s var(--ease-out); }
.checks__stamp { position: absolute; right: 0; bottom: 6%; z-index: 2; padding: .3em .65em; border: 4px solid var(--clay); border-radius: 14px; background: var(--cream); color: var(--clay); font-family: var(--font-display); font-size: clamp(1.5rem, .9rem + 1.3vw, 2.3rem); font-weight: 800; text-transform: uppercase; letter-spacing: .01em; rotate: -12deg; box-shadow: 0 20px 40px -20px rgba(15, 34, 25, .6); }
/* Without motion the list simply shows as done. */
.checks:not(.is-live) li i { background: var(--leaf); border-color: var(--leaf); }
.checks:not(.is-live) li i svg { opacity: 1; transform: none; }

/* About: a little neighbourhood map. The board is tilted as a whole so pins stay on their blocks. */
.hood { perspective: 1400px; }
.hood__board { position: relative; width: min(100%, 460px); aspect-ratio: 1; margin-inline: auto; rotate: -3deg; transform-style: preserve-3d; }
.hood__map { display: block; width: 100%; height: 100%; border-radius: var(--radius); box-shadow: 0 50px 80px -40px rgba(15, 34, 25, .75), 0 0 0 6px var(--paper); }
.hood__ground { fill: #efe3cf; }
.hood__block { fill: #e2d2b8; }
.hood__roof { fill: #d3bf9f; }
.hood__park { fill: var(--leaf-soft); }
.hood__trees circle { fill: #a9c565; }
.hood__road { fill: none; stroke: var(--paper); stroke-width: 22; }
.hood__lane { fill: none; stroke: #dccaa9; stroke-width: 1.6; stroke-dasharray: 7 9; }
.hood__routes path { fill: none; stroke: var(--clay); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1 9; animation: hood-march 1s linear infinite; }
@keyframes hood-march { to { stroke-dashoffset: -10; } }
.hood__runners circle { fill: var(--clay); stroke: var(--paper); stroke-width: 2.5; }
.hood__pin { position: absolute; left: var(--x); top: var(--y); z-index: 2; display: flex; align-items: center; gap: .5em; padding: .35em .9em .35em .35em; border-radius: 99px; translate: -50% -50%; font-size: clamp(.78rem, .5rem + .4vw, .92rem); font-weight: 700; white-space: nowrap; box-shadow: 0 14px 26px -14px rgba(15, 34, 25, .7); animation: hood-bob 3.2s ease-in-out infinite alternate; animation-delay: calc(var(--d, 0s) * -1); }
@keyframes hood-bob { from { transform: translateY(-3px); } to { transform: translateY(3px); } }
.hood__ico { position: relative; flex: none; display: grid; place-items: center; width: 2.1em; height: 2.1em; border-radius: 50%; background: rgba(255, 250, 242, .24); }
.hood__ico .ico { width: 62%; height: 62%; stroke-width: 5; }
.hood__ico::after { content: ""; position: absolute; inset: -2px; border-radius: 50%; border: 2px solid currentColor; animation: hood-ping 2.4s var(--ease-out) infinite; animation-delay: var(--d, 0s); pointer-events: none; }
@keyframes hood-ping { from { transform: scale(1); opacity: .7; } to { transform: scale(2.2); opacity: 0; } }
.hood__pin--clay { background: var(--clay); color: var(--paper); }
.hood__pin--leaf { background: var(--leaf); color: var(--ink); }
.hood__pin--leaf .hood__ico { background: rgba(15, 34, 25, .1); }
.hood__pin--paper { background: var(--paper); color: var(--forest); }
.hood__pin--paper .hood__ico { background: var(--leaf-soft); }
.hood__pin--ink { background: var(--ink); color: var(--leaf); }
.hood__pin--home { left: 50%; top: 50%; z-index: 3; padding: 0; background: none; box-shadow: none; animation: none; }
.hood__pin--home .hood__ico { width: clamp(64px, 5.6vw, 84px); height: auto; aspect-ratio: 1; background: var(--forest); color: var(--leaf); border: 5px solid var(--paper); box-shadow: 0 18px 30px -14px rgba(15, 34, 25, .8); }
.hood__pin--home .hood__ico svg { width: 44%; height: auto; aspect-ratio: 100 / 120; animation: hood-wiggle 2.6s ease-in-out infinite alternate; }
.hood__pin--home .hood__ico::after { inset: -6px; color: var(--forest); animation-duration: 3s; }
@keyframes hood-wiggle { from { transform: rotate(-12deg); } to { transform: rotate(12deg); } }
.hood__tag { position: absolute; right: 2%; bottom: 0; z-index: 3; padding: .5em 1em; border-radius: 99px; background: var(--forest); color: var(--cream); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; rotate: 5deg; box-shadow: 0 16px 30px -16px rgba(15, 34, 25, .6); }
.hood { display: grid; place-items: center; }

/* Community: a fanned deck of creator shots, the middle one live with hearts floating up.
   Layout uses translate/rotate (individual properties) so GSAP's transform can animate on top. */
@media (min-width: 1060px) {
  .checks, .hood, .cdeck { margin-top: 0; }
  .cdeck { height: clamp(440px, 38vw, 560px); }
}
.cdeck__card { --w: 56%; position: absolute; left: 50%; top: 50%; width: var(--w); aspect-ratio: 3 / 4; margin: 0; margin-left: calc(var(--w) / -2); margin-top: calc(var(--w) * -2 / 3); border-radius: 20px; overflow: hidden; background: var(--sand); box-shadow: 0 40px 60px -34px rgba(15, 34, 25, .75); border: 5px solid var(--paper); transition: translate .8s var(--ease-out), rotate .8s var(--ease-out), scale .8s var(--ease-out); }
.cdeck__card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: scale 1.2s var(--ease-out); }
.cdeck__card--l { --w: 48%; translate: -70% 5%; rotate: -10deg; }
.cdeck__card--r { --w: 48%; translate: 70% 8%; rotate: 9deg; }
.cdeck__card--c { z-index: 2; translate: 0 -3%; rotate: 1.5deg; }
.cdeck:hover .cdeck__card--l { translate: -80% 3%; rotate: -15deg; }
.cdeck:hover .cdeck__card--r { translate: 80% 6%; rotate: 14deg; }
.cdeck:hover .cdeck__card--c { scale: 1.04; rotate: 0deg; }
.cdeck:hover .cdeck__card img { scale: 1.06; }
.cdeck__card figcaption { position: absolute; left: .6rem; bottom: .6rem; display: flex; align-items: center; gap: .4em; padding: .35em .75em .35em .45em; border-radius: 99px; background: rgba(15, 34, 25, .72); backdrop-filter: blur(6px); color: var(--cream); font-size: .78rem; font-weight: 700; }
.cdeck__card figcaption .ico { width: 1.5em; height: 1.5em; stroke-width: 5; color: var(--leaf); }
.cdeck__card--c figcaption { font-size: .88rem; background: var(--clay); }
.cdeck__card--r figcaption { left: auto; right: .6rem; }
.cdeck__card--l figcaption { bottom: auto; top: .6rem; }
.cdeck__card--c figcaption .ico { color: var(--paper); }
.cdeck__live { position: absolute; top: .7rem; left: .7rem; display: inline-flex; align-items: center; gap: .4em; padding: .3em .65em; border-radius: 6px; background: #e0245e; color: #fff; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.cdeck__live::before { content: ""; width: .5em; height: .5em; border-radius: 50%; background: currentColor; animation: live-blink 1s steps(2, jump-none) infinite; }
@keyframes live-blink { 50% { opacity: .2; } }
.cdeck__react { position: absolute; right: .7rem; bottom: .7rem; display: grid; place-items: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--paper); color: #e0245e; box-shadow: 0 8px 18px -8px rgba(15, 34, 25, .6); animation: react-beat 1.2s ease-in-out infinite; }
.cdeck__react svg { width: 55%; height: 55%; }
@keyframes react-beat { 0%, 60%, 100% { transform: scale(1); } 20% { transform: scale(1.22); } 40% { transform: scale(.94); } }
.cdeck__tag { position: absolute; left: 50%; bottom: 11%; z-index: 4; translate: -50% 0; padding: .55em 1.1em; border-radius: 99px; background: var(--forest); color: var(--cream); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; rotate: -3deg; box-shadow: 0 16px 30px -16px rgba(15, 34, 25, .6); }
.hearts { position: absolute; left: calc(78% - 2.4rem); top: 74%; z-index: 5; width: 0; height: 0; pointer-events: none; }
.hearts svg { position: absolute; left: 0; bottom: 0; max-width: none; width: var(--s, 26px); height: var(--s, 26px); color: var(--c, var(--clay)); filter: drop-shadow(0 6px 10px rgba(15, 34, 25, .3)); }

/* Creators are on the way: with the group photo */
.soon--photo { grid-template-columns: minmax(0, 1fr); overflow: hidden; }
@media (min-width: 860px) { .soon--photo { grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); } }
.soon__photo { position: relative; margin: 0; }
.soon__photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: calc(var(--radius) * .7); rotate: -2deg; border: 5px solid var(--cream); box-shadow: 0 30px 50px -30px rgba(0, 0, 0, .7); }
.soon__sticker { position: absolute; right: -.4rem; top: -.4rem; padding: .5em 1em; border-radius: 99px; background: var(--clay); color: var(--paper); font-family: var(--font-display); font-size: clamp(.9rem, .7rem + .4vw, 1.1rem); font-weight: 800; rotate: 6deg; box-shadow: 0 14px 26px -14px rgba(0, 0, 0, .7); }
.soon__photo .soon__geko { position: absolute; left: -.6rem; bottom: -1rem; width: clamp(54px, 6vw, 80px); rotate: -24deg; filter: drop-shadow(0 10px 12px rgba(0, 0, 0, .4)); }

/* Industries: four photo tiles with a moving spotlight */
.itiles { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(.7rem, 1.4vw, 1.1rem); max-width: 520px; margin: clamp(2.2rem, 7vw, 3.5rem) auto 0; }
@media (min-width: 1060px) { .itiles { margin: 0; max-width: none; } }
.itile { position: relative; display: block; aspect-ratio: 1; border-radius: 22px; overflow: hidden; border: 5px solid var(--paper); background: var(--sand); box-shadow: 0 30px 50px -30px rgba(15, 34, 25, .7); transition: rotate .7s var(--ease-out), scale .7s var(--ease-out), filter .7s var(--ease-out), box-shadow .7s var(--ease-out); }
.itile:nth-child(1) { rotate: -4deg; }
.itile:nth-child(2) { rotate: 3deg; translate: 0 8%; }
.itile:nth-child(3) { rotate: 2deg; translate: 0 -4%; }
.itile:nth-child(4) { rotate: -3deg; translate: 0 4%; }
.itile img { width: 100%; height: 100%; object-fit: cover; transition: scale 1.2s var(--ease-out); }
.itiles.is-cycling .itile:not(.is-lit) { filter: saturate(.55) brightness(.92); }
.itile.is-lit, .itile:hover, .itile:focus-visible { z-index: 2; rotate: 0deg; scale: 1.05; filter: none; box-shadow: 0 40px 60px -30px rgba(15, 34, 25, .85); }
.itile.is-lit img, .itile:hover img { scale: 1.1; }
.itile__n { position: absolute; top: .55rem; right: .55rem; display: grid; place-items: center; width: 2.2em; height: 2.2em; border-radius: 50%; background: rgba(255, 250, 242, .9); color: var(--ink); font-family: var(--font-display); font-size: .78rem; font-weight: 800; }
.itile__label { position: absolute; left: .55rem; right: .55rem; bottom: .55rem; display: flex; align-items: center; gap: .45em; width: fit-content; padding: .4em .8em .4em .45em; border-radius: 99px; font-size: clamp(.7rem, .55rem + .3vw, .85rem); font-weight: 700; line-height: 1.15; box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5); transition: translate .6s var(--ease-out); }
.itile__label .ico { flex: none; width: 1.6em; height: 1.6em; stroke-width: 5; }
.itile--clay .itile__label { background: var(--clay); color: var(--paper); }
.itile--forest .itile__label { background: var(--forest); color: var(--cream); }
.itile--leaf .itile__label { background: var(--leaf); color: var(--ink); }
.itile--ink .itile__label { background: var(--ink); color: var(--leaf); }
.itile.is-lit .itile__label, .itile:hover .itile__label { translate: 0 -4px; }
.itiles__stamp { position: absolute; left: 50%; top: 52%; z-index: 3; translate: -50% -50%; display: flex; align-items: center; gap: .4em; padding: .55em 1em .55em .6em; border-radius: 99px; background: var(--paper); color: var(--forest); font-family: var(--font-display); font-size: clamp(.9rem, .7rem + .4vw, 1.1rem); font-weight: 800; white-space: nowrap; rotate: -8deg; box-shadow: 0 16px 30px -14px rgba(15, 34, 25, .6); pointer-events: none; }
.itiles__stamp svg { width: 1.3em; height: 1.55em; color: var(--geko); }

/* Blog: a notepad of the newest posts next to a steaming cup */
.bnotes { position: relative; max-width: 520px; margin: clamp(2.2rem, 7vw, 3.5rem) auto 0; padding: 1.4rem 0 2.6rem; }
@media (min-width: 1060px) { .bnotes { margin: 0; max-width: none; } }
.bnotes__pad { position: relative; width: 84%; padding: 1.6rem 1.5rem 1.3rem 3.1rem; border-radius: 18px; rotate: -3deg; color: var(--ink);
  background: linear-gradient(90deg, transparent 2.2rem, rgba(222, 102, 57, .45) 2.2rem, rgba(222, 102, 57, .45) calc(2.2rem + 2px), transparent calc(2.2rem + 2px)),
    repeating-linear-gradient(180deg, var(--paper) 0 2.05rem, #e9dcc6 2.05rem calc(2.05rem + 1px));
  box-shadow: 0 40px 60px -34px rgba(15, 34, 25, .6), 0 2px 0 #e6d7bd; }
.bnotes__pad::before { content: ""; position: absolute; top: -12px; left: 50%; width: 92px; height: 26px; translate: -50% 0; rotate: 3deg; background: rgba(185, 212, 111, .75); border-radius: 3px; }
.bnotes__head { margin: 0 0 .6rem; font-family: var(--font-display); font-size: clamp(1.3rem, 1rem + .8vw, 1.7rem); font-weight: 800; color: var(--forest); }
.bnotes ol { margin: 0; padding: 0; list-style: none; counter-reset: note; }
.bnotes li { counter-increment: note; border-top: 1px dashed rgba(15, 34, 25, .18); }
.bnotes li a { position: relative; display: grid; gap: .15rem; padding: .7rem 1.6rem .7rem 0; transition: color .3s, translate .5s var(--ease-out); }
.bnotes li a::before { content: counter(note, decimal-leading-zero); position: absolute; left: -2.35rem; top: .75rem; font-family: var(--font-display); font-size: .8rem; font-weight: 800; color: var(--clay); }
.bnotes li a::after { content: "\2192"; position: absolute; right: 0; top: 50%; translate: -6px -50%; opacity: 0; color: var(--clay); font-weight: 700; transition: opacity .3s, translate .5s var(--ease-out); }
.bnotes li a:hover { color: var(--clay-deep); translate: 4px 0; }
.bnotes li a:hover::after { opacity: 1; translate: 0 -50%; }
.bnotes li small { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .55; }
.bnotes li span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-family: var(--font-display); font-size: clamp(1rem, .85rem + .4vw, 1.2rem); font-weight: 700; line-height: 1.2; }
.bnotes__foot { margin: .7rem 0 0; font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--geko); }
.bnotes__cup { position: absolute; right: -4%; bottom: -6%; z-index: 2; width: 48%; max-width: 260px; height: auto; overflow: visible; filter: drop-shadow(0 18px 16px rgba(15, 34, 25, .22)); transform-origin: 50% 90%; animation: cup-float 5s ease-in-out infinite; }
@keyframes cup-float { 0%, 100% { translate: 0 0; rotate: 0deg; } 50% { translate: 0 -5px; rotate: -1.5deg; } }
.bnotes__logo { color: var(--cream); opacity: .95; }
.bnotes__art { fill: #fff3e6; }
.bnotes__steam { fill: none; stroke: rgba(47, 122, 79, .55); stroke-width: 3.5; stroke-linecap: round; opacity: 0; transform-box: fill-box; transform-origin: 50% 100%; animation: steam 3.4s ease-in-out infinite; }
.bnotes__steam:nth-child(2) { animation-delay: 1.1s; stroke: rgba(47, 122, 79, .4); }
.bnotes__steam:nth-child(3) { animation-delay: 2.2s; }
@keyframes steam { 0% { opacity: 0; transform: translateY(10px) scaleY(.7); } 30% { opacity: .9; } 100% { opacity: 0; transform: translateY(-16px) scaleY(1.15); } }
.bnotes__geko { position: absolute; top: .3rem; right: 13%; z-index: 3; width: 44px; height: 53px; color: var(--geko); rotate: 150deg; filter: drop-shadow(0 6px 6px rgba(15, 34, 25, .3)); animation: peek 4s ease-in-out infinite; }
@keyframes peek { 0%, 100% { translate: 0 0; } 45%, 60% { translate: -10px 8px; } }
