/* ===== GRÖNRO — landscape design (from Figma node 451:7551) =====
 *
 * Tokens read off the design: white paper, black display type, a bright
 * lime accent (#8dbc2d) with a deeper leaf green for small text, and a
 * warm olive-grey for body copy. Type is Inter throughout, heavy and
 * uppercase for headings. Desktop frame is 1280 wide; everything reflows
 * to one column below 900.
 */
:root {
  --ink: #000000;
  --body: #434937;
  --green: #8dbc2d;
  --green-dark: #6d9327;
  --green-mid: #80ab2b;
  --olive: #747965;
  --paper: #ffffff;
  --sand: #f7f6f1;
  --stone: #f5f5f5;
  --shell: #f7f7f5;
  --line: #e5e5e0;
  --line-soft: #e8e8e2;
  --grey: #737373;
  --grey-2: #a3a3a3;
  --ash: #dadada;
  --wash: rgba(109, 147, 39, 0.15);
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* The shared booking wizard follows the design. */
  --vs-accent: var(--green);
  --vs-accent-ink: #000000;
  --vs-ink: var(--ink);
  --vs-muted: var(--body);
  --vs-bg: #ffffff;
  --vs-surface: var(--sand);
  --vs-line: var(--line);
  --vs-radius: 0px;
  --vs-font: var(--sans);
  --vs-ok: var(--green-dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font: 16px/1.55 var(--sans); color: var(--body); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, h4, p, dl, dd, dt, figure { margin: 0; }
ol, ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: min(1136px, 100% - 2rem); margin-inline: auto; }
.wrap--narrow { width: min(820px, 100% - 2rem); }
@media (min-width: 900px) { .wrap { width: min(1136px, 100% - 9rem); } }

.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }

