:root {
  --tone-warm: #5D4037;
  --tone-strong: #FFFFFF;
  --speed-fast: ease;
  --tone-clear: #3E2723;
  --paint-warm: #FFE0B2;
  --surface-primary: #FFB300;
  --tone-secondary: #26C6DA;
}
body{margin:0;padding:0;font-family:"Rubik", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.soft-flow{
    background: #FFF8E1;
    border-bottom: 1px solid var(--paint-warm);
    width: 100%;color:#3E2723;}
.visual-block {
    max-width: 1480px;
    margin: 0 auto;
    padding: 1.5rem 2.64rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.52rem;
    position: relative;
  }
.clear-entries {
    font-size: calc(19.4px * 1.35);
    font-weight: 700;
    color: #3E2723;
    text-decoration: none;
    letter-spacing: -0.02em;
    transition: color 360ms var(--speed-fast);
    flex-shrink: 0;
  }
.clear-entries:hover {
    color: #26C6DA;
  }
.page-benefit {
    display: flex;
    align-items: center;
    gap: calc(1.52rem * 1.2);
  }
.visual-region {
    justify-content: flex-end;
    flex: 1;
  }
.plain-visual {
    justify-content: flex-start;
    flex: 1;
  }
.nav-link {
    color: #3E2723;
    text-decoration: none;
    font-size: 19.4px;
    font-weight: 500;
    padding: 0.4rem 0.2rem;
    position: relative;
    transition: color 360ms var(--speed-fast);
    white-space: nowrap;
  }
.nav-link::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--tone-secondary);
    border-radius: 0.33rem;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 360ms var(--speed-fast);color:#004D40;}
.nav-link:hover {
    color: #26C6DA;
  }
.nav-link:hover::after {
    transform: scaleX(1);
  }
.clear-grid {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    flex-direction: column;
    gap: 5px;
    z-index: 1001;
  }
.simple-items{
    display: block;
    width: 24px;
    height: 2px;
    background: #3E2723;
    border-radius: 0.33rem;
    transition: all 360ms var(--speed-fast);color:var(--tone-clear);}
.clear-grid.active .simple-items:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.clear-grid.active .simple-items:nth-child(2) {
    opacity: 0;
  }
.clear-grid.active .simple-items:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.site-tile{
    display: none;
    position: fixed;
    inset: 0;
    background: #FFF8E1;
    z-index: 1000;
    padding: calc(1.5rem * 3) 2.64rem 1.5rem;
    overflow-y: auto;color:#3E2723;}
.site-tile.open{display: flex;
    align-items: center;
    justify-content: center;}
.view {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(1.5rem * 1.2);
    width: 100%;
  }
.simple-details {
    color: #3E2723;
    text-decoration: none;
    font-size: calc(19.4px * 1.35);
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0.51rem;
    transition: all 360ms var(--speed-fast);
    text-align: center;
    width: 100%;
    max-width: 320px;
  }
.simple-details:hover {
    color: var(--tone-secondary);
    background: #FFF3E0;
  }
@media (max-width: 767px) {
    .visual-block {
      padding: calc(1.5rem * 0.8) 2.64rem;
    }

    .page-benefit {
      display: none;
    }

    .clear-grid {
      display: flex;
      margin-left: auto;
    }

    .clear-entries {
      margin-right: auto;
      font-size: calc(19.4px * 1.35);
    }
  }
@media (min-width: 768px) {
    .site-tile {
      display: none !important;
    }
  }
.top-flow{padding:calc(1.5rem * 2.4) 2.64rem;font-family:"Rubik", sans-serif;font-size:19.4px;line-height:1.64;background:#263238;color:#FFF8E1;}
.main-figure{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.52rem * 1.5)}
.fresh-area{display:flex;flex-wrap:wrap;gap:1.52rem;align-items:baseline;font-style:normal}
.open-track,
  .media-steps,
  .service-content{color:inherit;text-decoration:none;font-size:19.4px}
.media-steps:hover,
  .service-content:hover{text-decoration:underline}
.service-header{display:flex;justify-content:center}
.content-section{font-size:calc(19.4px * 2);font-weight:700;letter-spacing:0.02em;color:inherit}
.fresh-story{display:grid;grid-template-columns:repeat(3, 1fr);gap:calc(1.5rem * .75);padding:calc(1.52rem * 1.5) 0;border-top:1px solid rgba(255, 255, 255, 0.1);border-bottom:1px solid rgba(255, 255, 255, 0.1)}
.text-quote{display:flex;flex-direction:column;gap:1.5rem}
.text-quote a{color:inherit;text-decoration:none;font-size:calc(19.4px * .875);transition:opacity 360ms var(--speed-fast)}
.text-quote a:hover{opacity:0.8;text-decoration:underline;color:inherit}
.media-nav{display:flex;flex-direction:column;gap:1.5rem;text-align:center}
.visual-form,
  .page-track{font-size:calc(19.4px * .875);color:inherit;margin:0}
.page-track{opacity:0.8;max-width:80ch;margin-left:auto;margin-right:auto}
@media (max-width: 768px) {.fresh-story{grid-template-columns:repeat(2, 1fr)}
  }
@media (max-width: 480px) {.fresh-story{grid-template-columns:1fr}.fresh-area{flex-direction:column;align-items:flex-start}
  }
footer .narrow-lead{flex:1 1 100%;max-width:1480px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(19.4px * .875);line-height:1.64;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:50%;bottom:clamp(14px,2vw,24px);transform:translateX(-50%);z-index:1200}
.cookies .text-header{width:min(32rem,calc(100vw - 28px));padding:14px 16px;border:1px solid var(--paint-warm);border-radius:22px;background:var(--tone-strong);color:var(--tone-clear);box-shadow:0 16px 54px rgba(0,0,0,0.13)}
.cookies .contact-headline{margin:0}
.cookies strong{font-size:calc(19.4px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.64}
.cookies .text-section{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .text-section button{border:1px solid var(--paint-warm);background:#FFF3E0;color:var(--tone-warm);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .text-section button.cookie-accept{background:var(--surface-primary);color:#263238}
.mark{
      padding: calc(1.5rem * 3) 2.64rem;
      background: #FFF8E1;
      color: #3E2723;
      border-bottom: 1px solid var(--paint-warm);
    }
.mark .open-body{max-width: 1480px;
      margin: 0 auto;
      padding: 1rem 0;}
.mark .team-view{display: flex;
      flex-direction: column;
      gap: calc(1.52rem * 1.5);}
.mark h1{margin: 0;
      font-size: clamp(2.4rem, 6.2vw, 5.6rem);
      line-height: 0.98;
      font-weight: 700;
      letter-spacing: -0.02em;}
.mark .steady-lead{display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end;
      gap: 1.52rem;}
.mark .steady-lead p{margin: 0;
      max-width: 38rem;
      font-size: 19.4px;
      line-height: 1.64;
      color: var(--tone-warm);}
.mark .fresh-region{display: flex;
      gap: 0.6rem;
      flex-wrap: wrap;}
.mark .fresh-region a{
      background: var(--surface-primary);
      color: #263238;
      text-decoration: none;
      border-radius: 0.33rem;
      padding: 0.7rem 1rem;
      font-weight: 500;
      transition: background 360ms var(--speed-fast);
    }
.mark .fresh-region a + a{
      background: var(--tone-strong);
      color: var(--tone-clear);
      border: 1px solid var(--paint-warm);
    }
.mark .fresh-region a:hover{
      background: #FF8F00;
      color: #263238;
    }
.mark .fresh-region a + a:hover{
      background: #FFF3E0;
      color: var(--tone-warm);
    }
@media (max-width: 640px) {.mark{
        padding: calc(1.5rem * 2) 2.64rem;
      }.mark .steady-lead{
        flex-direction: column;
        align-items: flex-start;
      }
    }
.visual-lead{position:relative;overflow:hidden;isolation:isolate;}
.visual-lead>*{position:relative;z-index:1;}
.visual-lead::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(2 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (2 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(2 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.visual-lead::before,.visual-lead::after{animation:none!important;}}
.compact-nav{
  --mark-strong:calc(1.5rem * 1.1);
  --axis-control:calc(1480px / 2.6);
  padding:calc(1.5rem * 2.4) 2.64rem;
  background:var(--surface-primary);
  color:#263238;
}
.compact-nav .open-body{max-width:1480px;
  margin:0 auto;}
.compact-nav h1,
.compact-nav h2,
.compact-nav h3,
.compact-nav p{margin:0;}
.compact-nav h2{font-size:calc(19.4px * 2);
  line-height:1.15;
  margin-top:var(--mark-strong);
  max-width:var(--axis-control);}
.compact-nav h3{font-size:calc(19.4px * 1.35);
  line-height:1.25;
  color:inherit;}
.compact-nav p{font-size:19.4px;
  line-height:1.64;
  color:color-mix(in srgb, currentColor 78%, transparent);
  margin-top:calc(1.5rem / 2);}
.compact-nav a{color:inherit;
  text-decoration:none;
  display:inline-block;
  margin-top:calc(1.5rem / 2);
  font-weight:600;
  border-bottom:2px solid color-mix(in srgb, currentColor 30%, transparent);
  padding-bottom:2px;}
.compact-nav a:hover{border-bottom-color:currentColor;}
.compact-nav .cluster{font-size:calc(19.4px * .875);
  text-transform:uppercase;
  letter-spacing:.08em;
  color:color-mix(in srgb, currentColor 70%, transparent);
  margin-bottom:calc(1.5rem / 1.5);}
.compact-nav .direct-copy{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-strong);}
.compact-nav .public-note{
  flex:1 1 calc(1480px / 3.2);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9);
  border-radius:0.51rem;
  background:color-mix(in srgb, currentColor 10%, transparent);
  border:1px solid color-mix(in srgb, currentColor 14%, transparent);
  transition:background 360ms var(--speed-fast), transform 360ms var(--speed-fast);
}
.compact-nav .public-note:hover{
  background:color-mix(in srgb, currentColor 14%, transparent);
  transform:translateY(-2px);
}
.compact-nav .public-note p{margin-top:calc(1.5rem / 2.5);}
.compact-nav .public-note a{margin-top:calc(1.5rem / 1.8);}
.compact-nav .soft-wrap>.direct-copy{margin-top:var(--mark-strong);}
@media (max-width: 800px){.compact-nav .public-note{
    flex-basis:100%;
  }
}
.text-frame{--mark-strong:calc(1.5rem * 0.9);--axis-control:calc(1480px / 3.15);--font-large:calc(1480px / 3.11);padding:calc(1.5rem * 2.4) 2.64rem;background:linear-gradient(135deg, #FFE082 0%, #FFB300 50%, #FF7043 100%);color:#263238;}
.text-frame .open-body{max-width:1480px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;}
.text-frame h1,.text-frame h2,.text-frame h3,.text-frame p{margin:0;}
.text-frame h1{font-size:calc(19.4px * 2.65);line-height:1.08;}
.text-frame h2{font-size:calc(19.4px * 2);line-height:1.12;max-width:calc(1480px * 0.7);}
.text-frame h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.text-frame p{font-size:19.4px;line-height:1.64;}
.text-frame a{color:inherit;text-decoration:none;}
.text-frame img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.51rem;flex:0 1 min(28rem,38vw);}
.text-frame .featured-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#263238;color:#FFF8E1;font-weight:600;transition:background 360ms var(--speed-fast);}
.text-frame .featured-block:hover{background:var(--surface-primary);color:#263238;}
.text-frame .steady-lead,.text-frame .cluster{max-width:calc(1480px * 0.62);}
.text-frame .media-headline>h1,.text-frame .media-headline>h2,.text-frame .media-headline>p,.text-frame .media-headline>.featured-block{margin-top:1.5rem;}
.text-frame .media-headline img{margin-top:var(--mark-strong);}
.text-frame .media-headline .steady-lead,.text-frame .media-headline .cluster{}
@media (max-width: 640px){.text-frame h2,.text-frame .steady-lead{max-width:100%;}
}
.simple-nav{padding:clamp(54px,7vw,94px) clamp(16px,4vw,36px);background:linear-gradient(135deg, #FFE082 0%, #FFB300 50%, #FF7043 100%);color:#263238;}
.simple-nav .open-body{max-width:1480px;margin:0 auto;}
.simple-nav .service-headline{margin-bottom:clamp(24px,4vw,44px);max-width:640px;}
.simple-nav .service-headline p{margin:0 0 8px;font-weight:700;opacity:.9;font-size:calc(19.4px * .875);text-transform:uppercase;letter-spacing:.06em;}
.simple-nav .service-headline h2{margin:0;font-size:clamp(30px,5vw,46px);line-height:1.15;}
.simple-nav .quiet-headline{display:grid;gap:1.52rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.simple-nav .quiet-headline article{border-radius:0.95rem;border:1px solid rgba(38,50,56,.15);background:rgba(255,255,255,.85);color:#3E2723;padding:clamp(18px,3vw,28px);box-shadow:0 2px 6px rgba(0,0,0,0.08);display:flex;flex-direction:column;}
.simple-nav .quiet-headline span{font-size:.82rem;font-weight:700;opacity:.7;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px;}
.simple-nav .quiet-headline h3{margin:0 0 10px;font-size:clamp(18px,2.4vw,22px);line-height:1.3;}
.simple-nav .quiet-headline p{margin:0;font-size:calc(19.4px * .875);line-height:1.6;}
.simple-nav .cluster{margin-top:clamp(28px,5vw,48px);padding:clamp(18px,3vw,26px);border-radius:0.95rem;background:rgba(255,255,255,.7);color:#3E2723;border-left:4px solid #FFB300;}
.simple-nav .cluster p{margin:0 0 8px;font-size:calc(19.4px * .875);line-height:1.6;}
.simple-nav .cluster p:last-of-type{margin-bottom:14px;}
.simple-nav .cluster a{display:inline-block;font-weight:700;text-decoration:none;border-bottom:2px solid #FFB300;padding-bottom:2px;transition:border-color 360ms var(--speed-fast),color 360ms var(--speed-fast);}
.simple-nav .cluster a:hover{border-bottom-color:#26C6DA;}
@media (max-width:640px){.simple-nav .quiet-headline{grid-template-columns:1fr;}
}
.focused-area{
        padding:calc(calc(1.5rem * 2.4) * .82) 2.64rem;
        background:#263238;
        color:#FFF8E1;
    }
.media-links{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
    }
.narrow-steps{
        width:min(100%,54rem);
    }
.focused-area h1{margin:0;
        font-size:clamp(2.1rem,5.5vw,4.4rem);
        line-height:1.05;
        font-weight:750;
        letter-spacing:-0.01em;}
.focused-area p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        max-width:43rem;
        font-size:clamp(1rem,1.6vw,1.18rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.media-links{
            display:block;
        }.focused-area{
            padding-top:calc(calc(1.5rem * 2.4) * .62);
            padding-bottom:calc(calc(1.5rem * 2.4) * .62);
        }.focused-area p{
            max-width:100%;
        }
    }
.narrow-flow{
  --mark-strong: calc(1.5rem * 1.02);
  --axis-control: calc(1480px / 2.85);
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #FFF8E1;
  color: #3E2723;
}
.narrow-flow .open-body{max-width: 1480px;
  margin: 0 auto;}
.narrow-flow h1,
.narrow-flow h2,
.narrow-flow h3,
.narrow-flow p{margin: 0;}
.narrow-flow h1{font-size: calc(19.4px * 2.65);
  line-height: 1.08;}
.narrow-flow h2{font-size: calc(19.4px * 2);
  line-height: 1.12;
  max-width: var(--axis-control);}
.narrow-flow h3{font-size: calc(19.4px * 1.35);
  line-height: 1.2;}
.narrow-flow p{font-size: 19.4px;
  line-height: 1.64;
  color: color-mix(in srgb, currentColor 74%, transparent);}
.narrow-flow .simple-menu{margin-bottom: calc(1.52rem * 1.5);}
.narrow-flow .cluster{
  font-size: calc(19.4px * .875);
  color: #004D40;
  background: var(--tone-secondary);
  display: inline-block;
  padding: 0.2rem 0.9rem;
  border-radius: 0.33rem;
}
.narrow-flow .local-note{display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.5rem * 2.4);}
.narrow-flow .plain-body{
  background: var(--tone-strong);
  border: 1px solid var(--paint-warm);
  border-radius: 0.95rem;
  padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem / 3);color:var(--tone-clear);}
.narrow-flow .offer-summary{
  font-size: calc(19.4px * .875);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #004D40;
  background: var(--tone-secondary);
  padding: 0.15rem 0.7rem;
  border-radius: 0.33rem;
  align-self: flex-start;
}
.narrow-flow .plain-body h3{font-size: calc(19.4px * 1.125);
  line-height: 1.3;}
.narrow-flow .plain-body p{font-size: 19.4px;
  line-height: 1.64;}
.narrow-flow .offer{
  background: #FFF3E0;
  color: var(--tone-warm);
  border-radius: 1.08rem;
  padding: calc(1.52rem * 1.5) calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem / 2);
}
.narrow-flow .offer h2{font-size: calc(19.4px * 1.35);
  line-height: 1.2;}
.narrow-flow .offer p{font-size: 19.4px;
  line-height: 1.64;
  color: color-mix(in srgb, currentColor 80%, transparent);
  max-width: var(--axis-control);}
@media (max-width: 720px) {.narrow-flow .local-note{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.narrow-flow .offer{
    padding: calc(1.5rem * .75);
  }
}
.service-block{
        background: #FFF8E1;
        color: #3E2723;
        padding: calc(1.5rem * 2.4) 2.64rem;
    }
.service-block .open-body{width: min(100%, 1480px);
        max-width: 62rem;
        margin: 0 auto;}
.service-block h2,
    .service-block h3,
    .service-block p{margin: 0;}
.service-block h2{font-size: calc(19.4px * 2);
        line-height: 1.08;
        max-width: 24ch;}
.service-block .steady-lead{color: var(--tone-warm);
        font-size: calc(19.4px * 1.125);
        line-height: 1.64;
        margin-top: 1.5rem;
        max-width: 56ch;}
.service-block .direct-frame{margin-top: calc(1.52rem * 1.5);
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;}
.service-block .public-note{
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
        border-radius: 0.95rem;
        background: var(--tone-strong);
        border: 1px solid var(--paint-warm);
        transition: box-shadow 360ms var(--speed-fast);color:var(--tone-clear);}
.service-block .public-note:hover{box-shadow: 0 2px 6px rgba(0,0,0,0.08);}
.service-block .public-note span{color:inherit;
        font-size: calc(19.4px * .875);
        font-weight: 600;
        letter-spacing: 0.04em;
        line-height: 1.2;
        padding-top: 0.2rem;}
.service-block h3{font-size: calc(19.4px * 1.35);
        line-height: 1.16;}
.service-block .public-note p{color: var(--tone-warm);
        line-height: 1.64;
        margin-top: calc(1.5rem * .75);}
.service-block .public-note > *{min-width: 0;}
@media (min-width: 720px) {.service-block .direct-frame{
            grid-template-columns: 1fr 1fr;
        }.service-block .public-note:first-child{
            grid-column: 1 / -1;
        }
    }
.local-menu{
        padding:calc(calc(1.5rem * 2.4) * .8) 2.64rem;
        background:#263238;
        color:#FFF8E1;
    }
.media-links{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
    }
.narrow-steps{
        width:min(100%,54rem);
    }
.local-menu h1{margin:0;
        font-size:clamp(2rem,5vw,4.25rem);
        line-height:1.06;
        font-weight:750;
        letter-spacing:-0.02em;}
.local-menu p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.5vw,1.18rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.media-links{
            display:block;
        }.local-menu{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.local-menu h1{
            font-size:clamp(1.75rem,8vw,2.6rem);
        }
    }
.local-rail{
  --mark-strong: calc(1.5rem * 0.9);
  --axis-control: calc(1480px / 2.3);
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #FFF3E0;
  color: var(--tone-warm);
}
.local-rail .open-body{max-width: 1480px;
  margin: 0 auto;}
.local-rail h2,
.local-rail h3,
.local-rail p{margin: 0;}
.local-rail h2{font-size: calc(19.4px * 2);
  line-height: 1.15;
  max-width: 12ch;}
.local-rail h3{font-size: calc(19.4px * 1.35);
  line-height: 1.25;}
.local-rail p{font-size: 19.4px;
  line-height: 1.64;}
.local-rail a{color: inherit;
  text-decoration: none;}
.local-rail .team-view{display: flex;
  flex-wrap: wrap;
  gap: 1.52rem;
  align-items: flex-start;
  margin-bottom: calc(1.5rem * 1.2);}
.local-rail .soft-panel{flex: 1 1 calc(1480px / 2.2);
  min-width: 0;}
.local-rail .soft-panel .steady-lead{margin-top: calc(1.5rem / 2);
  max-width: 60ch;}
.local-rail .focused-story{
  flex: 1 1 calc(1480px / 3.2);
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--tone-strong);
  color: var(--tone-clear);
  border: 1px solid var(--paint-warm);
}
.local-rail .cluster{font-size: calc(19.4px * .875);
  line-height: 1.6;}
.local-rail .fresh-region{display: inline-block;
  margin-top: calc(1.5rem * .75);
  font-weight: 600;color:inherit;}
.local-rail .fresh-region:hover{color:inherit;}
.local-rail .direct-copy{display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(1.5rem * .75);}
.local-rail .public-note{
  padding: calc(calc(1.5rem * .75) * 1.1);
  border-radius: 0.95rem;
  background: var(--tone-strong);
  color: var(--tone-clear);
  border: 1px solid var(--paint-warm);
}
.local-rail .public-note p{margin-top: calc(1.5rem / 3);
  font-size: calc(19.4px * .875);
  line-height: 1.6;}
.local-rail .main-form{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.5rem * 1.4);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-warm);}
.local-rail .narrow-note{font-size: calc(19.4px * .875);
  color: var(--tone-warm);}
.local-rail .narrow-details{font-weight: 600;color:inherit;
  margin-left: auto;}
.local-rail .narrow-details:hover{color:inherit;}
@media (max-width: 900px) {.local-rail .direct-copy{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {.local-rail .direct-copy{
    grid-template-columns: 1fr;
  }.local-rail h2{
    max-width: none;
  }.local-rail .narrow-details{
    margin-left: 0;
  }
}
.offset---answer-bank{--mark-strong:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.64rem;background:#FFF8E1;color:#3E2723;}
.offset---answer-bank .open-body{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,0.9fr);gap:calc(1.5rem * 1.6);align-items:start;}
.offset---answer-bank h1,.offset---answer-bank h2,.offset---answer-bank h3,.offset---answer-bank p{margin:0;}
.offset---answer-bank h2{font-size:calc(19.4px * 2);line-height:1.18;font-weight:700;}
.offset---answer-bank p{font-size:19.4px;line-height:1.64;}
.offset---answer-bank a{color:inherit;text-decoration:none;}
.offset---answer-bank .primary-brand{display:flex;flex-direction:column;gap:1.52rem;}
.offset---answer-bank details{padding:calc(calc(1.5rem * .75) * 0.85) calc(calc(1.5rem * .75) * 1.1);border-radius:0.95rem;background:var(--tone-strong);border:1px solid var(--paint-warm);box-shadow:0 2px 6px rgba(0,0,0,0.08);color:var(--tone-clear);}
.offset---answer-bank summary{cursor:pointer;font-weight:600;font-size:19.4px;line-height:1.4;list-style:none;position:relative;padding-right:2.2rem;}
.offset---answer-bank summary::-webkit-details-marker{display:none;}
.offset---answer-bank summary::after{content:"+";position:absolute;right:0.2rem;top:0;font-size:1.4rem;line-height:1;font-weight:400;transition:transform 360ms var(--speed-fast);}
.offset---answer-bank details[open] summary::after{transform:rotate(45deg);}
.offset---answer-bank details p{margin-top:calc(1.5rem / 2.4);font-size:19.4px;line-height:1.64;}
.offset---answer-bank .content-panel{background:#263238;color:#FFF8E1;border-radius:1.08rem;padding:calc(1.5rem * 1.1) 1.5rem;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:1.5rem;}
.offset---answer-bank .content-panel h2{font-size:calc(19.4px * 1.35);line-height:1.25;}
.offset---answer-bank .content-panel .steady-lead{color:inherit;font-size:19.4px;line-height:1.64;}
.offset---answer-bank .fresh-region{display:flex;flex-direction:column;gap:1.52rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid color-mix(in srgb, #FFF8E1 20%, transparent);}
.offset---answer-bank .fresh-region a{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;border-radius:0.51rem;background:var(--surface-primary);color:#263238;font-weight:600;font-size:19.4px;transition:background 360ms var(--speed-fast);}
.offset---answer-bank .fresh-region a:last-child{background:transparent;border:1px solid color-mix(in srgb, #FFF8E1 35%, transparent);color:#FFF8E1;}
.offset---answer-bank .fresh-region a:hover{background:#FF8F00;color:var(--tone-clear);}
.offset---answer-bank .fresh-region a:last-child:hover{background:color-mix(in srgb, #FFF8E1 12%, transparent);color:var(--tone-clear);}
@media (max-width: 980px){.offset---answer-bank .open-body{grid-template-columns:1fr;gap:1.5rem;}.offset---answer-bank .content-panel{position:static;}
}
@media (max-width: 600px){.offset---answer-bank{padding:calc(1.5rem * 2.4) 2.64rem;}.offset---answer-bank details{padding:calc(1.5rem * .75);}
}
.open-list{padding:calc(calc(1.5rem * 2.4) * .8) 2.64rem;background:#263238;color:#FFF8E1;}
.media-links{max-width:1480px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-steps{width:min(100%,54rem);}
.open-list h1{margin:0;font-size:clamp(2.15rem,5.5vw,4.5rem);line-height:1.05;font-weight:700;letter-spacing:-0.01em;}
.open-list p{margin:clamp(1.1rem,2vw,1.5rem) 0 0;max-width:44rem;font-size:clamp(1.02rem,1.6vw,1.22rem);line-height:1.7;}
@media (max-width:720px){.media-links{display:block;}.open-list{padding-top:calc(calc(1.5rem * 2.4) * .6);padding-bottom:calc(calc(1.5rem * 2.4) * .6);}.open-list h1{font-size:clamp(1.9rem,8vw,2.6rem);}
    }
.direct-block{--mark-strong:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 2.64rem;background:var(--surface-primary);color:#263238;}
.direct-block .open-body{max-width:1480px;margin:0 auto;}
.direct-block h2,.direct-block p,.direct-block ul{margin:0;}
.direct-block h2{font-size:calc(19.4px * 2);line-height:1.12;}
.direct-block p{font-size:19.4px;line-height:1.64;}
.direct-block a{color:inherit;text-decoration:none;}
.direct-block .offer-menu{display:flex;flex-wrap:wrap;gap:calc(1.5rem * 1.2);align-items:flex-start;}
.direct-block .simple-callout{flex:1 1 32rem;max-width:calc(1480px * 0.62);}
.direct-block .simple-callout .steady-lead{font-size:calc(19.4px * 1.125);font-weight:500;margin-bottom:calc(1.52rem * 1.5);}
.direct-block .text-track{margin-top:calc(1.52rem * 1.5);color:color-mix(in srgb, currentColor 82%, transparent);}
.direct-block .contact-intro{display:flex;flex-wrap:wrap;gap:1.52rem;align-items:center;margin-top:1.5rem;}
.direct-block .featured-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#263238;color:var(--surface-primary);font-weight:600;transition:background 360ms var(--speed-fast);}
.direct-block .featured-block:hover{background:var(--tone-secondary);color:#004D40;}
.direct-block .fresh-region{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 0;border-bottom:2px solid color-mix(in srgb, currentColor 30%, transparent);font-weight:500;}
.direct-block .fresh-region:hover{border-color:var(--tone-secondary);}
.direct-block .cluster{margin-top:calc(1.52rem * 1.5);font-size:calc(19.4px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.direct-block .main-contact{flex:0 1 20rem;background:var(--tone-secondary);color:#004D40;border-radius:0.95rem;padding:1.5rem;margin-left:auto;}
.direct-block .featured-view{font-weight:600;font-size:19.4px;margin-bottom:calc(1.5rem * .75);}
.direct-block .open-flow{list-style:none;padding:0;display:grid;gap:calc(1.5rem * .75);}
.direct-block .open-flow li{padding-left:1.1rem;position:relative;font-size:19.4px;line-height:1.64;}
.direct-block .open-flow li::before{content:"";position:absolute;left:0;top:0.6em;width:0.45rem;height:0.45rem;border-radius:50%;background:currentColor;opacity:0.7;}
.direct-block .open-plan{display:inline-block;margin-top:1.5rem;font-weight:600;border-bottom:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.direct-block .open-plan:hover{border-color:var(--surface-primary);}
@media (max-width: 720px){.direct-block .main-contact{margin-left:0;flex-basis:100%;}.direct-block .simple-callout{max-width:100%;}
}
.region{--mark-strong:calc(1.5rem * 0.92);padding:calc(1.5rem * 2.4) 2.64rem;background:#FFF8E1;color:#3E2723;}
.region .open-body{max-width:1480px;margin:0 auto;}
.region h2,.region h3,.region p{margin:0;}
.region h2{font-size:calc(19.4px * 2);line-height:1.14;max-width:calc(1480px * 0.72);}
.region h3{font-size:calc(19.4px * 1.35);line-height:1.24;}
.region p{font-size:19.4px;line-height:1.64;}
.region .cluster{display:inline-block;background:var(--tone-secondary);color:#004D40;border-radius:0.33rem;padding:calc(1.5rem / 4) calc(1.5rem / 2);margin-bottom:1.5rem;font-size:calc(19.4px * .875);line-height:1.3;}
.region .steady-lead{margin-top:1.5rem;max-width:calc(1480px * 0.62);}
.region .direct-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2.64rem;margin-top:calc(1.5rem * 1.4);}
.region .public-note{background:var(--tone-strong);border:1px solid var(--paint-warm);border-radius:0.95rem;padding:1.5rem 2.64rem;min-width:0;color:var(--tone-clear);}
.region .public-note p{margin-top:calc(1.5rem / 3);color:var(--tone-warm);}
.region .public-note:first-child{grid-column:1 / -1;background:#FFF3E0;border-color:transparent;color:var(--tone-warm);}
.region .public-note:first-child p{color:var(--tone-warm);max-width:calc(1480px * 0.72);}
.region .fresh-region{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--paint-warm);display:flex;flex-wrap:wrap;align-items:baseline;gap:1.5rem 2.64rem;}
.region .fresh-region p{max-width:calc(1480px * 0.55);}
.region .fresh-region a{color:inherit;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:color 360ms var(--speed-fast),border-color 360ms var(--speed-fast);}
.region .fresh-region a:hover{color:inherit;border-bottom-color:#26C6DA;}
@media (max-width: 860px){.region .direct-copy{grid-template-columns:1fr;}.region .public-note:first-child{grid-column:auto;}.region h2{max-width:none;}.region .steady-lead{max-width:none;}.region .fresh-region p{max-width:none;}
}
.simple-group{
        padding:calc(calc(1.5rem * 2.4) * .9) 2.64rem;
        background:#263238;
        color:#FFF8E1;
    }
.media-links{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
    }
.narrow-steps{
        width:min(100%,54rem);
    }
.simple-group h1{margin:0;
        font-size:clamp(2rem, 5.2vw, 4.2rem);
        line-height:1.05;
        font-weight:700;
        letter-spacing:-0.02em;
        max-width:14em;}
.simple-group p{margin:clamp(1.1rem, 2vw, 1.5rem) 0 0;
        max-width:43rem;
        font-size:clamp(1rem, 1.5vw, 1.18rem);
        line-height:1.7;
        color:color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width:720px){.media-links{
            display:block;
        }.simple-group{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.simple-group h1{
            font-size:clamp(1.8rem, 8vw, 2.6rem);
        }
    }
.clear-contact{
  --mark-strong: calc(1.5rem * 1.1);
  --axis-control: calc(1480px / 2.2);
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #FFF8E1;
  color: #3E2723;
}
.clear-contact .open-body{max-width: 1480px;
  margin: 0 auto;}
.clear-contact h1,
.clear-contact h2,
.clear-contact h3,
.clear-contact p{margin: 0;}
.clear-contact h1{font-size: calc(19.4px * 2.65);
  line-height: 1.08;}
.clear-contact h2{font-size: calc(19.4px * 2);
  line-height: 1.2;
  max-width: var(--axis-control);
  margin-top: calc(var(--mark-strong) * 1.2);
  font-weight: 600;}
.clear-contact h3{font-size: calc(19.4px * 1.35);
  line-height: 1.3;
  font-weight: 500;
  margin-top: calc(1.5rem / 3);
  color: #3E2723;}
.clear-contact p{font-size: 19.4px;
  line-height: 1.64;
  color: var(--tone-warm);}
.clear-contact .cluster{font-size: calc(19.4px * .875);
  color: var(--tone-warm);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.5rem;}
.clear-contact .direct-copy{display: flex;
  flex-wrap: wrap;
  gap: 1.52rem;
  margin-top: var(--mark-strong);}
.clear-contact .public-note{
  flex: 1 1 calc(1480px / 3.4);
  min-width: 0;
  padding: calc(calc(1.5rem * .75) * 0.9);
  border-radius: 0.95rem;
  background: var(--tone-strong);
  border: 1px solid var(--paint-warm);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: box-shadow 360ms var(--speed-fast), transform 360ms var(--speed-fast);color:var(--tone-clear);}
.clear-contact .public-note:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.11);
  transform: translateY(-2px);}
.clear-contact .public-note p{font-size: calc(19.4px * .875);
  font-weight: 500;color:inherit;
  margin-bottom: calc(1.5rem / 4);}
.clear-contact .public-note h3{font-size: 19.4px;
  line-height: 1.4;}
/* dodatna poveznica na usluge */
.clear-contact .fresh-region{
  margin-top: 1.5rem;
  font-size: 19.4px;
}
.clear-contact .fresh-region a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 360ms var(--speed-fast), color 360ms var(--speed-fast);}
.clear-contact .fresh-region a:hover{color:inherit;
  border-bottom-color: currentColor;}
@media (max-width: 640px) {.clear-contact .direct-copy{
    flex-direction: column;
  }.clear-contact .public-note{
    flex: 1 1 auto;
  }
}
.soft-story{
  --mark-strong:calc(1.5rem * 1.25);
  --axis-control:calc(1480px / 2.35);
  padding:calc(1.5rem * 2.4) 2.64rem;
  background:#FFF3E0;
  color:var(--tone-warm);
}
.soft-story .open-body{max-width:1480px;
  margin:0 auto;}
.soft-story h1,.soft-story h2,.soft-story h3,.soft-story p{margin:0;}
.soft-story h1{font-size:calc(19.4px * 2.65);
  line-height:1.08;}
.soft-story h2{font-size:calc(19.4px * 2);
  line-height:1.12;
  max-width:var(--axis-control);}
.soft-story h3{font-size:calc(19.4px * 1.35);
  line-height:1.2;}
.soft-story p{font-size:19.4px;
  line-height:1.64;
  color:color-mix(in srgb, currentColor 74%, transparent);}
.soft-story a{color:inherit;
  text-decoration:none;}
.soft-story .cluster{margin-bottom:calc(1.5rem / 2);
  font-size:calc(19.4px * .875);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:500;}
.soft-story .steady-lead{margin-top:1.5rem;
  font-size:calc(19.4px * 1.125);
  line-height:1.64;
  max-width:var(--axis-control);}
.soft-story .direct-copy{display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:var(--mark-strong) 1.52rem;
  margin-top:calc(var(--mark-strong) * 1.2);}
.soft-story .public-note{min-width:0;
  padding:calc(1.52rem * 1.5) 0;
  border-top:1px solid color-mix(in srgb, currentColor 12%, transparent);}
.soft-story .public-note:nth-child(1),
.soft-story .public-note:nth-child(2){border-top:2px solid var(--surface-primary);}
.soft-story .public-note .offer-plan p{margin-top:calc(1.5rem / 3);}
.soft-story .public-note .offer-plan h3{font-size:19.4px;
  font-weight:600;
  letter-spacing:.01em;}
.soft-story .public-note .offer-plan p{font-size:19.4px;
  line-height:1.64;
  max-width:60ch;}
@media (max-width: 900px){.soft-story{
    --stack-tight:2.64rem;
  }.soft-story .direct-copy{
    grid-template-columns:1fr;
    gap:calc(1.52rem * 1.5);
  }.soft-story .public-note{
    padding:calc(1.5rem * .75) 0;
  }
}
.media-feature{
        padding:calc(calc(1.5rem * 2.4) * .73) 2.64rem;
        background:#263238;
        color:#FFF8E1;
    }
.media-links{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
    }
.narrow-steps{
        width:min(100%,52rem);
    }
.media-feature h1{margin:0;
        font-size:clamp(2.1rem,6vw,4.75rem);
        line-height:1.02;
        font-weight:750;}
.media-feature p{margin:clamp(1rem,2vw,1.35rem) 0 0;
        max-width:41rem;
        font-size:clamp(1rem,1.65vw,1.2rem);
        line-height:1.67;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:720px){.media-links{
            display:block;
        }.media-feature{
            padding-top:calc(calc(1.5rem * 2.4) * .58);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }
    }
.active-team{
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #263238;
  color: #FFF8E1;
}
.active-team .open-body{max-width: min(1480px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.52rem * 1.5);
  align-items: flex-start;}
.active-team .cluster{flex: 1 1 24rem;
  max-width: 38rem;}
.active-team h2{margin: 0;
  font-size: calc(19.4px * 2);
  line-height: 1.1;}
.active-team .cluster p{margin: calc(1.5rem * .75) 0;
  opacity: 0.88;
  font-size: calc(19.4px * 1.125);
  line-height: 1.55;}
.active-team .cluster a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: var(--tone-secondary);
  color: #004D40;
  text-decoration: none;
  font-weight: 600;
  transition: background 360ms var(--speed-fast);
}
.active-team .cluster a:hover{
  background: #00ACC1;color:var(--tone-clear);}
.active-team ul{
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--tone-strong);
  color: var(--tone-clear);
  flex: 1 1 20rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.active-team li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--paint-warm);}
.active-team li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.active-team li strong,
.active-team li span{display: block;}
.active-team li strong{font-size: 19.4px;}
.active-team li span{margin-top: calc(calc(1.5rem * .75) * 0.4);color:inherit;
  line-height: 1.5;}
@media (max-width: 760px) {.active-team .open-body{
    flex-direction: column;
  }.active-team .cluster{
    max-width: none;
  }
}
.media-view{
    background:#FFF3E0;
    color:var(--tone-warm);
    padding:calc(1.5rem * 2.4) 2.64rem;
  }
.media-view .open-body{max-width:1480px;
    margin:0 auto;
    display:flex;
    gap:calc(1.52rem * 1.5);
    align-items:flex-start;}
.media-view .team-view{flex:0 1 32rem;
    min-width:0;
    position:sticky;
    top:1.5rem;}
.media-view .steady-lead{margin:0 0 1.5rem;
    font-size:calc(19.4px * .875);
    letter-spacing:.06em;
    text-transform:uppercase;
    font-weight:600;}
.media-view h2{margin:0;
    font-size:calc(19.4px * 2);
    line-height:1.1;
    letter-spacing:0;
    max-width:24ch;}
.media-view .cluster{margin:1.5rem 0 0;
    line-height:1.64;
    opacity:.85;}
.media-view .fresh-region{
    display:inline-block;
    margin-top:calc(1.52rem * 1.5);
    padding:.65rem 1.2rem;
    background:var(--surface-primary);
    color:#263238;
    border-radius:0.51rem;
    text-decoration:none;
    font-weight:600;
    transition:background 360ms var(--speed-fast);
  }
.media-view .fresh-region:hover{
    background:#FF8F00;color:var(--tone-clear);}
.media-view .fresh-unit{flex:1 1 30rem;
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:1.52rem;}
.media-view .strong-details{
    display:flex;
    gap:1.52rem;
    padding:calc(1.5rem * .75);
    background:var(--tone-strong);
    border:1px solid var(--paint-warm);
    border-radius:0.95rem;
    align-items:flex-start;color:var(--tone-clear);}
.media-view .bottom-list{
    flex:0 0 auto;
    display:inline-block;
    padding:.3rem .7rem;
    background:var(--tone-secondary);
    color:#004D40;
    border-radius:0.33rem;
    font-size:calc(19.4px * .875);
    font-weight:600;
    line-height:1.2;
  }
.media-view .row-copy{min-width:0;}
.media-view .row-copy strong{display:block;
    font-size:19.4px;
    line-height:1.3;}
.media-view .row-copy p{margin:.4rem 0 .6rem;
    line-height:1.64;
    opacity:.85;}
.media-view .row-copy a{text-decoration:none;
    font-weight:600;
    word-break:break-word;}
.media-view .row-copy a:hover{}
.media-view .clear-actions{display:block;
    font-size:calc(19.4px * .875);
    line-height:1.5;
    opacity:.8;}
.media-view .focused-region{max-width:1480px;
    margin:calc(1.52rem * 1.5) auto 0;
    padding-top:1.5rem;
    border-top:1px solid color-mix(in srgb,var(--tone-warm) 15%,transparent);
    display:flex;
    flex-wrap:wrap;
    gap:1.52rem;
    align-items:center;
    justify-content:space-between;}
.media-view .focused-region p{margin:0;
    line-height:1.64;
    opacity:.8;
    flex:1 1 24rem;}
.media-view .focused-region a{text-decoration:none;
    font-weight:600;
    white-space:nowrap;}
.media-view .focused-region a:hover{}
@media (max-width:860px){.media-view .open-body{
      display:block;
    }.media-view .team-view{
      position:static;
    }.media-view .fresh-unit{
      margin-top:calc(1.52rem * 1.5);
    }.media-view .focused-region{
      margin-top:1.5rem;
    }
  }
@media (max-width:520px){.media-view .strong-details{
      flex-direction:column;
      gap:.6rem;
    }
  }
.service-note{
    --mark-strong: calc(1.5rem * 1.1);
    --axis-control: min(62ch, 100%);
    padding: calc(1.5rem * 2.4) 2.64rem;
    background: #FFF8E1;
    color: #3E2723;
  }
.service-note .open-body{max-width: 1480px;
    margin: 0 auto;}
.service-note .team-view{max-width: var(--axis-control);
    margin-bottom: calc(1.5rem * 1.4);}
.service-note h2{font-size: calc(19.4px * 2);
    line-height: 1.15;
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    letter-spacing: -0.02em;}
.service-note .steady-lead{font-size: 19.4px;
    line-height: 1.64;
    margin: 0;
    color: var(--tone-warm);}
.service-note .primary-brand{display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0;}
.service-note .public-note{padding: calc(1.52rem * 1.5) 0;
    border-bottom: 1px solid var(--paint-warm);}
.service-note .public-note:first-child{padding-top: 0;}
.service-note .public-note:last-child{border-bottom: none;
    padding-bottom: 0;}
.service-note .public-note h3{font-size: calc(19.4px * 1.125);
    line-height: 1.3;
    margin: 0 0 calc(1.5rem / 3) 0;
    font-weight: 600;
    color: #3E2723;}
.service-note .public-note p{font-size: 19.4px;
    line-height: 1.64;
    margin: 0;
    color: var(--tone-warm);
    max-width: var(--axis-control);}
.service-note .open-plan{margin-top: calc(1.5rem * 1.6);
    padding-top: 1.5rem;
    border-top: 1px solid var(--paint-warm);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1.5rem;
    justify-content: space-between;}
.service-note .open-plan p{margin: 0;
    font-size: 19.4px;
    line-height: 1.64;
    color: var(--tone-warm);
    max-width: 48ch;}
.service-note .open-plan a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(calc(1.5rem * .75) * 0.8) 1.5rem;
    background: var(--surface-primary);
    color: #263238;
    border-radius: 0.51rem;
    font-weight: 600;
    font-size: 19.4px;
    text-decoration: none;
    transition: background 360ms var(--speed-fast);
    white-space: nowrap;
  }
.service-note .open-plan a:hover{
    background: #FF8F00;color:var(--tone-clear);}
@media (max-width: 640px) {.service-note .open-plan{
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem;
    }.service-note .open-plan a{
      width: 100%;
    }
  }
.main-note{
        padding:calc(calc(1.5rem * 2.4) * .73) 2.64rem;
        background:#263238;
        color:#FFF8E1;
    }
.media-links{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
    }
.narrow-steps{
        width:min(100%,52rem);
    }
.main-note h1{margin:0;
        font-size:clamp(2.1rem,6vw,4.75rem);
        line-height:1.02;
        font-weight:750;}
.main-note p{margin:clamp(1rem,2vw,1.35rem) 0 0;
        max-width:41rem;
        font-size:clamp(1rem,1.65vw,1.2rem);
        line-height:1.67;
        color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:720px){.media-links{
            display:block;
        }.main-note{
            padding-top:calc(calc(1.5rem * 2.4) * .58);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }
    }
.direct-steps{padding:calc(1.5rem * 2.4) 2.64rem;background:#263238;color:#FFF8E1}
.direct-steps .clear-list{max-width:1480px;margin:0 auto}
.direct-steps h2{max-width:24ch;margin:0;font-size:calc(19.4px * 2);line-height:1.1}
.direct-steps .simple-shell{max-width:46rem;margin:1.5rem 0 calc(1.52rem * 1.5);color:inherit;font-size:calc(19.4px * 1.125);line-height:1.64}
.direct-steps .narrow-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.52rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:detail}
.direct-steps .narrow-view>li{position:relative;margin:0;padding:calc(1.5rem * .75) 0 0 2.64rem;border-top:1px solid rgba(255,224,178,.18)}
.direct-steps .narrow-view>li::before{counter-increment:detail;content:counter(detail,decimal-leading-zero);position:absolute;top:calc(1.5rem * .75);left:0;font-size:calc(19.4px * .875);color:var(--tone-secondary);font-weight:600;letter-spacing:.02em}
.direct-steps h3{margin:0;padding-right:1rem;font-size:calc(19.4px * 1.35);line-height:1.2}
.direct-steps .narrow-view p{margin:calc(1.5rem * .75) 0 0;color:inherit;line-height:1.64;max-width:52ch}
@media(max-width:900px){.direct-steps .narrow-view{grid-template-columns:1fr}}
@media(max-width:680px){.direct-steps .narrow-view>li{padding-left:0;padding-top:calc(calc(1.5rem * .75) + 1.4rem)}.direct-steps .narrow-view>li::before{top:calc(1.5rem * .75)}}
.fresh-track{
  --mark-strong: calc(1.5rem * 0.91);
  --axis-control: calc(1480px / 2.15);
  --type-lead: calc(1480px / 3.21);
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: var(--surface-primary);
  color: #263238;
}
.fresh-track .open-body{max-width: 1480px;
  margin: 0 auto;}
.fresh-track h1,
.fresh-track h2,
.fresh-track h3,
.fresh-track p,
.fresh-track ul{margin: 0;}
.fresh-track h2{font-size: calc(19.4px * 2);
  line-height: 1.12;}
.fresh-track h3{font-size: calc(19.4px * 1.35);
  line-height: 1.2;}
.fresh-track p{font-size: 19.4px;
  line-height: 1.64;
  color: color-mix(in srgb, currentColor 74%, transparent);}
.fresh-track a{color: inherit;
  text-decoration: none;}
.fresh-track .steady-visual{padding-block: calc(var(--mark-strong) / 2);}
.fresh-track .page-stack{row-gap: calc(var(--mark-strong) * 1.2);}
.fresh-track .team-callout{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;}
.fresh-track .team-callout h2{flex: 1 1 calc(1480px / 2.6);
  min-width: 0;}
.fresh-track .steady-lead{flex: 1 1 calc(1480px / 3.2);
  min-width: 0;
  margin-top: 0;}
.fresh-track .direct-copy{display: flex;
  flex-wrap: wrap;
  gap: var(--mark-strong);
  margin-top: calc(var(--mark-strong) * 1.1);}
.fresh-track .public-note{
  flex: 1 1 var(--type-lead);
  min-width: 0;
  padding: calc(var(--mark-strong) * 0.75);
  border-radius: 0.51rem;
  background: color-mix(in srgb, currentColor 10%, transparent);
}
.fresh-track .public-note p{margin-top: calc(1.5rem / 3);}
.fresh-track .fresh-region{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.5rem 2.64rem;
  margin-top: calc(var(--mark-strong) * 1.2);
  padding-top: calc(var(--mark-strong) * 0.6);
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.fresh-track .visual-flow{font-size: calc(19.4px * .875);
  opacity: 0.8;
  flex-basis: 100%;}
.fresh-track .fresh-region a{display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  border-bottom: 2px solid color-mix(in srgb, currentColor 35%, transparent);
  padding-bottom: 0.2rem;
  transition: border-color 360ms var(--speed-fast);}
.fresh-track .fresh-region a:hover{border-color: currentColor;}
@media (max-width: 720px) {.fresh-track .team-callout{
    display: block;
  }.fresh-track .steady-lead{
    margin-top: 1.5rem;
  }.fresh-track .public-note{
    flex-basis: 100%;
  }
}
.page-team{
        --mark-strong: calc(1.5rem * 1.14);
        padding: calc(1.5rem * 2.4) 2.64rem;
        background: #263238;
        color: #FFF8E1;
    }
.page-team .open-body{max-width: 1480px;
        margin: 0 auto;}
.page-team h2,
    .page-team h3,
    .page-team p{margin: 0;}
.page-team h2{font-size: calc(19.4px * 2);
        line-height: 1.12;}
.page-team h3{font-size: calc(19.4px * 1.35);
        line-height: 1.2;}
.page-team p{font-size: 19.4px;
        line-height: 1.64;}
.page-team a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 0.15em;
        text-decoration-color: color-mix(in srgb, #FFF8E1 45%, transparent);}
.page-team a:hover{text-decoration-color: #FFF8E1;}
.page-team .quiet-menu{padding-inline-start: calc(2.64rem / 2);}
.page-team .page-stack{row-gap: calc(var(--mark-strong) * 1.2);}
.page-team .steady-lead{margin-top: 1.5rem;
        max-width: calc(1480px / 2.2);}
.page-team .direct-copy{display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
        gap: var(--mark-strong);
        margin-top: var(--mark-strong);}
.page-team .public-note{
        min-width: 0;
        padding: calc(1.5rem * .75);
        background: #FFF8E1;
        color: #263238;
        border-radius: 0.95rem;
    }
.page-team .public-note p{margin-top: calc(1.5rem / 3);
        opacity: 0.9;}
.page-team .cluster{margin-top: calc(var(--mark-strong) * 1.2);
        max-width: calc(1480px / 2.2);
        font-size: calc(19.4px * .875);
        line-height: 1.64;
        opacity: 0.8;}
.media-content{padding:calc(calc(1.5rem * 2.4) * .8) 2.64rem;background:#263238;color:#FFF8E1;}
.media-links{max-width:1480px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-steps{width:min(100%,54rem);}
.media-content h1{margin:0;font-size:clamp(2rem,5.4vw,4.35rem);line-height:1.04;font-weight:750;letter-spacing:-0.01em;}
.media-content p{margin:clamp(1rem,2vw,1.4rem) 0 0;max-width:42rem;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.7;}
@media (max-width:720px){.media-links{display:block}.media-content{padding-top:calc(calc(1.5rem * 2.4) * .6);padding-bottom:calc(calc(1.5rem * 2.4) * .6);}.narrow-steps{width:100%;}
    }
.local-grid{
    padding: calc(1.5rem * 2.4) 2.64rem;
    background: var(--tone-secondary);
    color: #004D40;
  }
.local-grid .open-body{max-width: 1480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.52rem * 1.5);}
.local-grid h2{margin: 0;
    max-width: 24ch;
    font-size: calc(19.4px * 2);
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.01em;}
.local-grid .primary-brand{display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1.5rem;
    width: 100%;}
.local-grid .public-note{
    background: var(--tone-strong);
    color: var(--tone-clear);
    border-radius: 0.95rem;
    padding: 1.5rem;
    border: 1px solid var(--paint-warm);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
    transition: transform 360ms var(--speed-fast), box-shadow 360ms var(--speed-fast);
  }
.local-grid .public-note:hover{transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.11);}
.local-grid .public-note p{margin: 0;
    font-size: calc(19.4px * .875);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    opacity: 0.85;}
.local-grid .public-note strong{display: block;
    font-size: 19.4px;
    line-height: 1.5;
    font-weight: 500;}
.local-grid .open-body > a{
    align-self: flex-start;
    border-radius: 0.51rem;
    background: var(--surface-primary);
    color: #263238;
    padding: calc(1.5rem * .75) 1.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 19.4px;
    transition: background 360ms var(--speed-fast), transform 360ms var(--speed-fast);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }
.local-grid .open-body > a:hover{
    background: #FF8F00;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.11);color:var(--tone-clear);}
@media (max-width: 680px) {.local-grid{
      padding: calc(1.5rem * 2.4) 2.64rem;
    }.local-grid h2{
      font-size: calc(19.4px * 1.35);
    }.local-grid .primary-brand{
      grid-template-columns: 1fr;
      gap: calc(1.5rem * .75);
    }.local-grid .public-note{
      padding: calc(1.5rem * .75);
    }.local-grid .public-note strong{
      font-size: 19.4px;
    }
  }
.wide-flow{
    --mark-strong: calc(1.5rem * 1.05);
    --axis-control: calc(1480px / 2.90);
    padding: calc(1.5rem * 2.4) 2.64rem;
    background: #FFF8E1;
    color: #3E2723;
  }
.wide-flow .open-body{max-width: 1480px;
    margin: 0 auto;}
.wide-flow h1,
  .wide-flow h2,
  .wide-flow h3,
  .wide-flow p{margin: 0;}
.wide-flow h2{font-size: calc(19.4px * 2);
    line-height: 1.15;
    font-weight: 700;}
.wide-flow p{font-size: 19.4px;
    line-height: 1.64;}
.wide-flow a{color:inherit;
    text-decoration: none;
    font-weight: 500;}
.wide-flow a:hover{color:inherit;}
.wide-flow .team-view{max-width: var(--axis-control);
    margin-bottom: calc(calc(1.52rem * 1.5) * 1.2);}
.wide-flow .steady-lead{margin-top: 1.5rem;
    font-size: calc(19.4px * 1.125);
    line-height: 1.64;}
.wide-flow .primary-brand{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.wide-flow details{
    padding: calc(calc(1.5rem * .75) * 0.9) calc(1.5rem * .75);
    border-radius: 0.51rem;
    background: var(--tone-strong);
    border: 1px solid var(--paint-warm);
    transition: box-shadow 360ms var(--speed-fast);color:var(--tone-clear);}
.wide-flow details:hover{box-shadow: 0 2px 6px rgba(0,0,0,0.08);}
.wide-flow summary{cursor: pointer;
    font-weight: 600;
    font-size: 19.4px;
    line-height: 1.4;
    list-style: none;
    position: relative;
    padding-right: 2rem;}
.wide-flow summary::-webkit-details-marker{display: none;}
.wide-flow summary::after{content: "+";
    position: absolute;
    right: 0.25rem;
    top: 0.1rem;
    font-size: 1.4rem;
    font-weight: 400;color:inherit;
    transition: transform 360ms var(--speed-fast);}
.wide-flow details[open] summary::after{transform: rotate(45deg);}
.wide-flow details p{margin-top: 1.5rem;
    color: var(--tone-warm);
    max-width: 70ch;}
.wide-flow .fresh-region{margin-top: calc(calc(1.52rem * 1.5) * 1.4);
    padding-top: 1.5rem;
    border-top: 1px solid var(--paint-warm);
    font-size: 19.4px;}
.wide-flow .fresh-region p{max-width: var(--axis-control);}
@media (max-width: 640px) {.wide-flow .team-view{
      margin-bottom: calc(1.52rem * 1.5);
    }.wide-flow .steady-lead{
      font-size: 19.4px;
    }.wide-flow details{
      padding: calc(1.5rem * .75);
    }
  }
.top-block{
        padding:calc(calc(1.5rem * 2.4) * .8) 2.64rem;
        background:#263238;
        color:#FFF8E1;
    }
.media-links{
        max-width:1480px;
        margin:0 auto;
        display:flex;
        justify-content:flex-end;
    }
.narrow-steps{
        width:min(100%, 54rem);
        text-align:left;
    }
.top-block h1{margin:0;
        font-size:clamp(2.2rem, 6vw, 4.5rem);
        line-height:1.05;
        font-weight:750;
        letter-spacing:-0.02em;
        max-width:14ch;}
.top-block p{margin:clamp(1.1rem, 2vw, 1.6rem) 0 0;
        max-width:44rem;
        font-size:clamp(1.05rem, 1.7vw, 1.25rem);
        line-height:1.7;
        color:color-mix(in srgb, currentColor 85%, transparent);}
/* dodatni mali odmak za čitljivost na tamnoj pozadini */
    .narrow-steps{
        padding-right: clamp(0rem, 4vw, 3rem);
    }
@media (max-width: 720px){.media-links{
            display:block;
        }.top-block{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.narrow-steps{
            padding-right:0;
        }.top-block h1{
            max-width:12ch;
        }
    }
.fresh-view{--mark-strong:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 2.64rem;background:#FFF3E0;color:var(--tone-warm);}
.fresh-view .open-body{max-width:1480px;margin:0 auto;}
.fresh-view h1,.fresh-view h2,.fresh-view h3,.fresh-view p{margin:0;}
.fresh-view h2{font-size:calc(19.4px * 2);line-height:1.15;max-width:calc(1480px / 1.8);}
.fresh-view h3{font-size:19.4px;line-height:1.3;font-weight:700;}
.fresh-view p{font-size:19.4px;line-height:1.64;}
.fresh-view a{text-decoration:underline;text-underline-offset:3px;}
.fresh-view a:hover{}
.fresh-view .team-view{display:flex;flex-direction:column;gap:calc(1.5rem / 2.5);}
.fresh-view .steady-lead{font-size:calc(19.4px * 1.125);line-height:1.64;max-width:calc(1480px / 1.9);}
.fresh-view .primary-brand{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75);margin-top:calc(1.5rem * 1.4);}
.fresh-view .public-note{display:flex;flex-direction:column;gap:calc(1.5rem / 3.5);padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.95rem;background:var(--tone-strong);border:1px solid var(--paint-warm);color:var(--tone-clear);}
.fresh-view .public-note p{opacity:0.85;}
.fresh-view .cluster{margin-top:calc(1.5rem * 1.2);padding-top:calc(1.5rem / 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.fresh-view .cluster p{font-size:calc(19.4px * .875);}
@media (max-width: 860px){.fresh-view .primary-brand{grid-template-columns:1fr;}.fresh-view h2,.fresh-view .steady-lead{max-width:none;}
}
.offer-frame{--mark-strong:calc(1.5rem * 1.12);--axis-control:calc(1480px / 3.00);--font-large:calc(1480px / 3.16);padding:calc(1.5rem * 2.4) 2.64rem;background:#FFF8E1;color:#3E2723;}
.offer-frame .open-body{max-width:1480px;margin:0 auto;}
.offer-frame h1,.offer-frame h2,.offer-frame h3,.offer-frame p{margin:0;}
.offer-frame h1{font-size:calc(19.4px * 2.65);line-height:1.08;}
.offer-frame h2{font-size:calc(19.4px * 2);line-height:1.12;}
.offer-frame h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.offer-frame p{font-size:19.4px;line-height:1.64;color:#3E2723;}
.offer-frame a{color:inherit;text-decoration:none;}
.offer-frame img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.offer-frame .featured-block{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:var(--surface-primary);color:#263238;}
.offer-frame .steady-lead,.offer-frame .cluster{flex:1 1 calc(1480px / 3);min-width:0;}
.offer-frame .steady-lead p{color:#3E2723;}
.offer-frame .cluster{margin-top:calc(1.52rem * 1.5);padding:calc(1.5rem * .75);border-left:4px solid var(--tone-secondary);background:#FFF3E0;color:var(--tone-warm);border-radius:0 0.51rem 0.51rem 0;font-size:calc(19.4px * .875);}
.offer-frame .direct-copy{display:flex;flex-wrap:wrap;gap:1.52rem;margin-top:var(--mark-strong);}
.offer-frame .public-note{flex:1 1 calc(1480px / 3.4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.95rem;background:var(--tone-strong);border:1px solid var(--paint-warm);display:flex;flex-direction:column;gap:calc(1.5rem / 3);transition:box-shadow 360ms var(--speed-fast);color:var(--tone-clear);}
.offer-frame .public-note:hover{box-shadow:0 10px 20px rgba(0,0,0,0.11);}
.offer-frame .public-note p,.offer-frame .public-note a{margin-top:0;}
.offer-frame .public-note img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.offer-frame .site-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.52rem;}
.offer-frame .site-note>h2{flex:1 1 100%;min-width:0;max-width:calc(1480px / 2.2);}
.offer-frame .site-note>.steady-lead{flex:1 1 calc(1480px / 3);min-width:0;}
.offer-frame .site-note>.direct-copy{flex:1 1 100%;}
.offer-frame .wide-summary{display:inline-block;align-self:flex-start;padding:0.3rem 0.8rem;border-radius:0.33rem;background:var(--tone-secondary);color:#004D40;font-size:calc(19.4px * .875);font-weight:500;letter-spacing:0.02em;}
.offer-frame .focused-body{flex:1;font-size:19.4px;line-height:1.64;}
.offer-frame .fresh-menu{display:inline-flex;align-items:center;gap:0.4rem;color:inherit;font-weight:500;font-size:19.4px;transition:color 360ms var(--speed-fast);}
.offer-frame .fresh-menu:hover{color:inherit;}
@media (max-width: 900px){.offer-frame .site-note>h2{max-width:100%;}.offer-frame .steady-lead,.offer-frame .cluster{flex:1 1 100%;}.offer-frame .public-note{flex:1 1 100%;}
}
.wide-form{padding:calc(calc(1.5rem * 2.4) * .73) 2.64rem;background:#263238;color:#FFF8E1;}
.media-links{max-width:1480px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-steps{width:min(100%,52rem);}
.wide-form h1{margin:0;font-size:clamp(2.1rem,6vw,4.75rem);line-height:1.02;font-weight:750;}
.wide-form p{margin:clamp(1rem,2vw,1.35rem) 0 0;max-width:41rem;font-size:clamp(1rem,1.65vw,1.2rem);line-height:1.67;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:720px){.media-links{display:block}.wide-form{padding-top:calc(calc(1.5rem * 2.4) * .58);padding-bottom:calc(calc(1.5rem * 2.4) * .58);}}
.grid---key-notes{position:relative;padding:calc(1.5rem * 2.4) 2.64rem;background:linear-gradient(135deg, #26C6DA 0%, #00ACC1 100%);color:#FFFFFF}
.grid---key-notes .open-body{max-width:1480px;margin:0 auto}
.grid---key-notes .steady-lead{max-width:52rem}
.grid---key-notes h2{margin:0 0 1.5rem;font-size:calc(19.4px * 2.65);line-height:1.05}
.grid---key-notes .simple-entries{margin:0;font-size:calc(19.4px * 1.125);line-height:1.64;opacity:.92}
.grid---key-notes .answer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75);margin-top:calc(1.52rem * 1.5)}
.grid---key-notes .public-note{padding:calc(1.5rem * .75);border-radius:0.95rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18)}
.grid---key-notes h3{margin:0;font-size:calc(19.4px * 2);line-height:1.15}
.grid---key-notes .public-note p{margin:1.5rem 0 0;font-size:calc(19.4px * .875);line-height:1.64;opacity:.94}
.grid---key-notes .cluster{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-top:calc(1.52rem * 1.5);padding-top:calc(1.52rem * 1.5);border-top:1px solid rgba(255,255,255,.2)}
.grid---key-notes .main-area{margin:0;font-size:19.4px;line-height:1.64}
.grid---key-notes .focused-nav{display:inline-block;padding:.65rem 1.4rem;border-radius:0.51rem;background:var(--surface-primary);color:#263238;font-weight:600;text-decoration:none;transition:background 360ms var(--speed-fast)}
.grid---key-notes .focused-nav:hover{background:#FF8F00;color:var(--tone-clear);}
@media(max-width:900px){.grid---key-notes .answer{grid-template-columns:1fr}.grid---key-notes .simple-entries{font-size:19.4px}
}
.top-list{--mark-strong:calc(1.5rem * 1.19);--type-lead:calc(1480px / 3.52);padding:calc(1.5rem * 2.4) 2.64rem;background:#263238;color:#FFF8E1;}
.top-list .open-body{max-width:1480px;margin:0 auto;}
.top-list h1,.top-list h2,.top-list h3,.top-list p,.top-list ul{margin:0;}
.top-list h2{font-size:calc(19.4px * 2);line-height:1.12;}
.top-list h3{font-size:calc(19.4px * 1.35);line-height:1.2;}
.top-list p{font-size:19.4px;line-height:1.64;}
.top-list a{color:inherit;text-decoration:none;}
.top-list .public-visual{text-align:center;}
.top-list .bottom-section{row-gap:calc(var(--mark-strong) * .7);}
.top-list .steady-lead{margin-top:1.5rem;max-width:calc(1480px / 2);}
.top-list .direct-stack{display:flex;flex-wrap:wrap;gap:var(--mark-strong);margin-top:var(--mark-strong);}
.top-list .public-note{flex:1 1 var(--type-lead);min-width:0;padding:calc(var(--mark-strong) * .75);border-radius:0.51rem;background:#FFF3E0;color:var(--tone-warm);text-align:left;}
.top-list .public-note p{margin-top:calc(1.5rem / 3);}
.top-list .public-note a{display:inline-flex;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.33rem;background:#FFF8E1;color:#263238;font-size:calc(19.4px * .875);line-height:1.2;transition:opacity 360ms var(--speed-fast);}
.top-list .public-note a:hover{opacity:.85;}
.public-wrap{padding:calc(calc(1.5rem * 2.4) * .73) 2.64rem;background:#263238;color:#FFF8E1;}
.media-links{max-width:1480px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-steps{width:min(100%,52rem);}
.public-wrap h1{margin:0;font-size:clamp(2.1rem,6vw,4.75rem);line-height:1.02;font-weight:750;}
.public-wrap p{margin:clamp(1rem,2vw,1.35rem) 0 0;max-width:41rem;font-size:clamp(1rem,1.65vw,1.2rem);line-height:1.67;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:720px){.media-links{display:block}.public-wrap{padding-top:calc(calc(1.5rem * 2.4) * .58);padding-bottom:calc(calc(1.5rem * 2.4) * .58);}}
.direct-list{
  background: #FFF8E1;
  color: #3E2723;
  padding: calc(1.5rem * 2.4) 2.64rem;
}
.direct-list .open-body{width: min(100%, 1480px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.52rem * 1.5);}
.direct-list .team-view{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.direct-list .content-media{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.direct-list h2,
.direct-list p,
.direct-list ul{margin: 0;}
.direct-list h2{font-size: calc(19.4px * 2);
  line-height: 1.08;
  max-width: 15ch;}
.direct-list .steady-lead{font-size: 19.4px;
  line-height: 1.64;
  max-width: 56ch;}
.direct-list .cluster{
  background: #FFF3E0;
  color: var(--tone-warm);
  border-radius: 0.95rem;
  padding: calc(1.5rem * .75);
  line-height: 1.64;
}
.direct-list ul{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;}
.direct-list li{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: baseline;
  padding: 1.5rem 0;
  border-top: 1px solid var(--paint-warm);}
.direct-list li:last-child{padding-bottom: 0;}
.direct-list li > *{min-width: 0;
  flex: 1 1 17rem;}
.direct-list span{font-size: calc(19.4px * .875);
  color: var(--tone-warm);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.direct-list strong{font-size: calc(19.4px * 1.35);
  line-height: 1.16;}
.direct-list li p{line-height: 1.64;
  color: var(--tone-warm);
  flex-basis: 100%;}
@media (max-width: 640px) {.direct-list .team-view,
  .direct-list .content-media{
    flex-basis: 100%;
  }.direct-list h2{
    max-width: none;
  }
}
.top-plan{
    --mark-strong: calc(1.5rem * 1.21);
    --axis-control: calc(1480px / 2.45);
    --font-large: calc(1480px / 3.49);
    --type-lead: calc(1480px / 3.54);
    padding: calc(1.5rem * 2.4) 2.64rem;
    background: #FFF8E1;
    color: #3E2723;
  }
.top-plan .open-body{max-width: 1480px;
    margin: 0 auto;}
.top-plan h1,
  .top-plan h2,
  .top-plan h3,
  .top-plan p,
  .top-plan ul{margin: 0;}
.top-plan h1{font-size: calc(19.4px * 2.65);
    line-height: 1.1;}
.top-plan h2{font-size: calc(19.4px * 2);
    line-height: 1.12;
    max-width: calc(1480px / 1.6);}
.top-plan h3{font-size: calc(19.4px * 1.35);
    line-height: 1.2;}
.top-plan p{font-size: 19.4px;
    line-height: 1.64;}
.top-plan a{color: inherit;
    text-decoration: none;}
.top-plan img{display: block;
    width: 100%;
    height: auto;
    border-radius: 0.51rem;}
.top-plan .featured-block{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.33rem;
    background: var(--surface-primary);
    color: #263238;
  }
.top-plan .soft{
    background: color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 80%, transparent);
  }
.top-plan .public-visual{text-align: center;}
.top-plan .quiet-menu{padding-inline-start: calc(2.64rem / 2);}
.top-plan .steady-visual{padding-block: calc(var(--mark-strong) / 2);}
.top-plan .open{padding-block-start: var(--mark-strong);}
.top-plan .top-brand{padding-block-end: calc(var(--mark-strong) / 3);}
.top-plan .wide{max-width: 1480px;}
.top-plan .soft-start{padding-inline-start: calc(1.5rem * .75);}
.top-plan .page-stack{row-gap: calc(var(--mark-strong) * 1.2);}
.top-plan .bottom-section{row-gap: calc(var(--mark-strong) * .7);}
.top-plan .measured{column-gap: calc(1.52rem * .85);}
.top-plan .relaxed{column-gap: calc(1.52rem * 1.12);}
.top-plan .plain{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.top-plan .steady-lead{margin-top: 1.5rem;
    max-width: calc(1480px / 1.8);}
.top-plan .direct-copy{display: flex;
    flex-wrap: wrap;
    gap: var(--mark-strong);
    margin-top: calc(var(--mark-strong) * 1.1);}
.top-plan .public-note{
    flex: 1 1 var(--type-lead);
    min-width: 0;
    padding: calc(var(--mark-strong) * .75);
    border-radius: 0.95rem;
    background: var(--tone-strong);
    border: 1px solid var(--paint-warm);
    transition: box-shadow 360ms var(--speed-fast), transform 360ms var(--speed-fast);color:var(--tone-clear);}
.top-plan .public-note:hover{box-shadow: 0 10px 20px rgba(0,0,0,0.11);
    transform: translateY(-2px);}
.top-plan .public-note p{margin-top: calc(1.5rem / 3);}
.top-plan .public-note a{display: inline-flex;
    margin-top: calc(1.5rem / 2);
    opacity: .85;}
.top-plan .public-note{
    background: var(--tone-strong);
    color: var(--tone-clear);
  }
@media (max-width: 720px) {.top-plan{
      padding: calc(1.5rem * 2.4) 2.64rem;
    }.top-plan .direct-copy{
      gap: calc(var(--mark-strong) * .7);
    }.top-plan .public-note{
      flex-basis: 100%;
      padding: calc(var(--mark-strong) * .6);
    }.top-plan h2{
      font-size: calc(19.4px * 1.35);
    }
  }
.soft-benefit{padding:calc(calc(1.5rem * 2.4) * .73) 2.64rem;background:#263238;color:#FFF8E1;}
.media-links{max-width:1480px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-steps{width:min(100%,52rem);}
.soft-benefit h1{margin:0;font-size:clamp(2.1rem,6vw,4.75rem);line-height:1.02;font-weight:750;}
.soft-benefit p{margin:clamp(1rem,2vw,1.35rem) 0 0;max-width:41rem;font-size:clamp(1rem,1.65vw,1.2rem);line-height:1.67;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:720px){.media-links{display:block}.soft-benefit{padding-top:calc(calc(1.5rem * 2.4) * .58);padding-bottom:calc(calc(1.5rem * 2.4) * .58);}}
.main-body{
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #263238;
  color: #FFF8E1;
}
.main-body .open-body{max-width: min(1480px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .7fr);
  gap: calc(1.52rem * 1.5);
  align-items: start;}
.main-body .cluster{padding-top: calc(calc(1.52rem * 1.5) * .5);}
.main-body .wide-menu{
  display: inline-block;
  margin: 0 0 calc(1.5rem * .75);
  padding: calc(calc(1.5rem * .75) * .4) calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: var(--tone-secondary);
  color: #004D40;
  font-size: calc(19.4px * .875);
  font-weight: 600;
  letter-spacing: .02em;
}
.main-body h2{margin: 0;
  max-width: 34rem;
  font-size: calc(19.4px * 2);
  line-height: 1.08;}
.main-body .cluster p:not(.wide-menu){margin: calc(1.5rem * .75) 0 calc(1.52rem * 1.5);
  max-width: 38rem;
  font-size: calc(19.4px * 1.125);
  opacity: .88;}
.main-body .cluster a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.51rem;
  background: #FFF8E1;
  color: #3E2723;
  text-decoration: none;
  font-weight: 600;
  transition: background 360ms var(--speed-fast), color 360ms var(--speed-fast);
}
.main-body .cluster a:hover{
  background: var(--tone-secondary);
  color: #004D40;
}
.main-body .content-panel{
  padding: calc(1.5rem * .75);
  border-radius: 0.95rem;
  background: var(--tone-strong);
  color: var(--tone-clear);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.main-body .direct-region{margin: 0 0 calc(1.5rem * .75);
  font-weight: 600;
  font-size: 19.4px;}
.main-body ul{list-style: none;
  margin: 0;
  padding: 0;}
.main-body li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid var(--paint-warm);}
.main-body li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.main-body li strong,
.main-body li span{display: block;}
.main-body li strong{font-size: 19.4px;}
.main-body li span{margin-top: calc(calc(1.5rem * .75) * .35);color:inherit;
  font-size: calc(19.4px * .875);
  line-height: 1.55;}
@media (max-width: 760px) {.main-body .open-body{
    grid-template-columns: 1fr;
    gap: calc(1.52rem * 1.5);
  }.main-body .cluster{
    padding-top: 0;
  }
}
.quiet-grid{
        padding: clamp(56px, 7vw, 96px) clamp(16px, 4vw, 36px);
        background: #FFF8E1;
        color: #3E2723;
    }
.quiet-grid .open-body{max-width: 1480px;
        margin: 0 auto;}
.quiet-grid .local-shell{display: flex;
        flex-direction: column;
        gap: clamp(28px, 4vw, 44px);}
.quiet-grid .steady-lead{max-width: 720px;}
.quiet-grid .site-brand{
        display: inline-block;
        margin: 0 0 10px;
        padding: 4px 12px;
        border-radius: 999px;
        background: var(--tone-secondary);
        color: #004D40;
        font-size: calc(19.4px * .875);
        font-weight: 600;
        letter-spacing: 0.02em;
    }
.quiet-grid h2{margin: 0;
        font-size: clamp(28px, 4vw, 42px);
        line-height: 1.15;}
.quiet-grid .team-view{margin: 14px 0 0;
        font-size: 19.4px;
        line-height: 1.64;}
.quiet-grid .fresh-region{display: flex;
        flex-wrap: wrap;
        gap: 1.52rem;}
.quiet-grid .main-visual{
        flex: 1 1 240px;
        padding: 20px 22px;
        border-radius: 0.95rem;
        background: var(--tone-strong);
        border: 1px solid var(--paint-warm);
        color: var(--tone-clear);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
.quiet-grid .secondary-unit{font-weight: 700;
        font-size: 19.4px;}
.quiet-grid .offer-quote{margin: 0;
        font-size: calc(19.4px * .875);
        line-height: 1.64;
        flex-grow: 1;}
.quiet-grid .public-brand{font-weight: 600;
        text-decoration: none;
        word-break: break-word;}
.quiet-grid .public-brand:hover{}
.quiet-grid .visual-flow{font-size: calc(19.4px * .875);
        line-height: 1.64;}
.quiet-grid .content-panel{
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 1.52rem;
        padding: clamp(20px, 3vw, 32px);
        border-radius: 1.08rem;
        background: #FFF3E0;
        color: var(--tone-warm);
    }
.quiet-grid .quiet-frame h3{margin: 0 0 8px;
        font-size: clamp(20px, 2.6vw, 28px);
        line-height: 1.2;}
.quiet-grid .quiet-frame p{margin: 0;
        font-size: calc(19.4px * .875);
        line-height: 1.64;}
.quiet-grid .direct-grid{display: flex;
        flex-direction: column;
        gap: 12px;}
.quiet-grid .simple-figure{display: flex;
        align-items: baseline;
        gap: 14px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(93, 64, 55, 0.15);}
.quiet-grid .simple-figure:last-child{border-bottom: 0;
        padding-bottom: 0;}
.quiet-grid .site-grid{
        flex-shrink: 0;
        min-width: 92px;
        padding: 4px 10px;
        border-radius: 0.33rem;
        background: var(--surface-primary);
        color: #263238;
        font-size: calc(19.4px * .875);
        font-weight: 600;
        text-align: center;
    }
.quiet-grid .plain-story{font-size: calc(19.4px * .875);
        line-height: 1.64;}
.quiet-grid .clear-panel{grid-column: 1 / -1;
        margin: 0;
        font-size: calc(19.4px * .875);
        line-height: 1.64;
        padding-top: 4px;
        border-top: 1px solid rgba(93, 64, 55, 0.15);}
.quiet-grid .direct-section{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding: 18px 22px;
        border-radius: 0.95rem;
        background: var(--tone-strong);
        border: 1px solid var(--paint-warm);
        color: var(--tone-clear);
    }
.quiet-grid .direct-section p{margin: 0;
        font-size: calc(19.4px * .875);
        line-height: 1.64;
        max-width: 640px;}
.quiet-grid .direct-section a{
        display: inline-block;
        padding: 10px 18px;
        border-radius: 999px;
        background: var(--surface-primary);
        color: #263238;
        font-weight: 700;
        text-decoration: none;
        white-space: nowrap;
        transition: background 360ms var(--speed-fast);
    }
.quiet-grid .direct-section a:hover{
        background: #FF8F00;color:var(--tone-clear);}
@media (max-width: 860px) {.quiet-grid .content-panel{
            grid-template-columns: 1fr;
        }.quiet-grid .clear-panel{
            grid-column: auto;
        }
    }
@media (max-width: 600px) {.quiet-grid .direct-section{
            flex-direction: column;
            align-items: flex-start;
        }.quiet-grid .simple-figure{
            flex-direction: column;
            gap: 6px;
        }.quiet-grid .site-grid{
            align-self: flex-start;
        }
    }
.content-tile{
        padding: calc(1.5rem * 2.4) 2.64rem;
        background: #FFF8E1;
        color: #3E2723;
    }
.content-tile .open-body{width: min(100%, calc(1480px * .78));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(9rem, 0.4fr) minmax(0, 1fr);
        gap: calc(calc(1.52rem * 1.5) * 1.2);
        align-items: start;}
.content-tile .fresh-unit{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem 0 0;
        border-top: 2px solid var(--paint-warm);
        position: sticky;
        top: 1.5rem;}
.content-tile .fresh-unit span{font-size: calc(19.4px * .875);
        line-height: 1.4;
        display: block;}
.content-tile .fresh-unit span.rail-date{font-weight: 600;}
.content-tile .fresh-unit span.rail-read{font-size: calc(calc(19.4px * .875) * 0.9);
        opacity: 0.85;}
.content-tile .service-body{
        background: var(--tone-strong);
        border: 1px solid var(--paint-warm);
        border-radius: 0.95rem;
        padding: calc(calc(1.52rem * 1.5) * 1.1) calc(1.52rem * 1.5);
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);color:var(--tone-clear);}
.content-tile h1{margin: 0 0 1.5rem;
        font-size: calc(19.4px * 2.65);
        line-height: 1.1;
        letter-spacing: -0.01em;
        max-width: 12em;}
.content-tile .steady-lead{margin: 0 0 calc(1.52rem * 1.5);
        font-size: calc(19.4px * 1.125);
        line-height: 1.64;
        max-width: 30em;}
.content-tile .service-body p:not(.steady-lead){margin: 0 0 1.5rem;
        line-height: 1.64;
        max-width: 34em;}
.content-tile .cluster,
    .content-tile .fresh-region{
        margin-top: calc(1.52rem * 1.5);
        padding: calc(1.5rem * .75) 1.5rem;
        border-left: 4px solid var(--surface-primary);
        background: #FFF3E0;
        border-radius: 0 0.51rem 0.51rem 0;color:var(--tone-warm);}
.content-tile .cluster p,
    .content-tile .fresh-region p{margin: 0 0 calc(1.5rem * .75);
        font-size: 19.4px;
        line-height: 1.64;}
.content-tile .cluster a,
    .content-tile .fresh-region a{font-weight: 600;
        text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, var(--surface-primary) 40%, transparent);
        transition: border-color 360ms var(--speed-fast), color 360ms var(--speed-fast);}
.content-tile .cluster a:hover,
    .content-tile .fresh-region a:hover{border-color: #26C6DA;}
.content-tile .fresh-region{border-left-color: var(--tone-secondary);}
@media (max-width: 760px) {.content-tile .open-body{
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }.content-tile .fresh-unit{
            flex-direction: row;
            flex-wrap: wrap;
            gap: 2.64rem;
            padding-top: 1.5rem;
            position: static;
        }.content-tile .fresh-unit span{
            margin-right: 2.64rem;
        }.content-tile .service-body{
            padding: calc(1.52rem * 1.5) 1.5rem;
        }.content-tile h1{
            font-size: calc(calc(19.4px * 2.65) * 0.9);
        }
    }
.text-contact{padding:calc(1.5rem * 2.4) 2.64rem;background:#FFF3E0;color:var(--tone-warm);}
.text-contact .primary-area{max-width:1480px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.52rem;align-items:flex-start;}
.text-contact .content-panel{flex:0 0 240px;}
.text-contact .benefit{margin:0 0 6px;font-size:calc(19.4px * .875);letter-spacing:.04em;text-transform:uppercase;}
.text-contact .strong-nav{margin:0 0 4px;font-size:calc(19.4px * 1.125);font-weight:600;}
.text-contact .steady-tile{margin:0;font-size:calc(19.4px * .875);line-height:1.5;}
.text-contact .offer-plan{flex:1 1 320px;min-width:260px;}
.text-contact .bottom-story{margin:0 0 12px;font-size:19.4px;line-height:1.64;}
.text-contact .cluster{margin:0;font-size:calc(19.4px * .875);line-height:1.6;}
.text-contact .cluster a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-contact .cluster a:hover{color:inherit;}
@media (max-width:640px){.text-contact .primary-area{display:block;}.text-contact .content-panel{margin-bottom:14px;}
}
.text-entries{
        padding: calc(1.5rem * 2.4) 2.64rem;
        background: #FFF8E1;
        color: #3E2723
    }
.text-entries .open-body{width: min(100%, calc(1480px * .78));
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.52rem * 1.5)}
.text-entries .fresh-unit{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid var(--paint-warm)}
.text-entries .fresh-unit span{font-size: calc(19.4px * .875);}
.text-entries .fresh-unit span + span::before{content: "·";
        margin-right: 1.5rem;}
.text-entries .service-body{max-width: 72ch}
.text-entries h1{margin: 0 0 1.5rem;
        font-size: calc(19.4px * 2.65);
        line-height: 1.08;
        letter-spacing: -0.02em}
.text-entries .steady-lead{margin: 0 0 calc(1.52rem * 1.5);
        font-size: calc(19.4px * 1.125);
        line-height: 1.64;}
.text-entries .service-body p:not(.steady-lead){margin: 0 0 1.5rem;
        line-height: 1.64}
.text-entries .service-body a{text-decoration: underline;
        text-underline-offset: 0.15em}
.text-entries .service-body a:hover{}
@media (max-width: 720px) {.text-entries .fresh-unit{
            gap: calc(1.5rem * .75)
        }.text-entries h1{
            font-size: calc(19.4px * 2)
        }
    }
.visual-wrap{
    padding: calc(1.5rem * 2.4) 2.64rem;
    background: #FFF8E1;
    color: #3E2723;
}
.public-items{
    max-width: 760px;
    margin: 0 auto;
    padding: calc(1.5rem * .75);
    background: var(--tone-strong);
    border: 1px solid var(--paint-warm);
    border-radius: 0.95rem;color:var(--tone-clear);}
.compact-region{
    display: flex;
    align-items: center;
    gap: 1.52rem;
    margin-bottom: calc(1.52rem * 1.5);
}
.focused-view{
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-primary);
    color: #263238;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}
.public-story{
    min-width: 0;
}
.media-visual{
    margin: 0 0 2px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
}
.media-quote{
    margin: 0;
    font-size: calc(19.4px * .875);
    color: var(--tone-warm);
}
.service-items{
    border-top: 1px solid var(--paint-warm);
    padding-top: calc(1.52rem * 1.5);
}
.main-service{
    margin: 0 0 calc(1.5rem * .75);
    font-size: 19.4px;
    line-height: 1.64;
}
.contact-wrap{
    margin: 0 0 calc(1.5rem * .75);
    font-size: calc(19.4px * .875);
    color: var(--tone-warm);
    line-height: 1.6;
}
.team{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    font-size: calc(19.4px * .875);
}
.soft-team{
    color: #FFB300;
    text-decoration: none;
    transition: color 360ms var(--speed-fast);
}
.soft-team:hover{
    color: #26C6DA;
    text-decoration: underline;
}
.local-callout{
    color: var(--tone-warm);
    opacity: 0.6;
}
@media (max-width: 560px) {.public-items{
        padding: calc(1.5rem * .75);
    }.compact-region{
        flex-direction: column;
        align-items: flex-start;
        gap: 1.52rem;
    }.team{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2rem;
    }.local-callout{
        display: none;
    }
}
.public-region{
        padding: calc(1.5rem * 2.4) 2.64rem;
        background: #FFF8E1;
        color: #3E2723;
    }
.public-region .open-body{width: min(100%, calc(1480px * .78));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(8rem, 12rem) 1fr;
        gap: calc(1.52rem * 1.5);
        align-items: start;}
.public-region .fresh-unit{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-top: 1.5rem;
        border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
        position: sticky;
        top: 1.5rem;}
.public-region .fresh-unit span{font-size: calc(19.4px * .875);
        line-height: 1.4;}
.public-region .fresh-unit span:first-child{font-weight: 600;}
.public-region .service-body{
        background: var(--tone-strong);
        color: var(--tone-clear);
        border: 1px solid var(--paint-warm);
        border-radius: 0.95rem;
        padding: calc(1.52rem * 1.25);
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
.public-region h1{margin: 0;
        font-size: calc(19.4px * 2.65);
        line-height: 1.08;
        letter-spacing: -0.02em;}
.public-region .steady-lead{margin: 1.5rem 0 calc(1.52rem * 1.5);
        font-size: calc(19.4px * 1.125);
        line-height: 1.64;}
.public-region .service-body p:not(.steady-lead){margin: 0 0 1.5rem;
        line-height: 1.64;}
.public-region .service-body p:last-child{margin-bottom: 0;}
.public-region a{text-decoration: underline;
        text-underline-offset: 0.18em;
        text-decoration-thickness: 1px;}
.public-region a:hover{}
@media (max-width: 860px) {.public-region .open-body{
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }.public-region .fresh-unit{
            flex-direction: row;
            flex-wrap: wrap;
            gap: calc(1.5rem * .75);
            padding-top: 0;
            border-top: none;
            position: static;
        }.public-region .fresh-unit span + span::before{
            content: "·";
            margin-right: calc(1.5rem * .75);
        }
    }
@media (max-width: 520px) {.public-region .service-body{
            padding: calc(1.52rem * 1.5);
        }.public-region h1{
            font-size: calc(calc(19.4px * 2.65) * 0.88);
        }
    }
.local-visual{padding:calc(1.5rem * 2.4) 2.64rem;background:#FFF3E0;color:var(--tone-warm);}
.local-visual .local-shell{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.local-visual .clear-tile{margin:0;font-size:calc(19.4px * .875);text-transform:uppercase;letter-spacing:0.08em;color:inherit;}
.local-visual .strong-nav{margin:0;font-size:calc(19.4px * 1.35);line-height:1.2;color:var(--tone-warm);}
.local-visual .steady-tile{margin:0;font-size:19.4px;font-weight:500;color:var(--tone-warm);opacity:0.85;}
.local-visual .bottom-story{margin:0;font-size:19.4px;line-height:1.64;color:var(--tone-warm);}
.local-visual .offer-benefit{margin:0;font-size:calc(19.4px * .875);color:var(--tone-warm);border-top:1px solid var(--paint-warm);padding-top:calc(1.5rem * .75);}
.local-visual .offer-benefit a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 360ms var(--speed-fast);}
.local-visual .offer-benefit a:hover{color:inherit;border-bottom-color:#26C6DA;}
@media (max-width: 640px){.local-visual{padding:calc(1.5rem * 2.4) 2.64rem;}.local-visual .local-shell{max-width:100%;}
}
.strong-unit{padding:calc(calc(1.5rem * 2.4) * .73) 2.64rem;background:#263238;color:#FFF8E1;}
.media-links{max-width:1480px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-steps{width:min(100%,52rem);}
.strong-unit h1{margin:0;font-size:clamp(2.1rem,6vw,4.75rem);line-height:1.02;font-weight:750;}
.strong-unit p{margin:clamp(1rem,2vw,1.35rem) 0 0;max-width:41rem;font-size:clamp(1rem,1.65vw,1.2rem);line-height:1.67;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:720px){.media-links{display:block}.strong-unit{padding-top:calc(calc(1.5rem * 2.4) * .58);padding-bottom:calc(calc(1.5rem * 2.4) * .58);}}
.visual-team{
  background: var(--tone-strong);
  color: var(--tone-clear);
  padding: calc(1.5rem * 2.4) 2.64rem;
  border-top: 1px solid var(--paint-warm);
}
.visual-team .open-body{max-width: min(1480px, 56rem);
  margin: 0 auto;}
.visual-team .plain-menu{display: flex;
  flex-direction: column;
  gap: calc(calc(1.52rem * 1.5) * 1.2);}
.visual-team .team-view{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.visual-team h2{margin: 0;
  max-width: 14ch;
  font-size: clamp(calc(19.4px * 2), 4vw, calc(19.4px * 2.65));
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--tone-clear);}
.visual-team .steady-lead{margin: 0;
  max-width: 44rem;
  color: var(--tone-warm);
  font-size: calc(19.4px * 1.125);
  line-height: 1.6;}
.visual-team .compact-media{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: calc(1.52rem * 1.5);}
.visual-team .strong-details{display: flex;
  flex-wrap: wrap;
  gap: 1.52rem;}
.visual-team .strong-details label{flex: 1 1 220px;
  min-width: 0;}
.visual-team label{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  min-width: 0;}
.visual-team label span{font-size: calc(19.4px * .875);
  font-weight: 500;
  color: var(--tone-clear);
  opacity: 0.85;}
.visual-team input{
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--paint-warm);
  background: transparent;
  color: var(--tone-clear);
  padding: calc(1.5rem * .75) 0;
  font: inherit;
  transition: border-color 360ms var(--speed-fast);
}
.visual-team input:focus{outline: none;
  border-bottom-color: var(--tone-secondary);}
.visual-team input::placeholder{color: rgba(255,255,255,0.55);
  opacity: 0.8;}
.visual-team .featured-details{margin-top: calc(calc(1.5rem * .75) * 0.5);}
.visual-team .plain-note{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.52rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-warm);}
.visual-team .cluster{max-width: 30rem;
  color: var(--tone-warm);
  line-height: 1.55;
  font-size: calc(19.4px * .875);}
.visual-team button{
  border: 0;
  border-radius: 0.95rem;
  background: var(--surface-primary);
  color: #263238;
  padding: calc(calc(1.5rem * .75) * 0.8) 1.52rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 360ms var(--speed-fast), transform 360ms var(--speed-fast);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.visual-team button:hover{
  background: #FF8F00;
  transform: translateY(-1px);color:var(--tone-clear);}
@media (max-width: 640px) {.visual-team .plain-note{
    align-items: flex-start;
    flex-direction: column;
  }.visual-team .cluster{
    max-width: 100%;
  }.visual-team .strong-details{
    flex-direction: column;
    gap: 1.5rem;
  }
}
.plain-area{
  padding: calc(1.5rem * 2.4) 2.64rem;
  background: #FFF8E1;
  color: #3E2723;
}
.plain-area .open-body{max-width: 1480px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: calc(1.5rem * 2.4) 2.64rem;}
.plain-area .team-view{grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.5rem 2.64rem;
  align-items: end;
  padding-bottom: calc(1.52rem * 1.5);
  border-bottom: 1px solid var(--paint-warm);}
.plain-area h2{margin: 0;
  font-size: calc(19.4px * 2.65);
  line-height: 1.05;}
.plain-area .steady-lead{margin: 0;
  font-size: 19.4px;
  line-height: 1.64;
  max-width: 34em;}
.plain-area .fresh-unit{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-area .fresh-region{padding: calc(1.52rem * 1.5) 0;
  border-bottom: 1px solid var(--paint-warm);}
.plain-area .fresh-region:last-child{border-bottom: 0;}
.plain-area .benefit{display: block;
  margin-bottom: calc(1.5rem * .75);
  font-size: calc(19.4px * .875);}
.plain-area .fresh-region p{margin: 0;
  font-size: calc(19.4px * 1.125);
  line-height: 1.64;}
.plain-area .featured-headline{display: inline-block;
  font-size: calc(19.4px * 1.125);
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 360ms var(--speed-fast);}
.plain-area .featured-headline:hover{}
.plain-area .cluster{display: block;
  margin-top: calc(1.5rem * .75);
  font-size: calc(19.4px * .875);
  line-height: 1.64;}
.plain-area .content-panel{
  display: flex;
  flex-direction: column;
  gap: calc(1.52rem * 1.5);
  padding: calc(1.52rem * 1.5);
  background: var(--tone-strong);
  border: 1px solid var(--paint-warm);
  border-radius: 1.08rem;color:var(--tone-clear);}
.plain-area .visual-track ul{list-style: none;
  margin: 0;
  padding: 0;}
.plain-area .visual-track li{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.52rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid var(--paint-warm);}
.plain-area .visual-track li:first-child{padding-top: 0;}
.plain-area .visual-track li:last-child{padding-bottom: 0;
  border-bottom: 0;}
.plain-area .visual-track li span{font-size: calc(19.4px * .875);}
.plain-area .visual-track li strong{font-size: 19.4px;
  font-weight: 600;
  white-space: nowrap;}
.plain-area .visual-track .cluster{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--paint-warm);}
.plain-area .featured-content .benefit{margin-bottom: calc(1.5rem * .75);}
.plain-area .offer-service{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.plain-area .offer-service a{font-size: 19.4px;
  font-weight: 500;
  text-decoration: none;
  transition: color 360ms var(--speed-fast);}
.plain-area .offer-service a:hover{}
@media (max-width: 900px) {.plain-area .open-body{
    grid-template-columns: 1fr;
    gap: calc(1.52rem * 1.5);
  }.plain-area .team-view{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }
}
@media (max-width: 560px) {.plain-area .visual-track li{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }.plain-area .visual-track li strong{
    white-space: normal;
  }
}
.fresh-tile{padding:calc(1.5rem * 2.4) 2.64rem;background:#263238;color:#FFF8E1}
.fresh-tile .public-header{max-width:min(1480px,72rem);margin:0 auto}
.fresh-tile .contact-headline{margin-bottom:calc(1.52rem * 1.5)}
.fresh-tile h2{margin:0;font-size:calc(19.4px * 2.65);line-height:1.1}
.fresh-tile .contact-headline p{margin:1.5rem 0 0;font-size:calc(19.4px * 1.125);opacity:.85;max-width:42rem}
.fresh-tile .team-fields{display:grid;grid-template-columns:minmax(14rem,.36fr) minmax(0,1fr);gap:1.52rem}
.fresh-tile .focused-team{border-top:1px solid #FFF8E1;opacity:.9}
.fresh-tile .content-media{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #FFF8E1;opacity:.9}
.fresh-tile .content-media span{display:block;font-size:calc(19.4px * .875);opacity:.75}
.fresh-tile .content-media strong{display:block;margin-top:calc(calc(1.5rem * .75) * .45);font-weight:600;}
.fresh-tile .content-media a{text-decoration:underline;text-underline-offset:.2em}
.fresh-tile .content-media a:hover{color:var(--tone-secondary)}
.fresh-tile .primary-region{min-height:28rem;border-radius:0.95rem;overflow:hidden;border:1px solid #FFF8E1;opacity:.9}
.fresh-tile iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 760px){.fresh-tile .team-fields{grid-template-columns:1fr}.fresh-tile .primary-region{min-height:22rem}}
.strong-links{padding:calc(1.5rem * 2.4) 2.64rem;background:#FFF8E1;color:#3E2723}
.strong-links .clear-list{max-width:min(1480px,64rem);margin:0 auto}
.strong-links .steady-lead{max-width:52rem}
.strong-links h2{margin:0;font-size:calc(19.4px * 2.65);line-height:1.08;font-weight:700}
.strong-links .simple-shell{margin:1.5rem 0 0;font-size:calc(19.4px * 1.125);line-height:1.55;}
.strong-links .media-figure{margin-top:calc(1.52rem * 1.5);border-top:1px solid var(--paint-warm)}
.strong-links .cluster{padding:calc(1.52rem * 1.5) 0 calc(1.52rem * 1.5)}
.strong-links .cluster + .cluster{border-top:1px solid var(--paint-warm)}
.strong-links h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.4px * 1.35);line-height:1.25;font-weight:600}
.strong-links .cluster p{margin:0;line-height:1.6;}
.strong-links .cluster p + p{margin-top:calc(1.5rem * .75)}
.strong-links .content-panel{margin-top:calc(1.52rem * 1.5);padding:calc(1.52rem * 1.5) 1.5rem;background:#FFF3E0;color:var(--tone-warm);border-radius:0.95rem}
.strong-links .offer-view{margin:0 0 calc(1.5rem * .75);font-size:calc(19.4px * 1.125);font-weight:600;}
.strong-links .plain-tile{margin:0 0 calc(1.5rem * .75);line-height:1.55}
.strong-links .featured-block{display:inline-block;font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-color:color-mix(in srgb,#004D40 40%,transparent)}
.strong-links .featured-block:hover{text-decoration-color:#00ACC1}
@media (max-width:640px){.strong-links .content-panel{padding:calc(1.52rem * 1.5) 1.5rem}.strong-links .simple-shell{font-size:19.4px}
}
.team-proof{padding:calc(1.5rem * 2.4) 2.64rem;background:#263238;color:#FFF8E1}
.team-proof .offer-plan{max-width:min(1480px,60rem);margin:0 auto}
.team-proof h2{margin:0;font-size:calc(19.4px * 2.65);line-height:1.1;letter-spacing:-0.01em}
.team-proof .team-view{margin:1.5rem 0 calc(1.52rem * 1.5);font-size:calc(19.4px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 78%,transparent)}
.team-proof .narrow-area{margin:0 0 1.52rem;padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.team-proof .narrow-area:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.team-proof h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.4px * 1.35);line-height:1.25;font-weight:600}
.team-proof .narrow-area p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent);line-height:1.6}
.team-proof .narrow-area p a{text-decoration:underline;text-underline-offset:3px;text-decoration-color:color-mix(in srgb,currentColor 40%,transparent)}
.team-proof .narrow-area p a:hover{color:#26C6DA;text-decoration-color:currentColor}
@media (max-width:640px){.team-proof h2{font-size:calc(19.4px * 2)}.team-proof .team-view{font-size:19.4px}.team-proof .narrow-area h3{font-size:19.4px}
}
.primary-quote{padding:calc(calc(1.5rem * 2.4) * .73) 2.64rem;background:#263238;color:#FFF8E1;}
.media-links{max-width:1480px;margin:0 auto;display:flex;justify-content:flex-end;}
.narrow-steps{width:min(100%,52rem);}
.primary-quote h1{margin:0;font-size:clamp(2.1rem,6vw,4.75rem);line-height:1.02;font-weight:750;}
.primary-quote p{margin:clamp(1rem,2vw,1.35rem) 0 0;max-width:41rem;font-size:clamp(1rem,1.65vw,1.2rem);line-height:1.67;color:color-mix(in srgb,currentColor 80%,transparent);}
@media (max-width:720px){.media-links{display:block}.primary-quote{padding-top:calc(calc(1.5rem * 2.4) * .58);padding-bottom:calc(calc(1.5rem * 2.4) * .58);}}
.bottom-stack{
    --mark-strong: calc(1.5rem * 1.15);
    --axis-control: calc(1480px / 2.50);
    padding: calc(1.5rem * 2.4) 2.64rem;
    background: var(--surface-primary);
    color: #263238;
  }
.bottom-stack .open-body{max-width: 1480px;
    margin: 0 auto;}
.bottom-stack .image{max-width: var(--axis-control);
    margin-left: auto;
    margin-right: auto;
    text-align: center;}
.bottom-stack h2{font-size: calc(19.4px * 2);
    line-height: 1.15;
    margin: 0;
    font-weight: 600;}
.bottom-stack .steady-lead{font-size: 19.4px;
    line-height: 1.64;
    margin: 1.5rem auto 0;
    max-width: calc(var(--axis-control) * 0.9);
    color: color-mix(in srgb, currentColor 80%, transparent);}
.bottom-stack .fresh-region{margin-top: calc(1.5rem * 1.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(1.5rem * .75);}
.bottom-stack .featured-block{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: calc(1.5rem * .75) 1.5rem;
    border-radius: 0.33rem;
    background: #263238;
    color: var(--surface-primary);
    font-weight: 500;
    font-size: 19.4px;
    line-height: 1;
    transition: background 360ms var(--speed-fast), transform 360ms var(--speed-fast);
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }
.bottom-stack .featured-block:hover{
    background: #FF8F00;
    transform: translateY(-2px);color:var(--tone-clear);}
.bottom-stack .cluster{font-size: calc(19.4px * .875);
    color: color-mix(in srgb, currentColor 70%, transparent);
    margin-top: calc(1.5rem * .75);}
.bottom-stack .open-plan{font-size: 19.4px;
    font-weight: 500;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-color: color-mix(in srgb, currentColor 50%, transparent);
    transition: text-decoration-color 360ms var(--speed-fast);}
.bottom-stack .open-plan:hover{text-decoration-color: currentColor;}
@media (max-width: 640px) {.bottom-stack{
      padding: calc(1.5rem * 2.4) 2.64rem;
    }.bottom-stack .image{
      text-align: left;
    }.bottom-stack .steady-lead{
      margin-left: 0;
    }.bottom-stack .fresh-region{
      align-items: flex-start;
    }
  }
.active-feature{background:#FFF8E1;color:#3E2723;padding:calc(1.5rem * 2.4) 2.64rem}
.active-feature .open-body{max-width:min(1480px,72rem);margin:0 auto}
.active-feature .top-brand{display:flex;flex-direction:column;gap:calc(1.52rem * 1.5)}
.active-feature .steady-lead{display:flex;flex-direction:column;gap:1.5rem}
.active-feature .clear-tile{margin:0;font-size:calc(19.4px * .875);font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--tone-warm)}
.active-feature h2{margin:0;max-width:22ch;font-size:clamp(calc(19.4px * 2),5vw,calc(19.4px * 2.65));line-height:1.08;letter-spacing:0}
.active-feature .team-fields{display:grid;grid-template-columns:1fr 18rem;gap:calc(1.52rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--paint-warm)}
.active-feature .offer-plan{display:flex;flex-direction:column;gap:1.5rem}
.active-feature p{margin:0;font-size:19.4px;line-height:1.7}
.active-feature .offer-plan p{max-width:46rem}
.active-feature .cluster{font-size:calc(19.4px * .875);color:var(--tone-warm)}
.active-feature .fresh-region{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem}
.active-feature .fresh-region a{padding:calc(1.5rem * .75) 1.52rem;border-radius:0.51rem;background:var(--surface-primary);color:#263238;text-decoration:none;font-weight:700;font-size:calc(19.4px * .875);transition:background 360ms var(--speed-fast)}
.active-feature .fresh-region a:hover{background:#FF8F00;color:var(--tone-clear);}
.active-feature .fresh-region a:last-child{background:var(--tone-strong);color:var(--tone-clear);border:1px solid var(--paint-warm)}
.active-feature .fresh-region a:last-child:hover{border-color:#FFCA28}
.active-feature .content-panel{display:flex;flex-direction:column;gap:1.5rem;padding:calc(1.52rem * 1.5);background:var(--tone-strong);border:1px solid var(--paint-warm);border-radius:0.95rem;color:var(--tone-clear);}
.active-feature .content-panel h3{margin:0;font-size:calc(19.4px * 1.125);line-height:1.3}
.active-feature .content-panel p{font-size:calc(19.4px * .875);color:var(--tone-warm)}
.active-feature .content-panel .compact-visual,.active-feature .content-panel .local-headline{font-weight:700;text-decoration:none;color:inherit;font-size:19.4px}
.active-feature .content-panel .compact-visual:hover,.active-feature .content-panel .local-headline:hover{color:inherit;}
.active-feature .content-panel .clear-actions{margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--paint-warm);font-size:calc(19.4px * .875);color:var(--tone-warm)}
@media(max-width:860px){.active-feature .team-fields{grid-template-columns:1fr}.active-feature .content-panel{margin-top:1.5rem}
}
.active-rail{padding:calc(1.5rem * 2.4) 2.64rem;background:#263238;color:#FFF8E1}
.active-rail .open-body{width:min(100%,calc(1480px*.66));margin:0 auto;display:flex;flex-direction:column;gap:calc(1.52rem * 1.5)}
.active-rail .steady-lead{padding-top:1.5rem}
.active-rail .cluster{display:inline-block;margin:0 0 calc(1.5rem * .75);padding:calc(1.5rem * .75) 2.64rem;background:var(--tone-secondary);color:#004D40;border-radius:0.33rem;font-size:calc(19.4px * .875);font-weight:600;letter-spacing:.02em}
.active-rail h1{margin:0;font-size:calc(19.4px * 2.65);line-height:1.05;max-width:22ch}
.active-rail .offer-plan{margin:1.5rem 0 0;max-width:38rem;font-size:calc(19.4px * 1.125);line-height:1.64;opacity:.92}
.active-rail .fresh-region{margin-top:calc(1.52rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(255,232,161,.28)}
.active-rail .content-wrap{display:inline-block;padding:calc(1.5rem * .75) 2.64rem;background:var(--surface-primary);color:#263238;border-radius:0.51rem;font-weight:600;text-decoration:none;transition:background 360ms var(--speed-fast)}
.active-rail .content-wrap:hover{background:#FF8F00;color:var(--tone-clear);}
.active-rail .main-form{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.active-rail .main-form a{color:inherit;text-decoration:none;border-bottom:2px solid var(--tone-secondary);padding-bottom:2px;transition:border-color 360ms var(--speed-fast)}
.active-rail .main-form a:hover{border-color:var(--surface-primary)}
@media(max-width:520px){.active-rail .steady-lead{padding-top:calc(1.52rem * 1.5)}.active-rail .fresh-region{display:flex;flex-direction:column;align-items:flex-start}.active-rail .main-form{flex-direction:column;align-items:flex-start}
}
