/* Versioned filename prevents stale CDN styles from mixing with updated markup. */
/* Editorial service pages. Scoped to the three specialist services. */
.agency-service .cta > * { min-width: 0; max-width: 100%; }
.agency-service .cta h2 { overflow-wrap: anywhere; }
.agency-service .cta .btn { white-space: normal; text-align: center; }
.context-with-image { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: clamp(30px, 6vw, 76px); }
.context-image { width: 100%; height: auto; aspect-ratio: 10 / 9; object-fit: cover; border-radius: 12px; }
.context-copy h2 { margin-bottom: 25px; }
.faq-image { width: 100%; height: auto; border-radius: 10px; margin-top: 30px; }
@media (max-width: 800px) { .context-with-image { grid-template-columns: 1fr; } .context-image { aspect-ratio: 10 / 7; } .faq-image { max-width: 500px; } }
.agency-service { --cream: #f3f3e9; --forest: #202c20; --soft-olive: #dce3c5; background: var(--cream); }
.agency-service .section { padding-block: clamp(64px, 7vw, 104px); }
.agency-service h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); letter-spacing: -.045em; line-height: 1.08; }
.agency-service .eyebrow { font-size: .71rem; letter-spacing: .17em; }
.agency-hero { position: relative; padding: 32px 0 0; background: radial-gradient(ellipse at 90% 10%, #e2e8cd 0, transparent 55%), var(--cream); }
.agency-hero .breadcrumb { font-size: .78rem; margin-bottom: 45px; flex-wrap: wrap; }
.agency-hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; padding-bottom: 58px; }
.agency-hero h1 { font-size: clamp(2.75rem, 4.5vw, 4.5rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 650; }
.agency-hero h1 em { color: #627143; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.agency-hero .lead { font-size: 1.15rem; line-height: 1.5; color: #303c2b; margin: 25px 0 17px; max-width: 34ch; font-weight: 600; }
.agency-hero .service-intro { font-size: .96rem; line-height: 1.75; color: #59614f; margin: 0; max-width: 55ch; }
.hero-actions { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.agency-service .hero-actions .btn { background: var(--forest); color: #f4f5eb; border-color: var(--forest); box-shadow: none; padding: 15px 24px; font-size: .88rem; gap: 22px; }
.agency-service .hero-actions .btn:hover { background: #3b4c2e; }
.quiet-link { text-decoration: none; font-weight: 650; font-size: .85rem; padding-block: 12px; border-bottom: 1px solid #8f9f63; }
.quiet-link span { margin-left: 9px; }
.service-principles { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; margin: 0; list-style: none; border-top: 1px solid #c7ceba; color: #4a573a; font-size: .8rem; font-weight: 650; }
.service-principles li { display: flex; gap: 13px; align-items: center; }
.service-principles li > span { font-size: 1.35rem; color: #657448; }
.studio-visual { min-width: 0; margin: 0; height: 472px; padding: 26px; border-radius: 16px; position: relative; overflow: hidden; color: #f4f5e9; background: var(--forest); display: flex; flex-direction: column; }
.studio-visual::before { content: ''; pointer-events: none; position: absolute; width: 420px; height: 420px; border: 1px solid #dce3c522; border-radius: 50%; right: -190px; top: -180px; box-shadow: 0 0 0 45px #dce3c509, 0 0 0 90px #dce3c508; }
.visual-kicker { position: relative; display: flex; align-items: center; gap: 8px; font-size: .57rem; letter-spacing: .1em; font-weight: 650; color: #d8dfca; }
.visual-kicker > span:last-child { margin-left: auto; color: #b6c39c; white-space: nowrap; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #c4d88e; flex: 0 0 auto; }
.studio-visual figcaption { position: relative; display: flex; justify-content: space-between; gap: 15px; font-size: .65rem; color: #d1d9c3; margin-top: auto; align-items: center; }
.studio-visual figcaption a { text-underline-offset: 5px; }
.studio-visual figcaption a:hover { color: #fff; }
.browser-frame { position: relative; margin: 49px -3px 0; border: 5px solid #45553b; border-radius: 8px; overflow: hidden; transform: rotate(-3deg); box-shadow: 0 18px 32px #0c160d66; }
.browser-bar { background: #e7e9de; color: #5c6750; display: flex; justify-content: space-between; align-items: center; padding: 8px 10px; font-size: .5rem; }
.browser-frame img { width: 100%; height: auto; }
.design-note { position: relative; margin: -8px -2px 10px auto; background: #dce3c5; color: var(--forest); display: flex; align-items: center; gap: 16px; padding: 16px 23px; transform: rotate(3deg); box-shadow: 0 12px 24px #10190f33; }
.design-note strong { display: block; font-size: 1.06rem; line-height: 1.2; letter-spacing: -.02em; }
.design-note div > span { display: block; font-size: .57rem; margin-top: 9px; }
.note-symbol { font-size: 2.8rem; line-height: 1; }
.search-sheet { position: relative; background: #f4f5eb; color: var(--forest); border-radius: 9px; padding: 20px; margin: 32px 0 0; box-shadow: 0 16px 30px #11190e33; }
.search-query { display: flex; align-items: center; gap: 10px; border: 1px solid #c6ceb7; border-radius: 30px; font-size: .76rem; padding: 10px 14px; }
.search-query svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.search-result { padding: 18px 5px 9px; }
.result-brand { display: flex; align-items: center; gap: 8px; font-size: .54rem; letter-spacing: .12em; }
.result-brand > span { border-radius: 50%; background: #dde5c8; width: 24px; height: 24px; font-size: 1rem; text-align: center; }
.search-result strong { display: block; font-size: 1.17rem; letter-spacing: -.03em; margin-top: 8px; }
.search-result p { font-size: .68rem; color: #5b6650; margin: 7px 0 0; }
.search-pillars { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 8px; }
.search-pillars span { padding: 4px 8px; border-radius: 3px; background: #e5ead8; font-size: .55rem; }
.local-map { position: relative; width: 72%; min-height: 109px; margin: -6px -5px 16px auto; background: #c5d399; border: 5px solid #dce3c5; overflow: hidden; transform: rotate(3deg); color: var(--forest); }
.map-street { position: absolute; background: #e8eddb; width: 150%; height: 14px; top: 37px; left: -30px; transform: rotate(-25deg); }
.street-two { transform: rotate(65deg); left: -90px; }
.map-ring { position: absolute; width: 85px; height: 85px; border: 1px solid #6d8053; border-radius: 50%; left: 56%; top: -4px; }
.map-pin { position: absolute; left: 64%; top: 17px; width: 30px; height: 30px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: #33442d; color: #d4dfb8; text-align: center; box-shadow: 0 6px 10px #4d613533; }
.map-label { position: absolute; left: 10px; bottom: 8px; background: #f3f5e9; padding: 4px 8px; font-size: .62rem; }
.content-collage { position: relative; flex: 1; margin: 25px 0 13px; }
.social-tile { position: absolute; width: 57%; height: 270px; padding: 22px; border-radius: 3px; box-shadow: 0 16px 30px #11190e44; overflow: hidden; }
.tile-back { background: #c6d39e; color: var(--forest); top: 5px; left: 0; transform: rotate(-8deg); }
.tile-back > span { font-size: .5rem; letter-spacing: .16em; }
.tile-back strong { display: block; margin-top: 22px; font-size: 2.1rem; letter-spacing: -.045em; line-height: 1.08; font-weight: 600; }
.tile-rule { width: 40px; height: 2px; background: #5c7144; margin: 17px 0 9px; }
.tile-back small { font-size: .55rem; display: block; max-width: 17ch; }
.tile-front { background: #efefe4; color: var(--forest); top: 34px; right: 1px; transform: rotate(8deg); }
.tile-brand { display: flex; gap: 8px; font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; align-items: center; }
.tile-brand span { font-family: 'Segoe UI', sans-serif; font-size: .43rem; letter-spacing: .12em; line-height: 1.45; }
.tile-front strong { position: relative; display: block; font-size: 1.75rem; line-height: 1.12; letter-spacing: -.045em; margin-top: 60px; font-weight: 500; }
.tile-front strong i { font-family: Georgia, serif; color: #61733e; font-weight: 400; }
.tile-orbit { position: absolute; border: 1px solid #899a64; border-radius: 50%; width: 150px; height: 150px; top: 35px; right: -83px; box-shadow: 0 0 0 12px #d5ddbf, 0 0 0 13px #899a64; }
.tile-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #c3cbb4; padding-top: 12px; margin-top: 22px; font-size: .43rem; letter-spacing: .06em; }
.tile-bottom > span:last-child { font-size: 1rem; }
.content-label { position: absolute; left: 14px; bottom: 0; display: flex; align-items: center; gap: 10px; padding: 9px 15px; background: #f4f4e9; color: var(--forest); font-size: .68rem; box-shadow: 0 10px 20px #14200e33; }
.content-label > span { color: #687b45; font-size: 1.2rem; }
.agency-service .service-context { background: #e7ebdc; border-top: 1px solid #d4ddc4; }
.agency-service .service-context .split { grid-template-columns: .9fr 1.1fr; gap: 80px; }
.agency-service .service-context h2 { max-width: 17ch; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.agency-service .service-context p:not(.eyebrow) { color: #4e5a44; font-size: .97rem; }
.agency-service .service-context a { color: #334326; text-underline-offset: 4px; font-weight: 650; }
.agency-service .capabilities-section { background: var(--forest); color: #d5decb; scroll-margin-top: 110px; }
.agency-service .capabilities-section h2 { color: #f3f4e9; max-width: 18ch; }
.agency-service .capabilities-section .eyebrow { color: #bdcd96; }
.agency-service .capabilities-intro { color: #b9c5ad; margin: 22px 0 0; font-size: 1.02rem; }
.agency-service .service-capabilities { gap: 16px; margin-top: 40px; counter-reset: capability; }
.agency-service .service-capabilities article { border: 1px solid #526249; padding: 28px; border-radius: 9px; background: #283525; }
.capability-number { display: flex; justify-content: space-between; color: #b8c994; font-size: .74rem; font-variant-numeric: tabular-nums; margin-bottom: 35px; }
.capability-number > span { font-size: 1.3rem; line-height: 1; }
.agency-service .service-capabilities h3 { color: #f0f2e6; font-size: 1.27rem; letter-spacing: -.025em; line-height: 1.18; margin-bottom: 13px; }
.agency-service .service-capabilities p { color: #c0cbb5; font-size: .9rem; line-height: 1.7; }
.agency-service .service-capabilities article { position: relative; }
.capability-select { border: 0; padding: 0; background: none; color: inherit; font: inherit; letter-spacing: inherit; text-align: left; cursor: pointer; }
.capability-select::after { content: ''; position: absolute; inset: 0; border-radius: 9px; }
.capability-select:focus-visible { outline: none; }
.capability-select:focus-visible::after { outline: 3px solid #c4d88e; outline-offset: 4px; }
.agency-service .service-capabilities article:has(.capability-select[aria-pressed="true"], .capability-select:focus-visible) { background: #d8e1bd; border-color: #d8e1bd; }
.agency-service .service-capabilities article:has(.capability-select[aria-pressed="true"], .capability-select:focus-visible) h3 { color: #26351e; }
.agency-service .service-capabilities article:has(.capability-select[aria-pressed="true"], .capability-select:focus-visible) :is(p, .capability-number) { color: #465939; }
@media (hover: hover) {
  .agency-service .service-capabilities article:hover { background: #d8e1bd; border-color: #d8e1bd; }
  .agency-service .service-capabilities article:hover h3 { color: #26351e; }
  .agency-service .service-capabilities article:hover :is(p, .capability-number) { color: #465939; }
}
.social-visual .content-collage { flex: none; height: 330px; margin-block: auto; }
.search-visual .search-sheet { margin-top: 60px; padding-block: 26px; }
.search-visual .local-map { min-height: 135px; margin-top: 16px; }
.social-visual .tile-back strong { margin-top: 36px; }
@media (max-width: 540px) {
  .social-visual .content-collage { height: 280px; }
  .search-visual .search-sheet { margin-top: 30px; padding-block: 20px; }
  .search-visual .local-map { min-height: 105px; }
}
.agency-service .process-section { background: #dce3c5; }
.agency-service .process-section h2 { max-width: 18ch; }
.agency-service .service-process { gap: 40px; margin-top: 55px; }
.agency-service .service-process li { border-color: #9daa81; padding-top: 24px; }
.agency-service .service-process .eyebrow { font-size: 2.5rem; line-height: 1; font-weight: 400; letter-spacing: -.08em; color: #647644; margin-bottom: 26px; }
.agency-service .service-process h3 { font-size: 1.27rem; letter-spacing: -.025em; }
.agency-service .service-process p { font-size: .93rem; color: #4b593e; }
.agency-service .service-faq { background: #f3f3e9; }
.agency-service .faq-list { border-top: 0; }
.agency-service .faq-list details { border: 1px solid #ccd3bf; background: #e9eddf; padding-inline: 22px; margin-bottom: 10px; border-radius: 7px; }
.agency-service .faq-list details[open] { background: #f9faf3; }
.agency-service .faq-list summary { font-size: .95rem; font-weight: 650; }
.agency-service .faq-list details p { color: #56614a; font-size: .92rem; }
.agency-service .connected-section { background: #e8ebdc; border-top: 1px solid #d0d8c1; }
.agency-service .connected-section h2 { max-width: 19ch; }
.agency-service .service-related { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-block: 35px 25px; }
.agency-service .service-related a { display: flex; align-items: center; justify-content: space-between; background: #f3f4e9; padding: 28px; border: 1px solid #cbd5b6; border-radius: 8px; text-decoration: none; font-size: 1.12rem; font-weight: 600; gap: 20px; }
.agency-service .service-related a:hover { background: #d7e0c1; border-color: #99ab76; }
.agency-service .service-related a > span { font-size: 1.5rem; }
.agency-service .service-related a::after { content: none; }
.agency-service .connected-section .container > a { color: #4f6040; font-size: .88rem; text-underline-offset: 5px; }
.agency-service .services-cta-section { background: #e8ebdc; padding: 0 0 80px; }
.agency-service .cta { background: var(--forest); padding: clamp(32px, 5vw, 64px); border-radius: 12px; box-shadow: none; }
.agency-service .cta .eyebrow { color: #c1d19b; margin-top: 0; }
.agency-service .cta h2 { font-size: clamp(2rem, 3.8vw, 3.6rem); max-width: 17ch; }
.agency-service .cta p:not(.eyebrow) { color: #c9d4bd; font-size: .98rem; }
.agency-service .cta .btn { background: #dce6be; color: #26341e; border-color: #dce6be; font-size: .9rem; }
.agency-service .cta .btn:hover { background: #edf2de; }
@media (max-width: 1100px) {
  .agency-hero-grid { gap: 32px; }
  .studio-visual { padding: 20px; height: 450px; }
  .visual-kicker { font-size: .5rem; }
  .social-tile { padding: 18px; }
  .tile-front strong { font-size: 1.6rem; }
  .agency-service .service-capabilities article { padding: 23px; }
}
@media (max-width: 800px) {
  .agency-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .agency-hero h1 { font-size: clamp(2.8rem, 7.5vw, 4.5rem); }
  .agency-hero-copy { max-width: 620px; }
  .agency-hero .service-intro { max-width: 60ch; }
  .agency-hero .lead { max-width: 42ch; }
  .studio-visual { width: 100%; max-width: 540px; margin-inline: auto; height: 450px; padding: 26px; }
  .visual-kicker { font-size: .57rem; }
  .browser-frame { margin-top: 25px; }
  .agency-service .service-context .split { grid-template-columns: 1fr; gap: 28px; }
  .agency-service .service-context h2 { max-width: 25ch; }
  .agency-service .service-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agency-service .service-process { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .agency-service .service-process .eyebrow { margin-bottom: 15px; font-size: 2rem; }
  .agency-service .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .agency-service .cta { grid-template-columns: 1fr; gap: 20px; }
  .agency-service .cta .btn { justify-self: start; }
}
@media (max-width: 540px) {
  .agency-hero { padding-top: 24px; }
  .agency-hero .breadcrumb { margin-bottom: 30px; font-size: .7rem; }
  .agency-hero-grid { padding-bottom: 30px; }
  .agency-hero h1 { font-size: clamp(2.55rem, 10.8vw, 3.65rem); }
  .agency-hero .lead { font-size: 1.07rem; }
  .hero-actions { gap: 15px; margin-top: 25px; }
  .agency-service .hero-actions .btn { padding: 13px 19px; }
  .quiet-link { font-size: .8rem; }
  .service-principles { flex-wrap: wrap; justify-content: flex-start; gap: 10px 20px; font-size: .7rem; padding-block: 20px; }
  .service-principles li { gap: 8px; }
  .service-principles li > span { font-size: 1rem; }
  .studio-visual { height: 386px; padding: 18px; border-radius: 10px; }
  .visual-kicker { font-size: .48rem; letter-spacing: .05em; }
  .studio-visual figcaption { font-size: .56rem; gap: 8px; }
  .browser-frame { margin-top: 38px; }
  .design-note { padding: 13px 17px; margin-top: 8px; }
  .design-note strong { font-size: .94rem; }
  .note-symbol { font-size: 2rem; }
  .search-sheet { padding: 14px; margin-top: 25px; }
  .search-result strong { font-size: 1rem; }
  .search-result p { font-size: .59rem; }
  .search-pillars { gap: 4px; }
  .search-pillars span { font-size: .47rem; padding: 4px 5px; }
  .local-map { min-height: 80px; margin-bottom: 8px; }
  .social-tile { height: 225px; padding: 17px; }
  .tile-back strong { font-size: 1.7rem; }
  .tile-front strong { font-size: 1.35rem; margin-top: 45px; }
  .tile-brand { font-size: 1.4rem; }
  .tile-brand span { font-size: .38rem; }
  .tile-bottom { margin-top: 17px; font-size: .36rem; }
  .content-label { font-size: .6rem; padding: 7px 10px; left: 2px; }
  .agency-service .service-capabilities { grid-template-columns: 1fr; gap: 12px; }
  .capability-number { margin-bottom: 22px; }
  .agency-service .service-related { grid-template-columns: 1fr; gap: 12px; }
  .agency-service .service-related a { padding: 22px; font-size: 1rem; }
  .agency-service .faq-list details { padding-inline: 17px; }
  .agency-service .faq-list summary { font-size: .9rem; }
  .agency-service .services-cta-section { padding-bottom: 48px; }
}
@media (prefers-reduced-motion: no-preference) {
  .agency-service .service-related a { transition: background .2s ease, border-color .2s ease; }
  .agency-hero-copy, .studio-visual { animation: service-enter .6s ease both; }
  .studio-visual { animation-delay: .1s; }
  @keyframes service-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}
