:root {
  --ink-clear: #efe6d7;
  --surface-dark: #3f3226;
  --ease-hover: ease;
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.site-lead {
    width: 100%;
    background: #f7f1e7;
    color: #2e2118;
    border-bottom: 1px solid #e0d2bd;
    position: relative;
    z-index: 10;
  }
.offer-details {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1.5rem 1.96rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.84rem;
  }
.main-benefit {
    font-size: calc(16px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #2e2118;
    text-decoration: none;
    padding: 0 1.96rem;
    white-space: nowrap;
  }
.main-benefit:hover {
    color: #b8763f;
  }
.nav-group {
    display: flex;
    align-items: center;
  }
.nav-left {
    justify-content: flex-start;
  }
.nav-right {
    justify-content: flex-end;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.84rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16px;
    color: #2e2118;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 440ms var(--ease-hover),
                border-color 440ms var(--ease-hover);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #b8763f;
    border-bottom-color: #b8763f;
    outline: none;
  }
.bottom-header {
    display: none;
    grid-column: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: var(--ink-clear);
    color: var(--surface-dark);
    border: 1px solid #e0d2bd;
    border-radius: 0.7rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.offer-items{
    display: block;
    height: 2px;
    width: 100%;
    background: var(--surface-dark);
    border-radius: 0.4rem;
    transition: transform 440ms var(--ease-hover),
                opacity 440ms var(--ease-hover);color:#2e2118;}
.bottom-header[aria-expanded="true"] .offer-items:nth-child(1){transform: translateY(9px) rotate(45deg);}
.bottom-header[aria-expanded="true"] .offer-items:nth-child(2){opacity: 0;}
.bottom-header[aria-expanded="true"] .offer-items:nth-child(3){transform: translateY(-9px) rotate(-45deg);}
.compact-details {
    display: none;
  }
@media (max-width: 767px) {
    .offer-details {
      grid-template-columns: 1fr auto;
      padding: 1.5rem 1.96rem;
    }

    .nav-group {
      display: none;
    }

    .main-benefit {
      grid-column: 1;
      padding: 0;
    }

    .bottom-header {
      display: flex;
    }

    .compact-details {
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #f7f1e7;
      color: #2e2118;
      border-bottom: 1px solid #e0d2bd;
      box-shadow: 0 5px 12px rgba(0,0,0,0.05);
      padding: calc(0.84rem * 1.5) 1.96rem;
    }

    .compact-details[hidden] {
      display: none;
    }

    .active-callout {
      max-width: 1080px;
      margin: 0 auto;
    }

    .narrow-flow {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: calc(0.84rem * 1.5);
    }

    .team-links {
      display: block;
      padding: calc(1.5rem * .75) calc(0.84rem * 1.5);
      font-size: calc(16px * 1.125);
      color: #2e2118;
      text-decoration: none;
      background: var(--ink-clear);
      color: var(--surface-dark);
      border-radius: 0.96rem;
      transition: background 440ms var(--ease-hover);
    }

    .team-links:hover,
    .team-links:focus-visible {
      background: #b8763f;
      color: #fdf7ee;
      outline: none;
    }
  }
.visual-links{font-family:"Libre Baskerville", sans-serif;font-size:16px;line-height:1.78;padding:calc(1.5rem * 2.4) 1.96rem;background:#2e2118;color:#f7f1e7;}
.visual-links *{border-radius:0}
.offer-headline{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.84rem * 1.5)}
.open-copy{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:calc(0.84rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.team-track{font-size:calc(16px * 1.35);line-height:1.25;margin:0;font-weight:600;letter-spacing:0.005em}
.public-menu{margin:0;max-width:62ch;font-size:16px;opacity:0.88}
.service-intro{display:flex;flex-direction:column;gap:1.5rem;max-width:520px}
.quiet-visual{font-size:calc(16px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.75}
.content-proof{display:flex;flex-wrap:wrap;gap:0.84rem}
.bottom-wrap{flex:1 1 220px;min-width:0;padding:0.75rem 1rem;font-family:inherit;font-size:16px;color:#f7f1e7;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.bottom-wrap::placeholder{opacity:0.85}
.bottom-wrap:focus{border-color:#b8763f;box-shadow:#b8763f}
.text-details{padding:0.75rem 1.4rem;font-family:inherit;font-size:16px;font-weight:600;color:#fbf6ee;background:#8a5a3b;border:1px solid #8a5a3b;border-radius:0;cursor:pointer;transition:background 440ms var(--ease-hover), color 440ms var(--ease-hover)}
.text-details:hover,
  .text-details:focus-visible{background:#6f4629;border-color:#6f4629;color:#2e2118;}
.secondary-content{margin:0;font-size:calc(16px * .875);opacity:0.72;max-width:60ch}
.plain-callout{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(0.84rem * 1.5)}
.featured-tile{display:flex;flex-direction:column;gap:1.5rem}
.direct-form{margin:0;font-size:calc(16px * .875);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;opacity:0.7}
.open-region{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.open-region a{color:inherit;text-decoration:none;font-size:16px;border-bottom:1px solid transparent;transition:border-color 440ms var(--ease-hover), opacity 440ms var(--ease-hover)}
.open-region a:hover,
  .open-region a:focus-visible{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.active-feature{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(0.84rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.open-visual{margin:0;font-size:calc(16px * .875);letter-spacing:0.08em;text-transform:uppercase;font-weight:600;opacity:0.7}
.active-items{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:0.84rem}
.primary-panel{display:flex;flex-direction:column;gap:0.25rem}
.top-unit{font-size:calc(16px * .875);opacity:0.7;letter-spacing:0.03em}
.wide-lead{font-size:16px;line-height:1.45}
.visual-frame{color:inherit;text-decoration:none;font-size:16px;border-bottom:1px solid transparent;transition:border-color 440ms var(--ease-hover)}
.visual-frame:hover,
  .visual-frame:focus-visible{border-bottom-color:currentColor}
.plain-proof{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0.84rem;padding-top:calc(0.84rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);font-size:calc(16px * .875)}
.contact-menu{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.contact-menu a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 440ms var(--ease-hover)}
.contact-menu a:hover,
  .contact-menu a:focus-visible{border-bottom-color:currentColor;color:inherit}
.narrow-steps{opacity:0.5}
.direct-details{margin:0;opacity:0.75}
.page-shell{margin:0;font-size:calc(16px * .875);line-height:1.5;opacity:0.72;max-width:80ch}
@media (max-width: 860px) {.plain-callout{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.visual-links{padding:calc(0.84rem * 1.5) 1.96rem;background:#2e2118;color:#f7f1e7;}.plain-callout{grid-template-columns:1fr}.content-proof{flex-direction:column}.text-details{width:100%}.plain-proof{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    top: calc(1.5rem * 2.4);
    right: 1.96rem;
    z-index: 9999;
    width: min(22rem, calc(100vw - 1.96rem * 2));
    background: #fbf6ee;
    color: #2e2118;
    border: 1px solid #e0d2bd;
    border-radius: 0.96rem;
    box-shadow: 0 5px 12px rgba(0,0,0,0.05);
    padding: calc(1.5rem * .75);
    font-family: "Libre Baskerville", sans-serif;
    font-size: calc(16px * .875);
    line-height: 1.78;
  }
.cookies .fresh-track{display: flex;
    flex-direction: column;
    gap: 0.84rem;}
.cookies .soft-summary{margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.78;}
.cookies .quiet-area{margin: 0;
    font-size: calc(16px * .875);}
.cookies .quiet-area a{color: #8a5a3b;
    text-decoration: underline;}
.cookies .quiet-area a:hover{color:inherit;}
.cookies .offer-proof{display: flex;
    flex-wrap: wrap;
    gap: 0.84rem;
    margin-top: calc(0.84rem * 1.5);}
.cookies .offer-proof button {
    flex: 1 1 auto;
    min-width: 6rem;
    padding: 0.5rem 0.75rem;
    font-family: inherit;
    font-size: calc(16px * .875);
    line-height: 1.78;
    border-radius: 0.4rem;
    border: 1px solid #e0d2bd;
    background: transparent;
    color: #2e2118;
    cursor: pointer;
    transition: background 440ms var(--ease-hover);
  }
.cookies .offer-proof button:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#2e2118;}
.cookies .cookie-accept {
    background: #8a5a3b;
    color: #fbf6ee;
    border-color: #8a5a3b;
  }
.cookies .cookie-accept:hover{
    background: #6f4629;
    border-color: #6f4629;color:#2e2118;}
.cookies.is-hidden{display: none;}
@media (max-width: 480px) {
    .cookies {
      right: calc(0.84rem * 1.5);
      left: calc(0.84rem * 1.5);
      width: auto;
    }
  }
.offer-note{
    background: var(--line-strong, linear-gradient(135deg, #f7f1e7 0%, #efe0c9 55%, #e3cdae 100%));
    color: #2e2118;
    padding: 72px 24px 84px;
  }
.offer-note .steady-note{max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;}
.offer-note .quiet-area{display: flex;
    flex-direction: column;
    gap: 20px;}
.offer-note h1{font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
    margin: 0;
    font-weight: 400;}
.offer-note .soft-feature{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;}
.offer-note .steady-content{font-size: 1rem;
    line-height: 1.6;
    margin: 0;}
.offer-note .text-content{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
    margin-top: 8px;}
.offer-note .go{
    display: inline-block;
    background: #8a5a3b;
    color: #fbf6ee;
    padding: 13px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.98rem;
    transition: background 0.2s ease;
  }
.offer-note .go:hover{
    background: #6f4629;color:#2e2118;}
.offer-note .focused-surface{color: inherit;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(46, 33, 24, 0.35);
    padding-bottom: 2px;}
.offer-note .focused-surface:hover{border-bottom-color: rgba(46, 33, 24, 0.85);}
.offer-note .clear-grid{margin: 0;
    border-radius: 18px;
    overflow: hidden;}
.offer-note .clear-grid img{display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;}
@media (max-width: 860px) {.offer-note{
      padding: 52px 20px 64px;
    }.offer-note .steady-note{
      grid-template-columns: 1fr;
      gap: 32px;
    }.offer-note .clear-grid img{
      aspect-ratio: 4 / 3;
    }
  }
.offer-note{
  background: #2e2118;
  color: #f7f1e7;
}
.open-view{position:relative;overflow:hidden;isolation:isolate;}
.open-view>*{position:relative;z-index:1;}
.open-view::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--ease-hover) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.open-view::before,.open-view::after{animation:none!important;}}
.strong-story{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.strong-story .steady-note{max-width: 880px;
    margin: 0 auto;}
.strong-story h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.strong-story .soft-feature{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;}
.strong-story .direct-section{display: flex;
    flex-direction: column;
    gap: 28px;}
.strong-story .site-items{padding-bottom: 24px;
    border-bottom: 1px solid #e0d2bd;}
.strong-story .site-items:last-child{border-bottom: none;
    padding-bottom: 0;}
.strong-story .site-items h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.strong-story .site-items p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.strong-story .text-content{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.strong-story .text-content a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.strong-story .text-content a:hover{color:inherit;}
@media (max-width: 640px) {.strong-story{
      padding: 48px 18px;
    }.strong-story h2{
      font-size: 1.45rem;
    }.strong-story .soft-feature{
      font-size: 1rem;
      margin-bottom: 32px;
    }.strong-story .direct-section{
      gap: 22px;
    }
  }
.strong-story{
  background: #f7f1e7;
  color: #2e2118;
}
.compact-brand{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.compact-brand .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem 4rem;
    align-items: start;}
.compact-brand .quiet-service h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 400;}
.compact-brand .quiet-service p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.compact-brand .main{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.compact-brand .clear-benefit h3{margin: 0 0 0.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 400;
    opacity: 0.75;}
.compact-brand .clear-benefit p{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.compact-brand .clear-benefit a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.compact-brand .clear-benefit a:hover{}
.compact-brand .steady-content{grid-column: 1 / -1;
    margin: 0;
    padding-top: 2rem;
    font-size: 0.98rem;
    line-height: 1.7;
    opacity: 0.88;}
@media (max-width: 760px) {.compact-brand{
      padding: 3rem 1.25rem;
    }.compact-brand .steady-note{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.compact-brand .steady-content{
      padding-top: 1.5rem;
    }
  }
.compact-brand{
  background: #2e2118;
  color: #f7f1e7;
}
.public-links{
    --tone-page: #fbf6ee;
    --font-large: #e0d2bd;
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.public-links .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas:
      "intro media"
      "points points"
      "route route";
    column-gap: 48px;
    row-gap: 40px;
    align-items: start;}
.public-links .quiet-service{grid-area: intro;}
.public-links .quiet-service h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.public-links .soft-feature{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.public-links .secondary-stack{grid-area: media;
    width: 100%;
    height: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 14px;
    display: block;}
.public-links .quiet-rail{grid-area: points;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 28px;}
.public-links .quiet-rail li{padding-top: 22px;
    border-top: 1px solid var(--font-large);}
.public-links .quiet-rail li:first-child,
  .public-links .quiet-rail li:nth-child(2){padding-top: 0;
    border-top: 0;}
.public-links .quiet-rail h3{font-size: 1.05rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.public-links .quiet-rail p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;}
.public-links .text-content{grid-area: route;
    margin: 4px 0 0;
    font-size: 0.96rem;
    line-height: 1.6;}
.public-links .text-content a{color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.public-links .text-content a:hover{color:inherit;}
@media (max-width: 820px) {.public-links{
      padding: 56px 20px;
    }.public-links .steady-note{
      grid-template-columns: 1fr;
      grid-template-areas:
        "intro"
        "media"
        "points"
        "route";
      row-gap: 32px;
    }.public-links .secondary-stack{
      max-height: 260px;
    }.public-links .quiet-rail{
      grid-template-columns: 1fr;
      row-gap: 24px;
    }.public-links .quiet-rail li:nth-child(2){
      padding-top: 22px;
      border-top: 1px solid var(--font-large);
    }
  }
.public-links{
  background: #f7f1e7;
  color: #2e2118;
}
.service-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.service-wrap .steady-note{max-width: 1080px;
    margin: 0 auto;}
.service-wrap h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.service-wrap .soft-feature{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 2.6rem;}
.service-wrap .clear-lead{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2.5rem;
    margin-bottom: 2.6rem;}
.service-wrap .text-content h3{font-size: 1.05rem;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.service-wrap .text-content p{font-size: 0.95rem;
    line-height: 1.65;
    margin: 0 0 0.7rem;}
.service-wrap .text-content a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    font-size: 0.95rem;}
.service-wrap .text-content a:hover{}
.service-wrap .steady-content{font-size: 0.95rem;
    line-height: 1.7;
    margin: 0 0 1.4rem;
    max-width: none;}
.service-wrap .focused-surface{font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;}
.service-wrap .focused-surface a{text-decoration: none;
    border-bottom: 1px solid currentColor;}
.service-wrap .focused-surface a:hover{}
@media (max-width: 720px) {.service-wrap{
      padding: 3.2rem 1.2rem;
    }.service-wrap .clear-lead{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }
  }
.service-wrap{
  background: #2e2118;
  color: #f7f1e7;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 96px 24px 72px;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    column-gap: 72px;
    align-items: start;}
.steady-details h1{margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.05rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    font-weight: 400;}
.steady-details .soft-feature{margin: 6px 0 0;
    font-size: 1.06rem;
    line-height: 1.72;}
@media (max-width: 860px) {.steady-details{
      padding: 64px 20px 52px;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      row-gap: 28px;
    }.steady-details .soft-feature{
      margin-top: 0;
    }
  }
.steady-details{
  background: #2e2118;
  color: #f7f1e7;
}
.team-steps{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.team-steps .steady-note{max-width: 1080px;
    margin: 0 auto;}
.team-steps h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.team-steps .soft-feature{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.team-steps .team-wrap{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;}
.team-steps .plain-view{display: grid;
    grid-template-columns: 12rem 1fr;
    column-gap: 2rem;
    row-gap: 0.5rem;
    align-items: start;}
.team-steps .visual-wrap{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a5a3b;
    padding-top: 0.35rem;}
.team-steps .plain-view h3{font-size: 1.2rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.team-steps .plain-view p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    grid-column: 2;}
.team-steps .steady-content{
    margin: 3rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--surface-dark, #3f3226);
    background: var(--ink-clear, #efe6d7);
    padding: 1.4rem 1.6rem;
    border-radius: 14px;
  }
@media (max-width: 720px) {.team-steps{
      padding: 3.2rem 1.15rem 3.6rem;
    }.team-steps .plain-view{
      grid-template-columns: 1fr;
      row-gap: 0.35rem;
    }.team-steps .plain-view p{
      grid-column: 1;
    }.team-steps .visual-wrap{
      padding-top: 0;
    }.team-steps .soft-feature{
      margin-bottom: 2.2rem;
    }.team-steps .team-wrap{
      gap: 2rem;
    }
  }
.team-steps{
  background: #f7f1e7;
  color: #2e2118;
}
.secondary-list{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5rem 1.5rem;
  }
.secondary-list .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.secondary-list .quiet-service h2{font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    line-height: 1.25;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.secondary-list .quiet-service p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1rem;}
.secondary-list .service-view{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.secondary-list .clear-benefit h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.secondary-list .clear-benefit p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.secondary-list .text-content{grid-column: 1 / -1;
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0.5rem 0 0;}
.secondary-list .text-content a{text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-list .text-content a:hover{}
@media (max-width: 780px) {.secondary-list{
      padding: 3.25rem 1.25rem;
    }.secondary-list .steady-note{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }
.secondary-list{
  background: #2e2118;
  color: #f7f1e7;
}
.active-quote{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.active-quote .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 56px;
    align-items: start;}
.active-quote .quiet-service h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;}
.active-quote .quiet-service p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.active-quote .team-steps{display: flex;
    flex-direction: column;
    gap: 28px;}
.active-quote .plain-view h3{font-size: 1.15rem;
    margin: 0 0 8px;}
.active-quote .plain-view p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 760px) {.active-quote{
      padding: 48px 18px;
    }.active-quote .steady-note{
      grid-template-columns: 1fr;
      gap: 32px;
    }.active-quote .quiet-service h2{
      font-size: 1.55rem;
    }
  }
.active-quote{
  background: #f7f1e7;
  color: #2e2118;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 96px 24px 72px;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 28px;
    align-items: start;}
.steady-details h1{grid-column: 1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    line-height: 1.14;
    letter-spacing: -0.01em;
    font-weight: 600;}
.steady-details .soft-feature{grid-column: 1;
    margin: 0;
    font-size: 1.06rem;
    line-height: 1.65;}
.steady-details .steady-content{grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
    padding-top: 6px;
    font-size: 0.95rem;
    line-height: 1.7;}
@media (max-width: 820px) {.steady-details{
      padding: 64px 20px 52px;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 22px;
    }.steady-details .steady-content{
      grid-column: 1;
      grid-row: auto;
      padding-top: 0;
    }
  }
.compact-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.25rem 5rem;
  }
.compact-wrap .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 3rem 4rem;
    align-items: start;}
.compact-wrap .soft-feature h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.compact-wrap .soft-feature p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.compact-wrap .direct-section{display: flex;
    flex-direction: column;
    gap: 2rem;}
.compact-wrap .site-items h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.compact-wrap .site-items p{margin: 0 0 0.7rem;
    font-size: 0.98rem;
    line-height: 1.65;}
.compact-wrap .site-items a{color:inherit;
    font-size: 0.95rem;
    text-decoration: underline;
    text-underline-offset: 3px;}
.compact-wrap .site-items a:hover{color:inherit;}
.compact-wrap .clear-method{grid-column: 1 / -1;
    margin: 1rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;
    padding-top: 1.5rem;
    border-top: 1px solid #e0d2bd;}
.compact-wrap .clear-method a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.compact-wrap .clear-method a:hover{color:inherit;}
@media (max-width: 820px) {.compact-wrap{
      padding: 3.25rem 1.1rem 3.5rem;
    }.compact-wrap .steady-note{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.compact-wrap .soft-feature h2{
      font-size: 1.55rem;
    }
  }
.compact-wrap{
  background: #f7f1e7;
  color: #2e2118;
}
.contact-footer{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.contact-footer .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;}
.contact-footer h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 600;}
.contact-footer .soft-feature{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.contact-footer .team-wrap{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;}
.contact-footer .plain-view{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 28px;
    align-items: start;
    padding-top: 24px;
    border-top: 1px solid #e0d2bd;}
.contact-footer .plain-view:first-child{border-top: none;
    padding-top: 0;}
.contact-footer .plain-view h3{margin: 0;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 600;}
.contact-footer .plain-view p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.contact-footer .text-content{margin: 8px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.contact-footer .text-content a{text-decoration: underline;
    text-underline-offset: 3px;}
.contact-footer .text-content a:hover{}
@media (max-width: 720px) {.contact-footer{
      padding: 56px 20px;
    }.contact-footer .plain-view{
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
.contact-footer{
  background: #2e2118;
  color: #f7f1e7;
}
.fresh-group{
    --gutter-large: 2.4rem;
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.fresh-group .steady-note{max-width: 1080px;
    margin: 0 auto;}
.fresh-group h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.fresh-group .soft-feature{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 var(--gutter-large);}
.fresh-group .site-items{padding: 1.6rem 0;
    border-top: 1px solid #e0d2bd;}
.fresh-group .site-items:last-of-type{border-bottom: 1px solid #e0d2bd;}
.fresh-group .site-items h3{font-size: 1.22rem;
    line-height: 1.35;
    margin: 0 0 0.7rem;
    font-weight: 600;}
.fresh-group .site-items p{margin: 0 0 1rem;
    line-height: 1.7;
    font-size: 0.98rem;}
.fresh-group .site-items ul{margin: 0 0 1.2rem;
    padding-left: 1.15rem;
    line-height: 1.65;
    font-size: 0.95rem;}
.fresh-group .site-items li{margin-bottom: 0.35rem;}
.fresh-group .narrow-list{display: inline-block;
    font-size: 0.93rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #8a5a3b;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;}
.fresh-group .narrow-list:hover{color: #6f4629;}
.fresh-group .text-content{margin: 2.4rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;}
.fresh-group .text-content a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.fresh-group .text-content a:hover{color: #6f4629;}
@media (min-width: 860px) {.fresh-group{
      padding: 5.5rem 2.5rem 6rem;
    }.fresh-group h2{
      font-size: 2.15rem;
    }.fresh-group .site-items{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
      column-gap: 3rem;
      padding: 2rem 0;
    }.fresh-group .site-items h3{
      grid-column: 1;
      margin-bottom: 0;
    }.fresh-group .site-items p,
    .fresh-group .site-items ul,
    .fresh-group .site-items .narrow-list{
      grid-column: 2;
    }.fresh-group .site-items p{
      margin-top: 0;
    }
  }
.fresh-group{
  background: #f7f1e7;
  color: #2e2118;
}
.team-section{
  background: #f7f1e7;
  color: #2e2118;
  padding: 72px 24px;
}
.team-section .steady-note{max-width: 1080px;
  margin: 0 auto;}
.team-section h2{font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 600;}
.team-section .soft-feature{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 40px;}
.team-section .plain-region{display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;}
.team-section .steady-content h3{font-size: 1.1rem;
  margin: 0 0 10px;
  font-weight: 600;}
.team-section .steady-content p{margin: 0;
  line-height: 1.65;
  font-size: 0.98rem;}
.team-section .clear-method{margin: 44px 0 0;
  line-height: 1.7;
  font-size: 1rem;}
.team-section a{text-decoration: underline;
  text-underline-offset: 3px;}
.team-section a:hover{}
@media (max-width: 720px) {.team-section{
    padding: 52px 20px;
  }.team-section h2{
    font-size: 1.55rem;
  }.team-section .plain-region{
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.team-section{
  background: #2e2118;
  color: #f7f1e7;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.steady-details .soft-feature h1{margin: 0 0 1.25rem;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 600;}
.steady-details .soft-feature .steady-content{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--surface-dark);}
.steady-details .quiet-area{padding-top: 0.35rem;}
.steady-details .quiet-area p{margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.72;}
.steady-details .quiet-area p:last-child{margin-bottom: 0;}
@media (max-width: 820px) {.steady-details{
      padding: 3.75rem 1.25rem 3rem;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.steady-details .quiet-area{
      padding-top: 0;
    }
  }
.steady-details{
  background: #f7f1e7;
  color: #2e2118;
}
.compact-shell{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px 88px;
  }
.compact-shell .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;}
.compact-shell h2{margin: 0;
    font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.01em;}
.compact-shell .soft-feature{margin: -28px 0 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.compact-shell .clear-benefit{display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;}
.compact-shell .clear-benefit:nth-of-type(even){grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);}
.compact-shell .clear-benefit:nth-of-type(even) img{order: 2;}
.compact-shell .clear-benefit img{
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    background: var(--ink-clear);color:var(--surface-dark);}
.compact-shell .steady-content h3{margin: 0 0 14px;
    font-size: 1.2rem;
    line-height: 1.35;
    font-weight: 400;}
.compact-shell .steady-content p{margin: 0;
    font-size: 1rem;
    line-height: 1.75;}
.compact-shell .clear-method{margin: 8px 0 0;
    font-size: 1.02rem;
    line-height: 1.75;}
@media (max-width: 780px) {.compact-shell{
      padding: 56px 20px 64px;
    }.compact-shell .steady-note{
      gap: 36px;
    }.compact-shell .soft-feature{
      margin-top: -16px;
    }.compact-shell .clear-benefit,
    .compact-shell .clear-benefit:nth-of-type(even){
      grid-template-columns: 1fr;
      gap: 20px;
    }.compact-shell .clear-benefit:nth-of-type(even) img{
      order: 0;
    }.compact-shell .clear-benefit img{
      height: 240px;
    }
  }
.compact-shell{
  background: #2e2118;
  color: #f7f1e7;
}
.public-links{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.public-links .steady-note{max-width: 1080px;
    margin: 0 auto;}
.public-links h2{font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.public-links .soft-feature{font-size: 1.06rem;
    line-height: 1.7;
    margin: 0 0 2.6rem;}
.public-links .plain-region{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2.4rem 3rem;
    margin-bottom: 2.6rem;}
.public-links .steady-content h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 0.7rem;
    font-weight: 600;}
.public-links .steady-content p{font-size: 0.98rem;
    line-height: 1.72;
    margin: 0;}
.public-links .clear-method{font-size: 0.98rem;
    line-height: 1.72;
    margin: 0;}
.public-links .clear-method a{color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.public-links .clear-method a:hover{color: #6f4629;}
@media (max-width: 720px) {.public-links{
      padding: 3.2rem 1.2rem;
    }.public-links .plain-region{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.service-method{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.service-method .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;}
.service-method .soft-feature h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;}
.service-method .soft-feature p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.service-method .main-region{
    background: #fbf6ee;
    color: #2e2118;
    border: 1px solid #e0d2bd;
    border-radius: 14px;
    padding: 28px 26px;
  }
.service-method .page-surface{
    display: inline-block;
    background: #8a5a3b;
    color: #fbf6ee;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 1rem;
    line-height: 1.2;
  }
.service-method .page-surface:hover{
    background: #6f4629;color:#2e2118;}
.service-method .text-content{margin: 20px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.service-method .text-content a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 780px) {.service-method{
      padding: 52px 20px;
    }.service-method .steady-note{
      grid-template-columns: 1fr;
      gap: 32px;
    }.service-method .soft-feature h2{
      font-size: 1.55rem;
    }
  }
.service-method{
  background: #2e2118;
  color: #f7f1e7;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5rem 1.5rem 4rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    gap: 3.5rem;
    align-items: start;}
.steady-details h1{font-size: clamp(1.9rem, 3.4vw, 2.75rem);
    line-height: 1.15;
    margin: 0 0 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;}
.steady-details .soft-feature p{font-size: 1.08rem;
    line-height: 1.7;
    margin: 0;}
.steady-details .steady-content{
    background: var(--ink-clear);
    color: var(--surface-dark);
    padding: 1.6rem 1.5rem;
    border-radius: 14px;
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 0.4rem 0 0;
  }
@media (max-width: 760px) {.steady-details{
      padding: 3.2rem 1.2rem 2.6rem;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.service-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.service-wrap .steady-note{max-width: 1080px;
    margin: 0 auto;}
.service-wrap .soft-feature h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.service-wrap .soft-feature p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 48px;}
.service-wrap .quiet-media{display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 56px;}
.service-wrap .team-block h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 12px;
    font-weight: 600;}
.service-wrap .team-block p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 12px;}
.service-wrap .team-block .cluster{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.service-wrap .team-block .cluster a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.service-wrap .team-block .cluster a:hover{color:inherit;}
.service-wrap .focused-visual{
    background: var(--ink-clear, #efe6d7);
    color: var(--surface-dark, #3f3226);
    padding: 32px 36px;
    border-radius: 14px;
    margin-bottom: 40px;
  }
.service-wrap .focused-visual h3{font-size: 1.1rem;
    margin: 0 0 12px;
    font-weight: 600;}
.service-wrap .focused-visual p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.service-wrap .simple-headline{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;}
.service-wrap .simple-headline a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.service-wrap .simple-headline a:hover{color:inherit;}
@media (max-width: 880px) {.service-wrap .quiet-media{
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
  }
@media (max-width: 600px) {.service-wrap{
      padding: 56px 20px;
    }.service-wrap .soft-feature h2{
      font-size: 1.55rem;
    }.service-wrap .quiet-media{
      grid-template-columns: 1fr;
      gap: 32px;
      margin-bottom: 40px;
    }.service-wrap .focused-visual{
      padding: 26px 22px;
    }
  }
.service-wrap{
  background: #f7f1e7;
  color: #2e2118;
}
.contact-footer{
  background: #f7f1e7;
  color: #2e2118;
  padding: 72px 24px;
}
.contact-footer .steady-note{max-width: 880px;
  margin: 0 auto;}
.contact-footer h2{font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 600;}
.contact-footer .soft-feature{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 44px;}
.contact-footer .team-wrap{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;}
.contact-footer .plain-view{padding-left: 0;}
.contact-footer .plain-view h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 8px;
  font-weight: 600;}
.contact-footer .plain-view p{font-size: 1rem;
  line-height: 1.7;
  margin: 0;}
.contact-footer .steady-content{font-size: 1rem;
  line-height: 1.7;
  margin: 46px 0 0;}
.contact-footer .steady-content a{text-decoration: underline;
  text-underline-offset: 3px;}
.contact-footer .steady-content a:hover{}
@media (max-width: 640px) {.contact-footer{
    padding: 52px 18px;
  }.contact-footer h2{
    font-size: 1.55rem;
  }.contact-footer .soft-feature{
    margin-bottom: 34px;
  }.contact-footer .team-wrap{
    gap: 28px;
  }
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 3.5rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;}
.steady-details h1{font-size: clamp(1.9rem, 4.2vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0;}
.steady-details .soft-feature{font-size: 1.08rem;
    line-height: 1.65;
    margin: 0;}
.steady-details .steady-content{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;
    color: var(--surface-dark);}
@media (max-width: 640px) {.steady-details{
      padding: 3rem 1.15rem 2.5rem;
    }.steady-details .steady-note{
      gap: 0.9rem;
    }
  }
.compact-brand{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.compact-brand .steady-note{max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: start;}
.compact-brand .quiet-service h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.compact-brand .quiet-service .soft-feature{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 14px;}
.compact-brand .quiet-service p{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
.compact-brand .steady-grid{
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #fbf6ee;
    color: #2e2118;
    border: 1px solid #e0d2bd;
    border-radius: 14px;
    padding: 26px 24px;
  }
.compact-brand .content-header{display: flex;
    flex-direction: column;
    gap: 6px;}
.compact-brand .content-header label{font-size: 0.88rem;
    letter-spacing: 0.01em;}
.compact-brand .content-header input,
  .compact-brand .content-header textarea{
    font: inherit;
    color: #2e2118;
    background: #f7f1e7;
    border: 1px solid #e0d2bd;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
    box-sizing: border-box;
  }
.compact-brand .content-header input::placeholder,
  .compact-brand .content-header textarea::placeholder{}
.compact-brand .content-header textarea{resize: vertical;
    min-height: 84px;}
.compact-brand .steady-grid button{
    align-self: flex-start;
    font: inherit;
    cursor: pointer;
    background: #8a5a3b;
    color: #fbf6ee;
    border: none;
    border-radius: 999px;
    padding: 11px 26px;
    transition: background 0.2s ease;
  }
.compact-brand .steady-grid button:hover{
    background: #6f4629;color:#2e2118;}
.compact-brand .page-form{grid-column: 1 / -1;
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.compact-brand .page-form a{text-decoration: none;
    border-bottom: 1px solid rgba(138, 90, 59, 0.35);}
.compact-brand .page-form a:hover{border-bottom-color: #8a5a3b;}
.compact-brand .social{margin: 0 8px;
    opacity: 0.6;}
@media (max-width: 760px) {.compact-brand{
      padding: 52px 20px;
    }.compact-brand .steady-note{
      grid-template-columns: 1fr;
      gap: 32px;
    }.compact-brand .quiet-service h2{
      font-size: 1.55rem;
    }
  }
.service-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.service-wrap .steady-note{max-width: 980px;
    margin: 0 auto;}
.service-wrap h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;}
.service-wrap .soft-feature{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 40px;}
.service-wrap .clear-lead{display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;}
.service-wrap .text-content{display: grid;
    grid-template-columns: 200px 1fr;
    gap: 24px;
    align-items: start;}
.service-wrap .text-content h3{font-size: 1rem;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.01em;}
.service-wrap .text-content p{margin: 0 0 8px;
    line-height: 1.65;
    font-size: 0.98rem;}
.service-wrap .text-content a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    font-size: 0.98rem;}
.service-wrap .text-content a:hover{color: #6f4629;}
.service-wrap .steady-content{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid #e0d2bd;}
.service-wrap .steady-content a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.service-wrap .steady-content a:hover{color: #6f4629;}
@media (max-width: 640px) {.service-wrap{
      padding: 48px 20px;
    }.service-wrap .text-content{
      grid-template-columns: 1fr;
      gap: 6px;
    }.service-wrap h2{
      font-size: 1.45rem;
    }
  }
.wide-feature{
    background: #f7f1e7;
    color: #2e2118;
    padding: 3.5rem 1.25rem;
  }
.wide-feature .steady-note{max-width: 780px;
    margin: 0 auto;}
.wide-feature .soft-feature h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 0.75rem;
    font-weight: 600;}
.wide-feature .soft-feature p{margin: 0 0 2rem;
    font-size: 1rem;
    line-height: 1.65;}
.wide-feature .site-feature{list-style: none;
    margin: 0;
    padding: 0;}
.wide-feature .site-items{padding: 1rem 0;
    border-top: 1px solid #e0d2bd;}
.wide-feature .site-items:last-child{border-bottom: 1px solid #e0d2bd;}
.wide-feature .page-team{display: block;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
    opacity: 0.75;}
.wide-feature .site-items p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;}
.wide-feature .site-items a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.wide-feature .site-items a:hover{}
.wide-feature .steady-content{margin: 2rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 520px) {.wide-feature{
      padding: 2.5rem 1rem;
    }.wide-feature .soft-feature h2{
      font-size: 1.35rem;
    }
  }
.wide-feature{
  background: #2e2118;
  color: #f7f1e7;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.steady-details h1{margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 400;}
.steady-details .soft-feature{margin: 0;
    font-size: clamp(1.05rem, 1.6vw, 1.22rem);
    line-height: 1.65;}
.steady-details .steady-content{margin: 0;
    padding-top: 1.2rem;
    border-top: 1px solid #e0d2bd;
    font-size: 0.98rem;
    line-height: 1.7;
    color: var(--surface-dark, #3f3226);
    max-width: 68ch;}
@media (max-width: 640px) {.steady-details{
      padding: 3.6rem 1.15rem 3rem;
    }.steady-details .steady-note{
      gap: 1.2rem;
    }
  }
.compact-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px 80px;
  }
.compact-wrap .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    column-gap: 64px;
    row-gap: 40px;}
.compact-wrap .soft-feature h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;}
.compact-wrap .soft-feature p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.compact-wrap .direct-lead{display: flex;
    flex-direction: column;
    gap: 28px;}
.compact-wrap .site-items h3{margin: 0 0 8px;
    font-size: 1.12rem;
    line-height: 1.35;
    font-weight: 600;}
.compact-wrap .site-items h3 a{text-decoration: none;}
.compact-wrap .site-items h3 a:hover{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-wrap .site-items p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.compact-wrap .focused-surface{grid-column: 1 / -1;
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.compact-wrap .focused-surface a{text-decoration: none;}
.compact-wrap .focused-surface a:hover{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 760px) {.compact-wrap{
      padding: 52px 20px 60px;
    }.compact-wrap .steady-note{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }
  }
.compact-wrap{
  background: #2e2118;
  color: #f7f1e7;
}
.visual-header{
  --label-body: #e0d2bd;
  background: #f7f1e7;
  color: #2e2118;
  padding: 5rem 1.5rem;
}
.visual-header .steady-note{max-width: 1080px;
  margin: 0 auto;}
.visual-header .soft-feature{margin-bottom: 3rem;}
.visual-header .soft-feature h2{font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: 1.2;
  margin: 0 0 1rem;
  font-weight: 400;}
.visual-header .soft-feature p{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;}
.visual-header .primary-list{display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: start;}
.visual-header .plain-region{list-style: none;
  margin: 0;
  padding: 0;}
.visual-header .steady-content{padding: 1.4rem 0;
  border-top: 1px solid var(--label-body);}
.visual-header .steady-content:first-child{border-top: none;
  padding-top: 0;}
.visual-header .steady-content h3{font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-weight: 600;}
.visual-header .steady-content p{margin: 0;
  line-height: 1.65;
  font-size: 0.97rem;}
.visual-header .narrow-headline{margin: 0;}
.visual-header .narrow-headline img{display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;}
.visual-header .narrow-headline figcaption{margin-top: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--surface-dark, #3f3226);}
.visual-header .clear-method{margin: 3rem 0 0;
  font-size: 1rem;
  line-height: 1.7;}
.visual-header .clear-method a{color: #8a5a3b;
  text-decoration: underline;
  text-underline-offset: 3px;}
.visual-header .clear-method a:hover{color: #6f4629;}
@media (max-width: 760px) {.visual-header{
    padding: 3.2rem 1.15rem;
  }.visual-header .primary-list{
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.visual-header{
  background: #f7f1e7;
  color: #2e2118;
}
.team-section{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.team-section .steady-note{max-width: 780px;
    margin: 0 auto;}
.team-section h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 400;}
.team-section .soft-feature{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 2.4rem;}
.team-section .steady-content{padding: 1.2rem 0 0;
    margin-top: 1.6rem;
    border-top: 1px solid rgba(46, 33, 24, 0.14);}
.team-section .steady-content h3{font-size: 1.1rem;
    margin: 0 0 0.5rem;
    font-weight: 400;}
.team-section .steady-content p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 640px) {.team-section{
      padding: 3rem 1.15rem;
    }.team-section h2{
      font-size: 1.5rem;
    }.team-section .soft-feature{
      font-size: 1rem;
    }
  }
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 3.5rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 1.4rem;}
.steady-details h1{margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 2.9rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 700;}
.steady-details .soft-feature{margin: 0;
    font-size: clamp(1.02rem, 1.35vw, 1.15rem);
    line-height: 1.65;}
.steady-details .steady-content{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (min-width: 860px) {.steady-details{
      padding: 6rem 2.5rem 4.5rem;
    }.steady-details .steady-note{
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
      column-gap: 3.5rem;
      row-gap: 1.2rem;
      align-items: start;
    }.steady-details h1{
      grid-column: 1 / -1;
    }.steady-details .soft-feature{
      grid-column: 1;
    }.steady-details .steady-content{
      grid-column: 2;
      padding-top: 0.35rem;
    }
  }
.visual-nav{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.visual-nav .steady-note{max-width: 1080px;
    margin: 0 auto;}
.visual-nav .quiet-service{margin-bottom: 2.75rem;}
.visual-nav .quiet-service h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 0.85rem;
    font-weight: 600;}
.visual-nav .quiet-service p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.visual-nav .direct-section{display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem 3rem;}
.visual-nav .site-items h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.visual-nav .site-items p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
@media (min-width: 720px) {.visual-nav{
      padding: 5.5rem 2rem;
    }.visual-nav .quiet-service{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: end;
      margin-bottom: 3.5rem;
    }.visual-nav .quiet-service h2{
      margin-bottom: 0;
    }.visual-nav .direct-section{
      grid-template-columns: 1fr 1fr;
    }
  }
.visual-nav{
  background: #f7f1e7;
  color: #2e2118;
}
.strong-story{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px 84px;
  }
.strong-story .steady-note{max-width: 880px;
    margin: 0 auto;}
.strong-story .strong-area{margin-bottom: 40px;}
.strong-story h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.strong-story .soft-feature{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.strong-story .qa{margin: 0;}
.strong-story .clear-benefit{padding: 22px 0;}
.strong-story .clear-benefit + .clear-benefit{border-top: 1px solid #e0d2bd;}
.strong-story dt{font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;}
.strong-story dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.strong-story .text-content{margin: 44px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.strong-story .text-content a{text-decoration: underline;
    text-underline-offset: 3px;}
.strong-story .text-content a:hover{}
@media (max-width: 640px) {.strong-story{
      padding: 52px 18px 62px;
    }.strong-story h2{
      font-size: 1.5rem;
    }.strong-story .clear-benefit{
      padding: 18px 0;
    }
  }
.strong-story{
  background: #2e2118;
  color: #f7f1e7;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.steady-details h1{margin: 0 0 1.4rem;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    line-height: 1.16;
    letter-spacing: -0.01em;
    font-weight: 400;}
.steady-details .soft-feature p{margin: 0;
    font-size: 1.06rem;
    line-height: 1.75;}
.steady-details .steady-content{
    background: var(--ink-clear);
    color: var(--surface-dark);
    padding: 1.6rem 1.5rem;
    border-radius: 14px;
    margin-top: 0.6rem;
  }
.steady-details .steady-content p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 820px) {.steady-details{
      padding: 3.5rem 1.25rem 3rem;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.steady-details .steady-content{
      margin-top: 0;
    }
  }
.visual-nav{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.visual-nav .steady-note{max-width: 1080px;
    margin: 0 auto;}
.visual-nav .quiet-service{margin-bottom: 2.75rem;}
.visual-nav .quiet-service h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 0.85rem;
    font-weight: 600;}
.visual-nav .quiet-service p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.visual-nav .direct-section{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.visual-nav .site-items h3{font-size: 1.15rem;
    margin: 0 0 0.3rem;
    font-weight: 600;}
.visual-nav .site-items .fresh-entries{margin: 0 0 0.55rem;
    font-size: 0.88rem;
    letter-spacing: 0.02em;}
.visual-nav .site-items p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (min-width: 760px) {.visual-nav{
      padding: 5.5rem 2.5rem;
    }.visual-nav .quiet-service{
      display: flex;
      align-items: flex-end;
      gap: 2.5rem;
      margin-bottom: 3.25rem;
    }.visual-nav .quiet-service h2{
      flex: 0 0 42%;
      margin: 0;
      font-size: 2.1rem;
    }.visual-nav .quiet-service p{
      flex: 1 1 auto;
    }.visual-nav .direct-section{
      gap: 2.25rem;
    }.visual-nav .site-items{
      display: grid;
      grid-template-columns: 30% 1fr;
      column-gap: 2.5rem;
      align-items: start;
    }.visual-nav .site-items h3{
      grid-column: 1;
      margin: 0 0 0.35rem;
    }.visual-nav .site-items .fresh-entries{
      grid-column: 1;
      margin: 0;
    }.visual-nav .site-items p:last-child{
      grid-column: 2;
      grid-row: 1 / span 2;
    }
  }
.visual-nav{
  background: #2e2118;
  color: #f7f1e7;
}
.secondary-list{
  --label-heading: #e0d2bd;
  --state-main: #efe6d7;
  background: #f7f1e7;
  color: #2e2118;
  padding: 4.5rem 1.5rem 5rem;
}
.secondary-list .steady-note{max-width: 1080px;
  margin: 0 auto;}
.secondary-list h2{font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.2;
  margin: 0 0 1.4rem;
  letter-spacing: -0.01em;}
.secondary-list .soft-feature{font-size: 1.08rem;
  line-height: 1.7;
  margin: 0 0 3rem;}
.secondary-list .plain-region{display: flex;
  flex-direction: column;
  gap: 2.4rem;}
.secondary-list .steady-content{display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.7rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--label-heading);}
.secondary-list .steady-content:last-child{border-bottom: none;
  padding-bottom: 0;}
.secondary-list .steady-content h3{font-size: 1.18rem;
  line-height: 1.35;
  margin: 0;
  font-weight: 600;}
.secondary-list .steady-content p{margin: 0;
  line-height: 1.72;
  font-size: 1rem;}
.secondary-list .focused-surface{margin: 3rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid var(--label-heading);
  line-height: 1.7;
  font-size: 1rem;}
.secondary-list .focused-surface a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.secondary-list .focused-surface a:hover{color: #6f4629;}
@media (min-width: 760px) {.secondary-list{
    padding: 5.5rem 2.5rem 6rem;
  }.secondary-list .steady-content{
    grid-template-columns: 0.9fr 1.6fr;
    gap: 2.5rem;
    align-items: start;
  }.secondary-list .steady-content h3{
    padding-top: 0.15rem;
  }
}
.secondary-list{
  background: #f7f1e7;
  color: #2e2118;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 84px 24px 72px;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    column-gap: 64px;
    row-gap: 28px;
    align-items: start;}
.steady-details .soft-feature{display: flex;
    flex-direction: column;
    gap: 22px;}
.steady-details h1{margin: 0;
    font-size: clamp(2rem, 4.4vw, 3.1rem);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.01em;}
.steady-details .quiet-area{display: flex;
    flex-direction: column;
    gap: 16px;}
.steady-details .quiet-area p{margin: 0;
    font-size: 1.0625rem;
    line-height: 1.68;}
.steady-details .steady-content{margin: 0;
    align-self: end;
    padding-top: 26px;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--surface-dark);}
@media (max-width: 820px) {.steady-details{
      padding: 60px 20px 52px;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 20px;
    }.steady-details .steady-content{
      padding-top: 4px;
    }
  }
.contact-footer{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.contact-footer .steady-note{max-width: 780px;
    margin: 0 auto;}
.contact-footer h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.contact-footer .soft-feature{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 40px;}
.contact-footer .team-wrap{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: paso;}
.contact-footer .plain-view{counter-increment: paso;
    padding: 22px 0;
    border-top: 1px solid #e0d2bd;}
.contact-footer .plain-view:last-child{border-bottom: 1px solid #e0d2bd;}
.contact-footer .plain-view h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 600;}
.contact-footer .plain-view h3::before{content: counter(paso) ". ";}
.contact-footer .plain-view p{margin: 0;
    line-height: 1.7;
    font-size: 0.98rem;}
.contact-footer .text-content{margin: 36px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.contact-footer .text-content a{text-decoration: underline;
    text-underline-offset: 3px;}
.contact-footer .text-content a:hover{}
@media (max-width: 600px) {.contact-footer{
      padding: 48px 18px;
    }.contact-footer h2{
      font-size: 1.5rem;
    }.contact-footer .soft-feature{
      margin-bottom: 28px;
    }
  }
.team-steps{
    --copy-lead: #e0d2bd;
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.team-steps .steady-note{max-width: 880px;
    margin: 0 auto;}
.team-steps .quiet-service{margin-bottom: 3rem;}
.team-steps .quiet-service h2{font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.team-steps .quiet-service p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.team-steps .team-wrap{list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.team-steps .plain-view{display: grid;
    grid-template-columns: 11rem 1fr;
    column-gap: 1.75rem;
    row-gap: 0.5rem;
    align-items: start;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid var(--copy-lead);}
.team-steps .plain-view:last-child{border-bottom: none;
    padding-bottom: 0;}
.team-steps .visual-wrap{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a5a3b;
    padding-top: 0.35rem;}
.team-steps .plain-view h3{margin: 0;
    font-size: 1.12rem;
    line-height: 1.4;
    font-weight: 600;}
.team-steps .plain-view p{grid-column: 2;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.team-steps .clear-method{
    margin: 0;
    padding: 1.5rem 1.75rem;
    background: var(--ink-clear);
    color: var(--surface-dark);
    border-radius: 14px;
    font-size: 0.97rem;
    line-height: 1.7;
  }
@media (max-width: 640px) {.team-steps{
      padding: 3rem 1.15rem 3.5rem;
    }.team-steps .plain-view{
      grid-template-columns: 1fr;
      row-gap: 0.4rem;
    }.team-steps .plain-view p{
      grid-column: 1;
    }.team-steps .visual-wrap{
      padding-top: 0;
    }
  }
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px 64px;
  }
.steady-details .steady-note{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.steady-details h1{margin: 0 0 22px;
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
    font-weight: 600;}
.steady-details .quiet-service{margin: 0;
    font-size: 1.06rem;
    line-height: 1.72;}
.steady-details .steady-content{
    background: var(--ink-clear);
    color: var(--surface-dark);
    border-radius: 14px;
    padding: 26px 26px 24px;
  }
.steady-details .bottom-content{margin: 0 0 10px;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;}
.steady-details .steady-content p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.68;}
@media (max-width: 860px) {.steady-details{
      padding: 56px 20px 48px;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      gap: 36px;
    }
  }
.wide-feature{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.wide-feature .steady-note{max-width: 720px;
    margin: 0 auto;}
.wide-feature h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: 0.01em;}
.wide-feature .soft-feature{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.4rem;}
.wide-feature .page-brand{display: flex;
    flex-direction: column;
    gap: 1.35rem;}
.wide-feature .site-items{display: flex;
    flex-direction: column;
    gap: 0.3rem;}
.wide-feature .page-team{font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;}
.wide-feature .site-items p{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.wide-feature .site-items a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.wide-feature .site-items a:hover{border-bottom-color: #8a5a3b;}
.wide-feature .steady-content{margin: 2.6rem 0 0;
    font-size: 0.96rem;
    line-height: 1.65;}
@media (max-width: 560px) {.wide-feature{
      padding: 3.2rem 1.2rem 3.6rem;
    }.wide-feature h2{
      font-size: 1.4rem;
    }
  }
.service-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 64px 24px;
  }
.service-wrap .steady-note{max-width: 1040px;
    margin: 0 auto;}
.service-wrap .quiet-service h2{margin: 0 0 14px;
    font-size: 1.7rem;
    line-height: 1.25;}
.service-wrap .quiet-service p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.service-wrap .site-feature{display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;}
.service-wrap .site-items{
    flex: 1 1 320px;
    background: #fbf6ee;
    color: #2e2118;
    border: 1px solid #e0d2bd;
    border-radius: 14px;
    padding: 26px 26px 22px;
  }
.service-wrap .site-items h3{margin: 0 0 12px;
    font-size: 1.15rem;}
.service-wrap .site-items p{margin: 0 0 12px;
    font-size: 0.97rem;
    line-height: 1.6;}
.service-wrap .site-items .cluster{margin: 0 0 10px;
    font-size: 1.02rem;}
.service-wrap .site-items .cluster a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 90, 59, 0.4);}
.service-wrap .site-items .cluster a:hover{border-bottom-color: #8a5a3b;}
.service-wrap .site-items .open-team{margin: 0;
    font-size: 0.9rem;
    color: var(--surface-dark, #3f3226);
    opacity: 0.85;}
.service-wrap .text-content{margin: 40px 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.service-wrap .text-content a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 90, 59, 0.4);}
.service-wrap .text-content a:hover{border-bottom-color: #8a5a3b;}
@media (max-width: 640px) {.service-wrap{
      padding: 48px 18px;
    }.service-wrap .quiet-service h2{
      font-size: 1.4rem;
    }.service-wrap .site-feature{
      gap: 24px;
      margin-top: 32px;
    }.service-wrap .site-items{
      padding: 22px 20px 18px;
    }
  }
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5rem 1.5rem 4rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.steady-details h1{grid-column: 1 / -1;
    margin: 0;
    font-size: clamp(1.9rem, 3.4vw, 3rem);
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -0.01em;}
.steady-details .soft-feature{margin: 0;
    font-size: 1.08rem;
    line-height: 1.7;}
.steady-details .steady-content{margin: 0;
    padding-top: 0.4rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--surface-dark);}
@media (max-width: 780px) {.steady-details{
      padding: 3.5rem 1.25rem 3rem;
    }.steady-details .steady-note{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.steady-details .steady-content{
      padding-top: 0;
    }
  }
.visual-nav{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.visual-nav .steady-note{max-width: 1080px;
    margin: 0 auto;}
.visual-nav h2{font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 400;}
.visual-nav .quiet-service{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 2.75rem;}
.visual-nav .direct-section{display: flex;
    flex-direction: column;
    gap: 2rem;}
.visual-nav .site-items{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 1.5rem 2.5rem;
    align-items: start;
    padding-top: 1.75rem;
    border-top: 1px solid #e0d2bd;}
.visual-nav .site-items:first-child{padding-top: 0;
    border-top: none;}
.visual-nav .site-items h3{font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 400;}
.visual-nav .site-items p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 640px) {.visual-nav{
      padding: 3rem 1.25rem;
    }.visual-nav .site-items{
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
  }
.media-region{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5rem 1.5rem;
  }
.media-region .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;}
.media-region .quiet-service h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.media-region .quiet-service p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.media-region .direct-section{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.media-region .site-items{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 2rem;
    align-items: start;}
.media-region .site-items h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;}
.media-region .site-items p{font-size: 1rem;
    line-height: 1.75;
    margin: 0;}
@media (max-width: 720px) {.media-region{
      padding: 3.25rem 1.25rem;
    }.media-region .site-items{
      grid-template-columns: 1fr;
      gap: 0.75rem;
    }
  }
.media-region{
  background: #f7f1e7;
  color: #2e2118;
}
.main-story{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.main-story .steady-note{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 3.5rem;
    align-items: start;}
.main-story .soft-feature h1{font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    line-height: 1.22;
    margin: 0 0 1.6rem;
    letter-spacing: -0.01em;}
.main-story .soft-feature p{margin: 0 0 1.15rem;
    line-height: 1.72;
    font-size: 1.02rem;}
.main-story .soft-feature p:last-child{margin-bottom: 0;}
.main-story .steady-content{margin-top: 1.9rem;
    padding-top: 1.4rem;
    border-top: 1px solid #e0d2bd;
    font-style: italic;}
.main-story .site-grid{margin: 0;}
.main-story .site-grid img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;}
@media (max-width: 820px) {.main-story{
      padding: 3rem 1.25rem;
    }.main-story .steady-note{
      grid-template-columns: 1fr;
      gap: 2.2rem;
    }.main-story .soft-feature h1{
      margin-bottom: 1.2rem;
    }
  }
.main-story{
  background: #2e2118;
  color: #f7f1e7;
}
.steady-service{
    background: #f7f1e7;
    color: #2e2118;
    padding: 88px 24px 96px;
  }
.steady-service .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.steady-service h2{margin: 0 0 8px;
    font-size: clamp(1.6rem, 1.15rem + 1.6vw, 2.35rem);
    line-height: 1.22;
    font-weight: 600;
    letter-spacing: -0.01em;}
.steady-service p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.75;}
.steady-service .soft-feature{font-size: 1.18rem;
    line-height: 1.7;}
.steady-service p + p{margin-top: 6px;}
@media (max-width: 640px) {.steady-service{
      padding: 64px 20px 72px;
    }.steady-service .steady-note{
      gap: 18px;
    }.steady-service p,
    .steady-service .soft-feature{
      font-size: 1rem;
      line-height: 1.7;
    }
  }
.steady-service{
  background: #f7f1e7;
  color: #2e2118;
}
.top-proof{
  background: #f7f1e7;
  color: #2e2118;
  padding: 3.5rem 1.25rem 4rem;
}
.top-proof .steady-note{max-width: 720px;
  margin: 0 auto;}
.top-proof .site-items{display: block;}
.top-proof .site-list{margin: 0 0 1.25rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--surface-dark);}
.top-proof h2{margin: 0 0 0.75rem;
  font-size: 1.9rem;
  line-height: 1.25;
  font-weight: 700;}
.top-proof .bottom-method{margin: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--surface-dark);}
.top-proof .soft-feature{margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.7;}
.top-proof p{margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.75;}
.top-proof .service-summary{margin: 1.75rem 0 1.75rem;
  padding: 0;
  list-style: none;}
.top-proof .service-summary li{padding: 0.65rem 0;
  font-size: 0.98rem;
  line-height: 1.6;
  border-bottom: 1px solid #e0d2bd;}
.top-proof .service-summary li:last-child{border-bottom: none;}
.top-proof .text-content{margin: 2rem 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--surface-dark);}
.top-proof .text-content a{color: #8a5a3b;
  text-decoration: underline;
  text-underline-offset: 3px;}
.top-proof .text-content a:hover{color: #6f4629;}
@media (max-width: 640px) {.top-proof{
    padding: 2.5rem 1rem 3rem;
  }.top-proof h2{
    font-size: 1.55rem;
  }.top-proof .bottom-method{
    font-size: 1rem;
  }
}
.top-proof{
  background: #f7f1e7;
  color: #2e2118;
}
.media-region{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4rem 1.5rem;
  }
.media-region .steady-note{max-width: 1080px;
    margin: 0 auto;}
.media-region .soft-feature{margin-bottom: 2.5rem;}
.media-region .soft-feature h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 0.9rem;
    font-weight: 600;}
.media-region .soft-feature p{font-size: 1rem;
    line-height: 1.6;
    margin: 0;}
.media-region .direct-section{display: flex;
    flex-direction: column;
    gap: 2rem;}
.media-region .site-items{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: center;}
.media-region .narrow-area{grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);}
.media-region .site-items img{display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 14px;}
.media-region .narrow-area img{height: 340px;}
.media-region .text-contact h3{font-size: 1.15rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.media-region .text-contact p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.media-region .clear-method{
    margin: 2.5rem 0 0;
    font-size: 0.97rem;
    line-height: 1.6;
    background: var(--ink-clear);
    color: var(--surface-dark);
    padding: 1.1rem 1.3rem;
    border-radius: 12px;
  }
@media (max-width: 720px) {.media-region{
      padding: 3rem 1.1rem;
    }.media-region .site-items,
    .media-region .narrow-area{
      grid-template-columns: 1fr;
    }.media-region .site-items img,
    .media-region .narrow-area img{
      height: 220px;
    }.media-region .soft-feature h2{
      font-size: 1.4rem;
    }
  }
.media-region{
  background: #2e2118;
  color: #f7f1e7;
}
.service-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.service-wrap .steady-note{max-width: 960px;
    margin: 0 auto;
    display: grid;
    gap: 40px;}
.service-wrap .soft-feature h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;}
.service-wrap .soft-feature p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.service-wrap .quiet-media{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;}
.service-wrap .team-block h3{font-size: 1.05rem;
    margin: 0 0 8px;
    font-weight: 600;}
.service-wrap .team-block p{margin: 0 0 10px;
    line-height: 1.65;}
.service-wrap .team-block a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.service-wrap .team-block a:hover{color: #6f4629;}
.service-wrap .steady-content{
    background: var(--ink-clear);
    color: var(--surface-dark);
    border-radius: 14px;
    padding: 24px 26px;
    display: grid;
    gap: 12px;
  }
.service-wrap .steady-content p{margin: 0;
    line-height: 1.7;}
.service-wrap .steady-content .text-content a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-wrap .steady-content .text-content a:hover{color: #6f4629;}
@media (max-width: 640px) {.service-wrap{
      padding: 52px 18px;
    }.service-wrap .quiet-media{
      grid-template-columns: 1fr;
      gap: 26px;
    }.service-wrap .soft-feature h2{
      font-size: 1.4rem;
    }
  }
.team-section{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.team-section .steady-note{max-width: 760px;
    margin: 0 auto;}
.team-section h2{font-size: 1.55rem;
    line-height: 1.3;
    margin: 0 0 28px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.team-section p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 20px;}
.team-section p:last-child{margin-bottom: 0;}
@media (max-width: 640px) {.team-section{
      padding: 52px 18px;
    }.team-section h2{
      font-size: 1.3rem;
      margin-bottom: 22px;
    }.team-section p{
      font-size: 0.98rem;
      line-height: 1.7;
    }
  }
.clear-story{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5rem 1.5rem;
  }
.clear-story .steady-note{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;}
.clear-story h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 0.4rem;
    font-weight: 600;}
.clear-story .soft-feature{font-size: 1.12rem;
    line-height: 1.7;
    margin: 0;}
.clear-story p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0;}
.clear-story .team-inner{margin-top: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;}
.clear-story .top-header{font-size: 1rem;
    line-height: 1.6;}
.clear-story .page-team{display: inline-block;
    min-width: 5.5rem;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.75;}
.clear-story a{color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.clear-story a:hover{color: #6f4629;}
.clear-story .focused-media{margin-top: 1.4rem;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 560px) {.clear-story{
      padding: 3.2rem 1.1rem;
    }.clear-story h2{
      font-size: 1.55rem;
    }.clear-story .page-team{
      display: block;
      min-width: 0;
      margin-bottom: 0.15rem;
    }
  }
.clear-story{
  background: #f7f1e7;
  color: #2e2118;
}
.soft-story{padding:calc(1.5rem * 2.4) 1.96rem;background:#f7f1e7;color:#2e2118;}
.local-inner{max-width:1080px;margin:0 auto;}
.soft-story h1{margin:0;font-size:calc(16px * 2.65);line-height:1.08;}
.top-proof{
  background: #f7f1e7;
  color: #2e2118;
  padding: 4rem 1.5rem 4.5rem;
}
.top-proof .steady-note{max-width: 760px;
  margin: 0 auto;}
.top-proof .quiet-form{margin-bottom: 1.75rem;}
.top-proof .content-group{font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;}
.top-proof .quiet-form h1{font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  line-height: 1.25;
  margin: 0 0 0.7rem;}
.top-proof .site-brand{font-size: 1.05rem;
  line-height: 1.5;
  margin: 0;}
.top-proof .main-contact{margin: 0 0 2rem;}
.top-proof .main-contact img{display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;}
.top-proof .simple-contact h2{font-size: 1.25rem;
  line-height: 1.35;
  margin: 2rem 0 0.75rem;}
.top-proof .simple-contact p{font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 1.1rem;}
.top-proof .simple-lead{margin-top: 2.25rem;}
.top-proof .compact-team{font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;}
.top-proof .compact-team a{color: #8a5a3b;
  text-decoration: underline;
  text-underline-offset: 3px;}
.top-proof .compact-team a:hover{color: #6f4629;}
@media (max-width: 640px) {.top-proof{
    padding: 2.75rem 1.1rem 3.25rem;
  }.top-proof .quiet-form h1{
    font-size: 1.55rem;
  }
}
.media-region{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.media-region .steady-note{max-width: 1080px;
    margin: 0 auto;}
.media-region .strong-area{margin-bottom: 40px;}
.media-region .strong-area h2{font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 12px;
    font-weight: 600;}
.media-region .focused-figure{font-size: 1.05rem;
    margin: 0;}
.media-region .soft-feature{display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
    align-items: start;
    margin-bottom: 48px;}
.media-region .site-grid{
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--ink-clear);color:var(--surface-dark);}
.media-region .site-grid img{display: block;
    width: 100%;
    height: auto;}
.media-region .quiet-area p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.media-region .page-brand{display: grid;
    gap: 28px;}
.media-region .site-items h3{font-size: 1.15rem;
    margin: 0 0 8px;
    font-weight: 600;}
.media-region .site-items p{margin: 0;
    line-height: 1.7;}
@media (max-width: 760px) {.media-region{
      padding: 48px 18px;
    }.media-region .soft-feature{
      grid-template-columns: 1fr;
      gap: 24px;
    }.media-region .strong-area h2{
      font-size: 1.6rem;
    }
  }
.service-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.service-wrap .steady-note{max-width: 1080px;
    margin: 0 auto;}
.service-wrap .soft-feature{margin-bottom: 40px;}
.service-wrap .soft-feature h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.service-wrap .quiet-service{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;
    color: #2e2118;}
.service-wrap .quiet-media{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 36px;}
.service-wrap .team-block h3{font-size: 1.05rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.service-wrap .team-block p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 14px;}
.service-wrap .cluster{display: inline-block;
    font-size: 0.95rem;
    color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-wrap .cluster:hover{color: #6f4629;}
.service-wrap .steady-content{font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 24px;
    border-top: 1px solid #e0d2bd;}
.service-wrap .steady-content a{color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-wrap .steady-content a:hover{color: #6f4629;}
@media (max-width: 860px) {.service-wrap .quiet-media{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.service-wrap{
      padding: 52px 18px;
    }.service-wrap .quiet-media{
      grid-template-columns: 1fr;
      gap: 26px;
    }.service-wrap .soft-feature h2{
      font-size: 1.45rem;
    }
  }
.team-section{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.team-section .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2rem;}
.team-section h2{font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2rem);
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.01em;}
.team-section .soft-feature{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.team-section .plain-region{display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 2.5rem 3rem;
    margin-top: 0.5rem;}
.team-section .steady-content h3{margin: 0 0 0.6rem;
    font-size: 1.05rem;
    line-height: 1.35;}
.team-section .steady-content p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.team-section .clear-method{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    padding-top: 1.75rem;
    border-top: 1px solid #e0d2bd;}
@media (max-width: 720px) {.team-section{
      padding: 3rem 1.25rem;
    }.team-section .plain-region{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.clear-story{
    background: #f7f1e7;
    color: #2e2118;
    padding: 3.5rem 1.5rem;
  }
.clear-story .steady-note{max-width: 720px;
    margin: 0 auto;}
.clear-story h2{font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.clear-story p{margin: 0 0 1rem;
    line-height: 1.7;
    font-size: 1.02rem;}
.clear-story .team-inner{list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    font-size: 0.98rem;
    line-height: 1.9;}
.clear-story .team-inner li{padding: 0.15rem 0;}
.clear-story .team-inner a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 90, 59, 0.35);}
.clear-story .team-inner a:hover{border-bottom-color: #8a5a3b;}
@media (max-width: 560px) {.clear-story{
      padding: 2.5rem 1.1rem;
    }.clear-story h2{
      font-size: 1.3rem;
    }
  }
.top-proof{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.25rem 5rem;
  }
.top-proof .steady-note{max-width: 760px;
    margin: 0 auto;}
.top-proof .quiet-form{margin-bottom: 2.25rem;}
.top-proof h2{font-size: clamp(1.6rem, 3.2vw, 2.15rem);
    line-height: 1.25;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.top-proof .site-brand{font-size: 1.05rem;
    line-height: 1.5;
    margin: 0 0 1rem;
    opacity: 0.82;}
.top-proof .content-group{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
    opacity: 0.65;}
.top-proof .text-contact p{font-size: 1.02rem;
    line-height: 1.75;
    margin: 0 0 1.35rem;}
.top-proof .text-contact p:last-child{margin-bottom: 0;}
.top-proof .simple-lead{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0d2bd;}
.top-proof .compact-team{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
    opacity: 0.9;}
.top-proof .compact-team a{color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.top-proof .compact-team a:hover{color: #6f4629;}
@media (max-width: 560px) {.top-proof{
      padding: 3rem 1.1rem 3.5rem;
    }.top-proof .quiet-form{
      margin-bottom: 1.75rem;
    }.top-proof .text-contact p{
      font-size: 1rem;
      line-height: 1.7;
    }
  }
.media-region{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.media-region .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    grid-template-areas:
      "intro shot"
      "entries shot"
      "note note";
    column-gap: 3.5rem;
    row-gap: 2.25rem;
    align-items: start;}
.media-region .quiet-service{grid-area: intro;}
.media-region .quiet-service h2{margin: 0 0 0.9rem;
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    line-height: 1.2;
    font-weight: 400;}
.media-region .soft-feature{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.media-region .direct-section{grid-area: entries;
    display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.media-region .site-items .fresh-entries{margin: 0 0 0.35rem;
    font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;}
.media-region .site-items h3{margin: 0 0 0.55rem;
    font-size: 1.18rem;
    line-height: 1.35;
    font-weight: 400;}
.media-region .site-items p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.media-region .site-grid{grid-area: shot;
    margin: 0;}
.media-region .site-grid img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;}
.media-region .site-grid figcaption{margin-top: 0.7rem;
    font-size: 0.85rem;
    line-height: 1.5;}
.media-region .steady-content{grid-area: note;
    margin: 0;
    padding-top: 1.6rem;
    font-size: 0.98rem;
    line-height: 1.7;
    border-top: 1px solid #e0d2bd;}
@media (max-width: 860px) {.media-region{
      padding: 3rem 1.15rem 3.5rem;
    }.media-region .steady-note{
      grid-template-columns: 1fr;
      grid-template-areas:
        "intro"
        "shot"
        "entries"
        "note";
      row-gap: 1.9rem;
    }
  }
.service-wrap{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.service-wrap .steady-note{max-width: 760px;
    margin: 0 auto;}
.service-wrap h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 600;}
.service-wrap h3{font-size: 1.05rem;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.service-wrap p{margin: 0 0 1.15rem;
    line-height: 1.65;}
.service-wrap .soft-feature{font-size: 1.08rem;}
.service-wrap .clear-lead{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 2rem 0 2rem;}
.service-wrap .text-content p{margin: 0 0 0.6rem;}
.service-wrap a{color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-wrap a:hover{color: #6f4629;}
.service-wrap .steady-content,
  .service-wrap .focused-media{font-size: 0.98rem;}
@media (max-width: 620px) {.service-wrap{
      padding: 3rem 1.15rem;
    }.service-wrap h2{
      font-size: 1.45rem;
    }.service-wrap .clear-lead{
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
.team-section{
    background: #f7f1e7;
    color: #2e2118;
    padding: 3.5rem 1.25rem;
  }
.team-section .steady-note{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.team-section .steady-content h2{margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.3;}
.team-section .steady-content p{margin: 0 0 0.9rem;
    line-height: 1.65;}
.team-section .steady-content p:last-child{margin-bottom: 0;}
.team-section .clear-benefit{display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0.5rem 1.5rem;
    padding-top: 1.1rem;
    border-top: 1px solid #e0d2bd;}
.team-section .clear-benefit .page-team{font-size: 0.95rem;
    letter-spacing: 0.01em;}
.team-section .clear-benefit .primary-rail{margin: 0;
    line-height: 1.6;}
@media (max-width: 620px) {.team-section{
      padding: 2.5rem 1rem;
    }.team-section .clear-benefit{
      grid-template-columns: 1fr;
      gap: 0.35rem;
    }
  }
.clear-story{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.clear-story .steady-note{max-width: 1080px;
    margin: 0 auto;}
.clear-story .quiet-service h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 400;}
.clear-story .quiet-service p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.clear-story .block{display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 2.5rem;
    align-items: start;
    margin-bottom: 3rem;}
.clear-story .media-list img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;}
.clear-story .strong-list h3{font-size: 1.35rem;
    margin: 0 0 0.35rem;
    font-weight: 400;}
.clear-story .strong-list .offer-team{font-size: 0.95rem;
    color: var(--surface-dark);
    margin: 0 0 1.2rem;
    letter-spacing: 0.02em;}
.clear-story .strong-list p{font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 1rem;}
.clear-story .team-inner{
    background: var(--ink-clear);
    color: var(--surface-dark);
    border-radius: 14px;
    padding: 1.75rem 1.9rem;
  }
.clear-story .team-inner .page-team{font-size: 0.95rem;
    margin: 0 0 1rem;}
.clear-story .team-inner ul{list-style: none;
    margin: 0 0 1rem;
    padding: 0;}
.clear-story .team-inner li{font-size: 1rem;
    line-height: 1.6;
    padding: 0.35rem 0;}
.clear-story .team-inner a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid #8a5a3b;}
.clear-story .team-inner a:hover{color: #6f4629;
    border-bottom-color: #6f4629;}
.clear-story .team-inner .steady-content{font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 760px) {.clear-story{
      padding: 3rem 1.15rem 3.5rem;
    }.clear-story .block{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.clear-story .quiet-service h2{
      font-size: 1.55rem;
    }.clear-story .team-inner{
      padding: 1.4rem 1.25rem;
    }
  }
.steady-details{
  background: #f7f1e7;
  color: #2e2118;
  padding: 88px 24px 72px;
}
.steady-details .steady-note{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  column-gap: 64px;
  row-gap: 28px;
  align-items: start;}
.steady-details h1{grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.14;
  letter-spacing: -0.01em;
  font-weight: 400;}
.steady-details .soft-feature{grid-column: 1 / 2;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.65;}
.steady-details .steady-content{
  grid-column: 2 / 3;
  margin: 6px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--surface-dark, #3f3226);
  background: var(--ink-clear, #efe6d7);
  padding: 20px 22px;
  border-radius: 14px;
}
@media (max-width: 860px) {.steady-details{
    padding: 64px 20px 56px;
  }.steady-details .steady-note{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 22px;
  }.steady-details .soft-feature,
  .steady-details .steady-content{
    grid-column: 1 / -1;
  }.steady-details .steady-content{
    margin-top: 0;
  }
}
.wide-block{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px;
  }
.wide-block .steady-note{max-width: 620px;
    margin: 0 auto;}
.wide-block h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 16px;}
.wide-block .soft-feature{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;}
.wide-block form{display: flex;
    flex-direction: column;
    gap: 24px;}
.wide-block .content-header{display: flex;
    flex-direction: column;
    gap: 8px;}
.wide-block label{font-size: 0.95rem;
    letter-spacing: 0.01em;}
.wide-block input,
  .wide-block textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font: inherit;
    font-size: 1rem;
    color: #2e2118;
    background: #fbf6ee;
    border: 1px solid #e0d2bd;
    border-radius: 10px;
  }
.wide-block textarea{resize: vertical;
    min-height: 120px;}
.wide-block input:focus,
  .wide-block textarea:focus{outline: 2px solid #b8763f;
    outline-offset: 1px;}
.wide-block button{
    align-self: flex-start;
    padding: 13px 28px;
    font: inherit;
    font-size: 1rem;
    color: #fbf6ee;
    background: #8a5a3b;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
.wide-block button:hover{
    background: #6f4629;color:#2e2118;}
.wide-block .steady-content{margin: 40px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.wide-block .steady-content a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 560px) {.wide-block{
      padding: 48px 18px;
    }.wide-block h2{
      font-size: 1.55rem;
    }.wide-block button{
      align-self: stretch;
      text-align: center;
    }
  }
.wide-block{
  background: #2e2118;
  color: #f7f1e7;
}
.strong-grid{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.strong-grid .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    column-gap: 4rem;
    row-gap: 2.75rem;}
.strong-grid .quiet-area{grid-column: 1;}
.strong-grid .quiet-area h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1.1rem;
    font-weight: 600;}
.strong-grid .quiet-area p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;}
.strong-grid .featured-proof{
    grid-column: 2;
    background: #fbf6ee;
    color: #2e2118;
    border: 1px solid #e0d2bd;
    border-radius: 14px;
    padding: 1.75rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
.strong-grid .featured-proof .site-items .page-team{display: block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a5a3b;
    margin-bottom: 0.35rem;}
.strong-grid .featured-proof .site-items p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.55;}
.strong-grid .featured-proof a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 90, 59, 0.35);}
.strong-grid .featured-proof a:hover{border-bottom-color: #8a5a3b;}
.strong-grid .plain-region{grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    row-gap: 1rem;}
.strong-grid .plain-region h3{grid-column: 1 / -1;
    font-size: 1.15rem;
    margin: 0 0 0.25rem;
    font-weight: 600;}
.strong-grid .plain-region p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
@media (max-width: 820px) {.strong-grid{
      padding: 3rem 1.25rem;
    }.strong-grid .steady-note{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 2rem;
    }.strong-grid .quiet-area,
    .strong-grid .featured-proof,
    .strong-grid .plain-region{
      grid-column: 1;
    }.strong-grid .plain-region{
      grid-template-columns: 1fr;
      row-gap: 1.25rem;
    }
  }
.strong-grid{
  background: #f7f1e7;
  color: #2e2118;
}
.wide-feature{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem;
  }
.wide-feature .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.5rem;}
.wide-feature h2{font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.4rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 600;}
.wide-feature .soft-feature{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.wide-feature .site-feature{display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 2rem 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e0d2bd;}
.wide-feature .offer-copy h3,
  .wide-feature .service-copy h3{font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.wide-feature .offer-copy p,
  .wide-feature .service-copy p{margin: 0;
    line-height: 1.65;
    font-size: 1rem;}
.wide-feature .offer-copy a{text-decoration: none;
    border-bottom: 1px solid #b8763f;
    padding-bottom: 1px;
    transition: color 0.2s ease, border-color 0.2s ease;}
.wide-feature .offer-copy a:hover{border-color: #6f4629;}
.wide-feature .service-copy{max-width: 640px;}
@media (max-width: 760px) {.wide-feature{
      padding: 3rem 1.25rem;
    }.wide-feature .site-feature{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  }
.compact-links{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 20px 88px;
  }
.compact-links .steady-note{max-width: 760px;
    margin: 0 auto;}
.compact-links .soft-feature{margin-bottom: 56px;}
.compact-links h1{font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.compact-links .quiet-service{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.compact-links .site-items{margin-bottom: 40px;}
.compact-links .site-items:last-child{margin-bottom: 0;}
.compact-links h2{font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 14px;}
.compact-links .site-items p{font-size: 1rem;
    line-height: 1.75;
    margin: 0;}
.compact-links a{text-decoration: underline;
    text-underline-offset: 3px;}
.compact-links a:hover{}
@media (max-width: 640px) {.compact-links{
      padding: 48px 18px 64px;
    }.compact-links h1{
      font-size: 1.6rem;
    }.compact-links .soft-feature{
      margin-bottom: 40px;
    }.compact-links .site-items{
      margin-bottom: 32px;
    }
  }
.compact-links{
  background: #2e2118;
  color: #f7f1e7;
}
.wide-feature{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px 84px;
  }
.wide-feature .steady-note{max-width: 1080px;
    margin: 0 auto;}
.wide-feature .soft-feature{margin-bottom: 48px;}
.wide-feature h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.wide-feature .quiet-service{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.wide-feature .page-brand{display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 640px;}
.wide-feature .quiet-panel{display: flex;
    flex-direction: column;
    gap: 6px;}
.wide-feature .page-team{margin: 0;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--surface-dark, #3f3226);
    opacity: 0.75;}
.wide-feature .fresh-copy{margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;}
.wide-feature .fresh-copy a{color: #8a5a3b;
    text-decoration: none;
    border-bottom: 1px solid rgba(138, 90, 59, 0.35);
    padding-bottom: 1px;}
.wide-feature .fresh-copy a:hover{border-bottom-color: #8a5a3b;}
.wide-feature .steady-content{margin: 52px 0 0;
    font-size: 0.98rem;
    line-height: 1.7;
    max-width: 640px;
    color: var(--surface-dark, #3f3226);}
@media (min-width: 760px) {.wide-feature{
      padding: 96px 40px 110px;
    }.wide-feature h2{
      font-size: 2.3rem;
    }.wide-feature .quiet-panel{
      flex-direction: row;
      align-items: baseline;
      gap: 28px;
    }.wide-feature .page-team{
      flex: 0 0 190px;
    }
  }
.wide-feature{
  background: #f7f1e7;
  color: #2e2118;
}
.local-menu{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.local-menu .steady-note{max-width: 760px;
    margin: 0 auto;}
.local-menu h2{font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    line-height: 1.25;
    margin: 0 0 1.4rem;
    font-weight: 600;}
.local-menu .soft-feature{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 2.6rem;}
.local-menu .site-items{margin: 0 0 2.2rem;}
.local-menu .site-items:last-of-type{margin-bottom: 2.6rem;}
.local-menu .site-items h3{font-size: 1.15rem;
    line-height: 1.4;
    margin: 0 0 0.75rem;
    font-weight: 600;}
.local-menu .site-items p{font-size: 0.98rem;
    line-height: 1.75;
    margin: 0 0 0.9rem;}
.local-menu .site-items p:last-child{margin-bottom: 0;}
.local-menu .simple-menu{font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    padding-top: 1.4rem;
    border-top: 1px solid #e0d2bd;}
.local-menu .simple-menu a{text-decoration: underline;
    text-underline-offset: 3px;}
.local-menu .simple-menu a:hover{}
@media (max-width: 640px) {.local-menu{
      padding: 3rem 1.15rem 3.5rem;
    }.local-menu .soft-feature{
      margin-bottom: 2rem;
    }.local-menu .site-items{
      margin-bottom: 1.8rem;
    }
  }
.local-menu{
  background: #2e2118;
  color: #f7f1e7;
}
.steady-details{
    background: #f7f1e7;
    color: #2e2118;
    padding: 5.5rem 1.5rem 4.5rem;
  }
.steady-details .steady-note{max-width: 1080px;
    margin: 0 auto;}
.steady-details h1{margin: 0 0 1.4rem;
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    font-weight: 700;}
.steady-details .soft-feature{margin: 0;
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    line-height: 1.7;}
@media (max-width: 640px) {.steady-details{
      padding: 3.5rem 1.15rem 3rem;
    }.steady-details h1{
      margin-bottom: 1.1rem;
    }
  }
.service-inner{
    background: #f7f1e7;
    color: #2e2118;
    padding: 4.5rem 1.5rem 5rem;
  }
.service-inner .steady-note{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem 4rem;}
.service-inner .soft-feature{grid-column: 1 / -1;
    padding-bottom: 1.5rem;}
.service-inner h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.service-inner .quiet-service{margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;}
.service-inner .team-wrap{display: flex;
    flex-direction: column;
    gap: 1.8rem;}
.service-inner .plain-view h3{font-size: 1.05rem;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.service-inner .plain-view p{margin: 0;
    line-height: 1.65;
    font-size: 0.97rem;}
.service-inner .team-inner{
    background: var(--ink-clear);
    color: var(--surface-dark);
    padding: 2rem 1.8rem;
    border-radius: 14px;
    align-self: start;
  }
.service-inner .team-inner h3{font-size: 1.05rem;
    margin: 0 0 0.7rem;
    font-weight: 600;}
.service-inner .team-inner p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 0.97rem;}
.service-inner .team-inner .featured-proof{display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0;}
.service-inner .team-inner .featured-proof a{text-decoration: none;
    font-weight: 600;}
.service-inner .team-inner .featured-proof a:hover{text-decoration: underline;}
.service-inner .text-content{grid-column: 1 / -1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem 1.8rem;
    font-size: 0.95rem;}
.service-inner .text-content a{text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;}
.service-inner .text-content a:hover{border-bottom-color: #8a5a3b;}
@media (max-width: 760px) {.service-inner{
      padding: 3rem 1.2rem 3.5rem;
    }.service-inner .steady-note{
      grid-template-columns: 1fr;
      gap: 2.2rem;
    }.service-inner .team-inner{
      padding: 1.6rem 1.4rem;
    }
  }
.service-inner{
  background: #2e2118;
  color: #f7f1e7;
}
.service-method{
    background: #f7f1e7;
    color: #2e2118;
    padding: 72px 24px 88px;
  }
.service-method .steady-note{max-width: 720px;
    margin: 0 auto;}
.service-method h2{font-size: clamp(1.6rem, 3.2vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 22px;
    letter-spacing: -0.01em;}
.service-method p{font-size: 1.03rem;
    line-height: 1.7;
    margin: 0 0 18px;}
.service-method .main-region{margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 22px;}
.service-method .page-surface{
    display: inline-block;
    background: #8a5a3b;
    color: #fbf6ee;
    padding: 14px 26px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.98rem;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
  }
.service-method .page-surface:hover{
    background: #6f4629;
  }
.service-method .text-content{font-size: 0.95rem;
    color: var(--surface-dark, #3f3226);}
.service-method .text-content a{color: #8a5a3b;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-method .text-content a:hover{color: #6f4629;}
@media (max-width: 520px) {.service-method{
      padding: 52px 20px 64px;
    }.service-method .main-region{
      align-items: flex-start;
    }
  }
.service-method{
  background: #f7f1e7;
  color: #2e2118;
}
.404{
    background: #f7f1e7;
    color: #2e2118;
    padding: 96px 24px 104px;
  }
.404 .steady-note{
    max-width: 720px;
    margin: 0 auto;
  }
.404 h1{
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    line-height: 1.2;
    margin: 0 0 20px;
  }
.404 .soft-feature{
    font-size: 1.08rem;
    line-height: 1.7;
    margin: 0 0 18px;
  }
.404 p{
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 18px;
  }
.404 .text-content{
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin: 28px 0 22px;
  }
.404 .text-content a{
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    font-size: 1rem;
  }
.404 .text-content a:hover{
  }
.404 .focused-media{
    font-size: 0.94rem;
    margin: 0;
  }
.404 .focused-media a{
    text-decoration: underline;
    text-underline-offset: 3px;
  }
.404 .focused-media a:hover{
  }
@media (max-width: 560px) {.404{
      padding: 64px 20px 72px;
    }.404 .text-content{
      flex-direction: column;
      gap: 12px;
    }
  }
.404{
  background: #2e2118;
  color: #f7f1e7;
}
