:root {
  --ink-light: #f7fafb;
  --surface-inverse: #16222b;
  --motion-entry: cubic-bezier(0.16,1,0.3,1);
  --surface-clear: #d3dde3;
}
body{margin:0;padding:0;font-family:"Orbitron", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.page-fields {
    width: 100%;
    background: var(--ink-light);
    color: var(--surface-inverse);
    border-bottom: 1px solid var(--surface-clear);
    padding: 1.5rem 0;
  }
.compact-steps {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.58rem;
    display: flex;
    align-items: center;
    gap: 1.06rem;
  }
.compact-quote {
    font-size: calc(14.5px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--surface-inverse);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.compact-quote:hover {
    color: #2f4a5c;
  }
.nav-desktop {
    flex: 1 1 auto;
    margin-left: calc(1.06rem * 1.5);
  }
.nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.06rem;
    flex-wrap: wrap;
  }
.nav-desktop a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 14.5px;
    color: var(--surface-inverse);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 530ms var(--motion-entry),
                border-color 530ms var(--motion-entry);
  }
.nav-desktop a:hover {
    color: #2f4a5c;
    border-bottom-color: #2f4a5c;
  }
.primary-stack {
    flex-shrink: 0;
  }
.primary-figure {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #0f6f7a;
    color: #f2fbfc;
    border-radius: 0.7rem;
    font-size: 14.5px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(0,0,0,0.06);
    transition: background 530ms var(--motion-entry),
                box-shadow 530ms var(--motion-entry);
  }