/* Type scale */
.eyebrow { font: 800 14px/14px var(--sans); letter-spacing: 1.54px; text-transform: uppercase; color: var(--green-dark); margin-bottom: 14px; }
.eyebrow--green { color: var(--green); }
.eyebrow--center { text-align: center; }
.h2 { font: 700 clamp(32px, 4.4vw, 56px)/1.07 var(--sans); letter-spacing: -1.4px; color: var(--ink); text-transform: uppercase; }
.h2--center { text-align: center; }
.h2--light { color: #fff; }
.h2--light em { font-style: normal; color: var(--green); }
.arrow { font-style: normal; margin-inline-start: .4em; }

/* Buttons and links */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  min-height: 44px; padding: 16px 32px; border: 1px solid transparent;
  font: 600 11px/14px var(--sans); letter-spacing: 1.54px; text-transform: uppercase;
  text-decoration: none; color: var(--ink); transition: filter .15s, background .15s, color .15s;
}
.btn:hover { filter: brightness(1.04); }
.btn:focus-visible { outline: 3px solid var(--green-dark); outline-offset: 2px; }
.btn--green { background: var(--green); color: var(--ink); }
.btn--line { border-color: var(--ink); background: transparent; }
.btn--line:hover { background: var(--ink); color: #fff; filter: none; }
.btn--sm { min-height: 34px; padding: 8px 16px; font-size: 12px; letter-spacing: 1.32px; }
.btn--block { width: 100%; }
.link { display: inline-flex; align-items: center; font: 600 11px/14px var(--sans); letter-spacing: 1.54px; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.link:hover { color: var(--green-dark); }
.link--green { color: var(--green); }

/* 1. Header */
.hd { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(6px); border-bottom: 1px solid var(--line); }
.hd__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; padding-inline: 1rem; }
@media (min-width: 900px) { .hd__inner { min-height: 80px; padding-left: 46px; padding-right: 72px; } }
.hd__brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.hd__logo { width: 48px; height: 48px; object-fit: contain; }
.hd__rule { width: 1px; height: 24px; background: #d6d3cd; }
.hd__rule--sm { height: 16px; background: var(--line); }
.hd__meta { display: none; flex-direction: column; gap: 2px; }
@media (min-width: 640px) { .hd__meta { display: flex; } }
.hd__part { font: 700 9px/9px var(--sans); letter-spacing: 1.98px; text-transform: uppercase; color: var(--ink); }
.hd__part b { color: var(--green); }
.hd__sub { font: 400 8px/12px var(--sans); letter-spacing: 1.28px; text-transform: uppercase; color: #555b62; }
.hd__toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0 11px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.hd__toggle span { display: block; height: 2px; background: var(--ink); }
.hd__nav { display: none; }
.hd__nav > a { font: 500 13px/14px var(--sans); letter-spacing: 1.68px; text-transform: uppercase; color: var(--body); text-decoration: none; padding: 8px 0; }
.hd__nav > a:hover, .hd__nav > a.is-active, .hd.is-home .hd__link--home, .hd.is-projekt .hd__link--projekt, .hd.is-blogg .hd__link--blogg, .hd.is-post .hd__link--blogg, .hd.is-kontakt .hd__link--kontakt { color: var(--ink); }
.hd__nav.is-open { display: flex; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; gap: 14px; padding: 1.25rem 1rem 1.5rem; background: #fff; border-bottom: 1px solid var(--line); }
.hd__right { display: flex; align-items: center; gap: 16px; }
.hd__lang { font: 600 11px/14px var(--sans); letter-spacing: 1.32px; color: var(--ink); text-decoration: none; }
@media (min-width: 900px) {
  .hd__toggle { display: none; }
  .hd__nav { display: flex; align-items: center; gap: 24px; }
}

/* 2. Hero */
.hero { position: relative; overflow: hidden; background: var(--paper); padding: 56px 0 40px; }
@media (min-width: 900px) { .hero { min-height: 606px; display: flex; align-items: center; padding: 0; } }
.hero__art { position: absolute; inset: 0; pointer-events: none; }
@media (min-width: 900px) {
      }
/* The hero's art, laid out as the design's 1457x606 frame (Figma 1:551).
   The photo and the swoosh share one 675x602 box at x=605; the photo's
   curved margin is transparent, so the lime band shows through along it.
   Below 900px only the photo stays, as a band above the copy. */
.hero__swoosh, .hero__leaf, .hero__leaves, .hero__frond { display: none; }
.hero__shape { position: absolute; right: 0; top: 0; width: 62%; height: 100%; object-fit: cover; object-position: left top; }
@media (min-width: 900px) {
  /* The photo sits 3.4% of its box to the right of the swoosh (the
     design's inset), which is what exposes the lime band along the curve. */
  .hero__swoosh, .hero__shape { position: absolute; top: -2.7%; width: 48%; height: auto; }
  .hero__swoosh { display: block; left: 48%; }
  .hero__shape { left: 49.6%; object-fit: fill; object-position: 0 0; }
  .hero__leaf { display: block; position: absolute; left: 49%; bottom: -4%; width: 7.6%; height: auto; }
  .hero__leaves { display: block; position: absolute; left: 18%; top: -6%; width: 30%; height: auto; opacity: .43; }
  .hero__frond { display: block; position: absolute; left: 0; top: 0; width: 10%; height: auto; }
}
.hero__inner { position: relative; width: min(1136px, 100% - 2rem); margin-inline: auto; }
@media (min-width: 900px) { .hero__inner { width: min(1136px, 100% - 9rem); max-width: 620px; margin-inline: 0; padding-left: 36px; } }
@media (min-width: 1360px) { .hero__inner { padding-left: calc((100vw - 1208px) / 2); } }
.hero__title { font: 700 clamp(40px, 6.4vw, 60px)/1.02 var(--sans); letter-spacing: -1.5px; text-transform: uppercase; color: var(--ink); }
.hero__lead { max-width: 520px; margin-top: 20px; font: 400 17px/26px var(--sans); color: var(--body); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.meta { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 16px 32px; margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line-soft); }
.meta dt { font: 600 10px/14px var(--sans); letter-spacing: 1.32px; text-transform: uppercase; color: var(--green-dark); }
.meta dd { margin-top: 4px; font: 500 14px/20px var(--sans); color: var(--body); }

/* 3. Philosophy */
.phil { background: var(--sand); padding: 64px 0; }
.phil__grid { display: grid; gap: 40px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .phil__grid { grid-template-columns: 5fr 7fr; gap: 56px; } .phil__grid .pills { grid-column: 1 / -1; } }
.phil__media { position: relative; }
.phil__media > img:first-child { width: 100%; height: 380px; object-fit: cover; }
@media (min-width: 900px) { .phil__media > img:first-child { height: 460px; } }
.phil__leaf { position: absolute; right: -24px; top: -28px; width: 150px; height: auto; mix-blend-mode: multiply; pointer-events: none; }
@media (max-width: 899px) { .phil__leaf { width: 110px; right: -10px; top: -18px; } }
.phil__body .h2 { text-transform: none; letter-spacing: -1px; font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 18px; }
.phil__text { margin-bottom: 14px; font: 400 17px/28px var(--sans); color: var(--body); }
.phil__text:empty { display: none; }
.pills { display: grid; gap: 24px 32px; grid-template-columns: 1fr; padding-top: 32px; border-top: 1px solid var(--line-soft); }
@media (min-width: 560px) { .pills { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pills { grid-template-columns: repeat(4, 1fr); } }
.pills__icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(141,188,45,.4); background: #fff; margin-bottom: 12px; }
.pills__icon img { width: 16px; height: 16px; }
.pills b { display: block; font: 700 12px/14px var(--sans); letter-spacing: 1.32px; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; }
.pills > li > span:last-child { display: block; font: 400 14px/21px var(--sans); color: var(--body); }

/* 4. Services */
.svc { background: var(--paper); padding: 72px 0; }
.svc__grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
@media (min-width: 1024px) { .svc__grid { grid-template-columns: 4fr 8fr; gap: 48px; } .svc__list { grid-column: 1 / -1; } }
.svc__head .h2 { text-transform: none; letter-spacing: -1.2px; font-size: clamp(32px, 3.8vw, 46px); margin-bottom: 18px; }
.svc__text { margin-bottom: 20px; font: 400 16px/26px var(--sans); color: var(--body); }
.svc__cols { display: grid; gap: 16px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .svc__cols { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .svc__cols { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 1280px) { .svc__cols { grid-template-columns: repeat(6, 1fr); gap: 12px; } }
.scard { position: relative; display: block; overflow: hidden; background: var(--stone); text-decoration: none; min-height: 260px; }
@media (min-width: 1024px) { .scard { min-height: 320px; } }
@media (min-width: 1280px) { .scard { min-height: 360px; } }
.scard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.scard::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.82) 0%, rgba(0,0,0,.2) 55%, rgba(0,0,0,0) 100%); }
.scard:hover img { transform: scale(1.05); }
.scard__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; display: flex; flex-direction: column; gap: 4px; padding: 16px 14px 18px; color: #fff; }
.scard__num { font: 700 11px/14px var(--sans); letter-spacing: 1.32px; color: var(--green); }
.scard__body b { font: 700 15px/19px var(--sans); }
.scard__body > span:last-child { font: 400 12px/16px var(--sans); color: rgba(255,255,255,.8); }
@media (min-width: 1280px) { .scard__body { padding: 14px 12px 16px; } .scard__body b { font-size: 13px; line-height: 17px; } .scard__body > span:last-child { font-size: 11px; line-height: 15px; } }
.svc__list { display: flex; flex-wrap: wrap; gap: 10px 28px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.svc__list:empty { display: none; }
.svc__list li { font: 500 14px/1.4 var(--sans); color: var(--body); }
.svc__list li::before { content: ''; display: inline-block; width: 6px; height: 6px; background: var(--green); margin-right: 10px; vertical-align: middle; }

/* 5. How we build */
.build { background: var(--sand); padding: 64px 0; }
.build .h2 { margin-bottom: 40px; }
.steps { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 32px; } }
.steps li { position: relative; padding-top: 24px; border-top: 2px solid var(--green); }
.steps__num { position: absolute; right: 0; top: 18px; font: 800 40px/1 var(--sans); color: var(--wash); }
.steps__stage { display: block; font: 600 10px/14px var(--sans); letter-spacing: 1.32px; text-transform: uppercase; color: var(--green-dark); margin-bottom: 8px; }
.steps b { display: block; font: 700 18px/22px var(--sans); letter-spacing: .5px; text-transform: uppercase; color: var(--ink); margin-bottom: 8px; }
.steps p { font: 400 13px/20px var(--sans); color: var(--olive); }

/* 6. Projects */
.work { background: var(--wash); padding: 64px 0; }
.sec-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; }
.projects { display: grid; gap: 32px 24px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .projects { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .projects { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto auto; }
  .proj--tall { grid-row: span 2; }
  .proj--tall .proj__media img { height: 100%; min-height: 560px; }
}
.proj__media { position: relative; overflow: hidden; background: #eee; }
.proj__media img { width: 100%; height: 272px; object-fit: cover; transition: transform .6s ease; }
.proj:hover .proj__media img { transform: scale(1.04); }
.proj__tag { position: absolute; right: 16px; top: 16px; background: var(--ink); color: #fff; padding: 4px 12px; font: 600 11px/14px var(--sans); letter-spacing: 1.1px; text-transform: uppercase; }
.proj__body { padding-top: 14px; }
.proj__place { display: block; font: 600 11px/14px var(--sans); letter-spacing: 1.32px; text-transform: uppercase; color: var(--body); }
.proj__body h3 { margin: 6px 0 4px; font: 700 clamp(22px, 2.4vw, 28px)/1.28 var(--sans); letter-spacing: -.42px; text-transform: uppercase; color: var(--ink); }
.proj__body p { font: 500 15px/22px var(--sans); color: var(--body); }

/* 7. Materials */
.mat { position: relative; background: var(--shell); padding: 64px 0; overflow: hidden; }
.mat__bg { position: absolute; inset: 0; opacity: .1; }
.mat__bg img { width: 100%; height: 100%; object-fit: cover; }
.mat__inner { position: relative; }
.mat .h2 { margin-bottom: 40px; }
.mcards { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 640px) { .mcards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .mcards { grid-template-columns: repeat(4, 1fr); } }
.mcard { position: relative; background: #fff; }
.mcard > img { width: 100%; height: 240px; object-fit: cover; }
.mcard__spec { position: absolute; left: 0; top: 0; background: var(--green); color: var(--ink); padding: 4px 12px; font: 600 11px/14px var(--sans); letter-spacing: 1.1px; text-transform: uppercase; }
.mcard__body { padding: 20px 18px 22px; }
.mcard__body h3 { font: 700 20px/24px var(--sans); letter-spacing: .8px; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.mcard__body p { font: 400 14px/21px var(--sans); color: var(--body); margin-bottom: 14px; }
.mcard__note { display: block; padding-top: 12px; border-top: 1px solid var(--line-soft); font: 600 10px/14px var(--sans); letter-spacing: 1.1px; text-transform: uppercase; color: var(--green-dark); }

/* 8. Sustainability */
.sus { position: relative; background: var(--ink); color: #fff; padding: 80px 0; overflow: hidden; }
.sus__bg { position: absolute; inset: 0; opacity: .3; }
.sus__bg img { width: 100%; height: 100%; object-fit: cover; }
.sus::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.55) 100%); }
.sus__inner { position: relative; z-index: 1; max-width: 860px; }
.sus__text { margin-top: 20px; font: 500 17px/28px var(--sans); color: var(--ash); }
.stats { display: grid; gap: 24px 40px; grid-template-columns: 1fr; margin: 40px 0 28px; }
@media (min-width: 640px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stats dt { font: 700 clamp(30px, 3.4vw, 36px)/1.1 var(--sans); color: var(--green); }
.stats dd { margin-top: 6px; font: 400 13px/18px var(--sans); letter-spacing: .6px; text-transform: uppercase; color: var(--ash); }


/* Panel pages + FAQ */
.section { background: #fff; padding: 64px 0; border-top: 1px solid var(--line); }
.container { width: min(1136px, 100% - 2rem); margin-inline: auto; }
.container--narrow { width: min(820px, 100% - 2rem); }
.page-blocks h2 { font: 700 clamp(28px, 3.4vw, 40px)/1.1 var(--sans); letter-spacing: -.8px; text-transform: uppercase; color: var(--ink); margin-bottom: 18px; }
.page-blocks h3 { font: 700 20px/1.3 var(--sans); color: var(--ink); margin: 22px 0 8px; }
.page-blocks p, .page-blocks li { font: 400 16px/26px var(--sans); color: var(--body); }
.page-blocks p { margin-bottom: 12px; }
.page-blocks li { padding-left: 18px; position: relative; }
.page-blocks li::before { content: ''; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; background: var(--green); }
.faq-sec { background: #fff; border-top: 1px solid var(--line); padding: 64px 0 80px; }
.faq-sec .h2 { margin-bottom: 28px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative; font: 700 18px/1.35 var(--sans); color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--green-dark); font: 400 26px/1 var(--sans); }
.faq details[open] summary::after { content: '\2212'; }
.faq p { padding: 0 0 20px; font: 400 16px/26px var(--sans); color: var(--body); }

/* 9. Final CTA */
.cta { background: #fff; padding: 64px 0 80px; }
.cta__box { position: relative; background: var(--shell); padding: clamp(28px, 5vw, 64px); }
.cta__corner { position: absolute; width: 96px; height: 96px; border: 0 solid var(--green); }
.cta__corner--tl { left: 0; top: 0; border-left-width: 2px; border-top-width: 2px; }
.cta__corner--br { right: 0; bottom: 0; border-right-width: 2px; border-bottom-width: 2px; }
.cta__grid { display: grid; gap: 32px; grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .cta__grid { grid-template-columns: 2fr 1fr; gap: 48px; } }
.cta__text { margin-top: 16px; max-width: 576px; font: 400 18px/30px var(--sans); color: var(--body); }
.cta__actions { display: flex; flex-direction: column; gap: 16px; }
.cta__note { font: 600 11px/14px var(--sans); letter-spacing: 1.32px; text-transform: uppercase; color: var(--body); text-align: right; }

/* 10. Footer */
.ft { background: var(--ink); color: var(--ash); padding: 64px 0 40px; }
.ft__grid { display: grid; gap: 40px; grid-template-columns: 1fr; padding-bottom: 40px; border-bottom: 1px solid #303030; }
@media (min-width: 640px) { .ft__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .ft__grid { grid-template-columns: 4fr 2fr 3fr 3fr; } }
.ft__brand img { width: 72px; height: 72px; object-fit: contain; margin-bottom: 16px; }
.ft__bio { max-width: 384px; font: 400 14px/22px var(--sans); color: var(--ash); margin-bottom: 20px; }
.ft__bio:empty { display: none; }
.ft__label { font: 600 11px/14px var(--sans); letter-spacing: 1.32px; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.ft__label--gap { margin-top: 26px; }
.ft__label--eco { font-size: 12px; letter-spacing: 1.2px; margin-bottom: 4px; }
.ft__eco-sub { font: 400 10px/15px var(--sans); letter-spacing: 1px; text-transform: uppercase; color: var(--grey); margin-bottom: 12px; }
.ft__addr, .ft__mail { font: 400 14px/22px var(--sans); color: var(--ash); }
.ft__mail a { color: #fff; text-decoration: none; }
.ft__mail a:hover { color: var(--green); }
.ft__links { display: flex; flex-direction: column; gap: 4px; }
.ft__links a { font: 400 14px/22px var(--sans); color: var(--ash); text-decoration: none; }
.ft__links a:hover { color: var(--green); }
.ft__eco { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 8px; }
.ft__eco span { font: 600 10px/15px var(--sans); letter-spacing: .5px; color: var(--grey-2); }
.ft__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; padding-top: 24px; font: 600 11px/14px var(--sans); letter-spacing: 1.32px; text-transform: uppercase; color: var(--ash); }
.ft__legal { display: flex; flex-wrap: wrap; gap: 24px; }
.ft__legal a { text-decoration: none; }
.ft__legal a:hover { color: var(--green); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scard img, .proj__media img { transition: none; }
}

/* The headline breaks after the first sentence, as the design draws it
   ("MORE GREEN." / "BETTER LIVING."), without the panel having to know. */
.hero__title--two { max-width: 11ch; }

/* The sister sites, as links (Figma 1:953 "VELOCITY ECOSYSTEM"). */
.ft__eco { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; }
.ft__eco a { font: 600 11px/1.5 var(--sans); letter-spacing: 1.2px; text-transform: uppercase; color: var(--ash); text-decoration: none; }
.ft__eco a:hover { color: var(--green); }
.ft__part { margin: 10px 0 0; font: 700 11px/15px var(--sans); letter-spacing: 2px; text-transform: uppercase; color: var(--green); }