.primary-figure:hover{
    background: #0b5a63;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);color:#16222b;}
.visual-contact {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #eaf1f4;
    color: #2a3a45;
    border: 1px solid var(--surface-clear);
    border-radius: 0.7rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.content{
    display: block;
    width: 22px;
    height: 2px;
    background: #2a3a45;
    border-radius: 2px;color:#16222b;}
.nav-mobile {
    display: none;
    background: #eaf1f4;
    color: #2a3a45;
    border-top: 1px solid var(--surface-clear);
    padding: calc(1.06rem * 1.5) 1.58rem;
  }
.nav-mobile[hidden]{display: none;}
.nav-mobile ul{list-style: none;
    margin: 0 0 calc(1.06rem * 1.5) 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.nav-mobile a{display: block;
    padding: 0.6rem 0.4rem;
    color: #2a3a45;
    text-decoration: none;
    font-size: 14.5px;
    border-radius: 0.33rem;}
.nav-mobile a:hover {
    background: #ffffff;
    color: #16222b;
  }
.team-track {
    display: block;
    text-align: center;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .primary-stack {
      display: none;
    }

    .visual-contact {
      display: flex;
      margin-left: auto;
    }

    .nav-mobile.is-open {
      display: block;
    }

    .compact-steps {
      flex-wrap: nowrap;
    }
  }
@media (min-width: 768px) {
    .nav-mobile {
      display: none !important;
    }
  }
.team-links{font-family:"Orbitron", sans-serif;font-size:14.5px;line-height:1.73;padding:calc(1.5rem * 2.4) 1.58rem;width:100%;background:#16222b;color:#f4f7f9;}
.plain-quote{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.06rem * 1.5)}
.wide-footer{font-size:calc(14.5px * .875);font-weight:600;letter-spacing:0.04em;text-transform:uppercase;margin:0 0 calc(1.5rem * .75)}
.wide-steps{display:block}
.public-steps{font-style:normal;margin:0;display:grid;gap:calc(1.5rem * .75)}
.plain-contact,
  .content-items{margin:0}
.media-menu{display:grid;gap:calc(1.5rem * .75)}
.top-actions{font-size:calc(14.5px * 1.125);font-weight:700;margin:0}
.media-contact{margin:0;font-size:calc(14.5px * .875);max-width:40ch}
.narrow-list,
  .bottom-form{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75)}
.text-body{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 530ms var(--motion-entry)}
.text-body:hover,
  .text-body:focus-visible{border-bottom-color:currentColor;outline:none}
.secondary-footer{margin:0;font-size:calc(14.5px * .875);max-width:70ch}
.clear-service{margin:0;font-size:calc(14.5px * .875)}
@media (min-width: 640px) {.narrow-list{grid-template-columns:1fr 1fr}
  }
@media (min-width: 960px) {.plain-quote{grid-template-columns:1.2fr 1fr 1.4fr 0.8fr;grid-template-areas:"contact brand nav legal"
        "disclaimer disclaimer disclaimer disclaimer"
        "copy copy copy copy";gap:calc(1.06rem * 1.5) 1.58rem}.wide-steps{grid-area:contact}.media-menu{grid-area:brand}.header{grid-area:nav}.bottom-benefit{grid-area:legal}.secondary-footer{grid-area:disclaimer}.clear-service{grid-area:copy}.narrow-list{grid-template-columns:1fr 1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: calc(1.5rem * .75);
    bottom: calc(1.5rem * .75);
    z-index: 9999;
    width: min(22rem, calc(100vw - 2 * calc(1.5rem * .75)));
    background: #ffffff;
    color: #16222b;
    border: 1px solid var(--surface-clear);
    border-radius: 1rem;
    box-shadow: 0 6px 12px rgba(0,0,0,0.08);
    padding: calc(1.5rem * .75);
    font-family: "Orbitron", sans-serif;
    font-size: calc(14.5px * .875);
    line-height: 1.73;
  }
.cookies .featured-flow{margin: 0 0 calc(1.06rem * 1.5);
    font-size: 14.5px;
    font-weight: 600;}
.cookies .public-list{margin: 0 0 calc(1.06rem * 1.5);}
.cookies .public-list a{color: #0f6f7a;
    text-decoration: underline;}
.cookies .public-list a:hover{color: #2f4a5c;}
.cookies .track{display: flex;
    flex-wrap: wrap;
    gap: 1.06rem;}
.cookies .track button {
    flex: 1 1 auto;
    min-width: 6rem;
    padding: 0.5rem 0.75rem;
    font: inherit;
    border-radius: 0.7rem;
    border: 1px solid var(--surface-clear);
    background: transparent;
    color: #16222b;
    cursor: pointer;
    transition: background 530ms var(--motion-entry, ease);
  }
.cookies .track button:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#16222b;}
.cookies .cookie-accept {
    background: #0f6f7a;
    color: #f2fbfc;
    border-color: #0f6f7a;
  }
.cookies .cookie-accept:hover{
    background: #0b5a63;
    border-color: #0b5a63;color:#16222b;}
.open-steps{
    --line-light: #16222b;
    --tone-extra-11: #2a3a45;
    --type-large: #d3dde3;
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 72px 24px 64px;
  }
.open-steps .site-actions{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 56px;
    align-items: center;}
.open-steps .quiet-quote h1{font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 18px;}
.open-steps .contact-track{font-size: 1.15rem;
    line-height: 1.5;
    color: var(--tone-extra-11);
    margin: 0 0 22px;}
.open-steps .soft-menu{font-size: 1rem;
    line-height: 1.65;
    color: var(--tone-extra-11);
    margin: 0 0 30px;}
.open-steps .bottom-entries{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 26px;}
.open-steps .bottom-entries a{text-decoration: none;
    font-size: 0.98rem;}
.open-steps .bottom-entries .go{
    background: #0f6f7a;
    color: #f2fbfc;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: background 0.2s ease;
  }
.open-steps .bottom-entries .go:hover{
    background: #0b5a63;color:#16222b;}
.open-steps .bottom-entries .quiet-stack{color: #2f4a5c;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;}
.open-steps .bottom-entries .quiet-stack:hover{border-bottom-color: #2f4a5c;}
.open-steps .team-frame{
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #eaf1f4;color:#2a3a45;}
.open-steps .team-frame img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;}
@media (max-width: 820px) {.open-steps{
      padding: 52px 20px 48px;
    }.open-steps .site-actions{
      grid-template-columns: 1fr;
      gap: 36px;
    }.open-steps .team-frame img{
      aspect-ratio: 16 / 10;
    }
  }
.open-steps{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.strong-list{
    --font-large: #d3dde3;
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 4.5rem 1.25rem;
  }
.strong-list .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.strong-list .soft-menu h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1.25rem;
    letter-spacing: -0.01em;}
.strong-list .soft-menu p{margin: 0 0 1rem;
    line-height: 1.7;
    font-size: 1rem;}
.strong-list .soft-menu p:last-child{margin-bottom: 0;}
.strong-list .main-contact{
    background: #ffffff;
    color: #16222b;
    border: 1px solid var(--surface-clear, #d3dde3);
    border-radius: 10px;
    padding: 1.75rem 1.75rem 1.9rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
  }
.strong-list .offer-menu{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.strong-list .offer-menu label{font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;}
.strong-list .offer-menu input,
  .strong-list .offer-menu select{
    font: inherit;
    font-size: 0.95rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid var(--surface-clear, #d3dde3);
    border-radius: 6px;
    background: var(--ink-light, #f7fafb);
    color: inherit;
    width: 100%;
    box-sizing: border-box;
  }
.strong-list .offer-menu input:focus,
  .strong-list .offer-menu select:focus{outline: 2px solid #0f6f7a;
    outline-offset: 1px;}
.strong-list .main-contact button{
    font: inherit;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    padding: 0.8rem 1.2rem;
    border: none;
    border-radius: 6px;
    background: #0f6f7a;
    color: #f2fbfc;
    cursor: pointer;
    align-self: flex-start;
  }
.strong-list .main-contact button:hover{
    background: #0b5a63;color:#16222b;}
.strong-list .clear-method{grid-column: 1 / -1;
    padding-top: 1.75rem;
    border-top: 1px solid var(--font-large);}
.strong-list .clear-method p{margin: 0;
    line-height: 1.7;
    font-size: 0.95rem;}
.strong-list .clear-method a{text-decoration: underline;
    text-underline-offset: 2px;}
@media (max-width: 780px) {.strong-list{
      padding: 3rem 1.1rem;
    }.strong-list .site-actions{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.strong-list .main-contact{
      padding: 1.4rem 1.25rem 1.5rem;
    }
  }
.strong-list{
  background: #16222b;
  color: #f4f7f9;
}
.plain-brand{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.plain-brand .site-actions{max-width: 880px;
    margin: 0 auto;}
.plain-brand .text-method h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;}
.plain-brand .text-method p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;
    color: #2a3a45;}
.plain-brand .soft-flow{display: flex;
    flex-direction: column;
    gap: 34px;}
.plain-brand .contact-method h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 10px;}
.plain-brand .contact-method p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;
    color: #2a3a45;}
.plain-brand .bottom-entries{margin: 52px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #2a3a45;}
.plain-brand .bottom-entries a{color: #0f6f7a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.plain-brand .bottom-entries a:hover{color: #0b5a63;}
@media (max-width: 640px) {.plain-brand{
      padding: 48px 18px;
    }.plain-brand .text-method h2{
      font-size: 1.55rem;
    }.plain-brand .soft-flow{
      gap: 28px;
    }
  }
.plain-brand{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.visual-frame{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px 72px;
  }
.visual-frame .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 48px 56px;
    align-items: start;}
.visual-frame .soft-menu h2{margin: 0 0 18px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    letter-spacing: 0.01em;}
.visual-frame .soft-menu p{margin: 0 0 14px;
    font-size: 1rem;
    line-height: 1.65;}
.visual-frame .soft-menu .featured-service{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.82;}
.visual-frame .team-menu{display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 6px;}
.visual-frame .secondary-track{
    display: inline-block;
    align-self: flex-start;
    padding: 14px 26px;
    background: #0f6f7a;
    color: #f2fbfc;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: background 0.18s ease;
  }
.visual-frame .secondary-track:hover,
  .visual-frame .secondary-track:focus-visible{
    background: #0b5a63;color:#16222b;}
.visual-frame .bottom-entries{display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.92rem;
    line-height: 1.5;}
.visual-frame .bottom-entries a{text-decoration: none;
    border-bottom: 1px solid rgba(47, 74, 92, 0.35);
    align-self: flex-start;
    padding-bottom: 1px;}
.visual-frame .bottom-entries a:hover,
  .visual-frame .bottom-entries a:focus-visible{border-bottom-color: #2f4a5c;}
@media (max-width: 780px) {.visual-frame{
      padding: 48px 20px 56px;
    }.visual-frame .site-actions{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.visual-frame{
  background: #16222b;
  color: #f4f7f9;
}
.page-links{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px 80px;
  }
.page-links .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;}
.page-links .text-method h1{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.page-links .quiet-quote{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;}
.page-links .offer-headline{display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 44px;
    align-items: start;}
.page-links .public-list h2{font-size: 1.35rem;
    margin: 0 0 18px;
    line-height: 1.3;}
.page-links .public-list p{margin: 0 0 16px;
    line-height: 1.7;
    font-size: 1rem;}
.page-links .public-list p:last-child{margin-bottom: 0;}
.page-links .contact-entries{margin: 0;}
.page-links .contact-entries img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;}
.page-links .contact-entries figcaption{margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.5;}
.page-links .media-flow{
    background: #eaf1f4;
    color: #2a3a45;
    padding: 28px 30px;
    border-radius: 10px;
  }
.page-links .media-flow h3{margin: 0 0 12px;
    font-size: 1.1rem;}
.page-links .media-flow p{margin: 0;
    line-height: 1.7;}
.page-links .media-flow a{text-decoration: underline;
    text-underline-offset: 3px;}
.page-links .media-flow a:hover{}
@media (max-width: 780px) {.page-links{
      padding: 52px 20px 60px;
    }.page-links .offer-headline{
      grid-template-columns: 1fr;
      gap: 32px;
    }.page-links .media-flow{
      padding: 22px 20px;
    }
  }
.page-links{
  background: #16222b;
  color: #f4f7f9;
}
.team-actions{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4rem 1.5rem;
  }
.team-actions .site-actions{max-width: 880px;
    margin: 0 auto;}
.team-actions h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1.25rem;
    letter-spacing: 0.01em;}
.team-actions .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;}
.team-actions .soft-flow{list-style: none;
    margin: 0;
    padding: 0;}
.team-actions .contact-method{display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 1.5rem;
    padding: 1.6rem 0;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.team-actions .contact-method:last-child{border-bottom: 1px solid var(--surface-clear, #d3dde3);}
.team-actions .public-region{font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;color:inherit;
    padding-top: 0.2rem;}
.team-actions .direct-body h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;}
.team-actions .direct-body p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 620px) {.team-actions{
      padding: 3rem 1.15rem;
    }.team-actions h2{
      font-size: 1.55rem;
    }.team-actions .contact-method{
      grid-template-columns: 1fr;
      gap: 0.4rem;
      padding: 1.35rem 0;
    }.team-actions .public-region{
      padding-top: 0;
    }
  }
.team-actions{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.offer-actions{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.25rem 5rem;
  }
.offer-actions .site-actions{max-width: 1080px;
    margin: 0 auto;}
.offer-actions h2{font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.offer-actions .quiet-quote{font-size: 1.06rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.offer-actions .narrow-headline{display: flex;
    flex-direction: column;
    gap: 2.4rem;}
.offer-actions .contact-method h3{font-size: 1.18rem;
    line-height: 1.3;
    margin: 0 0 0.55rem;}
.offer-actions .contact-method p{margin: 0;
    line-height: 1.7;}
.offer-actions .active-footer{margin: 3rem 0 0;
    line-height: 1.7;
    padding-top: 0.2rem;}
@media (min-width: 780px) {.offer-actions{
      padding: 5.5rem 2rem 6rem;
    }.offer-actions .narrow-headline{
      gap: 2.8rem;
    }.offer-actions .contact-method{
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.6fr);
      gap: 2.2rem;
      align-items: start;
    }.offer-actions .contact-method h3{
      margin: 0;
    }
  }
.offer-actions{
  background: #16222b;
  color: #f4f7f9;
}
.service-footer{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.25rem;
  }
.service-footer .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.service-footer h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.01em;}
.service-footer .quiet-quote{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #2a3a45;}
.service-footer .soft-flow{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.service-footer .contact-method h3{font-size: 1.125rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.service-footer .contact-method p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
@media (min-width: 780px) {.service-footer{
      padding: 5.5rem 2rem;
    }.service-footer .soft-flow{
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
      row-gap: 2.25rem;
    }.service-footer h2{
      font-size: 2rem;
    }
  }
.service-footer{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.main-plan{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px;
  }
.main-plan .site-actions{max-width: 1080px;
    margin: 0 auto;}
.main-plan h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.main-plan .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.main-plan .contact-method{padding: 0 0 28px;
    margin: 0 0 28px;
    border-bottom: 1px solid var(--surface-clear);}
.main-plan .contact-method:last-of-type{border-bottom: none;}
.main-plan .contact-method h3{font-size: 1.2rem;
    line-height: 1.35;
    margin: 0 0 10px;}
.main-plan .contact-method p{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 14px;}
.main-plan .bottom-entries{display: inline-block;
    font-size: 0.95rem;
    color: #0f6f7a;
    text-decoration: none;
    border-bottom: 1px solid #0f6f7a;
    padding-bottom: 2px;}
.main-plan .bottom-entries:hover{color: #0b5a63;
    border-bottom-color: #0b5a63;}
.main-plan .soft-menu{font-size: 1rem;
    line-height: 1.65;
    margin: 8px 0 0;}
.main-plan .soft-menu a{color: #0f6f7a;
    text-decoration: none;
    border-bottom: 1px solid #0f6f7a;}
.main-plan .soft-menu a:hover{color: #0b5a63;
    border-bottom-color: #0b5a63;}
@media (max-width: 640px) {.main-plan{
      padding: 44px 18px;
    }.main-plan h2{
      font-size: 1.5rem;
    }.main-plan .quiet-quote{
      margin-bottom: 32px;
    }
  }
.main-plan{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.main-wrap{
    --label-heading: #d3dde3;
    --mark-static: #eaf1f4;
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 72px 24px;
  }
.main-wrap .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.main-wrap h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.01em;}
.main-wrap .quiet-quote{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.main-wrap .site-inner{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 48px;
    margin-top: 8px;}
.main-wrap .soft-menu h3{font-size: 1.05rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.main-wrap .soft-menu p{
    margin: 0;
    line-height: 1.65;
    background: var(--mark-static);
    color: var(--surface-inverse, #16222b);
    padding: 18px 20px;
    border-radius: 10px;
  }
.main-wrap .steady-tile{margin: 4px 0 0;
    line-height: 1.65;
    padding-top: 20px;
    border-top: 1px solid var(--label-heading);}
.main-wrap .steady-tile a{text-decoration: underline;
    text-underline-offset: 3px;}
.main-wrap .steady-tile a:hover{}
@media (max-width: 720px) {.main-wrap{
      padding: 52px 18px;
    }.main-wrap .site-inner{
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
.main-wrap{
  background: #16222b;
  color: #f4f7f9;
}
.contact-proof{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.contact-proof .site-actions{max-width: 1080px;
    margin: 0 auto;}
.contact-proof .text-method h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.contact-proof .text-method p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 48px;}
.contact-proof .narrow-headline{display: flex;
    flex-direction: column;
    gap: 40px;}
.contact-proof .contact-method h3{font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 12px;}
.contact-proof .contact-method p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.contact-proof .bottom-entries{margin: 56px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.contact-proof .bottom-entries a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.contact-proof .bottom-entries a:hover{color:inherit;}
@media (max-width: 640px) {.contact-proof{
      padding: 48px 18px;
    }.contact-proof .text-method h2{
      font-size: 1.5rem;
    }.contact-proof .narrow-headline{
      gap: 32px;
    }
  }
.contact-proof{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.plain-brand{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.plain-brand .site-actions{max-width: 980px;
    margin: 0 auto;}
.plain-brand .primary-block{margin-bottom: 44px;}
.plain-brand .primary-block h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.plain-brand .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.plain-brand .featured-figure{display: flex;
    flex-direction: column;
    gap: 30px;}
.plain-brand .featured-team h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.plain-brand .featured-team p{margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.plain-brand .bottom-entries{margin: 48px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.plain-brand .bottom-entries a{text-decoration: underline;
    text-underline-offset: 3px;}
.plain-brand .bottom-entries a:hover{}
@media (max-width: 640px) {.plain-brand{
      padding: 52px 18px;
    }.plain-brand .primary-block h2{
      font-size: 1.5rem;
    }.plain-brand .featured-figure{
      gap: 26px;
    }
  }
.plain-brand{
  background: #16222b;
  color: #f4f7f9;
}
.narrow-block{padding:calc(1.5rem * 2.4) 1.58rem;background:var(--ink-light);color:var(--surface-inverse);}
.simple-inner{max-width:1120px;margin:0 auto;}
.narrow-block h1{margin:0;font-size:calc(14.5px * 2.65);line-height:1.08;}
.clear-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px;
  }
.clear-stack .site-actions{max-width: 1080px;
    margin: 0 auto;}
.clear-stack .primary-block{margin-bottom: 40px;}
.clear-stack h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.clear-stack .quiet-quote{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.clear-stack .site-inner{display: flex;
    flex-direction: column;
    gap: 28px;}
.clear-stack .soft-menu{padding: 0;}
.clear-stack .soft-menu h3{font-size: 1.1rem;
    margin: 0 0 10px;
    line-height: 1.3;}
.clear-stack .soft-menu p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
@media (min-width: 800px) {.clear-stack{
      padding: 88px 40px;
    }.clear-stack .primary-block{
      margin-bottom: 52px;
    }.clear-stack .site-inner{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 36px 56px;
    }.clear-stack .soft-menu:nth-child(2){
      padding-top: 28px;
    }.clear-stack .soft-menu:nth-child(3){
      padding-top: 28px;
    }
  }
.clear-stack{
  background: #16222b;
  color: #f4f7f9;
}
.visual-frame{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.5rem;
  }
.visual-frame .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 3rem;
    align-items: start;}
.visual-frame .soft-menu h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.visual-frame .soft-menu p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1rem;}
.visual-frame .soft-menu .steady-tile{margin-top: 1.4rem;
    font-style: italic;
    color: #2a3a45;}
.visual-frame .team-menu{
    background: #ffffff;
    color: #16222b;
    border: 1px solid var(--surface-clear);
    border-radius: 10px;
    padding: 1.8rem 1.6rem;
  }
.visual-frame .secondary-track{
    display: inline-block;
    background: #0f6f7a;
    color: #f2fbfc;
    text-decoration: none;
    padding: 0.85rem 1.4rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.98rem;
    transition: background 0.2s ease;
  }
.visual-frame .secondary-track:hover{
    background: #0b5a63;color:#16222b;}
.visual-frame .bottom-entries{margin: 1.3rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #2a3a45;}
.visual-frame .bottom-entries a{color: #2f4a5c;
    text-decoration: underline;
    text-underline-offset: 2px;}
.visual-frame .bottom-entries a:hover{color: #243a49;}
@media (max-width: 760px) {.visual-frame{
      padding: 3rem 1.1rem;
    }.visual-frame .site-actions{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.visual-frame{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.region{
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 64px 24px;
  }
.region .site-actions{max-width: 1040px;
    margin: 0 auto;}
.region h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: 0.01em;}
.region .quiet-quote{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 40px;}
.region .steady-unit{display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;}
.region .bottom-entries{display: grid;
    grid-template-columns: 200px 1fr;
    gap: 8px 32px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--surface-clear, #d3dde3);}
.region .bottom-entries:last-child{border-bottom: none;
    padding-bottom: 0;}
.region .bottom-entries h3{font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;}
.region .bottom-entries p{margin: 0 0 6px;
    line-height: 1.65;
    font-size: 0.98rem;}
.region .bottom-entries .text-intro{grid-column: 2;
    margin: 0;
    font-size: 1rem;}
.region .bottom-entries .text-intro a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.region .bottom-entries .text-intro a:hover{}
.region .soft-menu{font-size: 0.97rem;
    line-height: 1.7;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.region .soft-menu a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.region .soft-menu a:hover{}
@media (max-width: 720px) {.region{
      padding: 48px 20px;
    }.region h2{
      font-size: 1.45rem;
    }.region .bottom-entries{
      grid-template-columns: 1fr;
      gap: 6px;
    }.region .bottom-entries .text-intro{
      grid-column: 1;
    }
  }
.region{
  background: #16222b;
  color: #f4f7f9;
}
.fresh-block{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px;
  }
.fresh-block .site-actions{max-width: 1080px;
    margin: 0 auto;}
.fresh-block .quiet-quote{margin-bottom: 40px;}
.fresh-block .quiet-quote h2{margin: 0 0 12px;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.01em;}
.fresh-block .quiet-quote p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.fresh-block .soft-flow{display: flex;
    flex-direction: column;
    gap: 32px;}
.fresh-block .contact-method{
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background: #ffffff;
    color: #16222b;
    border: 1px solid var(--surface-clear);
    border-radius: 10px;
    padding: 20px;
  }
.fresh-block .visual-form{flex: 0 0 240px;
    border-radius: 8px;
    overflow: hidden;}
.fresh-block .visual-form img{display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;}
.fresh-block .direct-body{flex: 1 1 auto;}
.fresh-block .direct-body h3{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.35;}
.fresh-block .direct-body p{margin: 0 0 14px;
    font-size: 0.95rem;
    line-height: 1.6;}
.fresh-block .media-proof{display: inline-block;
    font-size: 0.9rem;color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.fresh-block .media-proof:hover{color:inherit;}
@media (max-width: 720px) {.fresh-block{
      padding: 48px 18px;
    }.fresh-block .contact-method{
      flex-direction: column;
    }.fresh-block .visual-form{
      flex: none;
      width: 100%;
    }.fresh-block .visual-form img{
      height: 200px;
    }
  }
.fresh-block{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.steady-area{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.5rem;
  }
.steady-area .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas:
      "lead scene"
      "notes notes"
      "closing closing";
    gap: 2.5rem 3rem;
    align-items: start;}
.steady-area .quiet-quote{grid-area: lead;}
.steady-area .quiet-quote h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: 0.01em;}
.steady-area .quiet-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.steady-area .focused-details{grid-area: scene;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 10px;
    display: block;}
.steady-area .site-inner{grid-area: notes;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
    padding-top: 0.5rem;}
.steady-area .soft-menu h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;}
.steady-area .soft-menu p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.steady-area .steady-tile{grid-area: closing;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    padding-top: 0.5rem;}
.steady-area .steady-tile a{text-decoration: underline;
    text-underline-offset: 3px;}
.steady-area .steady-tile a:hover{}
@media (max-width: 820px) {.steady-area{
      padding: 3rem 1.25rem;
    }.steady-area .site-actions{
      grid-template-columns: 1fr;
      grid-template-areas:
        "lead"
        "scene"
        "notes"
        "closing";
      gap: 2rem;
    }.steady-area .focused-details{
      min-height: 220px;
    }.steady-area .site-inner{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.steady-area .quiet-quote h2{
      font-size: 1.45rem;
    }
  }
.steady-area{
  background: #16222b;
  color: #f4f7f9;
}
.team-actions{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px;
  }
.team-actions .site-actions{max-width: 1080px;
    margin: 0 auto;}
.team-actions h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: 0.01em;}
.team-actions .quiet-quote{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 40px;}
.team-actions .strong-content{list-style: none;
    margin: 0 0 36px;
    padding: 0;
    display: grid;
    gap: 28px;}
.team-actions .featured-details{display: grid;
    grid-template-columns: 200px 1fr;
    gap: 8px 32px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid #eaf1f4;}
.team-actions .featured-details:last-child{border-bottom: none;
    padding-bottom: 0;}
.team-actions .soft-form{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-top: 6px;}
.team-actions .featured-details h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 10px;
    grid-column: 2;}
.team-actions .featured-details p{grid-column: 2;
    margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.team-actions .soft-menu{
    margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;
    background: #eaf1f4;
    color: #2a3a45;
    padding: 20px 24px;
    border-radius: 6px;
  }
.team-actions .soft-menu a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 720px) {.team-actions{
      padding: 44px 18px;
    }.team-actions .featured-details{
      grid-template-columns: 1fr;
      gap: 6px;
    }.team-actions .soft-form,
    .team-actions .featured-details h3,
    .team-actions .featured-details p{
      grid-column: 1;
    }.team-actions .soft-form{
      padding-top: 0;
    }
  }
.team-actions{
  background: #16222b;
  color: #f4f7f9;
}
.soft-details{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.soft-details .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    column-gap: 56px;
    row-gap: 20px;
    align-items: start;}
.soft-details h2{grid-column: 1 / -1;
    margin: 0 0 4px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.soft-details .quiet-quote{grid-column: 1 / -1;
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.6;}
.soft-details .site-actions > p:nth-of-type(2){grid-column: 1;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;color:inherit;}
.soft-details .strong-content{grid-column: 2;
    grid-row: 3 / span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.soft-details .featured-details{padding-left: 18px;
    border-left: 1px solid var(--surface-clear, #d3dde3);}
.soft-details .featured-details h3{margin: 0 0 6px;
    font-size: 1.02rem;
    line-height: 1.35;
    font-weight: 600;}
.soft-details .featured-details p{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;color:inherit;}
.soft-details .bottom-entries{grid-column: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.soft-details .bottom-entries a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.soft-details .bottom-entries a:hover{color:inherit;}
@media (max-width: 820px) {.soft-details{
      padding: 56px 20px;
    }.soft-details .site-actions{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 24px;
    }.soft-details .site-actions > p:nth-of-type(2),
    .soft-details .strong-content,
    .soft-details .bottom-entries{
      grid-column: 1;
      grid-row: auto;
    }.soft-details h2{
      font-size: 1.55rem;
    }
  }
.soft-details{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.plain-brand{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.25rem;
  }
.plain-brand .site-actions{max-width: 780px;
    margin: 0 auto;}
.plain-brand .text-method h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.plain-brand .text-method p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;}
.plain-brand .soft-flow{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.plain-brand .contact-method{padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--surface-clear, #d3dde3);}
.plain-brand .contact-method:last-child{border-bottom: none;
    padding-bottom: 0;}
.plain-brand .contact-method h3{font-size: 1.08rem;
    line-height: 1.4;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.plain-brand .contact-method p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.plain-brand .soft-menu{margin: 2.75rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;}
.plain-brand .soft-menu a{text-decoration: underline;
    text-underline-offset: 2px;}
.plain-brand .soft-menu a:hover{}
@media (max-width: 560px) {.plain-brand{
      padding: 3rem 1rem;
    }.plain-brand .text-method p{
      margin-bottom: 2rem;
    }.plain-brand .soft-flow{
      gap: 1.4rem;
    }
  }
.clear-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px 88px;
  }
.clear-stack .site-actions{max-width: 880px;
    margin: 0 auto;}
.clear-stack h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: 0.01em;}
.clear-stack .quiet-quote{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.clear-stack .site-inner{margin: 0;
    display: block;}
.clear-stack .site-inner dt{font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.4;
    margin: 0 0 8px;
    padding-top: 22px;}
.clear-stack .site-inner dt:first-of-type{padding-top: 0;}
.clear-stack .site-inner dd{margin: 0 0 26px;
    font-size: 0.97rem;
    line-height: 1.7;
    color: #2a3a45;}
.clear-stack .site-inner dd:last-of-type{margin-bottom: 0;}
.clear-stack .active-footer{margin: 40px 0 0;
    font-size: 0.97rem;
    line-height: 1.7;}
.clear-stack .active-footer a{color: #0f6f7a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.clear-stack .active-footer a:hover{color: #0b5a63;}
@media (max-width: 640px) {.clear-stack{
      padding: 52px 18px 64px;
    }.clear-stack .quiet-quote{
      margin-bottom: 30px;
    }.clear-stack .site-inner dt{
      padding-top: 18px;
    }.clear-stack .site-inner dd{
      margin-bottom: 22px;
    }
  }
.clear-stack{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.fields{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.fields .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.fields .text-method h2{margin: 0 0 16px;
    font-size: 1.9rem;
    line-height: 1.2;
    letter-spacing: 0.01em;}
.fields .text-method p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.fields .site-surface{display: flex;
    flex-direction: column;
    gap: 22px;}
.fields .offer-team h3,
  .fields .visual-content h3{margin: 0 0 6px;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;}
.fields .offer-team p,
  .fields .visual-content p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.fields .offer-team a{text-decoration: none;}
.fields .offer-team a:hover{text-decoration: underline;}
@media (min-width: 760px) {.fields{
      padding: 96px 40px;
    }.fields .site-actions{
      flex-direction: row;
      align-items: flex-start;
      gap: 64px;
    }.fields .text-method{
      flex: 1 1 46%;
    }.fields .site-surface{
      flex: 1 1 30%;
    }.fields .visual-content{
      flex: 1 1 24%;
    }
  }
.fields{
  background: #16222b;
  color: #f4f7f9;
}
.clear-stack{
    --ink-accent: var(--ink-light);
    --tone-extra-6: var(--surface-inverse);
    --line-strong: #eaf1f4;
    --label-large: #d3dde3;
    background: var(--ink-accent);
    color: var(--tone-extra-6);
    padding: 64px 24px;
  }
.clear-stack .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 48px 56px;
    align-items: start;}
.clear-stack h2{margin: 0;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.clear-stack .public-list{display: flex;
    flex-direction: column;
    gap: 16px;}
.clear-stack .public-list p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.clear-stack .site-inner{grid-column: 1 / -1;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 40px;}
.clear-stack .soft-menu{padding: 20px 0;
    border-top: 1px solid var(--label-large);}
.clear-stack .soft-menu dt{margin: 0 0 6px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.clear-stack .soft-menu dd{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
@media (max-width: 760px) {.clear-stack{
      padding: 44px 18px;
    }.clear-stack .site-actions{
      grid-template-columns: 1fr;
      gap: 28px;
    }.clear-stack .site-inner{
      grid-template-columns: 1fr;
      gap: 0;
    }.clear-stack h2{
      font-size: 1.4rem;
    }
  }
.fresh-block{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.25rem;
  }
.fresh-block .site-actions{max-width: 880px;
    margin: 0 auto;}
.fresh-block .quiet-quote h2{font-size: clamp(1.5rem, 2.6vw, 2.05rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.fresh-block .quiet-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.fresh-block .steady-unit{list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;}
.fresh-block .contact-method + .contact-method{margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.fresh-block .contact-method a{display: block;
    text-decoration: none;
    color: inherit;}
.fresh-block .bottom-flow{display: block;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.35rem;}
.fresh-block .clear-contact{display: block;
    font-size: 0.97rem;
    line-height: 1.6;}
.fresh-block .contact-method a:hover .bottom-flow{}
.fresh-block .steady-tile{margin: 2.75rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.fresh-block{
  background: #16222b;
  color: #f4f7f9;
}
.service-footer{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.service-footer .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 56px;
    align-items: start;}
.service-footer .text-method h2{margin: 0 0 16px;
    font-size: 1.7rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.service-footer .text-method p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.service-footer .soft-flow{display: flex;
    flex-direction: column;
    gap: 28px;}
.service-footer .contact-method h3{margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.35;}
.service-footer .contact-method p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
@media (max-width: 760px) {.service-footer{
      padding: 52px 20px;
    }.service-footer .site-actions{
      grid-template-columns: 1fr;
      gap: 36px;
    }.service-footer .text-method h2{
      font-size: 1.45rem;
    }
  }
.service-footer{
  background: #16222b;
  color: #f4f7f9;
}
.plain-brand{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px 84px;
  }
.plain-brand .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 48px 64px;
    align-items: start;}
.plain-brand .text-method{position: relative;}
.plain-brand .text-method h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.plain-brand .text-method p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #2a3a45;}
.plain-brand .featured-figure{display: flex;
    flex-direction: column;
    gap: 30px;}
.plain-brand .compact-copy h3{font-size: 1.0625rem;
    line-height: 1.4;
    margin: 0 0 8px;
    font-weight: 600;}
.plain-brand .compact-copy p{margin: 0;
    font-size: 0.9688rem;
    line-height: 1.68;
    color: #2a3a45;}
.plain-brand .bottom-entries{grid-column: 1 / -1;
    margin: 8px 0 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #2a3a45;}
.plain-brand .bottom-entries a{color: #0f6f7a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.plain-brand .bottom-entries a:hover{color: #0b5a63;}
@media (max-width: 820px) {.plain-brand{
      padding: 56px 20px 64px;
    }.plain-brand .site-actions{
      grid-template-columns: 1fr;
      gap: 36px;
    }.plain-brand .text-method h2{
      font-size: 1.5rem;
    }
  }
.main-wrap{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.main-wrap .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 44px;}
.main-wrap .quiet-quote h2{margin: 0 0 16px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.main-wrap .quiet-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.main-wrap .site-track{display: grid;
    gap: 32px;
    grid-template-columns: 1.15fr 1fr 1fr;
    align-items: start;}
.main-wrap .text-flow h3{margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.35;}
.main-wrap .text-flow p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.62;}
.main-wrap .steady-tile{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;}
.main-wrap .steady-tile a{text-decoration: underline;
    text-underline-offset: 3px;}
.main-wrap .steady-tile a:hover{}
@media (max-width: 860px) {.main-wrap{
      padding: 56px 20px;
    }.main-wrap .site-track{
      grid-template-columns: 1fr;
      gap: 28px;
    }.main-wrap .quiet-quote h2{
      font-size: 1.5rem;
    }
  }
.clear-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.5rem;
  }
.clear-stack .site-actions{max-width: 1080px;
    margin: 0 auto;}
.clear-stack h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.clear-stack .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.clear-stack .fresh-surface{margin: 0;
    padding: 0;
    display: grid;
    gap: 1.8rem;}
.clear-stack .public-surface{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 1.5rem 2.4rem;
    align-items: start;
    padding-top: 1.4rem;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.clear-stack .public-surface:first-child{border-top: none;
    padding-top: 0;}
.clear-stack dt{font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: #0f6f7a;}
.clear-stack dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.clear-stack .steady-tile{margin: 2.8rem 0 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #2a3a45;}
@media (max-width: 680px) {.clear-stack{
      padding: 3rem 1.1rem;
    }.clear-stack .public-surface{
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
  }
.visual-frame{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 3.5rem 1.25rem;
  }
.visual-frame .site-actions{max-width: 1080px;
    margin: 0 auto;}
.visual-frame .offer-headline{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem 3rem;
    align-items: start;}
.visual-frame h2{margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.01em;}
.visual-frame p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.visual-frame .team-menu{display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 0.35rem;}
.visual-frame .go{
    display: inline-block;
    align-self: flex-start;
    padding: 0.85rem 1.5rem;
    background: #0f6f7a;
    color: #f2fbfc;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
  }
.visual-frame .go:hover,
  .visual-frame .go:focus-visible{
    background: #0b5a63;color:#16222b;}
.visual-frame .bottom-entries{font-size: 0.92rem;
    line-height: 1.6;
    color: #2a3a45;}
.visual-frame .bottom-entries a{color: #0f6f7a;
    text-decoration: underline;
    text-underline-offset: 2px;}
.visual-frame .bottom-entries a:hover,
  .visual-frame .bottom-entries a:focus-visible{color: #0b5a63;}
@media (max-width: 760px) {.visual-frame{
      padding: 2.5rem 1.1rem;
    }.visual-frame .offer-headline{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.visual-frame .go{
      align-self: stretch;
      text-align: center;
    }
  }
.service-footer{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.service-footer .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 56px;
    align-items: start;}
.service-footer .text-method h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: 0.01em;}
.service-footer .text-method p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.service-footer .soft-flow{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;}
.service-footer .contact-method{padding-bottom: 22px;
    border-bottom: 1px solid var(--surface-clear);}
.service-footer .contact-method:last-child{border-bottom: none;
    padding-bottom: 0;}
.service-footer .contact-method h3{font-size: 1.05rem;
    margin: 0 0 8px;
    letter-spacing: 0.01em;}
.service-footer .contact-method p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;}
@media (max-width: 780px) {.service-footer{
      padding: 52px 20px;
    }.service-footer .site-actions{
      grid-template-columns: 1fr;
      gap: 34px;
    }.service-footer .text-method h2{
      font-size: 1.4rem;
    }
  }
.public-note{
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 4.5rem 1.5rem;
  }
.public-note .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.public-note .quiet-quote h2{font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.public-note .quiet-quote p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.public-note .featured-block{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2.5rem;}
.public-note .contact-method h3{font-size: 1.05rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;
    color: #0f6f7a;}
.public-note .contact-method p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.public-note .social{
    background: #eaf1f4;
    color: #2a3a45;
    padding: 2rem 2.25rem;
    border-radius: 14px;
  }
.public-note .social h3{font-size: 1.15rem;
    margin: 0 0 0.75rem;}
.public-note .social p{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 820px) {.public-note{
      padding: 3rem 1.25rem;
    }.public-note .site-actions{
      gap: 2.25rem;
    }.public-note .featured-block{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.public-note .social{
      padding: 1.5rem 1.5rem;
    }
  }
.public-note{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.featured-shell{
      background: var(--ink-light);
      color: var(--surface-inverse);
      padding: 4.5rem 1.5rem;
    }
.featured-shell .site-actions{max-width: 1120px;
      margin: 0 auto;}
.featured-shell .text-method{margin-bottom: 3rem;}
.featured-shell .text-method h2{font-size: clamp(1.6rem, 3.2vw, 2.3rem);
      line-height: 1.2;
      margin: 0 0 1rem;
      letter-spacing: -0.01em;}
.featured-shell .quiet-quote{font-size: 1.05rem;
      line-height: 1.65;
      margin: 0;}
.featured-shell .soft-flow{display: grid;
      grid-template-columns: 1.35fr 1fr;
      gap: 2.5rem 2rem;}
.featured-shell .contact-method{display: flex;
      flex-direction: column;
      gap: 1rem;}
.featured-shell .narrow-contact{grid-row: span 2;}
.featured-shell .contact-method img{
      display: block;
      width: 100%;
      height: 100%;
      max-height: 420px;
      object-fit: cover;
      border-radius: 6px;
      background: #eaf1f4;color:#2a3a45;}
.featured-shell .narrow-contact img{max-height: 620px;}
.featured-shell .featured-entries h3{font-size: 1.15rem;
      line-height: 1.3;
      margin: 0 0 0.6rem;}
.featured-shell .featured-entries p{font-size: 0.97rem;
      line-height: 1.65;
      margin: 0;}
.featured-shell .steady-tile{margin: 3rem 0 0;
      font-size: 1rem;
      line-height: 1.7;
      padding-top: 1.75rem;
      border-top: 1px solid var(--surface-clear);}
@media (max-width: 760px) {.featured-shell{
        padding: 3rem 1.25rem;
      }.featured-shell .soft-flow{
        grid-template-columns: 1fr;
        gap: 2rem;
      }.featured-shell .narrow-contact{
        grid-row: auto;
      }.featured-shell .contact-method img,
      .featured-shell .narrow-contact img{
        max-height: 320px;
      }
    }
.featured-shell{
  background: #16222b;
  color: #f4f7f9;
}
.page-links{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px 80px;
  }
.page-links .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px 64px;
    align-items: start;}
.page-links .quiet-quote{grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 24px 64px;
    align-items: start;
    padding-bottom: 40px;}
.page-links .quiet-quote h1{grid-column: 1 / 2;
    margin: 0;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 600;}
.page-links .quiet-quote .text-method{grid-column: 2 / 3;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.page-links .quiet-quote .soft-menu{grid-column: 2 / 3;
    margin: 16px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #2a3a45;}
.page-links .active-plan{grid-column: 1 / 2;}
.page-links .active-plan h2{margin: 0 0 20px;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.page-links .soft-flow{list-style: none;
    margin: 0;
    padding: 0;}
.page-links .soft-flow li{padding: 18px 0;}
.page-links .soft-flow li + li{border-top: 1px solid var(--surface-clear);}
.page-links .soft-flow li:first-child{padding-top: 0;}
.page-links .soft-flow h3{margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 600;}
.page-links .soft-flow p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;}
.page-links .open-callout{
    grid-column: 2 / 3;
    background: #eaf1f4;
    color: #2a3a45;
    padding: 28px 28px 30px;
    border-radius: 10px;
  }
.page-links .open-callout h2{margin: 0 0 12px;
    font-size: 1.1rem;
    font-weight: 600;}
.page-links .open-callout p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.7;}
@media (max-width: 820px) {.page-links{
      padding: 56px 20px 64px;
    }.page-links .site-actions,
    .page-links .quiet-quote{
      grid-template-columns: 1fr;
      gap: 28px;
    }.page-links .quiet-quote h1,
    .page-links .quiet-quote .text-method,
    .page-links .quiet-quote .soft-menu,
    .page-links .active-plan,
    .page-links .open-callout{
      grid-column: 1 / -1;
    }.page-links .quiet-quote{
      padding-bottom: 8px;
    }
  }
.page-links{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.clear-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4rem 1.5rem;
  }
.clear-stack .site-actions{max-width: 1080px;
    margin: 0 auto;}
.clear-stack h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: 0.01em;}
.clear-stack .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.clear-stack .site-inner{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.clear-stack .soft-menu{
    background: #ffffff;
    color: #16222b;
    border: 1px solid var(--surface-clear);
    border-radius: 10px;
    padding: 1.4rem 1.6rem;
  }
.clear-stack .soft-menu h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;}
.clear-stack .soft-menu p{font-size: 0.97rem;
    line-height: 1.65;
    margin: 0;}
.clear-stack .steady-tile{font-size: 0.97rem;
    line-height: 1.65;
    margin: 2.4rem 0 0;}
.clear-stack .steady-tile a{text-decoration: underline;
    text-underline-offset: 3px;}
.clear-stack .steady-tile a:hover{}
@media (min-width: 860px) {.clear-stack{
      padding: 5rem 2rem;
    }.clear-stack .site-inner{
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 1.6rem 2rem;
    }.clear-stack .soft-menu:first-child{
      grid-row: span 2;
    }
  }
.wide-region{
  background: var(--ink-light, #f7fafb);
  color: var(--surface-inverse, #16222b);
  padding: 64px 24px;
}
.wide-region .site-actions{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 48px 56px;
  align-items: start;}
.wide-region .text-method{grid-column: 1 / -1;}
.wide-region .text-method h2{margin: 0 0 18px;
  font-size: 1.75rem;
  line-height: 1.25;
  letter-spacing: 0.01em;}
.wide-region .text-method p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;}
.wide-region .site-inner{display: flex;
  flex-direction: column;
  gap: 28px;}
.wide-region .soft-menu h3{margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.35;}
.wide-region .soft-menu p{margin: 0;
  font-size: 0.97rem;
  line-height: 1.65;
  color: #2a3a45;}
.wide-region .contact-entries{
  margin: 0;
  background: #ffffff;
  color: #16222b;
  border: 1px solid var(--surface-clear, #d3dde3);
  border-radius: 10px;
  overflow: hidden;
}
.wide-region .contact-entries img{display: block;
  width: 100%;
  height: auto;}
.wide-region .contact-entries figcaption{padding: 16px 18px 18px;
  font-size: 0.93rem;
  line-height: 1.6;
  color: #2a3a45;}
@media (max-width: 820px) {.wide-region{
    padding: 48px 20px;
  }.wide-region .site-actions{
    grid-template-columns: 1fr;
    gap: 32px;
  }.wide-region .text-method h2{
    font-size: 1.45rem;
  }
}
.wide-region{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.contact-proof{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4rem 1.5rem;
  }
.contact-proof .site-actions{max-width: 1080px;
    margin: 0 auto;}
.contact-proof .quiet-quote{margin-bottom: 2.75rem;}
.contact-proof .quiet-quote h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    letter-spacing: 0.01em;}
.contact-proof .soft-menu{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;}
.contact-proof .featured-figure{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.contact-proof .featured-team h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    line-height: 1.35;}
.contact-proof .featured-team p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.contact-proof .bottom-entries{margin: 3rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.contact-proof .bottom-entries a{text-decoration: underline;
    text-underline-offset: 3px;}
.contact-proof .bottom-entries a:hover{}
@media (min-width: 860px) {.contact-proof{
      padding: 5rem 2rem;
    }.contact-proof .quiet-quote{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
      gap: 2.5rem;
      align-items: start;
      margin-bottom: 3.25rem;
    }.contact-proof .quiet-quote h2{
      font-size: 2rem;
      margin: 0;
    }.contact-proof .featured-figure{
      gap: 2.25rem;
    }.contact-proof .featured-team{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
      gap: 2.5rem;
      align-items: baseline;
    }.contact-proof .featured-team h3{
      margin: 0;
      font-size: 1.2rem;
    }
  }
.contact-proof{
  background: #16222b;
  color: #f4f7f9;
}
.soft-details{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.soft-details .site-actions{max-width: 1080px;
    margin: 0 auto;}
.soft-details .text-method{margin-bottom: 48px;}
.soft-details .text-method h2{margin: 0 0 16px;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.soft-details .text-method p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.soft-details .strong-content{display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 56px;
    align-items: start;}
.soft-details .focused-story h3{margin: 0 0 14px;
    font-size: 1.15rem;
    line-height: 1.3;}
.soft-details .focused-story p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.soft-details .bottom-entries{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 26px;}
.soft-details .featured-details{display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    align-items: start;}
.soft-details .soft-inner{font-size: 0.85rem;
    letter-spacing: 0.08em;
    padding-top: 3px;}
.soft-details .featured-details h4{margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.35;}
.soft-details .featured-details p{margin: 0;
    font-size: 0.94rem;
    line-height: 1.6;}
.soft-details .text-form{margin: 56px 0 0;
    font-size: 0.96rem;
    line-height: 1.65;}
.soft-details .text-form a{text-decoration: underline;
    text-underline-offset: 3px;}
.soft-details .text-form a:hover{}
@media (max-width: 760px) {.soft-details{
      padding: 52px 18px;
    }.soft-details .strong-content{
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
.soft-details{
  background: #16222b;
  color: #f4f7f9;
}
.region{
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 72px 24px;
  }
.region .site-actions{max-width: 1080px;
    margin: 0 auto;}
.region .quiet-quote{margin-bottom: 48px;}
.region h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.region .quiet-quote p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 14px;}
.region .steady-unit{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 36px 40px;
    padding-top: 32px;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.region .bottom-entries h3{font-size: 1rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.region .bottom-entries p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 12px;}
.region .bottom-entries a{display: inline-block;
    color: #0f6f7a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    word-break: break-word;}
.region .bottom-entries a:hover{color: #0b5a63;}
.region .bottom-entries .simple-summary{display: block;
    font-size: 0.85rem;
    color: #2a3a45;
    margin-top: 6px;}
.region .bottom-entries .open-list{font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;}
.region .strong-view{margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.region .strong-view p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 12px;}
.region .strong-view .media-surface a{color: #0f6f7a;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.region .strong-view .media-surface a:hover{color: #0b5a63;}
@media (max-width: 860px) {.region .steady-unit{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.region{
      padding: 52px 18px;
    }.region h2{
      font-size: 1.45rem;
    }.region .steady-unit{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
.region{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.bottom-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4rem 1.25rem 5rem;
  }
.bottom-stack .site-actions{max-width: 780px;
    margin: 0 auto;}
.bottom-stack .primary-block{margin-bottom: 2rem;}
.bottom-stack h2{font-size: clamp(1.6rem, 3.2vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 0.75rem;}
.bottom-stack .contact-track{font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 0 0.9rem;}
.bottom-stack .content-flow{font-size: 0.85rem;
    letter-spacing: 0.02em;
    margin: 0;}
.bottom-stack .clear-story{margin: 0 0 2rem;
    border-radius: 10px;
    overflow: hidden;}
.bottom-stack .clear-story img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;}
.bottom-stack .offer-headline p{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 1.15rem;}
.bottom-stack .offer-headline .quiet-quote{font-size: 1.08rem;
    line-height: 1.65;
    margin-bottom: 1.4rem;}
.bottom-stack .offer-headline h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 2rem 0 0.7rem;}
.bottom-stack .offer-headline .text-form{margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--surface-clear);
    font-size: 0.98rem;}
.bottom-stack .offer-headline a{text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-stack .offer-headline a:hover{}
@media (max-width: 600px) {.bottom-stack{
      padding: 2.75rem 1rem 3.5rem;
    }.bottom-stack .clear-story{
      margin-bottom: 1.5rem;
      border-radius: 8px;
    }
  }
.bottom-stack{
  background: #16222b;
  color: #f4f7f9;
}
.fresh-shell{
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 3.5rem 1.25rem 4rem;
  }
.fresh-shell .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.5rem;}
.fresh-shell .quiet-quote h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.fresh-shell .quiet-quote p{margin: 0 0 0.9rem;
    line-height: 1.65;}
.fresh-shell .quiet-quote p:last-child{margin-bottom: 0;}
.fresh-shell .strong-region{display: grid;
    gap: 1.75rem 2.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));}
.fresh-shell .simple-callout:nth-child(3){grid-column: 1 / -1;}
.fresh-shell .simple-callout h3{font-size: 1.1rem;
    margin: 0 0 0.25rem;
    letter-spacing: 0.01em;}
.fresh-shell .compact-benefit{margin: 0 0 0.6rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f6f7a;}
.fresh-shell .simple-callout p:last-child{margin: 0;
    line-height: 1.6;}
.fresh-shell .soft-menu{
    margin: 0;
    padding: 1.1rem 1.25rem;
    background: #eaf1f4;
    color: #2a3a45;
    border-radius: 10px;
    line-height: 1.6;
  }
.fresh-shell .media-surface{margin: 0;
    font-size: 0.95rem;}
.fresh-shell .media-surface a{color: #0f6f7a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-shell .media-surface a:hover{color: #0b5a63;}
@media (max-width: 720px) {.fresh-shell{
      padding: 2.5rem 1rem 3rem;
    }.fresh-shell .strong-region{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }.fresh-shell .simple-callout:nth-child(3){
      grid-column: auto;
    }
  }
.fresh-shell{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.clear-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px 88px;
  }
.clear-stack .site-actions{max-width: 880px;
    margin: 0 auto;}
.clear-stack h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.clear-stack h3{font-size: 1.05rem;
    line-height: 1.3;
    margin: 40px 0 14px;
    font-weight: 600;}
.clear-stack .quiet-quote{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 8px;}
.clear-stack .fresh-surface{list-style: none;
    padding: 0;
    margin: 0;}
.clear-stack .fresh-surface > li{padding: 18px 0;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.clear-stack .fresh-surface > li:last-child{border-bottom: 1px solid var(--surface-clear, #d3dde3);}
.clear-stack .fresh-surface .q{font-weight: 600;
    margin: 0 0 6px;
    font-size: 1rem;}
.clear-stack .fresh-surface p{margin: 0;
    line-height: 1.6;
    font-size: 0.97rem;}
.clear-stack .fresh-surface p + p{margin-top: 6px;}
.clear-stack .site-actions > p:last-child{margin-top: 4px;
    line-height: 1.65;
    font-size: 0.98rem;}
@media (max-width: 640px) {.clear-stack{
      padding: 48px 18px 64px;
    }.clear-stack h2{
      font-size: 1.35rem;
    }.clear-stack h3{
      margin-top: 32px;
    }
  }
.featured-shell{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px;
  }
.featured-shell .site-actions{max-width: 1080px;
    margin: 0 auto;}
.featured-shell .text-method{margin-bottom: 40px;}
.featured-shell .text-method h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.featured-shell .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    color: #2a3a45;}
.featured-shell .offer-headline{display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 44px;
    align-items: start;}
.featured-shell .contact-entries{margin: 0;}
.featured-shell .contact-entries img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;}
.featured-shell .contact-entries figcaption{margin-top: 12px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #2a3a45;}
.featured-shell .site-inner{display: flex;
    flex-direction: column;
    gap: 26px;}
.featured-shell .soft-menu h3{font-size: 1.08rem;
    margin: 0 0 8px;
    letter-spacing: -0.005em;}
.featured-shell .soft-menu p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.68;
    color: #2a3a45;}
.featured-shell .steady-tile{margin: 44px 0 0;
    font-size: 1rem;
    line-height: 1.65;
    padding-top: 22px;
    border-top: 1px solid var(--surface-clear);}
@media (max-width: 780px) {.featured-shell{
      padding: 44px 18px;
    }.featured-shell .text-method h2{
      font-size: 1.5rem;
    }.featured-shell .offer-headline{
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }
.featured-shell{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.region{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.region .site-actions{max-width: 880px;
    margin: 0 auto;}
.region h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.region .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.region .site-callout{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 28px;}
.region .site-callout li{padding: 0 0 24px;
    border-bottom: 1px solid var(--surface-clear, #d3dde3);}
.region .site-callout li:last-child{border-bottom: none;
    padding-bottom: 0;}
.region .site-callout h3{font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 600;}
.region .site-callout p{margin: 0 0 8px;
    line-height: 1.6;
    font-size: 0.98rem;}
.region .site-callout p:last-child{margin-bottom: 0;}
.region .bottom-entries a{text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.region .bottom-entries a:hover{}
.region .soft-menu{
    margin: 40px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;
    background: #eaf1f4;
    color: #2a3a45;
    padding: 20px 22px;
    border-radius: 6px;
  }
.region .soft-menu a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.region .soft-menu a:hover{}
@media (min-width: 760px) {.region{
      padding: 96px 40px;
    }.region .site-callout{
      grid-template-columns: 1fr 1fr;
      gap: 36px 48px;
    }.region .site-callout li:nth-last-child(2){
      border-bottom: none;
      padding-bottom: 0;
    }.region .site-callout li:last-child{
      grid-column: 1 / -1;
    }
  }
.bottom-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 3.5rem 1.25rem 4rem;
  }
.bottom-stack .site-actions{max-width: 780px;
    margin: 0 auto;}
.bottom-stack .compact-content{margin-bottom: 1.75rem;}
.bottom-stack .media-unit{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 0.75rem;}
.bottom-stack h1{font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 0.6rem;
    font-weight: 700;}
.bottom-stack .site-frame{font-size: 1.05rem;
    margin: 0;}
.bottom-stack .visual-form{
    margin: 0 0 1.75rem;
    border-radius: 8px;
    overflow: hidden;
    background: #eaf1f4;color:#2a3a45;}
.bottom-stack .visual-form img{display: block;
    width: 100%;
    height: auto;}
.bottom-stack .top-visual p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.1rem;}
.bottom-stack .top-visual p:last-child{margin-bottom: 0;}
.bottom-stack .offer-unit{margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--surface-clear);}
.bottom-stack .public-section{font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;}
.bottom-stack .public-section a{text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-stack .public-section a:hover{}
@media (max-width: 520px) {.bottom-stack{
      padding: 2.5rem 1rem 3rem;
    }.bottom-stack .top-visual p{
      font-size: 1rem;
    }
  }
.fresh-shell{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.fresh-shell .site-actions{max-width: 1080px;
    margin: 0 auto;}
.fresh-shell .quiet-quote h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.fresh-shell .quiet-quote p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 44px;
    color: #2a3a45;}
.fresh-shell .strong-region{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 48px;}
.fresh-shell .simple-grid h3{font-size: 1.12rem;
    margin: 0 0 4px;
    font-weight: 600;}
.fresh-shell .simple-grid .compact-benefit{font-size: 0.86rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f6f7a;
    margin: 0 0 12px;}
.fresh-shell .simple-grid p:last-child{font-size: 0.97rem;
    line-height: 1.62;
    margin: 0;
    color: var(--surface-inverse);}
.fresh-shell .steady-tile{margin: 52px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #2a3a45;}
@media (max-width: 720px) {.fresh-shell{
      padding: 52px 18px;
    }.fresh-shell .quiet-quote h2{
      font-size: 1.45rem;
    }.fresh-shell .strong-region{
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }
.clear-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 56px 20px;
  }
.clear-stack .site-actions{max-width: 780px;
    margin: 0 auto;}
.clear-stack h2{font-size: 1.5rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.clear-stack p{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.clear-stack .quiet-quote{font-size: 1.08rem;}
.clear-stack .soft-menu{
    background: #eaf1f4;
    color: #2a3a45;
    padding: 16px 18px;
    border-radius: 6px;
    margin: 24px 0 20px;
  }
.clear-stack .media-surface{margin: 0;}
.clear-stack .media-surface a{text-decoration: underline;
    text-underline-offset: 3px;}
.clear-stack .media-surface a:hover{}
@media (max-width: 560px) {.clear-stack{
      padding: 40px 16px;
    }.clear-stack h2{
      font-size: 1.3rem;
    }
  }
.featured-shell{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px 72px;
  }
.featured-shell .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 40px;}
.featured-shell .text-method h2{margin: 0 0 12px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.featured-shell .text-method p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #2a3a45;}
.featured-shell .contact-entries{margin: 0;
    display: grid;
    gap: 10px;}
.featured-shell .contact-entries img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    background: #eaf1f4;color:#2a3a45;}
.featured-shell .contact-entries figcaption{font-size: 0.9rem;
    line-height: 1.5;
    color: #2a3a45;}
.featured-shell .narrow-headline{display: grid;
    gap: 32px;}
.featured-shell .contact-method h3{margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.3;}
.featured-shell .contact-method p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #2a3a45;}
.featured-shell .soft-menu{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #2a3a45;}
.featured-shell .soft-menu a{color: #0f6f7a;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (min-width: 780px) {.featured-shell{
      padding: 80px 40px 96px;
    }.featured-shell .site-actions{
      grid-template-columns: 1.1fr 0.9fr;
      grid-template-areas:
        "intro shot"
        "rows  shot"
        "note  shot";
      column-gap: 56px;
      row-gap: 36px;
      align-items: start;
    }.featured-shell .text-method{ grid-area: intro; }.featured-shell .contact-entries{ grid-area: shot; }.featured-shell .narrow-headline{ grid-area: rows; }.featured-shell .soft-menu{ grid-area: note; }.featured-shell .narrow-headline{
      gap: 28px;
    }
  }
.region{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 56px 24px;
  }
.region .site-actions{max-width: 760px;
    margin: 0 auto;}
.region h2{font-size: 1.55rem;
    line-height: 1.3;
    margin: 0 0 20px;
    font-weight: 600;}
.region .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 18px;}
.region p{line-height: 1.7;
    margin: 0 0 18px;}
.region .bottom-entries{margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--surface-clear, #d3dde3);
    font-size: 0.97rem;}
.region .bottom-entries a{text-decoration: underline;
    text-underline-offset: 3px;}
.region .bottom-entries a:hover{}
@media (max-width: 560px) {.region{
      padding: 40px 18px;
    }.region h2{
      font-size: 1.3rem;
    }
  }
.bottom-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4rem 1.5rem 4.5rem;
  }
.bottom-stack .site-actions{max-width: 780px;
    margin: 0 auto;}
.bottom-stack .compact-content h2{margin: 0 0 0.6rem;
    font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.bottom-stack .contact-track{margin: 0 0 1.4rem;
    font-size: 1.05rem;
    line-height: 1.45;}
.bottom-stack .bottom-rail{margin: 0 0 2rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.bottom-stack .primary-body{margin: 0 0 2.4rem;}
.bottom-stack .primary-body img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;}
.bottom-stack .public-list p{margin: 0 0 1.35rem;
    font-size: 1.02rem;
    line-height: 1.7;}
.bottom-stack .public-list p:last-child{margin-bottom: 0;}
.bottom-stack .offer-unit{margin-top: 2.8rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.bottom-stack .media-surface{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.bottom-stack .media-surface a{text-decoration: underline;
    text-underline-offset: 3px;}
.bottom-stack .media-surface a:hover{}
@media (max-width: 560px) {.bottom-stack{
      padding: 2.6rem 1.1rem 3rem;
    }.bottom-stack .public-list p{
      font-size: 0.98rem;
    }
  }
.fresh-shell{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.5rem;
  }
.fresh-shell .site-actions{max-width: 1080px;
    margin: 0 auto;}
.fresh-shell h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.fresh-shell .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    color: #2a3a45;}
.fresh-shell .simple-panel{display: grid;
    grid-template-columns: 1.1fr 0.95fr 1fr;
    gap: 2.5rem 3rem;
    align-items: start;}
.fresh-shell .simple-callout h3{font-size: 1.15rem;
    margin: 0 0 0.35rem;
    letter-spacing: 0.01em;}
.fresh-shell .simple-callout .compact-benefit{font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #0f6f7a;
    margin: 0 0 0.9rem;}
.fresh-shell .simple-callout p{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0;
    color: #2a3a45;}
.fresh-shell .steady-tile{margin: 3.5rem 0 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #2a3a45;}
.fresh-shell .steady-tile a{color: #0f6f7a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-shell .steady-tile a:hover{color: #0b5a63;}
@media (max-width: 900px) {.fresh-shell .simple-panel{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 620px) {.fresh-shell{
      padding: 3rem 1.25rem;
    }.fresh-shell h2{
      font-size: 1.5rem;
    }.fresh-shell .simple-panel{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.clear-stack{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.5rem;
  }
.clear-stack .site-actions{max-width: 1080px;
    margin: 0 auto;}
.clear-stack h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;}
.clear-stack .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.6rem;}
.clear-stack .site-inner{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 3rem;}
.clear-stack .soft-menu h3{font-size: 1.02rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;}
.clear-stack .soft-menu p{font-size: 0.97rem;
    line-height: 1.65;
    margin: 0;}
.clear-stack .steady-tile{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.clear-stack .steady-tile a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 720px) {.clear-stack{
      padding: 3rem 1.15rem;
    }.clear-stack .site-inner{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }
  }
.featured-shell{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.featured-shell .site-actions{max-width: 1120px;
    margin: 0 auto;}
.featured-shell .text-method{margin-bottom: 48px;}
.featured-shell .text-method h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.featured-shell .quiet-quote{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #2a3a45;}
.featured-shell .fresh-flow{display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 36px;}
.featured-shell .clear-shell{display: flex;
    flex-direction: column;
    gap: 18px;}
.featured-shell .contact-entries{
    display: block;
    overflow: hidden;
    border-radius: 6px;
    background: #eaf1f4;color:#2a3a45;}
.featured-shell .contact-entries img{display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;}
.featured-shell .soft-menu h3{margin: 0 0 10px;
    font-size: 1.1rem;
    line-height: 1.35;}
.featured-shell .soft-menu p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #2a3a45;}
@media (max-width: 720px) {.featured-shell{
      padding: 48px 18px;
    }.featured-shell .fresh-flow{
      grid-template-columns: 1fr;
      gap: 32px;
    }.featured-shell .contact-entries img{
      height: 220px;
    }
  }
.region{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 24px;
  }
.region .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;}
.region .quiet-quote h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.region .quiet-quote p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.region .steady-unit{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 32px;}
.region .bottom-entries h3{font-size: 1.05rem;
    margin: 0 0 10px;
    font-weight: 600;}
.region .bottom-entries p{margin: 0 0 12px;
    font-size: 0.96rem;
    line-height: 1.6;}
.region .bottom-entries .text-intro{margin: 0;
    font-size: 0.98rem;}
.region a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.region a:hover{}
.region .soft-menu{
    background: #eaf1f4;
    color: #2a3a45;
    padding: 28px 32px;
    border-radius: 10px;
  }
.region .soft-menu h3{font-size: 1.05rem;
    margin: 0 0 12px;
    font-weight: 600;}
.region .soft-menu p{margin: 0 0 14px;
    font-size: 0.96rem;
    line-height: 1.65;}
.region .soft-menu p:last-child{margin-bottom: 0;}
.region .soft-menu .text-form{font-size: 0.94rem;}
@media (max-width: 860px) {.region .steady-unit{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.region{
      padding: 44px 18px;
    }.region .steady-unit{
      grid-template-columns: 1fr;
      gap: 26px;
    }.region .quiet-quote h2{
      font-size: 1.4rem;
    }.region .soft-menu{
      padding: 22px 20px;
    }
  }
.soft-brand{
    background: var(--ink-light, #f7fafb);
    color: var(--surface-inverse, #16222b);
    padding: 72px 24px;
  }
.soft-brand .site-actions{max-width: 1080px;
    margin: 0 auto;}
.soft-brand .text-method{margin-bottom: 48px;}
.soft-brand h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: 0.01em;}
.soft-brand .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.soft-brand .featured-block{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 56px;
    align-items: start;}
.soft-brand h3{font-size: 1.15rem;
    margin: 0 0 18px;
    letter-spacing: 0.02em;}
.soft-brand .media-figure{margin: 0 0 22px;
    display: grid;
    grid-template-columns: 140px 1fr;
    row-gap: 12px;
    column-gap: 18px;}
.soft-brand .media-figure dt{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #2a3a45;
    padding-top: 3px;}
.soft-brand .media-figure dd{margin: 0;
    line-height: 1.55;}
.soft-brand .media-figure a{color: #0f6f7a;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.soft-brand .media-figure a:hover{color: #0b5a63;}
.soft-brand .bottom-entries p{line-height: 1.65;
    margin: 0 0 18px;}
.soft-brand .strong-content{list-style: none;
    padding: 0;
    margin: 0 0 20px;}
.soft-brand .strong-content li{padding: 12px 0 12px 34px;
    position: relative;
    line-height: 1.55;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.soft-brand .strong-content li:last-child{border-bottom: 1px solid var(--surface-clear, #d3dde3);}
.soft-brand .strong-content li::before{
    content: counter(step);
    counter-increment: step;
    position: absolute;
    left: 0;
    top: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--paint-accent, #2f4a5c);
    color: var(--tone-deep, #f4f7f9);
    font-size: 0.72rem;
    font-weight: 600;
  }
.soft-brand .strong-content{counter-reset: step;}
.soft-brand .soft-menu{font-size: 0.92rem;
    line-height: 1.6;
    color: #2a3a45;
    margin: 0;}
@media (max-width: 780px) {.soft-brand{
      padding: 52px 20px;
    }.soft-brand .featured-block{
      grid-template-columns: 1fr;
      gap: 40px;
    }.soft-brand .media-figure{
      grid-template-columns: 1fr;
      row-gap: 4px;
    }.soft-brand .media-figure dd{
      margin-bottom: 10px;
    }
  }
.soft-brand{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.fields{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 20px;
  }
.fields .site-actions{max-width: 720px;
    margin: 0 auto;}
.fields h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.fields .quiet-quote{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 40px;}
.fields .narrow-headline{display: flex;
    flex-direction: column;
    gap: 26px;}
.fields .clear-flow h3{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 6px;
    font-weight: 600;}
.fields .clear-flow p{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.fields .clear-flow a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.fields .clear-flow a:hover{}
.fields .soft-menu{margin: 48px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    padding-top: 22px;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
@media (max-width: 600px) {.fields{
      padding: 52px 18px;
    }.fields h2{
      font-size: 1.4rem;
    }.fields .quiet-quote{
      margin-bottom: 32px;
    }.fields .narrow-headline{
      gap: 22px;
    }
  }
.public-details{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px;
  }
.public-details .site-actions{max-width: 720px;
    margin: 0 auto;}
.public-details h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;}
.public-details p{margin: 0 0 18px;
    line-height: 1.6;}
.public-details form{margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 18px;}
.public-details .offer-menu{display: flex;
    flex-direction: column;
    gap: 6px;}
.public-details label{font-size: 0.95rem;
    letter-spacing: 0.01em;}
.public-details input,
  .public-details select,
  .public-details textarea{
    font: inherit;
    color: var(--surface-inverse);
    background: #ffffff;
    border: 1px solid var(--surface-clear);
    border-radius: 6px;
    padding: 11px 13px;
    width: 100%;
    box-sizing: border-box;
  }
.public-details textarea{resize: vertical;
    min-height: 120px;}
.public-details input:focus,
  .public-details select:focus,
  .public-details textarea:focus{outline: 2px solid #0f6f7a;
    outline-offset: 1px;}
.public-details button{
    align-self: flex-start;
    font: inherit;
    background: #0f6f7a;
    color: #f2fbfc;
    border: none;
    border-radius: 6px;
    padding: 12px 26px;
    cursor: pointer;
  }
.public-details button:hover{
    background: #0b5a63;color:#16222b;}
.public-details .soft-menu{margin-top: 22px;
    font-size: 0.95rem;
    color: #2a3a45;}
.public-details .soft-menu a{color: #0f6f7a;
    text-decoration: underline;}
@media (max-width: 560px) {.public-details{
      padding: 52px 18px;
    }.public-details h2{
      font-size: 1.45rem;
    }.public-details button{
      align-self: stretch;
      text-align: center;
    }
  }
.public-details{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.fields{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4.5rem 1.5rem;
  }
.fields .site-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    column-gap: 4rem;
    row-gap: 2.5rem;
    align-items: start;}
.fields .text-method{grid-column: 1 / -1;}
.fields h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.fields .text-method p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.fields .site-surface{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.fields .contact-method h3{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 0.35rem;
    color: #2a3a45;}
.fields .contact-method p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;}
.fields .contact-method a{color: #0f6f7a;
    text-decoration: none;
    border-bottom: 1px solid rgba(15, 111, 122, 0.35);
    padding-bottom: 1px;}
.fields .contact-method a:hover{color: #0b5a63;
    border-bottom-color: #0b5a63;}
.fields .wide-nav{
    background: #eaf1f4;
    color: #2a3a45;
    padding: 1.8rem 1.9rem;
    border-radius: 10px;
  }
.fields .wide-nav h3{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 0.6rem;}
.fields .wide-nav p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 760px) {.fields{
      padding: 3rem 1.2rem;
    }.fields .site-actions{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 2rem;
    }
  }
.fields{
  background: var(--ink-light);
  color: var(--surface-inverse);
}
.main-body{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px 88px;
  }
.main-body .site-actions{max-width: 760px;
    margin: 0 auto;}
.main-body h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.main-body .quiet-quote{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.main-body .contact-method{margin: 0 0 34px;}
.main-body .contact-method h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 12px;}
.main-body .contact-method p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.main-body .contact-method a{text-decoration: underline;
    text-underline-offset: 3px;}
.main-body .contact-method a:hover{}
.main-body .soft-menu{font-size: 0.92rem;
    line-height: 1.6;
    margin: 48px 0 0;
    padding-top: 20px;
    border-top: 1px solid var(--surface-clear);}
@media (max-width: 640px) {.main-body{
      padding: 52px 18px 64px;
    }.main-body h2{
      font-size: 1.55rem;
    }.main-body .quiet-quote{
      margin-bottom: 34px;
    }.main-body .contact-method{
      margin-bottom: 28px;
    }
  }
.main-body{
  background: #16222b;
  color: #f4f7f9;
}
.offer-track{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 64px 20px 72px;
  }
.offer-track .site-actions{max-width: 1080px;
    margin: 0 auto;}
.offer-track .text-method{margin-bottom: 40px;}
.offer-track h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: 0.01em;}
.offer-track .quiet-quote{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.offer-track .site-inner{display: flex;
    flex-direction: column;
    gap: 28px;}
.offer-track .soft-menu{
    background: #ffffff;
    color: #16222b;
    border: 1px solid var(--surface-clear);
    border-radius: 10px;
    padding: 22px 24px;
  }
.offer-track .soft-menu h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.offer-track .soft-menu p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.68;}
.offer-track .soft-menu a{text-decoration: underline;
    text-underline-offset: 2px;}
.offer-track .soft-menu a:hover{}
@media (min-width: 760px) {.offer-track{
      padding: 80px 32px 96px;
    }.offer-track h2{
      font-size: 2.05rem;
    }.offer-track .text-method{
      margin-bottom: 48px;
    }.offer-track .site-inner{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px 32px;
    }.offer-track .soft-menu{
      padding: 24px 26px;
    }
  }
@media (min-width: 1080px) {.offer-track .text-method{
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 40px;
      align-items: end;
    }.offer-track h2{
      margin: 0;
    }.offer-track .quiet-quote{
      margin: 0;
    }
  }
.offer-track{
  background: #16222b;
  color: #f4f7f9;
}
.visual-frame{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 72px 24px 88px;
  }
.visual-frame .site-actions{max-width: 720px;
    margin: 0 auto;}
.visual-frame h2{margin: 0 0 20px;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;}
.visual-frame p{margin: 0 0 18px;
    font-size: 1.02rem;
    line-height: 1.65;}
.visual-frame .bottom-entries{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
    margin: 28px 0 22px;}
.visual-frame .bottom-entries a{text-decoration: none;}
.visual-frame .bottom-entries .focused-copy{
    display: inline-block;
    background: #0f6f7a;
    color: #f2fbfc;
    padding: 14px 26px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: background 0.2s ease;
  }
.visual-frame .bottom-entries .focused-copy:hover{
    background: #0b5a63;color:#16222b;}
.visual-frame .bottom-entries .media-surface{color: #2f4a5c;
    font-size: 0.98rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.visual-frame .bottom-entries .media-surface:hover{color: #0b5a63;}
.visual-frame .soft-menu{margin: 0;
    font-size: 0.95rem;
    color: #2a3a45;}
@media (max-width: 560px) {.visual-frame{
      padding: 52px 18px 64px;
    }.visual-frame h2{
      font-size: 1.45rem;
    }.visual-frame .bottom-entries{
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
    }.visual-frame .bottom-entries .focused-copy{
      width: 100%;
      text-align: center;
    }
  }
.media-nav{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 4rem 1.5rem;
  }
.media-nav .site-actions{max-width: 780px;
    margin: 0 auto;}
.media-nav h2{margin: 0 0 1.25rem;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: 0.01em;}
.media-nav .quiet-quote{margin: 0 0 2rem;
    font-size: 1.05rem;
    line-height: 1.7;}
.media-nav .strong-content{margin: 0 0 2rem;
    padding: 0;
    list-style: none;}
.media-nav .strong-content li{padding: 0.9rem 0;
    line-height: 1.65;
    border-top: 1px solid var(--surface-clear, #d3dde3);}
.media-nav .strong-content li:last-child{border-bottom: 1px solid var(--surface-clear, #d3dde3);}
.media-nav .soft-menu{
    margin: 0 0 2rem;
    padding: 1.1rem 1.3rem;
    background: #eaf1f4;
    color: #2a3a45;
    border-radius: 10px;
    line-height: 1.65;
  }
.media-nav .bottom-entries{margin: 0;
    line-height: 1.7;}
.media-nav .bottom-entries a{text-decoration: underline;
    text-underline-offset: 3px;}
.media-nav .bottom-entries a:hover{}
@media (max-width: 600px) {.media-nav{
      padding: 2.75rem 1.15rem;
    }.media-nav .quiet-quote{
      font-size: 1rem;
    }
  }
.media-nav{
  background: #16222b;
  color: #f4f7f9;
}
.404{
    background: var(--ink-light);
    color: var(--surface-inverse);
    padding: 5rem 1.5rem 5.5rem;
  }
.404 .site-actions{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    column-gap: 4rem;
    row-gap: 1.75rem;
    align-items: start;
  }
.404 h1{
    grid-column: 1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
  }
.404 .quiet-quote{
    grid-column: 1;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
  }
.404 .soft-menu{
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    padding-top: 0.35rem;
    font-size: 0.98rem;
    line-height: 1.6;
  }
.404 .bottom-entries{
    grid-column: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 0.5rem;
  }
.404 .bottom-entries a{
    text-decoration: none;
    font-size: 0.98rem;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    transition: color 0.15s ease;
  }
.404 .bottom-entries a:hover,
  .404 .bottom-entries a:focus-visible{
  }
@media (max-width: 760px) {.404{
      padding: 3.5rem 1.25rem 4rem;
    }.404 .site-actions{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 1.5rem;
    }.404 .soft-menu{
      grid-column: 1;
      grid-row: auto;
      padding-top: 0;
    }
  }
.404{
  background: #16222b;
  color: #f4f7f9;
}
